-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: orchid28_wp102
-- ------------------------------------------------------
-- Server version 	10.5.22-MariaDB-log
-- Date: Fri, 15 Sep 2023 00:12:09 +0000

/*!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_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BGZvOKD0VL2nbIqh2/64VyY7T2cKsl/','admin','atifali3600@gmail.com','https://orchidcitybrass.org','2023-07-06 12:26:59','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_users` with 1 row(s)
--

--
-- Table structure for table `wp_hfcm_scripts`
--

DROP TABLE IF EXISTS `wp_hfcm_scripts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_hfcm_scripts` (
  `script_id` int(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `snippet` longtext DEFAULT NULL,
  `snippet_type` enum('html','js','css') DEFAULT 'html',
  `device_type` enum('mobile','desktop','both') DEFAULT 'both',
  `location` varchar(100) NOT NULL,
  `display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All',
  `lp_count` int(10) DEFAULT NULL,
  `s_pages` mediumtext DEFAULT NULL,
  `ex_pages` mediumtext DEFAULT NULL,
  `s_posts` mediumtext DEFAULT NULL,
  `ex_posts` mediumtext DEFAULT NULL,
  `s_custom_posts` varchar(300) DEFAULT NULL,
  `s_categories` varchar(300) DEFAULT NULL,
  `s_tags` varchar(300) DEFAULT NULL,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `created_by` varchar(300) DEFAULT NULL,
  `last_modified_by` varchar(300) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `last_revision_date` datetime DEFAULT NULL,
  PRIMARY KEY (`script_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hfcm_scripts`
--

LOCK TABLES `wp_hfcm_scripts` WRITE;
/*!40000 ALTER TABLE `wp_hfcm_scripts` DISABLE KEYS */;
INSERT INTO `wp_hfcm_scripts` VALUES (1,'Header','&lt;script&gt;\r\njQuery(document).ready(function(){\r\nsetTimeout(function(){\r\n     //var tag_new = jQuery(&quot;template&quot;).eq(38).attr(&quot;id&quot;);\r\n     var tag_new = jQuery(&quot;template&quot;).last().attr(&quot;id&quot;);\r\n     console.log(tag_new);\r\n     //alert(tag_new);\r\n     jQuery(&quot;#&quot; + tag_new).css(&quot;display&quot;, &quot;none&quot;);\r\n     jQuery(&quot;#&quot; + tag_new).next().next().css(&quot;display&quot;, &quot;none&quot;);\r\n}, 100);\r\n});\r\n	&lt;/script&gt;','html','both','header','All',5,'[]','[]','[]','[]','[]','[]','[]','active','admin',NULL,'2023-09-09 20:06:25',NULL);
/*!40000 ALTER TABLE `wp_hfcm_scripts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_hfcm_scripts` with 1 row(s)
--

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

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

-- Dumped table `wp_woocommerce_shipping_zone_methods` with 0 row(s)
--

--
-- Table structure for table `wp_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (90,64,'notify-refund-returns-page','Edit page','https://orchidcitybrass.org/wp-admin/post.php?post=12&action=edit','actioned','',NULL,NULL),(91,65,'connect','Connect','?page=wc-addons&section=helper','unactioned','',NULL,NULL),(92,1,'browse_extensions','Browse extensions','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(93,2,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),(94,3,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),(95,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(96,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(97,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),(98,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL),(99,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(100,9,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),(101,10,'update-wc-subscriptions-3-0-15','View latest version','https://orchidcitybrass.org/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),(102,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(103,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(104,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(105,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(106,16,'dismiss','Dismiss','','actioned','',NULL,NULL),(107,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(108,17,'dismiss','Dismiss','','actioned','',NULL,NULL),(109,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(110,18,'dismiss','Dismiss','','actioned','',NULL,NULL),(111,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(112,19,'dismiss','Dismiss','','actioned','',NULL,NULL),(113,20,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(114,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(115,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(116,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(117,22,'dismiss','Dismiss','','actioned','',NULL,NULL),(118,23,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),(119,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(120,25,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned','',NULL,NULL),(121,26,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(122,26,'dismiss','Dismiss','','actioned','',NULL,NULL),(123,27,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned','',NULL,NULL),(124,27,'dismiss','Dismiss','','actioned','',NULL,NULL),(125,28,'google_listings_ads_custom_attribute_mapping_q4_2022','Learn more','https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping','actioned','',NULL,NULL),(126,29,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://orchidcitybrass.org/wp-admin/update-core.php','unactioned','',NULL,NULL),(127,29,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(128,30,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://orchidcitybrass.org/wp-admin/update-core.php','unactioned','',NULL,NULL),(129,30,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(130,31,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),(131,32,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(132,32,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL),(133,33,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL),(134,33,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),(135,34,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned','',NULL,NULL),(136,35,'tap_to_pay_iphone_q2_2023_with_wcpay','Set up Tap to Pay on iPhone','https://woocommerce.com/document/woocommerce-payments/in-person-payments/woocommerce-in-person-payments-tap-to-pay-on-iphone-quick-start-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay','actioned','',NULL,NULL),(137,36,'extension-settings','See available updates','https://orchidcitybrass.org/wp-admin/update-core.php','unactioned','',NULL,NULL),(138,36,'dismiss','Dismiss','#','actioned','',NULL,NULL),(139,37,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(140,37,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(141,38,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL),(142,39,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(143,40,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(144,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL),(145,41,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(146,41,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(147,42,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(148,42,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),(149,43,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(150,43,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),(151,44,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(152,44,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL),(153,45,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(154,45,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL),(155,46,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(156,46,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL),(157,47,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(158,47,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://orchidcitybrass.org/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(159,48,'ipp_refresh_q2_2023_us_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification','actioned','',NULL,NULL),(160,49,'ipp_refresh_q2_2023_ca_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification','actioned','',NULL,NULL),(161,50,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(162,50,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss','Dismiss','#','actioned','',NULL,NULL),(163,51,'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(164,51,'woocommerce-WCPayments-June-2023-updated-needed-Dismiss','Dismiss','#','actioned','',NULL,NULL),(165,52,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(166,52,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned','',NULL,NULL),(167,53,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(168,53,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),(169,54,'woocommerce_hpos_1st_notification_q2_2023','Learn more about HPOS','https://woocommerce.com/posts/platform-update-high-performance-order-storage-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_hpos_1st_notification_q2_2023','actioned','',NULL,NULL),(170,55,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(171,55,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://orchidcitybrass.org/wp-admin/#','actioned','',NULL,NULL),(172,56,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://orchidcitybrass.org/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(173,56,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),(174,57,'wc-admin-wcpay-bulgaria-Q2-2023','Simplify my payments','https://woocommerce.com/payments/bulgaria/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-bulgaria-Q2-2023','actioned','',NULL,NULL),(175,58,'wc-admin-wcpay-czechia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/czechia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-czechia-Q2-2023','actioned','',NULL,NULL),(176,59,'wc-admin-wcpay-croatia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/croatia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-croatia-Q2-2023','actioned','',NULL,NULL),(177,60,'wc-admin-wcpay-hungary-Q2-2023','Simplify my payments','https://woocommerce.com/payments/hungary/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-hungary-Q2-2023','actioned','',NULL,NULL),(178,61,'wc-admin-wcpay-romania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/romania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-romania-Q2-2023','actioned','',NULL,NULL),(179,62,'wc-admin-wcpay-sweden-Q2-2023','Simplify my payments','https://woocommerce.com/payments/sweden/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-sweden-Q2-2023','actioned','',NULL,NULL),(180,63,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_wc_admin_note_actions` with 91 row(s)
--

--
-- Table structure for table `wp_tec_events`
--

DROP TABLE IF EXISTS `wp_tec_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_events` (
  `event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `end_date` varchar(19) DEFAULT NULL,
  `timezone` varchar(30) NOT NULL DEFAULT 'UTC',
  `start_date_utc` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) DEFAULT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `hash` varchar(40) NOT NULL,
  PRIMARY KEY (`event_id`),
  UNIQUE KEY `post_id` (`post_id`)
) 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_tec_events`
--

LOCK TABLES `wp_tec_events` WRITE;
/*!40000 ALTER TABLE `wp_tec_events` DISABLE KEYS */;
INSERT INTO `wp_tec_events` VALUES (1,439,'2023-07-12 08:00:00','2023-07-12 17:00:00','Europe/London','2023-07-12 07:00:00','2023-07-12 16:00:00',32400,'2023-07-12 15:57:34','');
/*!40000 ALTER TABLE `wp_tec_events` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_tec_events` with 1 row(s)
--

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

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

-- Dumped table `wp_wc_order_coupon_lookup` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=67 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','admin'),(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:7:{s:64:\"5ba7cb6bdcaef99b9f4887cc4e3eddc7d46b2abe95ac31d1feceeab3c9d69fc4\";a:4:{s:10:\"expiration\";i:1695064054;s:2:\"ip\";s:13:\"73.244.75.135\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1693854454;}s:64:\"431ef0130a765195ad15a28b447619c78c307adc648fb996868811117e75b88f\";a:4:{s:10:\"expiration\";i:1695064106;s:2:\"ip\";s:13:\"73.244.75.135\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1693854506;}s:64:\"89fada90c4d158974f998e7416de5b104d411b65c54f46dea23bab78acf32b07\";a:4:{s:10:\"expiration\";i:1695065041;s:2:\"ip\";s:12:\"39.46.159.34\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1693855441;}s:64:\"47b88d5d217755146cd3c1e25c05197b7ec7ae58b288d509dff4d89e6f31edb1\";a:4:{s:10:\"expiration\";i:1695076925;s:2:\"ip\";s:12:\"39.46.159.34\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1693867325;}s:64:\"140fb484628cb7ab892036fff86e16b282605de82ffaf0ae3b413dd28ee19361\";a:4:{s:10:\"expiration\";i:1695331001;s:2:\"ip\";s:13:\"50.196.95.162\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1694121401;}s:64:\"5e504346a204adcc753fb136642cc78d28a9777cea9d765be972a4228df1c5bf\";a:4:{s:10:\"expiration\";i:1695468268;s:2:\"ip\";s:12:\"39.55.160.86\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1694258668;}s:64:\"e5817872fee6e1806ad5da21fe93ad77a26769320124c414473cb050b44981be\";a:4:{s:10:\"expiration\";i:1694900343;s:2:\"ip\";s:13:\"162.198.47.38\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";s:5:\"login\";i:1694727543;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','2418'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"162.198.47.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:o+CkHwj6xwGzHyDHYPvsEqTM'),(20,1,'hfe-popup','dismissed'),(21,1,'elementor_introduction','a:5:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:7:\"exit_to\";b:1;s:6:\"e-apps\";b:1;s:18:\"yoast-introduction\";b:1;}'),(22,1,'announcements_user_counter','1'),(23,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(24,1,'wp_user-settings-time','1694392144'),(25,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(26,1,'metaboxhidden_nav-menus','a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(27,1,'nav_menu_recently_edited','16'),(28,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2023-07-06T14:01:22.844Z\";}'),(29,1,'header-footer-elementor-rating','delayed-notice'),(30,1,'gform_recent_forms','a:3:{i:0;s:1:\"4\";i:1;s:1:\"1\";i:2;s:1:\"5\";}'),(31,1,'bsf-optin-notice','notice-dismissed'),(32,1,'essential_adons_elementor_opt_in','1'),(33,1,'wpdeveloper_notices_seen','a:1:{s:24:\"wpdeveloper_notice_5_8_1\";a:1:{s:25:\"essential_adons_elementor\";a:2:{i:0;s:6:\"opt_in\";i:1;s:6:\"review\";}}}'),(34,1,'wpforms_dismissed','a:1:{s:31:\"edu-admin-did-you-know-overview\";i:1689162285;}'),(35,1,'essential_adons_elementor_review','1'),(36,1,'tribe-dismiss-notice-time-event-tickets-install','1689456410'),(37,1,'tribe-dismiss-notice','event-tickets-install'),(38,1,'closedpostboxes_ctshowcase_member','a:0:{}'),(39,1,'metaboxhidden_ctshowcase_member','a:1:{i:0;s:7:\"slugdiv\";}'),(40,1,'wp_elementor_connect_common_data','a:3:{s:9:\"client_id\";s:32:\"8CrjHEATTcXaLJC2oBlNFXcTJpxWqlqT\";s:11:\"auth_secret\";s:32:\"WsFWZcxGbqlNiMASjt0KBYUJ0pdTp9kE\";s:5:\"state\";s:12:\"LO7230QpAxKD\";}'),(42,1,'wp_googlesitekit_site_verification_file','6e572715a4119455'),(43,1,'wp_googlesitekit_access_token','PxuNhNlJ/DqGyJRpCysn43d1OWNldStNU0wyZERIUjA4T1psUVRCdWRUVGxFcWFQaER2NlRmZGp2TVc1NjZ1SlNVRnhjRlQyQ2hxTGp5SFR2RVBWVWpITEJURnVVUktNd3JNRWNXeko4dWQ1Q29heVZ6V1RFdDJLWTNENFYvSDBZbDFSZ0lpa1F3SEJCODJzUFk2T3E0eXA5bklKRkdFZ2RqSHlLempYbHhrSWNVYlRybHE5M1lsaGJaNUlQTzZKWDF4RlRLeThSb1VVc2ZIQkRWSGZhZUM2RVAwYW9VSm5xeTA0clhTbG1ZN2oxUHgvR3RqMmNQbjBkclVvMWY4ZithZngwRzFBUXFzNkliN0lQaDM5czNXZWRBOVB5KzRDN2JCVk5maFl0SUZLa1BZTmdmaTFhRmd2M2xiQ3gxZ2FPMHRFSWV5TmJ5K0U1Mk9JR01ON3F2TFd2YXA5M2ZaWXc5a1NqK2MxMGJTcGhtTFZEM3JyV2c9PQ=='),(44,1,'wp_googlesitekit_access_token_expires_in','3599'),(45,1,'wp_googlesitekit_access_token_created_at','1693310012'),(46,1,'wp_googlesitekit_refresh_token','cvnIIc9OHtTfQAPfV7/lLEcwQnNnZGF5SGk3bTErTndYQVgzYS9NUlk5ZGtPam9qQ1ZsSmJwbVlBQWJQc0NnUjFZTDVXeStSV21wWHlnbi9VbjVoTmxnRmZkR2IzbVh5VS9ybFhPNFlPeVA4SVRGenFDODRiUzAyTzVaRWdQdmtaeVhKWHlhbzJualJ1ajk2NXVWL1lRVy9EZHhoYTdaRUlTNDBqdFNoUHBpWmlkazF6aTJWUDZKQ3VyWW9VTzZZSDhDM0RsaGJGODJRYzd0cGdhMlBkMHFBWVBvanR2Y2VqQzdTUzd3aS9IajhHQlc2eUJObVFleHE4R1JIL1lGbkowZDlLb0x3TUF2NzVSTlFCWm41VnMvMHpOQnV1dmx3QTFUVmY2c0ozMDlpQWxvQ3p1OTlMZz09'),(47,1,'wp_googlesitekit_auth_scopes','a:7:{i:0;s:42:\"https://www.googleapis.com/auth/webmasters\";i:1;s:48:\"https://www.googleapis.com/auth/siteverification\";i:2;s:46:\"https://www.googleapis.com/auth/userinfo.email\";i:3;s:6:\"openid\";i:4;s:51:\"https://www.googleapis.com/auth/tagmanager.readonly\";i:5;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";i:6;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";}'),(48,1,'wp_googlesitekit_additional_auth_scopes','a:2:{i:0;s:51:\"https://www.googleapis.com/auth/analytics.provision\";i:1;s:46:\"https://www.googleapis.com/auth/analytics.edit\";}'),(49,1,'wp_googlesitekit_profile','a:4:{s:5:\"email\";s:25:\"OrchidCityBrass@gmail.com\";s:5:\"photo\";s:91:\"https://lh3.googleusercontent.com/a/AAcHTtfejRyQnsjKmXFNovyHoLLBOIBdgKyW4BujZm9s-qWipw=s100\";s:9:\"full_name\";s:11:\"James Estes\";s:12:\"last_updated\";i:1693230778;}'),(50,1,'wp_googlesitekitpersistent_initial_version','1.107.0'),(51,1,'wp_googlesitekit_site_verified_meta','verified'),(53,1,'wp_googlesitekit_survey_timeouts','a:2:{s:18:\"view_ga4_dashboard\";i:1693317224;s:14:\"view_dashboard\";i:1693317226;}'),(55,1,'_yoast_alerts_dismissed','a:1:{s:26:\"webinar-promo-notification\";b:1;}'),(57,1,'astra-sites-welcome-notice','notice-dismissed'),(59,1,'_yoast_wpseo_profile_updated','1693978210'),(62,1,'rocket_rocketcdn_cta_hidden','1'),(63,1,'rocketcdn_dismiss_notice','1'),(66,1,'bglibDashboardOrder','1');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_usermeta` with 57 row(s)
--

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

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

-- Dumped table `wp_wc_product_meta_lookup` with 0 row(s)
--

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_actionscheduler_groups` with 2 row(s)
--

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

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

-- Dumped table `wp_woocommerce_payment_tokenmeta` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) 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 */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_comments` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
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 (19,16,0),(49,18,0),(55,16,0),(222,19,0),(276,16,0),(289,20,0),(568,20,0),(586,19,0),(589,19,0),(592,21,0),(595,22,0),(603,22,0),(619,16,0),(620,16,0),(621,16,0),(622,16,0),(627,16,0),(628,16,0),(630,16,0),(652,19,0),(684,19,0),(733,20,0),(751,19,0),(772,19,0),(779,19,0),(789,21,0),(795,19,0),(868,19,0),(964,23,0),(989,24,0),(992,20,0),(1007,20,0),(1025,20,0),(1030,20,0),(1033,20,0),(1053,19,0),(1095,19,0),(1099,20,0),(1125,1,0),(1136,1,0),(1138,1,0),(1140,1,0),(1169,19,0),(1251,20,0),(1260,20,0),(1321,20,0),(1406,16,0),(1447,20,0),(1487,16,0),(1488,16,0),(1489,16,0),(1542,20,0),(1590,20,0),(1601,20,0),(1611,20,0),(1637,26,0),(1639,26,0),(1656,19,0),(1692,20,0),(1745,16,0),(1747,16,0),(1765,19,0),(1810,19,0),(1848,26,0),(1854,26,0),(1886,27,0),(1890,27,0),(1893,27,0),(1893,28,0),(1896,27,0),(1898,27,0),(1900,27,0),(1911,29,0),(1914,28,0),(1918,28,0),(1921,28,0),(1924,28,0),(1927,28,0),(1935,28,0),(1937,28,0),(1939,28,0),(1941,28,0),(1943,28,0),(1945,28,0),(1947,28,0),(1949,28,0),(1951,28,0),(1953,28,0),(1956,28,0),(1958,28,0),(1961,28,0),(1963,28,0),(1965,28,0),(1967,28,0),(1969,28,0),(1971,28,0),(1973,28,0),(1975,28,0),(1977,28,0),(1979,28,0),(1982,28,0),(1984,28,0),(1986,28,0),(1988,28,0),(2004,22,0),(2189,20,0),(2190,19,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_term_relationships` with 107 row(s)
--

--
-- Table structure for table `wp_wc_admin_notes`
--

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_notes`
--

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(2,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(3,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(9,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(12,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(13,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(20,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(23,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(25,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(26,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(27,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(28,'google_listings_ads_custom_attribute_mapping_q4_2022','marketing','en_US','Our latest improvement to the Google Listings & Ads extension: Attribute Mapping','You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(29,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(30,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(31,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(32,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(33,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(34,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(35,'tap_to_pay_iphone_q2_2023_with_wcpay','marketing','en_US','New: accept in-person contactless payments on your iPhone','Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(36,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(37,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(38,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(39,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(40,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(41,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(42,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(43,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(44,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(45,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(46,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(47,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(48,'ipp_refresh_q2_2023_us_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(49,'ipp_refresh_q2_2023_ca_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(50,'woocommerce-WCstripe-May-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Stripe plugin','<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(51,'woocommerce-WCPayments-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Payments','<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(52,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(53,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(54,'woocommerce_hpos_1st_notification_q2_2023','marketing','en_US','High-Performance Order Storage (HPOS) is on its way','Our team is targeting August 2023 to roll out a major database upgrade that can unlock faster checkout and order creation for your customers — and lightning-quick order lookup for you. Enablement is optional and you won’t be forced to update, but read on to see why this was our most requested new feature.','{}','unactioned','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(55,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(56,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(57,'wc-admin-wcpay-bulgaria-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Bulgaria!','We’ve recently released WooCommerce Payments in Bulgaria. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(58,'wc-admin-wcpay-czechia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Czechia!','We’ve recently released WooCommerce Payments in Czechia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(59,'wc-admin-wcpay-croatia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Croatia!','We’ve recently released WooCommerce Payments in Croatia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(60,'wc-admin-wcpay-hungary-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Hungary!','We’ve recently released WooCommerce Payments in Hungary. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(61,'wc-admin-wcpay-romania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Romania!','We’ve recently released WooCommerce Payments in Romania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(62,'wc-admin-wcpay-sweden-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Sweden!','We’ve recently released WooCommerce Payments in Sweden. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(63,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(64,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info'),(65,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2023-07-06 12:55:55',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_wc_admin_notes` with 65 row(s)
--

--
-- Table structure for table `wp_wpforms_payments`
--

DROP TABLE IF EXISTS `wp_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payments`
--

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

-- Dumped table `wp_wpforms_payments` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

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

-- Dumped table `wp_woocommerce_tax_rates` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (1,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:742:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:21:\"atifali3600@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1688820956);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_woocommerce_sessions` with 1 row(s)
--

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

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

-- Dumped table `wp_woocommerce_attribute_taxonomies` with 0 row(s)
--

--
-- Table structure for table `wp_wc_rate_limits`
--

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_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_wc_rate_limits`
--

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

-- Dumped table `wp_wc_rate_limits` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

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

-- Dumped table `wp_woocommerce_shipping_zone_locations` with 0 row(s)
--

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1),(56,0,0,1),(57,0,0,1),(58,0,0,1),(59,0,0,1),(60,0,0,1),(61,0,0,1),(62,0,0,1),(63,0,0,1),(64,0,0,1),(65,0,0,1),(66,0,0,1),(67,0,0,1),(68,0,0,1),(69,0,0,1),(70,0,0,1),(71,0,0,1),(72,0,0,1),(73,0,0,1),(74,0,0,1),(75,0,0,1),(76,0,0,1),(77,0,0,1),(78,0,0,1),(79,0,0,1),(80,0,0,1),(81,0,0,1),(82,0,0,1),(83,0,0,1),(84,0,0,1),(85,0,0,1),(86,0,0,1),(87,0,0,1),(88,0,0,1),(89,0,0,1),(90,0,0,1),(91,0,0,1),(92,0,0,1),(93,0,0,1),(94,0,0,1),(95,0,0,1),(96,0,0,1),(97,0,0,1),(98,0,0,1),(99,0,0,1),(100,0,0,1),(101,0,0,1),(102,0,0,1),(103,0,0,1),(104,0,0,1),(105,0,0,1),(106,0,0,1),(107,0,0,1),(110,0,0,1),(112,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_yoast_indexable_hierarchy` with 109 row(s)
--

--
-- Table structure for table `wp_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

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

-- Dumped table `wp_wc_order_product_lookup` with 0 row(s)
--

--
-- Table structure for table `wp_e_submissions_values`
--

DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_values`
--

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

-- Dumped table `wp_e_submissions_values` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=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;

-- Dumped table `wp_commentmeta` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

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

-- Dumped table `wp_woocommerce_order_itemmeta` with 0 row(s)
--

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=12574 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

-- Dumped table `wp_actionscheduler_claims` with 0 row(s)
--

--
-- Table structure for table `wp_gf_draft_submissions`
--

DROP TABLE IF EXISTS `wp_gf_draft_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_draft_submissions` (
  `uuid` char(32) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `form_id` mediumint(10) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(45) NOT NULL,
  `source_url` longtext NOT NULL,
  `submission` longtext NOT NULL,
  PRIMARY KEY (`uuid`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_draft_submissions`
--

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

-- Dumped table `wp_gf_draft_submissions` with 0 row(s)
--

--
-- Table structure for table `wp_wpforms_lite`
--

DROP TABLE IF EXISTS `wp_wpforms_lite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_lite` (
  `rid` int(10) NOT NULL AUTO_INCREMENT,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL,
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_lite`
--

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

-- Dumped table `wp_wpforms_lite` with 0 row(s)
--

--
-- Table structure for table `wp_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payment_meta`
--

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

-- Dumped table `wp_wpforms_payment_meta` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

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

-- Dumped table `wp_woocommerce_api_keys` with 0 row(s)
--

--
-- Table structure for table `wp_smush_dir_images`
--

DROP TABLE IF EXISTS `wp_smush_dir_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_smush_dir_images` (
  `id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `path_hash` char(32) DEFAULT NULL,
  `resize` varchar(55) DEFAULT NULL,
  `lossy` varchar(55) DEFAULT NULL,
  `error` varchar(55) DEFAULT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `file_time` int(10) unsigned DEFAULT NULL,
  `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `path_hash` (`path_hash`),
  KEY `image_size` (`image_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_smush_dir_images`
--

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

-- Dumped table `wp_smush_dir_images` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=21412 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://orchidcitybrass.org','yes'),(2,'home','https://orchidcitybrass.org','yes'),(3,'blogname','Orchid City Brass Band','yes'),(4,'blogdescription','LISTEN BOLDLY','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','atifali3600@gmail.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','3','yes'),(13,'rss_use_excerpt','1','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','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','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:5:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:47:\"onecom-themes-plugins/onecom-themes-plugins.php\";s:19:\"oc_plugin_uninstall\";s:26:\"onecom-vcache/vcaching.php\";s:26:\"oc_vcache_plugin_uninstall\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:19:\"wpspeed/wpspeed.php\";a:2:{i:0;s:18:\"WPSpeed\\Dispatcher\";i:1;s:20:\"runUninstallRoutines\";}}','no'),(80,'timezone_string','Europe/London','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','50','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','1433','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','1704198419','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','disabled','no'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:126:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:24:\"ctshowcase_team_ordering\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:46:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:48:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:46:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";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:13:\"array_version\";i:3;}','yes'),(105,'cron','a:16:{i:1694737620;a:5:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1694738453;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694739186;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694741252;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1694778681;a:2:{s:24:\"tribe_common_log_cleanup\";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:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694780820;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694780970;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694781620;a:1:{s:9:\"ocvm_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694781653;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694781654;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:1694782522;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694784883;a:1:{s:29:\"astra_get_knowledge_base_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694786229;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1694822400;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1695218361;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'recovery_keys','a:0:{}','yes'),(122,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1688650483;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'),(123,'https_detection_errors','a:0:{}','yes'),(128,'__onecom_auto_install_onecom-under-construction','1','yes'),(133,'action_scheduler_hybrid_store_demarkation','4','yes'),(134,'schema-ActionScheduler_StoreSchema','6.0.1688646422','yes'),(135,'schema-ActionScheduler_LoggerSchema','3.0.1688646422','yes'),(136,'oc_marked_resolved','a:0:{}','yes'),(138,'onecom_vm_settings','{\"last_scan\":null,\"vulnerabilities\":{\"plugins\":{\"gravityforms\":{\"fixed_in\":\"2.7.5\",\"name\":\"Gravity Forms\",\"installed_version\":\"2.5.15\",\"vulnerabilities\":[{\"id\":12124,\"title\":\"Wordpress Gravity Forms plugin < 2.7.5 - Reflected XSS vulnerability\",\"description\":\"Reflected XSS vulnerability discovered by Fioravante Souza (WPScan) in WordPress Plugin Gravity Forms  (versions < 2.7.5)\",\"vuln_type\":\"Cross Site Scripting (XSS)\",\"fixed_in\":\"2.7.5\",\"introduced_in\":\"< 2.7.5\",\"url\":\"https:\\/\\/patchstack.com\\/database\\/vulnerability\\/gravityforms\\/wordpress-gravity-forms-plugin-2-7-5-reflected-xss-vulnerability?_a_id=250\",\"cvss_score\":\"7.10\",\"is_exploited\":false},{\"id\":11802,\"title\":\"WordPress Gravity Forms plugin <= 2.7.3 - Unauthenticated PHP Object Injection vulnerability\",\"description\":\"Unauthenticated PHP Object Injection vulnerability discovered by Rafie Muhammad (Patchstack) in WordPress Plugin Gravity Forms  (versions <= 2.7.3)\",\"vuln_type\":\"PHP Object Injection\",\"fixed_in\":\"2.7.4\",\"introduced_in\":\"<= 2.7.3\",\"url\":\"https:\\/\\/patchstack.com\\/database\\/vulnerability\\/gravityforms\\/wordpress-gravity-forms-plugin-2-7-3-unauthenticated-php-object-injection-vulnerability?_a_id=250\",\"cvss_score\":\"8.30\",\"is_exploited\":false}]}}},\"scan_duration\":\"daily\",\"dismiss_duration\":24,\"self_mwp_intro_mail_sent\":1,\"settings\":{\"auto_update\":0,\"notify_all\":1,\"notify_admin\":1,\"custom_emails\":[],\"email_type\":{\"email_detect\":1,\"email_fixed\":0}}}','no'),(139,'onecom_sp_protect_options','{\"checks\":{\"oc_sp_accept\":\"true\",\"oc_sp_referrer\":\"true\",\"oc_sp_long\":\"true\",\"oc_sp_short\":\"true\",\"oc_sp_bbcode\":\"true\",\"oc_sp_exploit\":\"true\",\"oc_sp_urlshort\":\"true\",\"oc_max_login_val\":5,\"oc_block_time\":30,\"oc_sp_proburl\":\"true\",\"oc_sp_quickres\":\"true\",\"oc_spbadusragent\":\"false\",\"oc_spwhitelistip\":\"false\"},\"sp_protection_version\":\"1.0.12\",\"url-shortners\":[\"0rz.tw\",\"1-url.net\",\"126.am\",\"1link.in\",\"1tk.us\",\"1un.fr\",\"1url.com\",\"1url.cz\",\"1wb2.net\",\"2.gp\",\"2.ht\",\"23o.net\",\"2ad.in\",\"2big.at\",\"2doc.net\",\"2fear.com\",\"2pl.us\",\"2tu.us\",\"2ty.in\",\"2u.xf.cz\",\"2ya.com\",\"3ra.be\",\"3x.si\",\"4i.ae\",\"4url.cc\",\"4view.me\",\"5em.cz\",\"5url.net\",\"5z8.info\",\"6fr.ru\",\"6g6.eu\",\"6url.com\",\"7.ly\",\"76.gd\",\"77.ai\",\"7fth.cc\",\"7li.in\",\"7vd.cn\",\"8u.cz\",\"944.la\",\"98.to\",\"AltURL.com\",\"BudURL.com\",\"Buff.ly\",\"BurnURL.com\",\"C-O.IN\",\"ClickMeter.com\",\"DecentURL.com\",\"DigBig.com\",\"Digg.com\",\"DwarfURL.com\",\"EasyURI.com\",\"EasyURL.net\",\"EsyURL.com\",\"Fhurl.com\",\"Fly2.ws\",\"GoWat.ch\",\"Hurl.it\",\"IsCool.net\",\"Just.as\",\"L9.fr\",\"Lvvk.com\",\"MyURL.in\",\"PiURL.com\",\"Profile.to\",\"QLNK.net\",\"Quip-Art.com\",\"RedirX.com\",\"Sharein.com\",\"ShortLinks.co.uk\",\"Shrinkify.com\",\"SimURL.com\",\"StartURL.com\",\"TightURL.com\",\"Tnij.org\",\"To8.cc\",\"TraceURL.com\",\"URL.ie\",\"URLHawk.com\",\"WapURL.co.uk\",\"XeeURL.com\",\"Yep.it\",\"a.co\",\"a.gg\",\"a.nf\",\"a0.fr\",\"a2a.me\",\"abbr.sk\",\"abbrr.com\",\"ad-med.cz\",\"ad5.eu\",\"ad7.biz\",\"adb.ug\",\"adf.ly\",\"adfa.st\",\"adfly.fr\",\"adfoc.us\",\"adjix.com\",\"adli.pw\",\"admy.link\",\"adv.li\",\"ajn.me\",\"aka.gr\",\"al.ly\",\"alil.in\",\"any.gs\",\"aqva.pl\",\"ares.tl\",\"asso.in\",\"atu.ca\",\"au.ms\",\"ayt.fr\",\"azali.fr\",\"b00.fr\",\"b23.ru\",\"b54.in\",\"bacn.me\",\"baid.us\",\"bc.vc\",\"bee4.biz\",\"bim.im\",\"bit.do\",\"bit.ly\",\"bitly.com\",\"bitw.in\",\"bkite.com\",\"blap.net\",\"ble.pl\",\"blip.tv\",\"bloat.me\",\"boi.re\",\"bote.me\",\"bougn.at\",\"br4.in\",\"brk.to\",\"brzu.net\",\"budurl.com\",\"buk.me\",\"bul.lu\",\"bxl.me\",\"bzh.me\",\"cachor.ro\",\"captur.in\",\"catchylink.com\",\"cbs.so\",\"cbug.cc\",\"cc.cc\",\"ccj.im\",\"cf.ly\",\"cf2.me\",\"cf6.co\",\"chilp.it\",\"cjb.net\",\"clck.ru\",\"cli.gs\",\"clikk.in\",\"cn86.org\",\"coinurl.com\",\"cort.as\",\"couic.fr\",\"cr.tl\",\"cudder.it\",\"cur.lv\",\"curl.im\",\"cut.pe\",\"cut.sk\",\"cutt.eu\",\"cutt.us\",\"cutu.me\",\"cuturl.com\",\"cybr.fr\",\"cyonix.to\",\"d75.eu\",\"daa.pl\",\"dai.ly\",\"dd.ma\",\"ddp.net\",\"decenturl.com\",\"dfl8.me\",\"dft.ba\",\"doiop.com\",\"dolp.cc\",\"dopice.sk\",\"droid.ws\",\"dv.gd\",\"dy.fi\",\"dyo.gs\",\"e37.eu\",\"ecra.se\",\"eepurl.com\",\"ely.re\",\"erax.cz\",\"erw.cz\",\"ewerl.com\",\"ex9.co\",\"ezurl.cc\",\"fa.b\",\"ff.im\",\"fff.re\",\"fff.to\",\"fff.wf\",\"filz.fr\",\"fire.to\",\"firsturl.de\",\"flic.kr\",\"fly2.ws\",\"fnk.es\",\"foe.hn\",\"folu.me\",\"fon.gs\",\"freze.it\",\"fur.ly\",\"fwd4.me\",\"g00.me\",\"gg.gg\",\"git.io\",\"gl.am\",\"go.9nl.com\",\"go2.me\",\"go2cut.com\",\"goo.gl\",\"goo.lu\",\"good.ly\",\"goshrink.com\",\"grem.io\",\"gri.ms\",\"guiama.is\",\"gurl.es\",\"hadej.co\",\"hec.su\",\"hellotxt.com\",\"hex.io\",\"hide.my\",\"hjkl.fr\",\"hops.me\",\"hover.com\",\"href.in\",\"href.li\",\"ht.ly\",\"htxt.it\",\"hugeurl.com\",\"hurl.me\",\"hurl.ws\",\"i-2.co\",\"i99.cz\",\"icanhaz.com\",\"icit.fr\",\"ick.li\",\"icks.ro\",\"idek.net\",\"iiiii.in\",\"iky.fr\",\"ilix.in\",\"info.ms\",\"inreply.to\",\"is.gd\",\"isra.li\",\"iterasi.net\",\"itm.im\",\"ity.im\",\"ix.sk\",\"j.gs\",\"j.mp\",\"jdem.cz\",\"jieb.be\",\"jijr.com\",\"jmp2.net\",\"jp22.net\",\"jqw.de\",\"kask.us\",\"kd2.org\",\"kfd.pl\",\"kissa.be\",\"kl.am\",\"klck.me\",\"korta.nu\",\"kr3w.de\",\"krat.si\",\"kratsi.cz\",\"krod.cz\",\"krunchd.com\",\"kuc.cz\",\"kxb.me\",\"l-k.be\",\"l.gg\",\"lc-s.co\",\"lc.cx\",\"lcut.in\",\"letop10.\",\"libero.it\",\"lick.my\",\"lien.li\",\"lien.pl\",\"liip.to\",\"liltext.com\",\"lin.cr\",\"lin.io\",\"linkbee.com\",\"linkbun.ch\",\"linkn.co\",\"liurl.cn\",\"llu.ch\",\"ln-s.net\",\"ln-s.ru\",\"lnk.co\",\"lnk.gd\",\"lnk.in\",\"lnk.ly\",\"lnk.sk\",\"lnked.in\",\"lnks.fr\",\"lnky.fr\",\"lnp.sn\",\"loopt.us\",\"lp25.fr\",\"lru.jp\",\"lt.tl\",\"lurl.no\",\"lynk.my\",\"m1p.fr\",\"m3mi.com\",\"make.my\",\"mcaf.ee\",\"mdl29.net\",\"metamark.net\",\"mic.fr\",\"migre.me\",\"minilien.com\",\"miniurl.com\",\"minu.me\",\"minurl.fr\",\"moourl.com\",\"more.sh\",\"mut.lu\",\"myurl.in\",\"ne1.net\",\"net.ms\",\"net46.net\",\"nicou.ch\",\"nig.gr\",\"njx.me\",\"nn.nf\",\"notlong.com\",\"nov.io\",\"nq.st\",\"nsfw.in\",\"nxy.in\",\"o-x.fr\",\"okok.fr\",\"om.ly\",\"ou.af\",\"ou.gd\",\"oua.be\",\"ouo.io\",\"ow.ly\",\"p.pw\",\"para.pt\",\"parky.tv\",\"past.is\",\"pd.am\",\"pdh.co\",\"ph.dog\",\"ph.ly\",\"pic.gd\",\"pich.in\",\"pin.st\",\"ping.fm\",\"plots.fr\",\"pm.wu.cz\",\"pnt.me\",\"po.st\",\"poprl.com\",\"post.ly\",\"posted.at\",\"ppfr.it\",\"ppst.me\",\"ppt.cc\",\"ppt.li\",\"prejit.cz\",\"ptab.it\",\"ptm.ro\",\"pw2.ro\",\"py6.ru\",\"q.gs\",\"qbn.ru\",\"qicute.com\",\"qqc.co\",\"qr.net\",\"qrtag.fr\",\"qxp.cz\",\"qxp.sk\",\"rb6.co\",\"rb6.me\",\"rcknr.io\",\"rdz.me\",\"redir.ec\",\"redir.fr\",\"redu.it\",\"ref.so\",\"reise.lc\",\"relink.fr\",\"ri.ms\",\"rickroll.it\",\"riz.cz\",\"riz.gd\",\"rod.gs\",\"roflc.at\",\"rsmonkey.com\",\"rt.se\",\"rt.tc\",\"ru.ly\",\"rubyurl.com\",\"s-url.fr\",\"s.id\",\"s7y.us\",\"safe.mn\",\"sagyap.tk\",\"sdu.sk\",\"seeme.at\",\"segue.se\",\"sh.st\",\"shar.as\",\"sharetabs.com\",\"shorl.com\",\"short.cc\",\"short.ie\",\"short.nr\",\"short.pk\",\"short.to\",\"shorte.st\",\"shortna.me\",\"shorturl.com\",\"shoturl.us\",\"shrinkee.com\",\"shrinkster.com\",\"shrinkurl.in\",\"shrt.in\",\"shrt.st\",\"shrten.com\",\"shrunkin.com\",\"shw.me\",\"shy.si\",\"sicax.net\",\"sina.lt\",\"sk.gy\",\"skr.sk\",\"skroc.pl\",\"smll.co\",\"sn.im\",\"sn.vc\",\"snipr.com\",\"snipurl.com\",\"snsw.us\",\"snurl.com\",\"soo.gd\",\"sp2.ro\",\"spedr.com\",\"spn.sr\",\"sptfy.com\",\"sq6.ru\",\"sqrl.it\",\"ssl.gs\",\"sturly.com\",\"su.pr\",\"surl.me\",\"sux.cz\",\"sy.pe\",\"t.cn\",\"t.co\",\"ta.gd\",\"tabzi.com\",\"tau.pe\",\"tcrn.ch\",\"tdjt.cz\",\"thesa.us\",\"thinfi.com\",\"thrdl.es\",\"tin.li\",\"tini.cc\",\"tiny.cc\",\"tiny.lt\",\"tiny.ms\",\"tiny.pl\",\"tiny123.com\",\"tinyarro.ws\",\"tinytw.it\",\"tinyuri.ca\",\"tinyurl.com\",\"tinyurl.hu\",\"tinyvid.io\",\"tixsu.com\",\"tldr.sk\",\"tldrify.com\",\"tllg.net\",\"tnij.org\",\"tny.cz\",\"tny.im\",\"to.ly\",\"togoto.us\",\"tohle.de\",\"tpmr.com\",\"tr.im\",\"tr.my\",\"tr5.in\",\"trck.me\",\"trick.ly\",\"trkr.ws\",\"trunc.it\",\"turo.us\",\"tweetburner.com\",\"twet.fr\",\"twi.im\",\"twirl.at\",\"twit.ac\",\"twitterpan.com\",\"twitthis.com\",\"twiturl.de\",\"twlr.me\",\"twurl.cc\",\"twurl.nl\",\"u.mavrev.com\",\"u.nu\",\"u.to\",\"u6e.de\",\"ub0.cc\",\"uby.es\",\"ucam.me\",\"ug.cz\",\"ulmt.in\",\"unlc.us\",\"updating.me\",\"upzat.com\",\"ur1.ca\",\"url.co.uk\",\"url2.fr\",\"url4.eu\",\"url5.org\",\"urlao.com\",\"urlbrief.com\",\"urlcover.com\",\"urlcut.com\",\"urlenco.de\",\"urlin.it\",\"urlkiss.com\",\"urlkr.com\",\"urlot.com\",\"urlpire.com\",\"urls.fr\",\"urlx.ie\",\"urlx.org\",\"urlz.fr\",\"urlzen.com\",\"urub.us\",\"utfg.sk\",\"v.gd\",\"v.ht\",\"v5.gd\",\"vaaa.fr\",\"valv.im\",\"vaza.me\",\"vbly.us\",\"vd55.com\",\"verd.in\",\"vgn.me\",\"virl.com\",\"vl.am\",\"vov.li\",\"vsll.eu\",\"vt802.us\",\"vur.me\",\"vv.vg\",\"w1p.fr\",\"w3t.org\",\"waa.ai\",\"wb1.eu\",\"web99.eu\",\"wed.li\",\"wideo.fr\",\"wipi.es\",\"wp.me\",\"wtc.la\",\"wu.cz\",\"ww7.fr\",\"wwy.me\",\"x.co\",\"x.nu\",\"x.se\",\"x10.mx\",\"x2c.eu\",\"x2c.eumx\",\"xaddr.com\",\"xav.cc\",\"xgd.in\",\"xib.me\",\"xl8.eu\",\"xoe.cz\",\"xr.com\",\"xrl.in\",\"xrl.us\",\"xt3.me\",\"xua.me\",\"xub.me\",\"xurl.jp\",\"xurls.co\",\"xzb.cc\",\"y2u.be\",\"yagoa.fr\",\"yagoa.me\",\"yau.sh\",\"yeca.eu\",\"yect.com\",\"yep.it\",\"yfrog.com\",\"yogh.me\",\"yon.ir\",\"youfap.me\",\"ysear.ch\",\"yweb.com\",\"yyv.co\",\"z9.fr\",\"zSMS.net\",\"zapit.nu\",\"zeek.ir\",\"zi.ma\",\"zi.pe\",\"zip.net\",\"zipmyurl.com\",\"zkr.cz\",\"zkrat.me\",\"zkrt.cz\",\"zoodl.com\",\"zpag.es\",\"zti.me\",\"zxq.net\",\"zyva.org\",\"zz.gd\",\"zzb.bz\"],\"exploit-urls\":[\"\\/administrator\\/\",\"\\/doc-ready\\/doc-ready\",\"\\/eventEmitter\\/EventEmitter\",\"\\/eventie\\/eventie\",\"\\/fck_about.html\",\"\\/magmi\\/plugins\\/xmlrpc.php\",\"\\/matches-selecto\",\"\\/outlayer\\/item\",\"\\/outlayer\\/outlayer\",\"\\/plus\\/download.php\",\"\\/uploadify.swf\",\"ewebeditor\",\"fck_about.html\",\"function.opendir\",\"info_sub.asp\",\"mytag_js.php\",\".asp\",\"1.rar\",\"11.rar\",\"111.rar\",\"2.rar\",\"2013.rar\",\"3.rar\",\"ag.rar\",\"beifen.rar\",\"ceshi.rar\",\"com.rar\",\"db.rar\",\"flashfxp.rar\",\"htdocs.rar\",\"htdocs.zip\",\"news.rar\",\"old.rar\",\"scripts\\/setup.php\",\"shujuku.rar\",\"uploads.rar\",\"web.rar\",\"webcom.rar\",\"webcom.zip\",\"www.rar\",\"www2.rar\",\"wwwroot.rar\",\"wwwroot.zip\",\"\\\\xcd\\\\xf8\\\\xd5\\\\xbe.rar\",\".cgi\",\".pl\",\"\\/access\\/help\",\"action=rp&\",\"cip4-download.php\",\"download-manager\\/readme.txt\",\"edu.asp\",\"fckeditor\",\"gi-media-library\\/download.php\",\"hdflvplayer\\/download.php\",\"suspendedpage.cgi\",\"upload.asp\",\"uploadify\\/uploadify.php\",\"wp-config.php\",\"writeToFile.php\",\"wysija-newsletters\\/readme.txt\",\"administrator\\/\",\"auto-attachments\\/a-a.css\",\"category-grid-view-gallery\\/cat_grid.php\",\"cimy-user-extra-fields\\/README_OFFICIAL.txt\",\"ckeditor-for-wordpress\\/ckeditor.config.js\",\"connector.php\",\"contact-form-7\\/license.txt\",\"fcchat\\/default.png\",\"finder\\/browse.php\",\"font-uploader\\/font-uploader-free.php\",\"front-end-upload\\/destination.php\",\"gallery-plugin\\/gallery-plugin.php\",\"mac-dock-gallery\\/bugslist.txt\",\"magic-fields\\/MF_Constant.php\",\"newtype\\/\",\"nextgen-gallery\\/changelog.txt\",\"nmedia-user-file-uploader\\/readme.txt\",\"php\\/upload.php\",\"resume-submissions-job-postings\\/installer.php\",\"setup.exe\",\"uploader.ashx\",\"user-avatar\\/readme.txt\",\"user-meta\\/readme.txt\",\"user-photo\\/admin.css\",\"wp-e-commerce\\/license.txt\",\"wp-filemanager\\/fm.php\",\"wp-homepage-slideshow\\/functions.php\",\"wp-image-news-slider\\/functions.php\",\"wp-property\\/action_hooks.php\",\"wpmarketplace\\/readme.txt\",\"wpstorecart\\/lgpl.txt\",\"zingiri-web-shop\\/admin.css\",\"\\/system.php\"]}','no'),(140,'oc_cdn_enabled','true','no'),(141,'varnish_caching_enable','true','yes'),(142,'varnish_caching_cookie','f21990413567767b8687f377e93acd2be3cccda6','yes'),(146,'varnish_caching_ips','35.189.242.74','yes'),(164,'imagifyp_id','one','no'),(166,'action_scheduler_lock_async-request-runner','1694259448','yes'),(169,'oc_rules_version','1.2','no'),(182,'onecom_local_promo','a:3:{s:4:\"show\";b:1;s:4:\"html\";s:0:\"\";s:6:\"xpromo\";s:0:\"\";}','no'),(187,'_site_transient_redesign_notices_for_executed_1','1','no'),(205,'finished_updating_comment_type','1','yes'),(214,'onecom_plugin_version_vcache','3.0.14','no'),(219,'recently_activated','a:7:{s:23:\"wp-rocket/wp-rocket.php\";i:1694263007;s:25:\"wp-smush-pro/wp-smush.php\";i:1694262461;s:19:\"akismet/akismet.php\";i:1694259554;s:24:\"wpforms-lite/wpforms.php\";i:1694259424;s:19:\"wpspeed/wpspeed.php\";i:1694259424;s:35:\"envato-elements/envato-elements.php\";i:1694206266;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1694206001;}','yes'),(232,'elementor_active_kit','568','yes'),(233,'elementor_font_display','swap','yes'),(236,'elementor_version','3.16.2','yes'),(237,'elementor_install_history','a:5:{s:6:\"3.14.1\";i:1689510757;s:6:\"3.15.1\";i:1691226282;s:6:\"3.15.2\";i:1691657614;s:6:\"3.15.3\";i:1693147599;s:6:\"3.16.2\";i:1694665298;}','yes'),(239,'elementor_events_db_version','1.0.0','no'),(244,'woocommerce_schema_version','430','yes'),(245,'woocommerce_store_address','','yes'),(246,'woocommerce_store_address_2','','yes'),(247,'woocommerce_store_city','','yes'),(248,'woocommerce_default_country','US:CA','yes'),(249,'woocommerce_store_postcode','','yes'),(250,'woocommerce_allowed_countries','all','yes'),(251,'woocommerce_all_except_countries','','yes'),(252,'woocommerce_specific_allowed_countries','','yes'),(253,'woocommerce_ship_to_countries','','yes'),(254,'woocommerce_specific_ship_to_countries','','yes'),(255,'woocommerce_default_customer_address','base','yes'),(256,'woocommerce_calc_taxes','no','yes'),(257,'woocommerce_enable_coupons','yes','yes'),(258,'woocommerce_calc_discounts_sequentially','no','no'),(259,'woocommerce_currency','USD','yes'),(260,'woocommerce_currency_pos','left','yes'),(261,'woocommerce_price_thousand_sep',',','yes'),(262,'woocommerce_price_decimal_sep','.','yes'),(263,'woocommerce_price_num_decimals','2','yes'),(264,'woocommerce_shop_page_id','8','yes'),(265,'woocommerce_cart_redirect_after_add','no','yes'),(266,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(267,'woocommerce_placeholder_image','7','yes'),(268,'woocommerce_weight_unit','kg','yes'),(269,'woocommerce_dimension_unit','cm','yes'),(270,'woocommerce_enable_reviews','yes','yes'),(271,'woocommerce_review_rating_verification_label','yes','no'),(272,'woocommerce_review_rating_verification_required','no','no'),(273,'woocommerce_enable_review_rating','yes','yes'),(274,'woocommerce_review_rating_required','yes','no'),(275,'woocommerce_manage_stock','yes','yes'),(276,'woocommerce_hold_stock_minutes','60','no'),(277,'woocommerce_notify_low_stock','yes','no'),(278,'woocommerce_notify_no_stock','yes','no'),(279,'woocommerce_stock_email_recipient','atifali3600@gmail.com','no'),(280,'woocommerce_notify_low_stock_amount','2','no'),(281,'woocommerce_notify_no_stock_amount','0','yes'),(282,'woocommerce_hide_out_of_stock_items','no','yes'),(283,'woocommerce_stock_format','','yes'),(284,'woocommerce_file_download_method','force','no'),(285,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(286,'woocommerce_downloads_require_login','no','no'),(287,'woocommerce_downloads_grant_access_after_payment','yes','no'),(288,'woocommerce_downloads_deliver_inline','','no'),(289,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(290,'woocommerce_attribute_lookup_enabled','no','yes'),(291,'woocommerce_attribute_lookup_direct_updates','no','yes'),(292,'woocommerce_prices_include_tax','no','yes'),(293,'woocommerce_tax_based_on','shipping','yes'),(294,'woocommerce_shipping_tax_class','inherit','yes'),(295,'woocommerce_tax_round_at_subtotal','no','yes'),(296,'woocommerce_tax_classes','','yes'),(297,'woocommerce_tax_display_shop','excl','yes'),(298,'woocommerce_tax_display_cart','excl','yes'),(299,'woocommerce_price_display_suffix','','yes'),(300,'woocommerce_tax_total_display','itemized','no'),(301,'woocommerce_enable_shipping_calc','yes','no'),(302,'woocommerce_shipping_cost_requires_address','no','yes'),(303,'woocommerce_ship_to_destination','billing','no'),(304,'woocommerce_shipping_debug_mode','no','yes'),(305,'woocommerce_enable_guest_checkout','yes','no'),(306,'woocommerce_enable_checkout_login_reminder','no','no'),(307,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(308,'woocommerce_enable_myaccount_registration','no','no'),(309,'woocommerce_registration_generate_username','yes','no'),(310,'woocommerce_registration_generate_password','yes','no'),(311,'woocommerce_erasure_request_removes_order_data','no','no'),(312,'woocommerce_erasure_request_removes_download_data','no','no'),(313,'woocommerce_allow_bulk_remove_personal_data','no','no'),(314,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(315,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(316,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(317,'woocommerce_trash_pending_orders','','no'),(318,'woocommerce_trash_failed_orders','','no'),(319,'woocommerce_trash_cancelled_orders','','no'),(320,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(321,'woocommerce_email_from_name','Orchid City Brass','no'),(322,'woocommerce_email_from_address','atifali3600@gmail.com','no'),(323,'woocommerce_email_header_image','','no'),(324,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(325,'woocommerce_email_base_color','#7f54b3','no'),(326,'woocommerce_email_background_color','#f7f7f7','no'),(327,'woocommerce_email_body_background_color','#ffffff','no'),(328,'woocommerce_email_text_color','#3c3c3c','no'),(329,'woocommerce_merchant_email_notifications','no','no'),(330,'woocommerce_cart_page_id','9','no'),(331,'woocommerce_checkout_page_id','10','no'),(332,'woocommerce_myaccount_page_id','11','no'),(333,'woocommerce_terms_page_id','','no'),(334,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(335,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(336,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(337,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(338,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(339,'woocommerce_myaccount_orders_endpoint','orders','yes'),(340,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(341,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(342,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(343,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(344,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(345,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(346,'woocommerce_logout_endpoint','customer-logout','yes'),(347,'woocommerce_api_enabled','no','yes'),(348,'woocommerce_allow_tracking','no','no'),(349,'woocommerce_show_marketplace_suggestions','yes','no'),(350,'woocommerce_analytics_enabled','yes','yes'),(351,'woocommerce_navigation_enabled','no','yes'),(352,'woocommerce_feature_product_block_editor_enabled','no','yes'),(353,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(354,'woocommerce_single_image_width','600','yes'),(355,'woocommerce_thumbnail_image_width','300','yes'),(356,'woocommerce_checkout_highlight_required_fields','yes','yes'),(357,'woocommerce_demo_store','no','no'),(358,'wc_downloads_approved_directories_mode','enabled','yes'),(359,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(360,'current_theme_supports_woocommerce','yes','yes'),(361,'woocommerce_queue_flush_rewrite_rules','no','yes'),(362,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(365,'product_cat_children','a:0:{}','yes'),(366,'default_product_cat','15','yes'),(371,'woocommerce_refund_returns_page_id','12','yes'),(374,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:21:\"atifali3600@gmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:21:\"atifali3600@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(375,'woocommerce_version','7.8.2','yes'),(376,'woocommerce_db_version','7.8.2','yes'),(377,'woocommerce_admin_install_timestamp','1688648154','yes'),(378,'woocommerce_inbox_variant_assignment','7','yes'),(382,'_transient_jetpack_autoloader_plugin_paths','a:0:{}','yes'),(383,'woocommerce_admin_notices','a:0:{}','yes'),(384,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"koCcJAuYggYXApg2ys88TmKB69Ufj38h\";}','yes'),(385,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(386,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(391,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(392,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(393,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(394,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(395,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(396,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(397,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','no'),(408,'wc_blocks_db_schema_version','260','yes'),(409,'elementor_disable_color_schemes','yes','yes'),(410,'elementor_disable_typography_schemes','yes','yes'),(411,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(414,'_transient_woocommerce_shipping_task_zone_count_transient','0','yes'),(422,'_transient_woocommerce_reports-transient-version','1688648177','yes'),(427,'elementor_onboarded','1','yes'),(428,'elementskit-lite__banner_last_check','1694721687','yes'),(429,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}}','yes'),(430,'elementskit-lite_install_date','2023-07-06 12:56:31','yes'),(431,'_elementor_installed_time','1688648191','yes'),(432,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:18:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:18:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:18:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:18:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:18:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:18:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:18:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:18:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:18:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:18:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:18:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:18:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:18:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:18:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:18:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:18:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:18:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:18:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:18:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:18:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:18:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:18:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:18:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:18:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:18:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:18:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:18:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:18:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:18:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:18:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:18:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:18:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:18:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:18:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:18:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:18:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:18:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:18:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:18:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:18:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:18:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:18:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:18:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:18:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:18:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:18:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:18:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:18:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:18:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:18:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:18:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:18:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:18:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:18:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:18:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:18:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:18:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:18:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:18:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:18:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:18:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:18:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:18:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:18:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:18:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:18:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:18:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:18:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:18:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:18:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:18:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:18:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:18:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:18:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:18:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:18:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:18:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:18:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:18:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:18:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:18:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:18:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:18:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:18:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:18:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:18:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:18:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:18:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:18:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:18:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:18:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:18:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:18:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:18:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:18:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:18:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:18:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:18:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:18:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:18:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:18:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:18:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:18:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:18:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:18:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:18:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:18:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:18:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:18:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:18:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:18:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:18:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:18:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:18:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:18:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:18:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:18:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:18:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:18:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:18:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:18:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:18:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:18:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:18:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:18:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:18:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:18:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:18:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:18:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:18:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:18:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:18:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:18:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:18:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:18:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:18:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:18:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:18:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:18:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:18:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:18:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:18:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:18:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:18:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:18:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:18:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:18:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:18:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:18:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:18:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:18:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:18:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:18:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:18:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:18:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:18:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:18:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:18:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:18:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:18:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:18:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:18:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:18:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:18:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:18:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:18:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:18:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:18:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:18:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:18:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:18:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:18:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:18:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:18:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:18:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:18:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:18:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:18:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:18:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:18:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:18:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:18:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:18:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:18:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:18:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:18:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:18:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:18:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:18:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:18:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:18:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:18:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:18:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:18:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:18:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:18:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:18:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:18:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:18:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:18:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:18:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:18:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:18:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:18:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:18:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:18:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:18:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:18:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:18:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:18:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:18:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:18:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:18:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:18:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:18:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:18:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:18:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:18:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:18:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:18:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:18:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:18:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:18:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:18:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:18:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:18:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:18:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:18:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:18:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:18:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:18:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:18:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:18:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:18:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:18:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:18:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:18:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:18:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:18:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:18:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:18:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:18:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:18:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:18:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:18:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:18:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:18:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:18:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:18:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:18:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:18:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:18:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:18:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:18:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:18:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:18:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:18:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:18:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:18:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:18:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:18:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:18:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:18:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:18:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:18:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:18:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:18:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:18:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:18:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:18:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:18:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:18:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:18:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:18:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:18:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:18:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:18:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:18:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:18:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:18:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:18:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:18:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:18:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:18:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:18:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:18:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:18:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:18:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:18:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:18:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:18:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:18:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:18:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:18:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:18:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:18:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:18:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:18:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:18:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:18:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:18:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:18:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:18:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:18:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:18:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:18:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:18:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:18:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:18:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:18:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:18:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:18:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:18:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:18:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:18:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:18:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:18:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:18:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:18:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:18:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:18:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:18:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:18:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:18:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:18:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:18:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:18:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:18:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:18:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:18:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:18:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:18:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:18:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:18:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:18:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:18:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:18:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:18:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:18:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:18:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:18:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:18:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:18:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:18:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:18:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:18:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:18:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:18:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:18:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:18:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:18:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:18:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:18:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:18:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:18:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:18:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:18:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:18:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:18:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:18:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:18:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:18:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:18:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:18:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:18:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:18:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:18:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:18:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:18:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:18:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:18:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:18:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:18:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:18:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:18:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:18:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:18:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:18:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:18:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:18:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:18:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:18:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:18:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:18:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:18:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:18:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:18:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:18:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:18:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:18:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:18:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:18:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:18:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:18:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:18:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:18:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:18:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:18:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:18:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:18:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:18:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:18:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:18:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:18:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:18:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:18:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:18:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:18:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:18:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:18:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:18:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:18:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:18:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:18:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:18:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:18:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:18:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:18:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:18:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:18:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:18:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:18:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:18:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:18:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:18:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:18:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:18:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:18:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:18:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:18:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:18:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:18:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:18:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:18:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:18:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:18:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:18:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:18:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:18:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:18:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:18:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:18:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:18:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:18:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:18:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:18:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:18:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:18:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:18:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:18:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:18:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:18:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:18:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:18:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:18:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:18:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:18:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:18:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:18:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:18:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:18:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:18:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:18:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:18:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:18:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:18:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:18:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:18:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:18:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:18:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:18:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:18:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:18:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:18:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:18:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:18:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:18:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:18:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:18:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:18:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:18:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:18:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:18:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:18:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:18:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:18:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:18:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:18:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:18:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:18:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:18:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:18:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:18:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:18:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:18:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:18:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:18:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:18:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:18:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:18:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:18:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:18:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:18:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:18:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:18:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:18:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:18:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:18:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:18:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:18:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:18:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:18:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:18:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:18:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:18:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:18:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:18:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:18:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:18:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:18:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:18:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:18:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:18:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:18:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:18:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:18:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:18:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:18:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:18:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:18:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:18:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:18:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:18:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:18:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:18:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:18:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:18:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:18:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:18:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:18:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:18:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:18:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:18:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:18:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:18:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:18:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:18:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:18:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:18:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:18:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:18:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:18:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:18:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:18:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:18:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:18:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:18:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:18:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:18:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:18:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:18:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:18:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:18:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:18:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:18:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:18:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:18:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:18:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:18:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:18:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:18:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:18:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:18:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:18:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:18:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:18:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:18:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:18:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:18:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:18:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:18:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:18:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:18:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:18:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:18:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:18:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:18:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:18:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:18:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:18:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:18:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:18:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:18:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:18:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:18:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:18:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:18:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:18:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:18:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:18:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:18:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:18:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:18:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:18:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:18:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:18:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:18:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:18:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:18:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:18:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:18:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:18:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:18:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:18:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:18:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:18:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:18:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:18:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:18:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:18:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:18:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:18:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:18:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:18:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:18:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:18:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:18:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:18:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:18:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:18:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:18:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:18:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:18:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:18:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:18:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:18:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:18:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:18:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:18:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:18:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:18:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:18:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:18:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:18:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:18:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:18:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:18:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:18:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:18:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:18:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:18:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:18:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:18:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:18:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:18:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:18:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:18:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:18:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:18:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:18:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:18:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:18:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:18:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:18:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:18:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:18:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:18:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:18:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:18:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:18:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:18:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:18:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:18:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:18:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:18:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:18:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:18:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:18:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:18:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:18:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:18:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:18:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:18:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:18:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:18:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:18:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:18:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:18:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:18:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:18:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:18:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:18:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:18:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:18:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:18:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:18:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:18:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:18:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:18:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:18:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:18:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:18:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:18:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:18:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:18:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:18:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:561;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:18:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:562;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:18:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:563;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:18:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:18:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:18:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:18:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:18:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:18:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:18:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:18:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:18:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:18:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:18:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:18:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:18:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:18:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:18:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:18:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:18:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:18:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:18:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:18:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:18:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:18:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:18:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:18:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:18:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:18:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:18:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:18:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:18:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:18:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:18:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:18:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:18:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:18:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:18:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:18:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:18:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:18:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:18:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:18:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:18:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:18:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:18:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:606;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:18:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:607;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:18:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:608;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:18:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:609;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:18:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:18:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:756;a:18:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:18:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:18:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:18:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:18:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:18:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:18:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:18:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:18:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:18:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:18:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:18:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:18:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:18:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:18:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:18:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:18:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:18:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:18:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:18:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:18:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:18:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:18:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:18:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:18:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:18:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:18:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:18:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:18:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:18:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:18:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:18:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:18:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:18:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:18:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:18:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:18:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:18:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:18:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:18:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:18:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:18:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:18:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:18:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:18:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:18:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:18:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:18:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:18:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:18:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:18:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:18:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:18:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:18:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:18:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:18:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:18:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:18:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:18:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:18:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:18:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:18:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:18:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:18:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:18:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:18:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:18:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(433,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:82:\"Elementor 3.15 is Here - Check out The Taxonomy Filter, Nested Accordion, and More\";s:7:\"excerpt\";s:241:\"This release includes the first phase of the much-awaited Taxonomy Filter, the new and improved Accordion widget with nested items, enhanced styling capabilities for Carousel widgets, fun new Elementor AI Image tools, and the new Apps Page. \";s:7:\"created\";i:1691513693;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/introducing-315-taxonomy-filter-nested-accordion-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.14 - Gain More Design Flexibility with Nested Carousels and Loop Grid Ads\";s:7:\"excerpt\";s:239:\"This version includes a new Carousel widget, extends the Loop Grid with the ability to place static content within the Loop, a Global Styles Preview, and a multitude of highly requested styling capabilities, and new Elementor AI features. \";s:7:\"created\";i:1688394655;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:154:\"https://elementor.com/blog/introducing-314-nested-carousel-loop-grid-ads-and-more/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:87:\"Professional Hosting Tools that Boost Control and Elevate Your Online Business Presence\";s:7:\"excerpt\";s:249:\"Experience more control and workflow efficiency with powerful tools like phpMyAdmin, SFTP, and Cloning. And elevate your online brand and business with Custom Domains and Professional Mailboxes, ensuring a professional and distinct website presence.\";s:7:\"created\";i:1688054065;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:130:\"https://elementor.com/blog/new-professional-hosting-tools/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(444,'hfe_plugin_is_activated','yes','yes'),(445,'_hfe_db_version','1.6.14','yes'),(446,'bsf_analytics_installed_time','1688648257','no'),(449,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(450,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(451,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(495,'current_theme','Hello Elementor','yes'),(496,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:16;}s:18:\"custom_css_post_id\";i:193;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1689507797;s:4:\"data\";a:9:{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:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}','yes'),(497,'theme_switched','','yes'),(499,'astra_docs_data','O:8:\"stdClass\":2:{s:10:\"categories\";O:8:\"stdClass\":10:{s:24:\"installation-and-updates\";O:8:\"stdClass\":2:{s:4:\"name\";s:24:\"Installation and Updates\";s:13:\"subcategories\";a:0:{}}s:28:\"astra-theme-walkthrough-docs\";O:8:\"stdClass\":2:{s:4:\"name\";s:23:\"Astra Theme Walkthrough\";s:13:\"subcategories\";a:0:{}}s:25:\"astra-customizer-settings\";O:8:\"stdClass\":2:{s:4:\"name\";s:19:\"Customizer Settings\";s:13:\"subcategories\";O:8:\"stdClass\":10:{s:17:\"header-and-footer\";O:8:\"stdClass\":2:{s:4:\"name\";s:19:\"Header &amp; Footer\";s:13:\"subcategories\";O:8:\"stdClass\":2:{s:24:\"header-footer-before-3-0\";O:8:\"stdClass\":2:{s:4:\"name\";s:43:\"Old Header &amp; Footer (Before Astra v3.0)\";s:13:\"subcategories\";a:0:{}}s:23:\"header-footer-after-3-0\";O:8:\"stdClass\":2:{s:4:\"name\";s:41:\"Header &amp; Footer Builder (Astra v3.0+)\";s:13:\"subcategories\";a:0:{}}}}s:6:\"global\";O:8:\"stdClass\":2:{s:4:\"name\";s:6:\"Global\";s:13:\"subcategories\";a:0:{}}s:10:\"breadcrumb\";O:8:\"stdClass\":2:{s:4:\"name\";s:10:\"Breadcrumb\";s:13:\"subcategories\";a:0:{}}s:4:\"blog\";O:8:\"stdClass\":2:{s:4:\"name\";s:4:\"Blog\";s:13:\"subcategories\";a:0:{}}s:7:\"sidebar\";O:8:\"stdClass\":2:{s:4:\"name\";s:7:\"Sidebar\";s:13:\"subcategories\";a:0:{}}s:9:\"learndash\";O:8:\"stdClass\":2:{s:4:\"name\";s:9:\"LearnDash\";s:13:\"subcategories\";a:0:{}}s:22:\"easy-digital-downloads\";O:8:\"stdClass\":2:{s:4:\"name\";s:22:\"Easy Digital Downloads\";s:13:\"subcategories\";a:0:{}}s:9:\"lifterlms\";O:8:\"stdClass\":2:{s:4:\"name\";s:9:\"LifterLMS\";s:13:\"subcategories\";a:0:{}}s:16:\"woocommerce-free\";O:8:\"stdClass\":2:{s:4:\"name\";s:11:\"WooCommerce\";s:13:\"subcategories\";a:0:{}}s:13:\"meta-settings\";O:8:\"stdClass\":2:{s:4:\"name\";s:13:\"Meta Settings\";s:13:\"subcategories\";a:0:{}}}}s:17:\"astra-pro-modules\";O:8:\"stdClass\":2:{s:4:\"name\";s:17:\"Astra Pro Modules\";s:13:\"subcategories\";O:8:\"stdClass\":18:{s:11:\"white-label\";O:8:\"stdClass\":2:{s:4:\"name\";s:11:\"White Label\";s:13:\"subcategories\";a:0:{}}s:13:\"mobile-header\";O:8:\"stdClass\":2:{s:4:\"name\";s:13:\"Mobile Header\";s:13:\"subcategories\";a:0:{}}s:8:\"nav-menu\";O:8:\"stdClass\":2:{s:4:\"name\";s:8:\"Nav Menu\";s:13:\"subcategories\";a:0:{}}s:14:\"typography-pro\";O:8:\"stdClass\":2:{s:4:\"name\";s:10:\"Typography\";s:13:\"subcategories\";a:0:{}}s:21:\"colors-background-pro\";O:8:\"stdClass\":2:{s:4:\"name\";s:23:\"Colors &amp; Background\";s:13:\"subcategories\";a:0:{}}s:21:\"custom-layouts-module\";O:8:\"stdClass\":2:{s:4:\"name\";s:21:\"Custom Layouts Module\";s:13:\"subcategories\";a:0:{}}s:11:\"site-layout\";O:8:\"stdClass\":2:{s:4:\"name\";s:11:\"Site Layout\";s:13:\"subcategories\";a:0:{}}s:15:\"header-sections\";O:8:\"stdClass\":2:{s:4:\"name\";s:15:\"Header Sections\";s:13:\"subcategories\";a:0:{}}s:13:\"sticky-header\";O:8:\"stdClass\":2:{s:4:\"name\";s:13:\"Sticky Header\";s:13:\"subcategories\";a:0:{}}s:12:\"page-headers\";O:8:\"stdClass\":2:{s:4:\"name\";s:12:\"Page Headers\";s:13:\"subcategories\";a:0:{}}s:8:\"blog-pro\";O:8:\"stdClass\":2:{s:4:\"name\";s:8:\"Blog Pro\";s:13:\"subcategories\";a:0:{}}s:21:\"footer-widgets-module\";O:8:\"stdClass\":2:{s:4:\"name\";s:21:\"Footer Widgets Module\";s:13:\"subcategories\";a:0:{}}s:7:\"spacing\";O:8:\"stdClass\":2:{s:4:\"name\";s:7:\"Spacing\";s:13:\"subcategories\";a:0:{}}s:3:\"woo\";O:8:\"stdClass\":2:{s:4:\"name\";s:11:\"WooCommerce\";s:13:\"subcategories\";a:0:{}}s:27:\"learndash-astra-pro-modules\";O:8:\"stdClass\":2:{s:4:\"name\";s:9:\"LearnDash\";s:13:\"subcategories\";a:0:{}}s:19:\"lifterlms-astra-pro\";O:8:\"stdClass\":2:{s:4:\"name\";s:9:\"LifterLMS\";s:13:\"subcategories\";a:0:{}}s:29:\"easy-digital-downloads-module\";O:8:\"stdClass\":2:{s:4:\"name\";s:29:\"Easy Digital Downloads Module\";s:13:\"subcategories\";a:0:{}}s:18:\"native-amp-support\";O:8:\"stdClass\":2:{s:4:\"name\";s:18:\"Native AMP Support\";s:13:\"subcategories\";a:0:{}}}}s:17:\"starter-templates\";O:8:\"stdClass\":2:{s:4:\"name\";s:17:\"Starter Templates\";s:13:\"subcategories\";a:0:{}}s:15:\"translate-astra\";O:8:\"stdClass\":2:{s:4:\"name\";s:15:\"Translate Astra\";s:13:\"subcategories\";a:0:{}}s:7:\"general\";O:8:\"stdClass\":2:{s:4:\"name\";s:7:\"General\";s:13:\"subcategories\";a:0:{}}s:17:\"account-and-store\";O:8:\"stdClass\":2:{s:4:\"name\";s:17:\"Account and Store\";s:13:\"subcategories\";a:0:{}}s:20:\"custom-code-snippets\";O:8:\"stdClass\":2:{s:4:\"name\";s:20:\"Custom Code Snippets\";s:13:\"subcategories\";O:8:\"stdClass\":5:{s:23:\"astra-theme-pro-filters\";O:8:\"stdClass\":2:{s:4:\"name\";s:29:\"Astra Theme &amp; Pro Filters\";s:13:\"subcategories\";a:0:{}}s:27:\"astra-header-footer-filters\";O:8:\"stdClass\":2:{s:4:\"name\";s:33:\"Astra Header &amp; Footer Filters\";s:13:\"subcategories\";a:0:{}}s:12:\"blog-filters\";O:8:\"stdClass\":2:{s:4:\"name\";s:12:\"Blog Filters\";s:13:\"subcategories\";a:0:{}}s:19:\"woocommerce-filters\";O:8:\"stdClass\":2:{s:4:\"name\";s:19:\"WooCommerce Filters\";s:13:\"subcategories\";a:0:{}}s:10:\"custom-css\";O:8:\"stdClass\":2:{s:4:\"name\";s:10:\"Custom CSS\";s:13:\"subcategories\";a:0:{}}}}s:15:\"troubleshooting\";O:8:\"stdClass\":2:{s:4:\"name\";s:15:\"Troubleshooting\";s:13:\"subcategories\";a:0:{}}}s:4:\"docs\";a:450:{i:0;O:8:\"stdClass\":3:{s:5:\"title\";s:72:\"Astra WooCommerce CSS overriding Global H2 tag font size on product page\";s:3:\"url\";s:98:\"https://wpastra.com/docs/astra-woocommerce-css-overriding-global-h2-tag-font-size-on-product-page/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:1;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"How to Fix the Line Height Unit being converted to “EM”?\";s:3:\"url\";s:79:\"https://wpastra.com/docs/how-to-fix-the-line-height-unit-being-converted-to-em/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:2;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Create Custom CSS using Inspect Element Tool?\";s:3:\"url\";s:77:\"https://wpastra.com/docs/how-to-create-custom-css-using-inspect-element-tool/\";s:8:\"category\";a:0:{}}i:3;O:8:\"stdClass\":3:{s:5:\"title\";s:76:\"XMLReader Support Missing &#8211; Starter Templates (For the Administrators)\";s:3:\"url\";s:92:\"https://wpastra.com/docs/xmlreader-support-missing-starter-templates-for-the-administrators/\";s:8:\"category\";a:0:{}}i:4;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"How to Disable or Change the Position of the Featured Image on the Pages?\";s:3:\"url\";s:98:\"https://wpastra.com/docs/how-to-disable-or-change-the-position-of-the-featured-image-on-the-pages/\";s:8:\"category\";a:0:{}}i:5;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to Add Images or Icons in the Navigation Menu\";s:3:\"url\";s:75:\"https://wpastra.com/docs/how-to-add-images-or-icons-in-the-navigation-menu/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:6;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Introducing New Filter to Enable/Disable Rank-Math Theme Support\";s:3:\"url\";s:90:\"https://wpastra.com/docs/introducing-new-filter-to-enable-disable-rank-math-theme-support/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:7;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"Basic Debugging Steps of WordPress\";s:3:\"url\";s:60:\"https://wpastra.com/docs/basic-debugging-steps-of-wordpress/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:8;O:8:\"stdClass\":3:{s:5:\"title\";s:57:\"Introducing the new Disable Banner Area Meta-Based Option\";s:3:\"url\";s:83:\"https://wpastra.com/docs/introducing-the-new-disable-banner-area-meta-based-option/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:9;O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Introducing New Add to Cart Trigger Actions for Shop and Single Product Pages.\";s:3:\"url\";s:103:\"https://wpastra.com/docs/introducing-new-add-to-cart-trigger-actions-for-shop-and-single-product-pages/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:10;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"How to Change the Typography of the Astra Menu\";s:3:\"url\";s:72:\"https://wpastra.com/docs/how-to-change-the-typography-of-the-astra-menu/\";s:8:\"category\";a:2:{i:0;s:14:\"typography-pro\";i:1;s:25:\"astra-customizer-settings\";}}i:11;O:8:\"stdClass\":3:{s:5:\"title\";s:69:\"How to Resolve Update Failed: -1 issue with Starter Templates plugin?\";s:3:\"url\";s:55:\"https://wpastra.com/docs/resolve-update-failed-1-issue/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:12;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"Astra 4.0.0 Nav Menu Module\";s:3:\"url\";s:41:\"https://wpastra.com/docs/nav-menu-module/\";s:8:\"category\";a:1:{i:0;s:8:\"nav-menu\";}}i:13;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"We are facing a temporary issue in importing this template\";s:3:\"url\";s:84:\"https://wpastra.com/docs/we-are-facing-a-temporary-issue-in-importing-this-template/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:14;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"How to use dynamic customizer from Astra 4.0.0\";s:3:\"url\";s:70:\"https://wpastra.com/docs/how-to-use-dynamic-customizer-from-astra-4-0/\";s:8:\"category\";a:1:{i:0;s:25:\"astra-customizer-settings\";}}i:15;O:8:\"stdClass\":3:{s:5:\"title\";s:63:\"Changing the Post Title&#8217;s Tag of the Related Post Section\";s:3:\"url\";s:82:\"https://wpastra.com/docs/changing-the-post-titles-tag-of-the-related-post-section/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:16;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Narrow Width &#8211; Container Layout\";s:3:\"url\";s:55:\"https://wpastra.com/docs/narrow-width-container-layout/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:17;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"Quick admin bar navigation to edit custom layout &#038; page header\";s:3:\"url\";s:86:\"https://wpastra.com/docs/quick-admin-bar-navigation-to-edit-custom-layout-page-header/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:18;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Support Mega Menu for all the Header Builder Menu component\";s:3:\"url\";s:65:\"https://wpastra.com/docs/mega-menu-support-for-all-builder-menus/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:19;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Improved Spectra Compatibility\";s:3:\"url\";s:56:\"https://wpastra.com/docs/improved-spectra-compatibility/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:20;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to add a custom cart button in WordPress\";s:3:\"url\";s:70:\"https://wpastra.com/docs/how-to-add-a-custom-cart-button-in-wordpress/\";s:8:\"category\";a:0:{}}i:21;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"Show Password eye icon not visible\";s:3:\"url\";s:60:\"https://wpastra.com/docs/show-password-eye-icon-not-visible/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:22;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Revert support for Single Product&#8217;s legacy Gallery layouts\";s:3:\"url\";s:83:\"https://wpastra.com/docs/revert-support-for-single-products-legacy-gallery-layouts/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:23;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"Revert support for old Astra cart icon\";s:3:\"url\";s:64:\"https://wpastra.com/docs/revert-support-for-old-astra-cart-icon/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:24;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"How to Manage WooCommerce Product Image Width\";s:3:\"url\";s:71:\"https://wpastra.com/docs/how-to-manage-woocommerce-product-image-width/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:25;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to enable Product Quantity (Plus-Minus)?\";s:3:\"url\";s:67:\"https://wpastra.com/docs/how-to-enable-product-quantity-plus-minus/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:26;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Sticky Header Background Color\";s:3:\"url\";s:56:\"https://wpastra.com/docs/sticky-header-background-color/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:27;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"How to remove an Author&#8217;s name from a Single Blog Post?\";s:3:\"url\";s:76:\"https://wpastra.com/docs/how-to-remove-authors-name-from-a-single-blog-post/\";s:8:\"category\";a:1:{i:0;s:4:\"blog\";}}i:28;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"How to Highlight the active menu item\";s:3:\"url\";s:63:\"https://wpastra.com/docs/how-to-highlight-the-active-menu-item/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:29;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Change &#8220;Add to Cart&#8221; button text?\";s:3:\"url\";s:63:\"https://wpastra.com/docs/how-to-change-add-to-cart-button-text/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:30;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to change site background color in Astra\";s:3:\"url\";s:70:\"https://wpastra.com/docs/how-to-change-site-background-color-in-astra/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:31;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Fix Mobile Usability Issues on Astra\";s:3:\"url\";s:62:\"https://wpastra.com/docs/fix-mobile-usability-issues-on-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:32;O:8:\"stdClass\":3:{s:5:\"title\";s:84:\"How to remove horizontal &#038; vertical gallery layouts from a single product page?\";s:3:\"url\";s:102:\"https://wpastra.com/docs/how-to-remove-horizontal-vertical-gallery-layouts-from-a-single-product-page/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:33;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Transparent Header Menu Color not working with Mobile Breakpoint\";s:3:\"url\";s:90:\"https://wpastra.com/docs/transparent-header-menu-color-not-working-with-mobile-breakpoint/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}i:34;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"cURL error 60: unable to install Astra Pro plugin\";s:3:\"url\";s:74:\"https://wpastra.com/docs/curl-error-60-unable-to-install-astra-pro-plugin/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:35;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"WP_Error-cURL error 7: Failed to connect to websitedemos.net\";s:3:\"url\";s:85:\"https://wpastra.com/docs/wp_error-curl-error-7-failed-to-connect-to-websitedemos-net/\";s:8:\"category\";a:2:{i:0;s:15:\"troubleshooting\";i:1;s:17:\"starter-templates\";}}i:36;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"How to create a multisite network and use Astra child theme on it.\";s:3:\"url\";s:83:\"https://wpastra.com/docs/how-to-create-a-multisite-network-using-astra-child-theme/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:37;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"How to ensure text remains visible during web font load Astra\";s:3:\"url\";s:87:\"https://wpastra.com/docs/how-to-ensure-text-remains-visible-during-web-font-load-astra/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:38;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to create a sticky sidebar in Astra\";s:3:\"url\";s:65:\"https://wpastra.com/docs/how-to-create-a-sticky-sidebar-in-astra/\";s:8:\"category\";a:1:{i:0;s:25:\"astra-customizer-settings\";}}i:39;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Change Color of Sale Badge &#8211; WooCommerce\";s:3:\"url\";s:64:\"https://wpastra.com/docs/change-color-of-sale-badge-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:40;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to design Footer Background in Astra\";s:3:\"url\";s:57:\"https://wpastra.com/docs/how-to-design-footer-background/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:41;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"How to disable logo cropping\";s:3:\"url\";s:54:\"https://wpastra.com/docs/how-to-disable-logo-cropping/\";s:8:\"category\";a:1:{i:0;s:25:\"astra-customizer-settings\";}}i:42;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"Misc &#8211; WooCommerce\";s:3:\"url\";s:42:\"https://wpastra.com/docs/misc-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:43;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How To add Custom CSS for Specific Pages\";s:3:\"url\";s:66:\"https://wpastra.com/docs/how-to-add-custom-css-for-specific-pages/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:44;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"How to create a Mobile Menu\";s:3:\"url\";s:53:\"https://wpastra.com/docs/how-to-create-a-mobile-menu/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:45;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"Uploaded file exceeds the upload_max_filesize directive in php.ini\";s:3:\"url\";s:92:\"https://wpastra.com/docs/uploaded-file-exceeds-the-upload_max_filesize-directive-in-php-ini/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:46;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"What are the Best Astra Settings for Elementor?\";s:3:\"url\";s:72:\"https://wpastra.com/docs/what-are-the-best-astra-settings-for-elementor/\";s:8:\"category\";a:1:{i:0;s:13:\"meta-settings\";}}i:47;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Astra theme string translation for WooCommerce\";s:3:\"url\";s:72:\"https://wpastra.com/docs/astra-theme-string-translation-for-woocommerce/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:48;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"How To Fix Not Being Able To Edit Submenu Colors, Above and Below Header?\";s:3:\"url\";s:97:\"https://wpastra.com/docs/how-to-fix-not-being-able-to-edit-submenu-colors-above-and-below-header/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:49;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"How to Import / Export Astra Customizer Settings\";s:3:\"url\";s:72:\"https://wpastra.com/docs/how-to-import-export-astra-customizer-settings/\";s:8:\"category\";a:1:{i:0;s:25:\"astra-customizer-settings\";}}i:50;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"How to disable cart fragments on WooCommerce?\";s:3:\"url\";s:70:\"https://wpastra.com/docs/how-to-disable-cart-fragments-on-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:51;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How to add custom CSS and JavaScript to Astra theme\";s:3:\"url\";s:77:\"https://wpastra.com/docs/how-to-add-custom-css-and-javascript-to-astra-theme/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}i:52;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"How to add custom post type with the Astra theme\";s:3:\"url\";s:74:\"https://wpastra.com/docs/how-to-add-custom-post-type-with-the-astra-theme/\";s:8:\"category\";a:1:{i:0;s:8:\"blog-pro\";}}i:53;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"How to Change the Menu Color in Astra Theme\";s:3:\"url\";s:69:\"https://wpastra.com/docs/how-to-change-the-menu-color-in-astra-theme/\";s:8:\"category\";a:1:{i:0;s:21:\"colors-background-pro\";}}i:54;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How to use the color palette of the Astra theme\";s:3:\"url\";s:73:\"https://wpastra.com/docs/how-to-use-the-color-palette-of-the-astra-theme/\";s:8:\"category\";a:2:{i:0;s:25:\"astra-customizer-settings\";i:1;s:6:\"global\";}}i:55;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to create a correct format svg logo?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/how-to-create-a-correct-format-svg-logo/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:56;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to translate the WooCommerce string?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/how-to-translate-the-woocommerce-string/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:57;O:8:\"stdClass\":3:{s:5:\"title\";s:8:\"SVG Icon\";s:3:\"url\";s:34:\"https://wpastra.com/docs/svg-icon/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:58;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Using Advanced Custom Fields with Astra\";s:3:\"url\";s:65:\"https://wpastra.com/docs/using-advanced-custom-fields-with-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:59;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"How to add a wishlist button to your WooCommerce Website\";s:3:\"url\";s:82:\"https://wpastra.com/docs/how-to-add-a-wishlist-button-to-your-woocommerce-website/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:3:\"woo\";}}i:60;O:8:\"stdClass\":3:{s:5:\"title\";s:69:\"Error 406 while importing Starter Templates on your WordPress website\";s:3:\"url\";s:95:\"https://wpastra.com/docs/error-406-while-importing-starter-templates-on-your-wordpress-website/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:61;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How to import Starter Templates with WP CLI Command\";s:3:\"url\";s:77:\"https://wpastra.com/docs/how-to-import-starter-templates-with-wp-cli-command/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:62;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Auto Update Plugin Support\";s:3:\"url\";s:52:\"https://wpastra.com/docs/auto-update-plugin-support/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:63;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"The blank screen in the Customizer area \";s:3:\"url\";s:65:\"https://wpastra.com/docs/the-blank-screen-in-the-customizer-area/\";s:8:\"category\";a:2:{i:0;s:25:\"astra-customizer-settings\";i:1;s:17:\"starter-templates\";}}i:64;O:8:\"stdClass\":3:{s:5:\"title\";s:13:\"Mixed Content\";s:3:\"url\";s:39:\"https://wpastra.com/docs/mixed-content/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:15:\"troubleshooting\";}}i:65;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How to check JavaScript errors/conflicts?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/how-to-check-javascript-errors-conflicts/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:66;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"How Astra is tuned for performance and is the fastest theme?\";s:3:\"url\";s:85:\"https://wpastra.com/docs/how-astra-is-tuned-for-performance-and-is-the-fastest-theme/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:67;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Transparent Header for HFB\";s:3:\"url\";s:52:\"https://wpastra.com/docs/transparent-header-for-hfb/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:68;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How &#8216;Enable Filter Accordion&#8217; Works\";s:3:\"url\";s:59:\"https://wpastra.com/docs/how-enable-filter-accordion-works/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:69;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to improve the CLS score with the Astra theme\";s:3:\"url\";s:75:\"https://wpastra.com/docs/how-to-improve-the-cls-score-with-the-astra-theme/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:70;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"System requirement for Astra Theme\";s:3:\"url\";s:60:\"https://wpastra.com/docs/system-requirement-for-astra-theme/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:71;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"WooCommerce hooks\";s:3:\"url\";s:43:\"https://wpastra.com/docs/woocommerce-hooks/\";s:8:\"category\";a:1:{i:0;s:16:\"woocommerce-free\";}}i:72;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"Set shop page as homepage &#8211; Woocommerce\";s:3:\"url\";s:63:\"https://wpastra.com/docs/set-shop-page-as-homepage-woocommerce/\";s:8:\"category\";a:1:{i:0;s:16:\"woocommerce-free\";}}i:73;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Astra &#8211; Customize the submenu\";s:3:\"url\";s:53:\"https://wpastra.com/docs/astra-customize-the-submenu/\";s:8:\"category\";a:1:{i:0;s:25:\"astra-customizer-settings\";}}i:74;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"Remove default stretched block layout spacing\";s:3:\"url\";s:71:\"https://wpastra.com/docs/remove-default-stretched-block-layout-spacing/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:75;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Improvements on the CheckOut page(Astra 3.9.0)\";s:3:\"url\";s:70:\"https://wpastra.com/docs/improvements-on-the-checkout-pageastra-3-9-0/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:76;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Improvments on the Cart Page(Astra 3.9.0)\";s:3:\"url\";s:54:\"https://wpastra.com/docs/improvments-on-the-cart-page/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:77;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"Astra WooCommerce update (version 3.9.0) Misc Update\";s:3:\"url\";s:76:\"https://wpastra.com/docs/astra-woocommerce-update-version-3-9-0-misc-update/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:78;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Astra WooCommerce update (version 3.9.0) My Account Page\";s:3:\"url\";s:80:\"https://wpastra.com/docs/astra-woocommerce-update-version-3-9-0-my-account-page/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:79;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"Astra WooCommerce update (version 3.9.0) Single Product Page\";s:3:\"url\";s:84:\"https://wpastra.com/docs/astra-woocommerce-update-version-3-9-0-single-product-page/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:80;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Astra WooCommerce update (version 3.9.0) Shop Page\";s:3:\"url\";s:74:\"https://wpastra.com/docs/astra-woocommerce-update-version-3-9-0-shop-page/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:81;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Astra WooCommerce update (version 3.9.0)\";s:3:\"url\";s:64:\"https://wpastra.com/docs/astra-woocommerce-update-version-3-9-0/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:82;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"Improvement: WooCommerce &#8211; Modify the Cart label design\";s:3:\"url\";s:78:\"https://wpastra.com/docs/improvement-woocommerce-modify-the-cart-label-design/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:83;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Improved Block Editor Experience with Astra\";s:3:\"url\";s:58:\"https://wpastra.com/docs/improved-block-editor-experience/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:84;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"How to Remove Google Fonts Suggestions in Astra Theme?\";s:3:\"url\";s:72:\"https://wpastra.com/docs/remove-google-fonts-suggestions-in-astra-theme/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:85;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"How to Resolve Repeater Fields Not Working in Widget Block Editor?\";s:3:\"url\";s:86:\"https://wpastra.com/docs/resolving-repeater-fields-not-working-in-widget-block-editor/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:86;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"Enhancement: Applying Content Background to Full-Width Layouts\";s:3:\"url\";s:75:\"https://wpastra.com/docs/applying-content-background-to-full-width-layouts/\";s:8:\"category\";a:1:{i:0;s:21:\"colors-background-pro\";}}i:87;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Move Related Posts Below Comments\";s:3:\"url\";s:59:\"https://wpastra.com/docs/move-related-posts-below-comments/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:88;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Disable Astra Global Colors In Elementor\";s:3:\"url\";s:66:\"https://wpastra.com/docs/disable-astra-global-colors-in-elementor/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:89;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Remove Woocommerce Product Category Archive Title\";s:3:\"url\";s:67:\"https://wpastra.com/docs/remove-woocommerce-category-archive-title/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:90;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Remove Astra Customization for WooCommerce\";s:3:\"url\";s:68:\"https://wpastra.com/docs/remove-astra-customization-for-woocommerce/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:91;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"How To Change Web Stories Position\";s:3:\"url\";s:53:\"https://wpastra.com/docs/change-web-stories-position/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:92;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Manage Astra Pro With Composer\";s:3:\"url\";s:56:\"https://wpastra.com/docs/manage-astra-pro-with-composer/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:93;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"How to Turn Astra Website Multilingual with TranslatePress?\";s:3:\"url\";s:69:\"https://wpastra.com/docs/turn-astra-multilingual-with-translatepress/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:94;O:8:\"stdClass\":3:{s:5:\"title\";s:22:\"Starter Templates FAQs\";s:3:\"url\";s:48:\"https://wpastra.com/docs/starter-templates-faqs/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:95;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Building Your Website With Starter Templates\";s:3:\"url\";s:70:\"https://wpastra.com/docs/building-your-website-with-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:96;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"Starter Templates Importing\";s:3:\"url\";s:53:\"https://wpastra.com/docs/starter-templates-importing/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:97;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"Getting Started With Starter Templates\";s:3:\"url\";s:64:\"https://wpastra.com/docs/getting-started-with-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:98;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Creating Your Header and Footer With Astra or Elementor?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/astra-or-elementor-header-and-footer/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:99;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Gutenberg Editor And Frontend UI Improvements With Astra (3.7.4)\";s:3:\"url\";s:62:\"https://wpastra.com/docs/gutenberg-ui-improvements-with-astra/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:100;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Replace Deprecated Astra Theme and Astra Pro Hooks\";s:3:\"url\";s:48:\"https://wpastra.com/docs/deprecated-astra-hooks/\";s:8:\"category\";a:2:{i:0;s:23:\"astra-theme-pro-filters\";i:1;s:27:\"astra-header-footer-filters\";}}i:101;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Hide the Text by Setting the Font Size to Zero\";s:3:\"url\";s:51:\"https://wpastra.com/docs/setting-font-size-to-zero/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:102;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"How to Translate Categories, Tags, and Astra Strings with Polylang\";s:3:\"url\";s:77:\"https://wpastra.com/docs/translate-categories-tags-and-strings-with-polylang/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:103;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"What To Do When Product Count Is Not Visible on Mini Cart With Astra Pro?\";s:3:\"url\";s:45:\"https://wpastra.com/docs/product-count-color/\";s:8:\"category\";a:2:{i:0;s:3:\"woo\";i:1;s:15:\"troubleshooting\";}}i:104;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"How to Roll Back to A Previous Version of Astra?\";s:3:\"url\";s:61:\"https://wpastra.com/docs/roll-back-to-previous-astra-version/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:105;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How to Turn Astra Website Multilingual with Polylang?\";s:3:\"url\";s:63:\"https://wpastra.com/docs/turn-astra-multilingual-with-polylang/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:106;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Starter Templates &#8211; Wireframe Blocks\";s:3:\"url\";s:60:\"https://wpastra.com/docs/starter-templates-wireframe-blocks/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:107;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to Enable Debugging in WordPress (Debug Mode)\";s:3:\"url\";s:55:\"https://wpastra.com/docs/enable-debugging-in-wordpress/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:108;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How To Override Astra’s theme.json in Child Theme?\";s:3:\"url\";s:52:\"https://wpastra.com/docs/override-astras-theme-json/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:109;O:8:\"stdClass\":3:{s:5:\"title\";s:63:\"How To Hide Quantity Number When the Woocommerce Cart Is Empty?\";s:3:\"url\";s:58:\"https://wpastra.com/docs/hide-quantity-when-cart-is-empty/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:110;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"How to Display the Post Category as a Related Posts Title?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/display-category-as-related-posts-title/\";s:8:\"category\";a:1:{i:0;s:12:\"blog-filters\";}}i:111;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"How To Remove the Astra Header From Entire Site?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/remove-astra-header-from-entire-site/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:112;O:8:\"stdClass\":3:{s:5:\"title\";s:55:\"How To Change Navigation Links Text for a Blog Archive?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/replace-blog-archive-navigation-strings/\";s:8:\"category\";a:1:{i:0;s:12:\"blog-filters\";}}i:113;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Frequently Asked Questions &#8211; VIP Care\";s:3:\"url\";s:39:\"https://wpastra.com/docs/faqs-vip-care/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:114;O:8:\"stdClass\":3:{s:5:\"title\";s:72:\"How To Remove Underlined Content Links on Buttons and Specifics Classes?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/remove-underlined-content-links/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:115;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"Astra Typography Presets\";s:3:\"url\";s:50:\"https://wpastra.com/docs/astra-typography-presets/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:116;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Astra Button Presets\";s:3:\"url\";s:53:\"https://wpastra.com/docs/astra-button-styles-presets/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:117;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Astra Global Color Palette\";s:3:\"url\";s:61:\"https://wpastra.com/docs/astra-global-color-palette-settings/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:118;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How To Disable the Block Editor Support for Widgets\";s:3:\"url\";s:61:\"https://wpastra.com/docs/disable-widget-block-editor-support/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:119;O:8:\"stdClass\":3:{s:5:\"title\";s:80:\"How To Enable Design Options for Header and Footer Widgets in Block-Based Editor\";s:3:\"url\";s:60:\"https://wpastra.com/docs/enable-astra-widget-design-options/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:120;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"Restrict Search Results to WooCommerce Products Only\";s:3:\"url\";s:58:\"https://wpastra.com/docs/restrict-search-results-products/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:121;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"Fix Swap Sections Not Working on Mobile (Old Astra Header)\";s:3:\"url\";s:55:\"https://wpastra.com/docs/fix-swap-sections-not-working/\";s:8:\"category\";a:1:{i:0;s:20:\"custom-code-snippets\";}}i:122;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Remove Spacing Around Elementor Pro TOC Widget\";s:3:\"url\";s:54:\"https://wpastra.com/docs/remove-spacing-elementor-toc/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:123;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"Fix Woocommerce Cart Becoming Transparent With Header Builder\";s:3:\"url\";s:58:\"https://wpastra.com/docs/fix-transparent-woocommerce-cart/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:124;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How To Fix Right Margin for the Footer Widget Element\";s:3:\"url\";s:56:\"https://wpastra.com/docs/fix-footer-widget-right-margin/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:125;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How to Add Elementor Template to the Mega Menu?\";s:3:\"url\";s:51:\"https://wpastra.com/docs/add-template-to-mega-menu/\";s:8:\"category\";a:1:{i:0;s:8:\"nav-menu\";}}i:126;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"The Recommended Size for Featured Image Upload\";s:3:\"url\";s:61:\"https://wpastra.com/docs/recommended-size-for-featured-image/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:4:\"blog\";}}i:127;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"Why Doesn’t Parallax Scrolling Work on Mobile?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/parallax-not-working-on-mobile/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:128;O:8:\"stdClass\":3:{s:5:\"title\";s:63:\"How To Fix Horizontal Scrollbar on Mobile When Using Elementor?\";s:3:\"url\";s:60:\"https://wpastra.com/docs/fix-horizontal-scrollbar-on-mobile/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:129;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How To Apply New Default Button Padding Values?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/apply-default-button-padding/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:130;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Responsive Editing With the Astra Theme\";s:3:\"url\";s:61:\"https://wpastra.com/docs/responsive-editing-with-astra-theme/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:131;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How To Hide Astra Settings for Specific User Roles?\";s:3:\"url\";s:60:\"https://wpastra.com/docs/hide-astra-settings-for-user-roles/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:132;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"How To Create a Header With a Centrally Positioned Logo With Astra?\";s:3:\"url\";s:70:\"https://wpastra.com/docs/create-header-with-centrally-positioned-logo/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:133;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Manage Your Site Identity With Astra&#8217;s Header Builder\";s:3:\"url\";s:55:\"https://wpastra.com/docs/manage-site-identity-and-logo/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:134;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"How to Change the Heading Tag for the Related Posts Title?\";s:3:\"url\";s:60:\"https://wpastra.com/docs/change-tag-for-related-posts-title/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:135;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Host Google Fonts Locally &#8211; Performance Is the Key\";s:3:\"url\";s:48:\"https://wpastra.com/docs/performance-is-the-key/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:136;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"How To Improve CLS For the SVG Logo?\";s:3:\"url\";s:50:\"https://wpastra.com/docs/improve-cls-for-svg-logo/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:137;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How to Fix Font-Weight Not Applying To Widget Titles?\";s:3:\"url\";s:55:\"https://wpastra.com/docs/font-weight-for-widget-titles/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:138;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to Self-Host Google Fonts in Astra?\";s:3:\"url\";s:50:\"https://wpastra.com/docs/self-hosted-google-fonts/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:139;O:8:\"stdClass\":3:{s:5:\"title\";s:57:\"Gutenberg Plugin Causing Issues With the Astra Customizer\";s:3:\"url\";s:62:\"https://wpastra.com/docs/astra-customizer-options-unavailable/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:140;O:8:\"stdClass\":3:{s:5:\"title\";s:89:\"Change the &#8220;Shopping Cart&#8221; Text for WooCommerce &#038; EDD Mobile Header Cart\";s:3:\"url\";s:50:\"https://wpastra.com/docs/update-mobile-cart-title/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:141;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"Modify Your PHP Configuration\";s:3:\"url\";s:55:\"https://wpastra.com/docs/modify-your-php-configuration/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:142;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"Could not store XML file in /wp-content/ folder?\";s:3:\"url\";s:68:\"https://wpastra.com/docs/could-not-store-files-in-wp-content-folder/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:143;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"How to Fix 5XX Error While Importing a Starter Template?\";s:3:\"url\";s:53:\"https://wpastra.com/docs/5xx-error-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:144;O:8:\"stdClass\":3:{s:5:\"title\";s:69:\"How to Fix Blocked Requests Error While Importing a Starter Template?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/blocked-requests-error-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:145;O:8:\"stdClass\":3:{s:5:\"title\";s:68:\"How to Fix Operation Timed Error While Importing a Starter Template?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/operation-timed-error-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:146;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to Fix Starter Template Importing Issues\";s:3:\"url\";s:63:\"https://wpastra.com/docs/fix-starter-template-importing-issues/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:147;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"How to Remove Border Around the Cart? (Issue After Updating to Astra 3.4)\";s:3:\"url\";s:51:\"https://wpastra.com/docs/remove-border-around-cart/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:148;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Getting the Most Out of Astra Theme\";s:3:\"url\";s:53:\"https://wpastra.com/docs/getting-the-most-with-astra/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:149;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"How To Build Quick Sites With Astra?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/build-quick-websites/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:150;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"See Other Customizer Options\";s:3:\"url\";s:50:\"https://wpastra.com/docs/other-customizer-options/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:151;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Build Your Footer\";s:3:\"url\";s:48:\"https://wpastra.com/docs/footer-builder-options/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:152;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Add Your Sidebars\";s:3:\"url\";s:45:\"https://wpastra.com/docs/how-to-add-sidebars/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:153;O:8:\"stdClass\":3:{s:5:\"title\";s:16:\"Set Up Your Blog\";s:3:\"url\";s:43:\"https://wpastra.com/docs/how-to-setup-blog/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:154;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"Find the Way With Breadcrumbs\";s:3:\"url\";s:43:\"https://wpastra.com/docs/using-breadcrumbs/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:155;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Build Your Header\";s:3:\"url\";s:48:\"https://wpastra.com/docs/header-builder-options/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:156;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Style Your Website With Global Settings\";s:3:\"url\";s:52:\"https://wpastra.com/docs/style-with-global-settings/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:157;O:8:\"stdClass\":3:{s:5:\"title\";s:23:\"This Is Your Customizer\";s:3:\"url\";s:51:\"https://wpastra.com/docs/manage-customizer-options/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:158;O:8:\"stdClass\":3:{s:5:\"title\";s:23:\"Astra Theme Walkthrough\";s:3:\"url\";s:49:\"https://wpastra.com/docs/astra-theme-walkthrough/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:159;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Display Related Posts on Single Blog Post\";s:3:\"url\";s:47:\"https://wpastra.com/docs/display-related-posts/\";s:8:\"category\";a:1:{i:0;s:4:\"blog\";}}i:160;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How do I check my Support Ticket History?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/check-support-ticket-history/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:161;O:8:\"stdClass\":3:{s:5:\"title\";s:69:\"How to Resolve Fatal Error: Call to Undefined function ctype_xdigit()\";s:3:\"url\";s:50:\"https://wpastra.com/docs/fatal-error-ctype-xdigit/\";s:8:\"category\";a:2:{i:0;s:24:\"installation-and-updates\";i:1;s:15:\"troubleshooting\";}}i:162;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Toggle Button for Desktop &#8211; Header Builder Element\";s:3:\"url\";s:51:\"https://wpastra.com/docs/toggle-button-for-desktop/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:163;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Astra’s Default Font Icons Replaced With SVG\";s:3:\"url\";s:47:\"https://wpastra.com/docs/ast-font-icons-to-svg/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:164;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"Fix Spacing Issues in Gutenberg Blocks\";s:3:\"url\";s:47:\"https://wpastra.com/docs/fix-spacing-gb-blocks/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:165;O:8:\"stdClass\":3:{s:5:\"title\";s:74:\"Optimize Astra HTML and CSS &#8211; For Existing Astra Users (Before v3.3)\";s:3:\"url\";s:54:\"https://wpastra.com/docs/optimize-css-html-before-3-3/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:166;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"FAQs &#8211; Astra Pro 3.2 &#8211; Custom Layout Inside Pages/Posts\";s:3:\"url\";s:44:\"https://wpastra.com/docs/faqs-astra-pro-3-2/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:167;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Inside Page/Post Content Custom Layouts\";s:3:\"url\";s:52:\"https://wpastra.com/docs/custom-layouts-inside-page/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:168;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"How to Remove the White Bars in the Safari Browser on iPhone X and Higher\";s:3:\"url\";s:53:\"https://wpastra.com/docs/remove-white-bars-on-safari/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:169;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Sorry, You Are Not Allowed To Access This Page\";s:3:\"url\";s:52:\"https://wpastra.com/docs/not-allowed-to-access-page/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:170;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"Getting Started with Growth Bundle\";s:3:\"url\";s:55:\"https://wpastra.com/docs/getting-started-growth-bundle/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:171;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Getting Started with Essential Bundle\";s:3:\"url\";s:58:\"https://wpastra.com/docs/getting-started-essential-bundle/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:172;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"Can&#8217;t See Newly Added Templates in Starter Templates Library?\";s:3:\"url\";s:48:\"https://wpastra.com/docs/sync-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:173;O:8:\"stdClass\":3:{s:5:\"title\";s:55:\"Filter to Remove Starter Templates Button on Post Types\";s:3:\"url\";s:67:\"https://wpastra.com/docs/filter-to-remove-starter-templates-button/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:174;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Using Language Switcher Element with WPML\";s:3:\"url\";s:49:\"https://wpastra.com/docs/using-language-switcher/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:175;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"Importing Gutenberg Pages, Patterns, and Wireframes\";s:3:\"url\";s:50:\"https://wpastra.com/docs/import-gb-pages-patterns/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:176;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Revamped Astra&#8217;s Customizer\";s:3:\"url\";s:51:\"https://wpastra.com/docs/revamped-astra-customizer/\";s:8:\"category\";a:2:{i:0;s:23:\"header-footer-after-3-0\";i:1;s:7:\"general\";}}i:177;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Clone and Delete Elements in Header Footer Builder\";s:3:\"url\";s:50:\"https://wpastra.com/docs/clone-delete-hf-elements/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:178;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"How to Clear Astra&#8217;s Cache?\";s:3:\"url\";s:43:\"https://wpastra.com/docs/clear-astra-cache/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:179;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"How To Create Mobile Header With Astra Header Builder?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/create-mobile-header-with-header-builder/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:180;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How To Create a Footer With Astra Footer Builder?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/create-footer-with-footer-builder/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:181;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How To Create a Header With Astra Header Builder?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/create-header-with-header-builder/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:182;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Add Multiple Elements in Header Footer Builder\";s:3:\"url\";s:60:\"https://wpastra.com/docs/multiple-elements-in-header-footer/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:183;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"FAQs &#8211; Astra Header/Footer Builder\";s:3:\"url\";s:58:\"https://wpastra.com/docs/faqs-astra-header-footer-builder/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:184;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"Elements in Header/Footer Builder With Astra Theme and Astra Pro\";s:3:\"url\";s:59:\"https://wpastra.com/docs/elements-in-header-footer-builder/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:185;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"How to Add Gutenberg Design Compatibility?\";s:3:\"url\";s:49:\"https://wpastra.com/docs/gb-design-compatibility/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:186;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"New Color Controls in Astra theme &#038; Astra Pro Addon\";s:3:\"url\";s:53:\"https://wpastra.com/docs/new-color-controls-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:187;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Astra Pro Shortcodes Reference\";s:3:\"url\";s:56:\"https://wpastra.com/docs/astra-pro-shortcodes-reference/\";s:8:\"category\";a:0:{}}i:188;O:8:\"stdClass\":3:{s:5:\"title\";s:68:\"Filter to Add Global Button Settings Support for WooCommerce Buttons\";s:3:\"url\";s:71:\"https://wpastra.com/docs/global-button-support-for-woocommerce-buttons/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:189;O:8:\"stdClass\":3:{s:5:\"title\";s:72:\"Blog Featured Image Size Not Working / Error in Image Processing Library\";s:3:\"url\";s:57:\"https://wpastra.com/docs/blog-featured-image-size-issues/\";s:8:\"category\";a:2:{i:0;s:15:\"troubleshooting\";i:1;s:12:\"blog-filters\";}}i:190;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Unable to find &#8220;No Toggle&#8221; Menu Style?\";s:3:\"url\";s:61:\"https://wpastra.com/docs/unable-to-find-no-toggle-menu-style/\";s:8:\"category\";a:1:{i:0;s:13:\"mobile-header\";}}i:191;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"Header Improvements in Astra!\";s:3:\"url\";s:54:\"https://wpastra.com/docs/header-improvements-in-astra/\";s:8:\"category\";a:1:{i:0;s:15:\"header-sections\";}}i:192;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"Filter to Add Support for Gutenberg Cover and Group blocks\";s:3:\"url\";s:70:\"https://wpastra.com/docs/support-for-gutenberg-cover-and-group-blocks/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:193;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Change Footer Widget Title&#8217;s Heading Tag\";s:3:\"url\";s:64:\"https://wpastra.com/docs/change-footer-widget-title-heading-tag/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:194;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How to Modify/Change the Quick View text?\";s:3:\"url\";s:48:\"https://wpastra.com/docs/modify-quick-view-text/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:195;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Deprecated Google Fonts Filter\";s:3:\"url\";s:56:\"https://wpastra.com/docs/deprecated-google-fonts-filter/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:196;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Mountain Template With Elementor Theme Style\";s:3:\"url\";s:65:\"https://wpastra.com/docs/mountain-template-elementor-theme-style/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:197;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Plugin Installation Failed &#8211; Multisite\";s:3:\"url\";s:62:\"https://wpastra.com/docs/plugin-installation-failed-multisite/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:198;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"How to Modify Read Time Text on Blog and Single Post Page?\";s:3:\"url\";s:47:\"https://wpastra.com/docs/modify-read-time-text/\";s:8:\"category\";a:0:{}}i:199;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"System Requirements &#8211;  Starter Templates\";s:3:\"url\";s:63:\"https://wpastra.com/docs/system-requirements-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:200;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"Custom Layout not Rendering Correctly with Beaver Builder?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/custom-layouts-rendering-issue/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:201;O:8:\"stdClass\":3:{s:5:\"title\";s:83:\"Unable to Upload the Astra Pro ZIP File because it is Unzipped During the Download?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/unable-to-upload-the-astra-pro-zip-file/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:202;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"How to Update Responsive Breakpoints for Tablet+Mobile in Astra?\";s:3:\"url\";s:71:\"https://wpastra.com/docs/set-update-breakpoints-tablet-mobile-in-astra/\";s:8:\"category\";a:2:{i:0;s:27:\"astra-header-footer-filters\";i:1;s:23:\"header-footer-after-3-0\";}}i:203;O:8:\"stdClass\":3:{s:5:\"title\";s:14:\"Usage Tracking\";s:3:\"url\";s:40:\"https://wpastra.com/docs/usage-tracking/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:204;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How to Install Starter Templates (Free) Plugin?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/install-free-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:205;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"How to Update Your Payment Method?\";s:3:\"url\";s:47:\"https://wpastra.com/docs/update-payment-method/\";s:8:\"category\";a:0:{}}i:206;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to Setup Custom Adobe Fonts (Typekit) Plugin?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/setup-custom-adobe-fonts-typekit-plugin/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:207;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Can I Import Starter Templates Site on Existing Website?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/import-templates-on-existing-website/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:208;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"Premium Starter Templates &#8211; Install and Activate License\";s:3:\"url\";s:59:\"https://wpastra.com/docs/install-premium-starter-templates/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:209;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Not Valid License &#8211; Starter Templates\";s:3:\"url\";s:43:\"https://wpastra.com/docs/not-valid-license/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:210;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Starter Templates &#8211; Requires plugins missing\";s:3:\"url\";s:52:\"https://wpastra.com/docs/plugin-installation-failed/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:211;O:8:\"stdClass\":3:{s:5:\"title\";s:55:\"Filter to Remove Link From Featured Images on Blog Page\";s:3:\"url\";s:65:\"https://wpastra.com/docs/remove-featured-image-link-on-blog-page/\";s:8:\"category\";a:1:{i:0;s:12:\"blog-filters\";}}i:212;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"Set Parallax Effect on Responsive Devices with Page Header\";s:3:\"url\";s:46:\"https://wpastra.com/docs/parallax-page-header/\";s:8:\"category\";a:1:{i:0;s:12:\"page-headers\";}}i:213;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Starter Templates &#8211; Free Images from Pixabay\";s:3:\"url\";s:58:\"https://wpastra.com/docs/starter-templates-pixabay-images/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:214;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Starter Templates &#8211; Elementor Popup\";s:3:\"url\";s:59:\"https://wpastra.com/docs/starter-templates-elementor-popup/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:215;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Update Required Plugins &#8211; Starter Templates\";s:3:\"url\";s:49:\"https://wpastra.com/docs/update-required-plugins/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:216;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"XMLReader Support Missing &#8211; Starter Templates\";s:3:\"url\";s:43:\"https://wpastra.com/docs/xmlreader-missing/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:217;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Disable Debug Mode &#8211; Starter Templates\";s:3:\"url\";s:44:\"https://wpastra.com/docs/disable-debug-mode/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:218;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Required File Permissions Missing &#8211; Starter Templates\";s:3:\"url\";s:51:\"https://wpastra.com/docs/required-file-permissions/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:219;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"cURL Support Missing &#8211; Starter Templates\";s:3:\"url\";s:46:\"https://wpastra.com/docs/curl-support-missing/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:220;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Starter Templates with Other Themes\";s:3:\"url\";s:61:\"https://wpastra.com/docs/starter-templates-with-other-themes/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:221;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How to Import A Complete Site With Starter Templates?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/starter-templates-complete-site/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:222;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Starter Templates — Basics and FAQs\";s:3:\"url\";s:55:\"https://wpastra.com/docs/starter-templates-basics-faqs/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:223;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to Import Single Page With Starter Templates?\";s:3:\"url\";s:48:\"https://wpastra.com/docs/import-single-template/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:224;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How to Enable Astra Comment Box on Custom Post Types?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/enable-astra-comment-box-on-cpt/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:225;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"Astra 2.2 for Existing Users\";s:3:\"url\";s:54:\"https://wpastra.com/docs/astra-2-2-for-existing-users/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:226;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"How to Remove Featured Image Link on Archive Page?\";s:3:\"url\";s:68:\"https://wpastra.com/docs/remove-featured-image-link-on-archive-page/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:12:\"blog-filters\";}}i:227;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"Display Settings of Custom Layouts in Astra Pro\";s:3:\"url\";s:48:\"https://wpastra.com/docs/display-rules-in-astra/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:228;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"Get SkillJet Access &#8211; Brainstorm Force Customer\";s:3:\"url\";s:48:\"https://wpastra.com/docs/unlock-skilljet-access/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:229;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"How to Disable Product Quantity (Plus-Minus) Buttons?\";s:3:\"url\";s:52:\"https://wpastra.com/docs/disable-plus-minus-buttons/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:230;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"Change Placeholder for Search Box (Old Astra Header)\";s:3:\"url\";s:51:\"https://wpastra.com/docs/change-search-placeholder/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:231;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to Disable Schema Markup Added by Astra?\";s:3:\"url\";s:47:\"https://wpastra.com/docs/disable-schema-markup/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:232;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Change the String &#8220;Search Results For&#8221;\";s:3:\"url\";s:46:\"https://wpastra.com/docs/change-search-string/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:233;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Restrict Search Results to Posts Only\";s:3:\"url\";s:54:\"https://wpastra.com/docs/restrict-search-results-post/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:234;O:8:\"stdClass\":3:{s:5:\"title\";s:32:\"How to Remove Page Header Title?\";s:3:\"url\";s:50:\"https://wpastra.com/docs/remove-page-header-title/\";s:8:\"category\";a:1:{i:0;s:12:\"page-headers\";}}i:235;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"Naming Convention for Astra 2.1.0 CSS File(s)\";s:3:\"url\";s:53:\"https://wpastra.com/docs/naming-convention-astra-2-1/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:236;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"How to Get Started with CSS File Generation\";s:3:\"url\";s:52:\"https://wpastra.com/docs/enable-css-file-generation/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:237;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"Browser Support by Astra\";s:3:\"url\";s:50:\"https://wpastra.com/docs/browser-support-by-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:238;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Structuring Shop WooCommerce Page\";s:3:\"url\";s:44:\"https://wpastra.com/docs/shop-woocommerce-2/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:239;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"How to Deal with Update Issues in Astra Theme and Astra Pro Addon?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/overcoming-update-issues-in-astra/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:240;O:8:\"stdClass\":3:{s:5:\"title\";s:31:\"How to Manage License on Store?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/how-to-manage-license-on-store/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:241;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"How to Update Astra Theme Manually?\";s:3:\"url\";s:47:\"https://wpastra.com/docs/update-theme-manually/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:242;O:8:\"stdClass\":3:{s:5:\"title\";s:55:\"How to Change the Heading Tag for the Page/Post Titles?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/change-heading-tag-for-post-title/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:243;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"Astra Compatibility with LearnDash Version 3.0\";s:3:\"url\";s:64:\"https://wpastra.com/docs/astra-compatibility-with-learndash-3-0/\";s:8:\"category\";a:2:{i:0;s:27:\"learndash-astra-pro-modules\";i:1;s:9:\"learndash\";}}i:244;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"Modify font-display Property Value\";s:3:\"url\";s:60:\"https://wpastra.com/docs/modify-font-display-property-value/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:245;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"How to Change HTML tag for Site Title and Tagline?\";s:3:\"url\";s:60:\"https://wpastra.com/docs/change-site-title-tagline-html-tag/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:246;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Why font-display property is added to Astra?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/font-display-property-in-astra/\";s:8:\"category\";a:0:{}}i:247;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Disable All Meta Settings of Page/Post by Default\";s:3:\"url\";s:75:\"https://wpastra.com/docs/disable-all-meta-settings-of-page-post-by-default/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:248;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"How to Remove Inline CSS from Astra?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/remove-inline-css-from-astra/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:249;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"How to Add RTL CSS via Child Theme?\";s:3:\"url\";s:49:\"https://wpastra.com/docs/rtl-css-via-child-theme/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:250;O:8:\"stdClass\":3:{s:5:\"title\";s:66:\"How to Change Previous and Next Link Text from a Single Blog Post?\";s:3:\"url\";s:67:\"https://wpastra.com/docs/replace-navigation-strings-on-single-post/\";s:8:\"category\";a:1:{i:0;s:12:\"blog-filters\";}}i:251;O:8:\"stdClass\":3:{s:5:\"title\";s:75:\"Add Title attribute to Header Background Image as a Substitute for Alt Text\";s:3:\"url\";s:68:\"https://wpastra.com/docs/title-attribute-in-header-background-image/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:252;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Switch From Existing Breadcrumb to New Trail?\";s:3:\"url\";s:64:\"https://wpastra.com/docs/filter-to-switch-bread-from-old-to-new/\";s:8:\"category\";a:1:{i:0;s:10:\"breadcrumb\";}}i:253;O:8:\"stdClass\":3:{s:5:\"title\";s:74:\"How to Display a Breadcrumb Anywhere within a Page or Post with Shortcode?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/display-breadcrumb-with-shortcode/\";s:8:\"category\";a:1:{i:0;s:10:\"breadcrumb\";}}i:254;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"How to Add Breadcrumbs in WordPress Website with Astra\";s:3:\"url\";s:52:\"https://wpastra.com/docs/add-breadcrumbs-with-astra/\";s:8:\"category\";a:1:{i:0;s:10:\"breadcrumb\";}}i:255;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Disable Astra’s Native AMP Functionality\";s:3:\"url\";s:51:\"https://wpastra.com/docs/disable-astra-amp-support/\";s:8:\"category\";a:2:{i:0;s:18:\"native-amp-support\";i:1;s:23:\"astra-theme-pro-filters\";}}i:256;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Astra Options that won&#8217;t work with AMP\";s:3:\"url\";s:63:\"https://wpastra.com/docs/astra-options-that-wont-work-with-amp/\";s:8:\"category\";a:2:{i:0;s:18:\"native-amp-support\";i:1;s:7:\"general\";}}i:257;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Configure AMP Plugin\";s:3:\"url\";s:46:\"https://wpastra.com/docs/configure-amp-plugin/\";s:8:\"category\";a:2:{i:0;s:18:\"native-amp-support\";i:1;s:7:\"general\";}}i:258;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"How to Activate the License for Astra Premium Sites Plugin?\";s:3:\"url\";s:73:\"https://wpastra.com/docs/activate-license-for-astra-premium-sites-plugin/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:259;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"White Label Constants to Change Strings Permanently\";s:3:\"url\";s:77:\"https://wpastra.com/docs/white-label-constants-to-change-strings-permanently/\";s:8:\"category\";a:1:{i:0;s:11:\"white-label\";}}i:260;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Manually Install Astra via FTP\";s:3:\"url\";s:56:\"https://wpastra.com/docs/manually-install-astra-via-ftp/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:261;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Change Sidebar Widget Title Heading Tag\";s:3:\"url\";s:65:\"https://wpastra.com/docs/change-sidebar-widget-title-heading-tag/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:262;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"How to Change the Direction for Submenu Opening?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/change-the-direction-for-submenu-opening/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:263;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"Display Products from Same Category with Navigation\";s:3:\"url\";s:78:\"https://wpastra.com/docs/products-from-same-directed-category-with-navigation/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:264;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"Native AMP Support in Astra\";s:3:\"url\";s:50:\"https://wpastra.com/docs/astra-native-amp-support/\";s:8:\"category\";a:2:{i:0;s:18:\"native-amp-support\";i:1;s:7:\"general\";}}i:265;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Disable the White Label Settings Permanently?\";s:3:\"url\";s:77:\"https://wpastra.com/docs/how-to-disable-the-white-label-settings-permanently/\";s:8:\"category\";a:2:{i:0;s:11:\"white-label\";i:1;s:7:\"general\";}}i:266;O:8:\"stdClass\":3:{s:5:\"title\";s:73:\"Troubleshooting Steps ( with Health Check &#038; Troubleshooting plugin )\";s:3:\"url\";s:47:\"https://wpastra.com/docs/troubleshooting-steps/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:267;O:8:\"stdClass\":3:{s:5:\"title\";s:31:\"How to Add Icons to Menu Items?\";s:3:\"url\";s:56:\"https://wpastra.com/docs/how-to-add-icons-to-menu-items/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:268;O:8:\"stdClass\":3:{s:5:\"title\";s:67:\"How Translations can be Manually Exported and Uploaded to the Site?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/manually-upload-translations/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:269;O:8:\"stdClass\":3:{s:5:\"title\";s:77:\"&#8216;The preview could not be loaded&#8217; Pop Up with Astra and Elementor\";s:3:\"url\";s:64:\"https://wpastra.com/docs/the-preview-could-not-be-loaded-pop-up/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:270;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Change Woocommerce Out of Stock Text\";s:3:\"url\";s:62:\"https://wpastra.com/docs/change-woocommerce-out-of-stock-text/\";s:8:\"category\";a:1:{i:0;s:19:\"woocommerce-filters\";}}i:271;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Does White Label Feature Make Changes in the Code?\";s:3:\"url\";s:97:\"https://wpastra.com/docs/does-white-label-feature-in-astra-pro-make-changes-in-the-frontend-code/\";s:8:\"category\";a:1:{i:0;s:11:\"white-label\";}}i:272;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Typography options for EDD\";s:3:\"url\";s:52:\"https://wpastra.com/docs/typography-options-for-edd/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:273;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Colors &#038; Background options for EDD\";s:3:\"url\";s:59:\"https://wpastra.com/docs/colors-background-options-for-edd/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:274;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Checkout Page &#8211; EDD Module Options\";s:3:\"url\";s:58:\"https://wpastra.com/docs/checkout-page-edd-module-options/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:275;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"Single Product &#8211; EDD Module Options\";s:3:\"url\";s:59:\"https://wpastra.com/docs/single-product-edd-module-options/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:276;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Product Archive &#8211; EDD Module Options\";s:3:\"url\";s:60:\"https://wpastra.com/docs/product-archive-edd-module-options/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:277;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"General &#8211; EDD Module Options\";s:3:\"url\";s:52:\"https://wpastra.com/docs/general-edd-module-options/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:278;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"EDD &#8211; Easy Digital Downloads Module Overview\";s:3:\"url\";s:64:\"https://wpastra.com/docs/easy-digital-downloads-module-overview/\";s:8:\"category\";a:1:{i:0;s:29:\"easy-digital-downloads-module\";}}i:279;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"EDD Integration Overview in Free Astra Theme\";s:3:\"url\";s:62:\"https://wpastra.com/docs/edd-integration-overview-astra-theme/\";s:8:\"category\";a:1:{i:0;s:22:\"easy-digital-downloads\";}}i:280;O:8:\"stdClass\":3:{s:5:\"title\";s:68:\"How to Display a Mini Cart Anywhere Using Shortcode? (Astra and EDD)\";s:3:\"url\";s:49:\"https://wpastra.com/docs/edd-mini-cart-shortcode/\";s:8:\"category\";a:2:{i:0;s:29:\"easy-digital-downloads-module\";i:1;s:7:\"general\";}}i:281;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"How to Add EDD Cart in Header? (Old Astra Header)\";s:3:\"url\";s:44:\"https://wpastra.com/docs/edd-cart-in-header/\";s:8:\"category\";a:3:{i:0;s:7:\"general\";i:1;s:22:\"easy-digital-downloads\";i:2;s:29:\"easy-digital-downloads-module\";}}i:282;O:8:\"stdClass\":3:{s:5:\"title\";s:72:\"How to Add Download Archive Pages to the Menu When Using Astra with EDD?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/add-download-archive-page-to-menu/\";s:8:\"category\";a:3:{i:0;s:7:\"general\";i:1;s:22:\"easy-digital-downloads\";i:2;s:29:\"easy-digital-downloads-module\";}}i:283;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"How to Disable EDD Inbuilt Styling?\";s:3:\"url\";s:53:\"https://wpastra.com/docs/disable-edd-inbuilt-styling/\";s:8:\"category\";a:3:{i:0;s:7:\"general\";i:1;s:22:\"easy-digital-downloads\";i:2;s:29:\"easy-digital-downloads-module\";}}i:284;O:8:\"stdClass\":3:{s:5:\"title\";s:77:\"How to Apply For Brainstorm Force Affiliate Program? (Become Astra Affiliate)\";s:3:\"url\";s:48:\"https://wpastra.com/docs/become-astra-affiliate/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:285;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"How to Add Custom Fonts in Astra?\";s:3:\"url\";s:58:\"https://wpastra.com/docs/how-to-add-custom-fonts-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:286;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"How to Upgrade to Astra Pro?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/upgrade-to-astra-pro/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:287;O:8:\"stdClass\":3:{s:5:\"title\";s:32:\"Typography Improvement for Astra\";s:3:\"url\";s:58:\"https://wpastra.com/docs/typography-improvement-for-astra/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:288;O:8:\"stdClass\":3:{s:5:\"title\";s:46:\"How Does Astra Work with the Gutenberg Editor?\";s:3:\"url\";s:53:\"https://wpastra.com/docs/astra-with-gutenberg-editor/\";s:8:\"category\";a:0:{}}i:289;O:8:\"stdClass\":3:{s:5:\"title\";s:63:\"How to Create Different Headers on Different Pages Using Astra?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/different-headers-on-different-pages/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:290;O:8:\"stdClass\":3:{s:5:\"title\";s:25:\"Dim Content on Menu Hover\";s:3:\"url\";s:51:\"https://wpastra.com/docs/dim-content-on-menu-hover/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}i:291;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"Which Zip Should I Install from the Store?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/which-zip-to-install/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:292;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"How to Set Animation To The Sub Menu?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/how-to-set-animation-to-the-sub-menu/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:293;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Display SubMenu Just Below the Header\";s:3:\"url\";s:59:\"https://wpastra.com/docs/display-sub-menu-below-the-header/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:294;O:8:\"stdClass\":3:{s:5:\"title\";s:77:\"How to Duplicate &#8216;Custom Layouts&#8217; and &#8216;Page Headers&#8217;?\";s:3:\"url\";s:67:\"https://wpastra.com/docs/duplicate-custom-layouts-and-page-headers/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:295;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to Set up a WordPress Staging Site?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/how-to-set-up-a-staging-site/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:296;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"How to Disable Primary Header?\";s:3:\"url\";s:55:\"https://wpastra.com/docs/how-to-disable-primary-header/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:297;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Nav Menu Module [Create a Mega Menu]\";s:3:\"url\";s:40:\"https://wpastra.com/docs/nav-menu-addon/\";s:8:\"category\";a:1:{i:0;s:8:\"nav-menu\";}}i:298;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"How to Switch to Astra from Another Theme?\";s:3:\"url\";s:48:\"https://wpastra.com/docs/how-to-switch-to-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:299;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Google Fonts Not Loading with Astra\";s:3:\"url\";s:61:\"https://wpastra.com/docs/google-fonts-not-loading-with-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:300;O:8:\"stdClass\":3:{s:5:\"title\";s:74:\"Adding Custom Sidebar to the Theme with Lightweight Sidebar Manager plugin\";s:3:\"url\";s:47:\"https://wpastra.com/docs/adding-custom-sidebar/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:301;O:8:\"stdClass\":3:{s:5:\"title\";s:32:\"Automatic Beta Updates for Astra\";s:3:\"url\";s:58:\"https://wpastra.com/docs/automatic-beta-updates-for-astra/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:24:\"installation-and-updates\";}}i:302;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to Add Font Awesome Icons in Astra?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/add-font-awesome-icons-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:303;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Color for Anchor Tag Inside Heading Tag\";s:3:\"url\";s:55:\"https://wpastra.com/docs/anchor-tag-inside-heading-tag/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:304;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Search Shortcode to Add Search Box in Astra\";s:3:\"url\";s:55:\"https://wpastra.com/docs/search-box-shortcode-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:305;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"LifterLMS Shortcode to Add Profile Link\";s:3:\"url\";s:62:\"https://wpastra.com/docs/lifterlms-shortcode-for-profile-link/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:19:\"lifterlms-astra-pro\";}}i:306;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"LearnDash Shortcode to Add Profile Link\";s:3:\"url\";s:62:\"https://wpastra.com/docs/learndash-shortcode-for-profile-link/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:27:\"learndash-astra-pro-modules\";}}i:307;O:8:\"stdClass\":3:{s:5:\"title\";s:71:\"How to Download Older Version of Astra Theme or Astra Pro Addon plugin?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/download-older-version-of-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:308;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to Add Google Tag Manager Code to Astra?\";s:3:\"url\";s:69:\"https://wpastra.com/docs/how-to-add-google-tag-manager-code-to-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:309;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Mobile Header with Above/Below Header (Old Astra Header)\";s:3:\"url\";s:63:\"https://wpastra.com/docs/mobile-header-with-above-below-header/\";s:8:\"category\";a:1:{i:0;s:13:\"mobile-header\";}}i:310;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"How to Stick Footer to Bottom when Page Content is Less?\";s:3:\"url\";s:81:\"https://wpastra.com/docs/how-to-stick-footer-to-bottom-when-page-content-is-less/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:21:\"footer-widgets-module\";}}i:311;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Quick View for WooCommerce Products\";s:3:\"url\";s:61:\"https://wpastra.com/docs/quick-view-for-woocommerce-products/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:312;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Off-Canvas Sidebar for WooCommerce Shop Page\";s:3:\"url\";s:70:\"https://wpastra.com/docs/off-canvas-sidebar-for-woocommerce-shop-page/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:313;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"How to Add WooCommerce Mini Cart in Header? (Old Astra Header)\";s:3:\"url\";s:61:\"https://wpastra.com/docs/add-woocommerce-mini-cart-to-header/\";s:8:\"category\";a:3:{i:0;s:7:\"general\";i:1;s:16:\"woocommerce-free\";i:2;s:3:\"woo\";}}i:314;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How to Translate Astra Strings with WPML?\";s:3:\"url\";s:53:\"https://wpastra.com/docs/translate-astra-string-wpml/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:315;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"Know More about Astra Beta Versions? How to Download and Use?\";s:3:\"url\";s:45:\"https://wpastra.com/docs/about-beta-versions/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:24:\"installation-and-updates\";}}i:316;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to Add Social Media Icons to Header?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/how-to-add-social-media-icons-to-header/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:317;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"How to Translate Custom Layouts with WPML?\";s:3:\"url\";s:67:\"https://wpastra.com/docs/how-to-translate-custom-layouts-with-wpml/\";s:8:\"category\";a:2:{i:0;s:15:\"translate-astra\";i:1;s:21:\"custom-layouts-module\";}}i:318;O:8:\"stdClass\":3:{s:5:\"title\";s:22:\"Why Is My Logo Blurry?\";s:3:\"url\";s:47:\"https://wpastra.com/docs/why-is-my-logo-blurry/\";s:8:\"category\";a:1:{i:0;s:23:\"header-footer-after-3-0\";}}i:319;O:8:\"stdClass\":3:{s:5:\"title\";s:58:\"How to Disable Title on Posts, Pages, or Other Post Types?\";s:3:\"url\";s:52:\"https://wpastra.com/docs/disable-title-on-post-type/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:320;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Disable Featured Image on Posts, Pages, or Other Post Types\";s:3:\"url\";s:61:\"https://wpastra.com/docs/disable-featured-image-on-post-type/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:321;O:8:\"stdClass\":3:{s:5:\"title\";s:81:\"How to Display &#8220;Last Updated&#8221; instead of &#8220;Published&#8221; Date\";s:3:\"url\";s:62:\"https://wpastra.com/docs/show-last-updated-not-published-date/\";s:8:\"category\";a:3:{i:0;s:8:\"blog-pro\";i:1;s:12:\"blog-filters\";i:2;s:4:\"blog\";}}i:322;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"How To Reset WordPress Installation?\";s:3:\"url\";s:61:\"https://wpastra.com/docs/how-to-reset-wordpress-installation/\";s:8:\"category\";a:1:{i:0;s:17:\"starter-templates\";}}i:323;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Mobile Header with Astra (Old Astra Header)\";s:3:\"url\";s:50:\"https://wpastra.com/docs/mobile-header-with-astra/\";s:8:\"category\";a:1:{i:0;s:13:\"mobile-header\";}}i:324;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"Disable featured image on all pages\";s:3:\"url\";s:61:\"https://wpastra.com/docs/disable-featured-image-on-all-pages/\";s:8:\"category\";a:0:{}}i:325;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"Elementor Error: The Content Area Was Not Found in Your Page\";s:3:\"url\";s:79:\"https://wpastra.com/docs/elementor-the-content-area-was-not-found-in-your-page/\";s:8:\"category\";a:0:{}}i:326;O:8:\"stdClass\":3:{s:5:\"title\";s:68:\"Sidebar / Container Options in Customizer for Learndash Not Working?\";s:3:\"url\";s:91:\"https://wpastra.com/docs/sidebar-container-options-in-customizer-for-learndash-not-working/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:327;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"About Icons Font That Comes with Astra\";s:3:\"url\";s:57:\"https://wpastra.com/docs/default-font-icon-list-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:328;O:8:\"stdClass\":3:{s:5:\"title\";s:56:\"Default Structured Data and Schema Markup in Astra Theme\";s:3:\"url\";s:68:\"https://wpastra.com/docs/structured-data-and-schema-markup-in-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:329;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Below Header Section\";s:3:\"url\";s:46:\"https://wpastra.com/docs/below-header-section/\";s:8:\"category\";a:1:{i:0;s:15:\"header-sections\";}}i:330;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Above Header Section\";s:3:\"url\";s:46:\"https://wpastra.com/docs/above-header-section/\";s:8:\"category\";a:1:{i:0;s:15:\"header-sections\";}}i:331;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"How to Install Astra Theme?\";s:3:\"url\";s:52:\"https://wpastra.com/docs/how-to-install-astra-theme/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:332;O:8:\"stdClass\":3:{s:5:\"title\";s:50:\"Not Receiving Update Notification for Astra Theme?\";s:3:\"url\";s:75:\"https://wpastra.com/docs/not-receiving-update-notification-for-astra-theme/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:333;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"Do Not See License Activation Form for Astra Pro Addon Plugin?\";s:3:\"url\";s:60:\"https://wpastra.com/docs/do-not-see-license-activation-form/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:334;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"How to Refresh / Flush WordPress Permalinks?\";s:3:\"url\";s:61:\"https://wpastra.com/docs/how-to-refresh-wordpress-permalinks/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:335;O:8:\"stdClass\":3:{s:5:\"title\";s:71:\"How to Merge Above/Below Header Menu with a Primary Menu in Responsive?\";s:3:\"url\";s:96:\"https://wpastra.com/docs/how-to-merge-above-below-header-menu-with-a-primary-menu-in-responsive/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:336;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"How to add Google Analytics Code with the Astra Theme?\";s:3:\"url\";s:75:\"https://wpastra.com/docs/how-to-add-google-analytics-code-with-astra-theme/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:337;O:8:\"stdClass\":3:{s:5:\"title\";s:104:\"Getting error &#8211; The package could not be installed. The theme is missing the style.css stylesheet?\";s:3:\"url\";s:120:\"https://wpastra.com/docs/getting-error-the-package-could-not-be-installed-the-theme-is-missing-the-style-css-stylesheet/\";s:8:\"category\";a:2:{i:0;s:24:\"installation-and-updates\";i:1;s:15:\"troubleshooting\";}}i:338;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"Typography Options for WooCommerce\";s:3:\"url\";s:60:\"https://wpastra.com/docs/typography-options-for-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:339;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Getting Started with Astra Pro Addon Plugin!\";s:3:\"url\";s:56:\"https://wpastra.com/docs/getting-started-with-astra-pro/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:340;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"Colors &#038; Background options for WooCommerce\";s:3:\"url\";s:67:\"https://wpastra.com/docs/colors-background-options-for-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:341;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How to Activate License Key on WordPress Multisite?\";s:3:\"url\";s:76:\"https://wpastra.com/docs/how-to-activate-license-key-on-wordpress-multisite/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:342;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"How to Edit style.css in Child Theme?\";s:3:\"url\";s:62:\"https://wpastra.com/docs/how-to-edit-style-css-in-child-theme/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:343;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"How to Display WooCommerce Sidebar on Top for Mobile Devices?\";s:3:\"url\";s:77:\"https://wpastra.com/docs/how-to-display-woocommerce-sidebar-on-top-on-mobile/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:344;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How to Set Background Image for the Site?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/how-to-set-background-image-for-the-site/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:345;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"How to add Google Analytics code with Custom Layouts Module?\";s:3:\"url\";s:85:\"https://wpastra.com/docs/how-to-add-google-analytics-code-with-custom-layouts-module/\";s:8:\"category\";a:0:{}}i:346;O:8:\"stdClass\":3:{s:5:\"title\";s:124:\"Fix for- cURL error 51: SSL: no alternative certificate subject name matches target host name &#8216;websitedemos.net&#8217;\";s:3:\"url\";s:133:\"https://wpastra.com/docs/fix-for-curl-error-51-ssl-no-alternative-certificate-subject-name-matches-target-host-name-websitedemos-net/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:347;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"How to Remove Previous and Next Link from a Single Blog Post?\";s:3:\"url\";s:84:\"https://wpastra.com/docs/how-to-remove-previous-and-next-link-from-single-blog-post/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:348;O:8:\"stdClass\":3:{s:5:\"title\";s:15:\"Custom 404 Page\";s:3:\"url\";s:41:\"https://wpastra.com/docs/custom-404-page/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:349;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"Custom Layout &#8211; Hooks\";s:3:\"url\";s:45:\"https://wpastra.com/docs/custom-layout-hooks/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:350;O:8:\"stdClass\":3:{s:5:\"title\";s:13:\"Custom Footer\";s:3:\"url\";s:39:\"https://wpastra.com/docs/custom-footer/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:351;O:8:\"stdClass\":3:{s:5:\"title\";s:13:\"Custom Header\";s:3:\"url\";s:39:\"https://wpastra.com/docs/custom-header/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:352;O:8:\"stdClass\":3:{s:5:\"title\";s:61:\"Cannot edit Custom Layouts / Custom Layouts having 404 error?\";s:3:\"url\";s:84:\"https://wpastra.com/docs/cannot-edit-custom-layouts-custom-layouts-having-404-error/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:353;O:8:\"stdClass\":3:{s:5:\"title\";s:49:\"Astra Options Page &#8211; All Settings Explained\";s:3:\"url\";s:54:\"https://wpastra.com/docs/new-welcome-screen-for-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:354;O:8:\"stdClass\":3:{s:5:\"title\";s:25:\"How to White Label Astra?\";s:3:\"url\";s:50:\"https://wpastra.com/docs/how-to-white-label-astra/\";s:8:\"category\";a:1:{i:0;s:11:\"white-label\";}}i:355;O:8:\"stdClass\":3:{s:5:\"title\";s:32:\"How to Install Astra Pro Plugin?\";s:3:\"url\";s:63:\"https://wpastra.com/docs/how-to-install-astra-pro-addon-plugin/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:356;O:8:\"stdClass\":3:{s:5:\"title\";s:44:\"Backup Your Website in Less than 10 Minutes!\";s:3:\"url\";s:69:\"https://wpastra.com/docs/backup-your-website-in-less-than-10-minutes/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:357;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"How to use RGBA color picker?\";s:3:\"url\";s:54:\"https://wpastra.com/docs/how-to-use-rgba-color-picker/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:358;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"How to fix Fatal Error / White Screen of Death?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/fixing-fatal-error-white-screen-of-death/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:359;O:8:\"stdClass\":3:{s:5:\"title\";s:65:\"Fix for &#8211;  Parse error: syntax error, unexpected T_FUNCTION\";s:3:\"url\";s:79:\"https://wpastra.com/docs/fixing-parse-error-syntax-error-unexpected-t-function/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:360;O:8:\"stdClass\":3:{s:5:\"title\";s:75:\"How to Disable the Loading of Astra&#8217;s Default Font File? (Astra.woff)\";s:3:\"url\";s:77:\"https://wpastra.com/docs/disable-loading-astras-default-font-file-astra-woff/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:361;O:8:\"stdClass\":3:{s:5:\"title\";s:48:\"Overview of LearnDash Integration in Astra Theme\";s:3:\"url\";s:56:\"https://wpastra.com/docs/learndash-integration-overview/\";s:8:\"category\";a:1:{i:0;s:9:\"learndash\";}}i:362;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"LearnDash Integration in Astra Pro\";s:3:\"url\";s:60:\"https://wpastra.com/docs/learndash-integration-in-astra-pro/\";s:8:\"category\";a:1:{i:0;s:27:\"learndash-astra-pro-modules\";}}i:363;O:8:\"stdClass\":3:{s:5:\"title\";s:25:\"Checkout Page WooCommerce\";s:3:\"url\";s:51:\"https://wpastra.com/docs/checkout-page-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:364;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Single Product WooCommerce\";s:3:\"url\";s:52:\"https://wpastra.com/docs/single-product-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:365;O:8:\"stdClass\":3:{s:5:\"title\";s:84:\"How to Design a Product Catalog Page or Shop Page Using WooCommerce Module in Astra?\";s:3:\"url\";s:42:\"https://wpastra.com/docs/shop-woocommerce/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:366;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"WooCommerce Module Overview\";s:3:\"url\";s:53:\"https://wpastra.com/docs/woocommerce-module-overview/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:367;O:8:\"stdClass\":3:{s:5:\"title\";s:19:\"General WooCommerce\";s:3:\"url\";s:45:\"https://wpastra.com/docs/general-woocommerce/\";s:8:\"category\";a:0:{}}i:368;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Typography Module\";s:3:\"url\";s:43:\"https://wpastra.com/docs/typography-module/\";s:8:\"category\";a:1:{i:0;s:14:\"typography-pro\";}}i:369;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Global Typography &#8211; Astra Theme\";s:3:\"url\";s:41:\"https://wpastra.com/docs/typography-free/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:370;O:8:\"stdClass\":3:{s:5:\"title\";s:31:\"Colors &#038; Background Module\";s:3:\"url\";s:50:\"https://wpastra.com/docs/colors-background-module/\";s:8:\"category\";a:1:{i:0;s:21:\"colors-background-pro\";}}i:371;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Global Colors &#8211; Astra Theme\";s:3:\"url\";s:43:\"https://wpastra.com/docs/colors-background/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:372;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"Astra WooCommerce Mini Cart Shortcode\";s:3:\"url\";s:55:\"https://wpastra.com/docs/shortcode-for-astra-mini-cart/\";s:8:\"category\";a:1:{i:0;s:3:\"woo\";}}i:373;O:8:\"stdClass\":3:{s:5:\"title\";s:34:\"LifterLMS Integration in Astra Pro\";s:3:\"url\";s:46:\"https://wpastra.com/docs/lifterlms-module-pro/\";s:8:\"category\";a:1:{i:0;s:19:\"lifterlms-astra-pro\";}}i:374;O:8:\"stdClass\":3:{s:5:\"title\";s:18:\"LifterLMS Overview\";s:3:\"url\";s:44:\"https://wpastra.com/docs/lifterlms-overview/\";s:8:\"category\";a:1:{i:0;s:9:\"lifterlms\";}}i:375;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"LifterLMS Integration in Free Astra Theme\";s:3:\"url\";s:40:\"https://wpastra.com/docs/lifterlms-free/\";s:8:\"category\";a:1:{i:0;s:9:\"lifterlms\";}}i:376;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"How to Manage Sidebars in Free Astra Theme?\";s:3:\"url\";s:38:\"https://wpastra.com/docs/sidebar-free/\";s:8:\"category\";a:1:{i:0;s:7:\"sidebar\";}}i:377;O:8:\"stdClass\":3:{s:5:\"title\";s:25:\"Single post with Blog Pro\";s:3:\"url\";s:46:\"https://wpastra.com/docs/single-post-blog-pro/\";s:8:\"category\";a:1:{i:0;s:8:\"blog-pro\";}}i:378;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"Blog / Archive with Blog Pro\";s:3:\"url\";s:47:\"https://wpastra.com/docs/blog-archive-blog-pro/\";s:8:\"category\";a:1:{i:0;s:8:\"blog-pro\";}}i:379;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Blog Pro Overview\";s:3:\"url\";s:43:\"https://wpastra.com/docs/blog-pro-overview/\";s:8:\"category\";a:1:{i:0;s:8:\"blog-pro\";}}i:380;O:8:\"stdClass\":3:{s:5:\"title\";s:11:\"Single Post\";s:3:\"url\";s:37:\"https://wpastra.com/docs/single-post/\";s:8:\"category\";a:1:{i:0;s:4:\"blog\";}}i:381;O:8:\"stdClass\":3:{s:5:\"title\";s:14:\"Blog / Archive\";s:3:\"url\";s:38:\"https://wpastra.com/docs/blog-archive/\";s:8:\"category\";a:1:{i:0;s:4:\"blog\";}}i:382;O:8:\"stdClass\":3:{s:5:\"title\";s:13:\"Blog Overview\";s:3:\"url\";s:39:\"https://wpastra.com/docs/blog-overview/\";s:8:\"category\";a:1:{i:0;s:4:\"blog\";}}i:383;O:8:\"stdClass\":3:{s:5:\"title\";s:13:\"Scroll To Top\";s:3:\"url\";s:43:\"https://wpastra.com/docs/scroll-to-top-pro/\";s:8:\"category\";a:1:{i:0;s:28:\"astra-theme-walkthrough-docs\";}}i:384;O:8:\"stdClass\":3:{s:5:\"title\";s:23:\"Custom Layouts Overview\";s:3:\"url\";s:44:\"https://wpastra.com/docs/custom-layouts-pro/\";s:8:\"category\";a:1:{i:0;s:21:\"custom-layouts-module\";}}i:385;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Footer Widgets Module with Astra Pro\";s:3:\"url\";s:50:\"https://wpastra.com/docs/footer-widgets-astra-pro/\";s:8:\"category\";a:1:{i:0;s:21:\"footer-widgets-module\";}}i:386;O:8:\"stdClass\":3:{s:5:\"title\";s:10:\"Footer Bar\";s:3:\"url\";s:36:\"https://wpastra.com/docs/footer-bar/\";s:8:\"category\";a:1:{i:0;s:24:\"header-footer-before-3-0\";}}i:387;O:8:\"stdClass\":3:{s:5:\"title\";s:19:\"Astra Meta Settings\";s:3:\"url\";s:44:\"https://wpastra.com/docs/page-meta-settings/\";s:8:\"category\";a:1:{i:0;s:13:\"meta-settings\";}}i:388;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"How to Manage Spacing in Headers Using Astra?\";s:3:\"url\";s:49:\"https://wpastra.com/docs/header-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:389;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"Sidebar Spacing Controls\";s:3:\"url\";s:50:\"https://wpastra.com/docs/sidebar-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:390;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How to Manage Spacing on the Blog Page Using Astra?\";s:3:\"url\";s:55:\"https://wpastra.com/docs/blog-archive-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:391;O:8:\"stdClass\":3:{s:5:\"title\";s:23:\"Footer Spacing Controls\";s:3:\"url\";s:49:\"https://wpastra.com/docs/footer-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:392;O:8:\"stdClass\":3:{s:5:\"title\";s:21:\"Page Headers Overview\";s:3:\"url\";s:47:\"https://wpastra.com/docs/page-headers-overview/\";s:8:\"category\";a:1:{i:0;s:12:\"page-headers\";}}i:393;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Header Sections Overview (Old Astra Header)\";s:3:\"url\";s:45:\"https://wpastra.com/docs/header-sections-pro/\";s:8:\"category\";a:1:{i:0;s:15:\"header-sections\";}}i:394;O:8:\"stdClass\":3:{s:5:\"title\";s:62:\"How to Set the Full-width/Stretched Container Layout in Astra?\";s:3:\"url\";s:63:\"https://wpastra.com/docs/full-width-stretched-container-layout/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:395;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"Full Width / Contained – Container Layout\";s:3:\"url\";s:63:\"https://wpastra.com/docs/full-width-contained-container-layout/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:396;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"Content Boxed &#8211; Container Layout\";s:3:\"url\";s:56:\"https://wpastra.com/docs/content-boxed-container-layout/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:397;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Boxed – Container Layout\";s:3:\"url\";s:48:\"https://wpastra.com/docs/boxed-container-layout/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:398;O:8:\"stdClass\":3:{s:5:\"title\";s:26:\"Container Spacing Controls\";s:3:\"url\";s:52:\"https://wpastra.com/docs/container-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:399;O:8:\"stdClass\":3:{s:5:\"title\";s:30:\"Site Identity Spacing Controls\";s:3:\"url\";s:56:\"https://wpastra.com/docs/site-identity-spacing-controls/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:400;O:8:\"stdClass\":3:{s:5:\"title\";s:22:\"Spacing Addon Overview\";s:3:\"url\";s:48:\"https://wpastra.com/docs/spacing-addon-overview/\";s:8:\"category\";a:1:{i:0;s:7:\"spacing\";}}i:401;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"Global Container &#8211; Astra Theme\";s:3:\"url\";s:44:\"https://wpastra.com/docs/container-overview/\";s:8:\"category\";a:1:{i:0;s:6:\"global\";}}i:402;O:8:\"stdClass\":3:{s:5:\"title\";s:64:\"How to Add a Sticky Header or On-Scroll Fixed Header with Astra?\";s:3:\"url\";s:43:\"https://wpastra.com/docs/sticky-header-pro/\";s:8:\"category\";a:1:{i:0;s:13:\"sticky-header\";}}i:403;O:8:\"stdClass\":3:{s:5:\"title\";s:18:\"Padded Site Layout\";s:3:\"url\";s:44:\"https://wpastra.com/docs/padded-site-layout/\";s:8:\"category\";a:1:{i:0;s:11:\"site-layout\";}}i:404;O:8:\"stdClass\":3:{s:5:\"title\";s:17:\"Fluid Site Layout\";s:3:\"url\";s:43:\"https://wpastra.com/docs/fluid-site-layout/\";s:8:\"category\";a:1:{i:0;s:11:\"site-layout\";}}i:405;O:8:\"stdClass\":3:{s:5:\"title\";s:21:\"Max Width Site Layout\";s:3:\"url\";s:47:\"https://wpastra.com/docs/max-width-site-layout/\";s:8:\"category\";a:1:{i:0;s:11:\"site-layout\";}}i:406;O:8:\"stdClass\":3:{s:5:\"title\";s:22:\"Full Width Site Layout\";s:3:\"url\";s:48:\"https://wpastra.com/docs/full-width-site-layout/\";s:8:\"category\";a:1:{i:0;s:11:\"site-layout\";}}i:407;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Site Layout Overview\";s:3:\"url\";s:46:\"https://wpastra.com/docs/site-layout-overview/\";s:8:\"category\";a:1:{i:0;s:11:\"site-layout\";}}i:408;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Change the Astra Header Breakpoint Width\";s:3:\"url\";s:62:\"https://wpastra.com/docs/change-astra-header-breakpoint-width/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:409;O:8:\"stdClass\":3:{s:5:\"title\";s:43:\"How to Add Custom Javascript Code in Astra?\";s:3:\"url\";s:58:\"https://wpastra.com/docs/add-custom-javascript-code-astra/\";s:8:\"category\";a:0:{}}i:410;O:8:\"stdClass\":3:{s:5:\"title\";s:31:\"What is a Favicon or Site Icon?\";s:3:\"url\";s:43:\"https://wpastra.com/docs/favicon-site-icon/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:411;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"Complete List of WordPress Locale Codes\";s:3:\"url\";s:62:\"https://wpastra.com/docs/complete-list-wordpress-locale-codes/\";s:8:\"category\";a:0:{}}i:412;O:8:\"stdClass\":3:{s:5:\"title\";s:53:\"Fix for &#8211; The PCLZIP_ERR_BAD_FORMAT (-10) Error\";s:3:\"url\";s:60:\"https://wpastra.com/docs/fix-pclzip-err-bad-format-10-error/\";s:8:\"category\";a:1:{i:0;s:15:\"troubleshooting\";}}i:413;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"How to Add Custom PHP Code?\";s:3:\"url\";s:45:\"https://wpastra.com/docs/add-custom-php-code/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:414;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"WooCommerce Integration Overview in Free Astra Theme\";s:3:\"url\";s:58:\"https://wpastra.com/docs/woocommerce-integration-overview/\";s:8:\"category\";a:1:{i:0;s:16:\"woocommerce-free\";}}i:415;O:8:\"stdClass\":3:{s:5:\"title\";s:38:\"How to Replicate the Astra Screenshot?\";s:3:\"url\";s:52:\"https://wpastra.com/docs/replicating-the-screenshot/\";s:8:\"category\";a:0:{}}i:416;O:8:\"stdClass\":3:{s:5:\"title\";s:41:\"How to Turn Astra Multilingual with WPML?\";s:3:\"url\";s:59:\"https://wpastra.com/docs/turn-astra-multilingual-with-wpml/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:417;O:8:\"stdClass\":3:{s:5:\"title\";s:81:\"How to Build Advanced Websites Based on Custom Post Types with Toolset and Astra?\";s:3:\"url\";s:57:\"https://wpastra.com/docs/custom-post-types-toolset-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:418;O:8:\"stdClass\":3:{s:5:\"title\";s:36:\"How to Get License Key of Astra Pro?\";s:3:\"url\";s:42:\"https://wpastra.com/docs/get-license-keys/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:419;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to Activate Astra Pro Addon License?\";s:3:\"url\";s:58:\"https://wpastra.com/docs/activate-astra-pro-addon-license/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:420;O:8:\"stdClass\":3:{s:5:\"title\";s:35:\"How to Design Bullets &#038; Lists?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/design-bullets-lists/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}i:421;O:8:\"stdClass\":3:{s:5:\"title\";s:45:\"How to Disable Comments on WordPress website?\";s:3:\"url\";s:49:\"https://wpastra.com/docs/how-to-disable-comments/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:422;O:8:\"stdClass\":3:{s:5:\"title\";s:37:\"How to Highlight a Certain Menu Item?\";s:3:\"url\";s:53:\"https://wpastra.com/docs/highlight-certain-menu-item/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}i:423;O:8:\"stdClass\":3:{s:5:\"title\";s:76:\"How to Bulk Edit Astra Meta Settings on Multiple Pages &#038; Posts at Once?\";s:3:\"url\";s:76:\"https://wpastra.com/docs/bulk-edit-astra-meta-settings-multiple-pages-posts/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:424;O:8:\"stdClass\":3:{s:5:\"title\";s:14:\"Font Selection\";s:3:\"url\";s:40:\"https://wpastra.com/docs/font-selection/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:425;O:8:\"stdClass\":3:{s:5:\"title\";s:28:\"How to Renew Yearly License?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/renew-yearly-license/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:426;O:8:\"stdClass\":3:{s:5:\"title\";s:52:\"How to Increase PHP Time Limit for a WordPress Site?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/increase-php-time-limit-wordpress-sites/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:427;O:8:\"stdClass\":3:{s:5:\"title\";s:25:\"Astra Pro WP CLI Commands\";s:3:\"url\";s:41:\"https://wpastra.com/docs/wp-cli-commands/\";s:8:\"category\";a:2:{i:0;s:7:\"general\";i:1;s:23:\"astra-theme-pro-filters\";}}i:428;O:8:\"stdClass\":3:{s:5:\"title\";s:29:\"How Do License Upgrades Work?\";s:3:\"url\";s:51:\"https://wpastra.com/docs/how-license-upgrades-work/\";s:8:\"category\";a:1:{i:0;s:17:\"account-and-store\";}}i:429;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Recommended Settings for Beaver Builder and the Astra Theme\";s:3:\"url\";s:67:\"https://wpastra.com/docs/recommended-settings-beaver-builder-astra/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:430;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"Recommended Settings for Elementor and the Astra Theme\";s:3:\"url\";s:60:\"https://wpastra.com/docs/recommended-settings-for-elementor/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:431;O:8:\"stdClass\":3:{s:5:\"title\";s:27:\"How to Force Check Updates?\";s:3:\"url\";s:45:\"https://wpastra.com/docs/force-check-updates/\";s:8:\"category\";a:0:{}}i:432;O:8:\"stdClass\":3:{s:5:\"title\";s:60:\"How to Disable or Change the Position of the Featured Image?\";s:3:\"url\";s:64:\"https://wpastra.com/docs/disable-change-position-featured-image/\";s:8:\"category\";a:0:{}}i:433;O:8:\"stdClass\":3:{s:5:\"title\";s:42:\"How do I manage margin between paragraphs?\";s:3:\"url\";s:50:\"https://wpastra.com/docs/manage-margin-paragraphs/\";s:8:\"category\";a:0:{}}i:434;O:8:\"stdClass\":3:{s:5:\"title\";s:57:\"How to Update the Plugin Manually from WordPress Backend?\";s:3:\"url\";s:66:\"https://wpastra.com/docs/update-plugin-manually-wordpress-backend/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:435;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"How to Adjust the Width of Your Sidebar?\";s:3:\"url\";s:46:\"https://wpastra.com/docs/adjust-width-sidebar/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:436;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"Where Does Astra Primary Color Setting Take Effect?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/astra-primary-color-setting-take-effect/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:437;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"How to Disable Header or Footer for a Landing Page or Post?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/disable-header-footer-landing-page-post/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:438;O:8:\"stdClass\":3:{s:5:\"title\";s:54:\"What Is a Child Theme and How To Install It for Astra?\";s:3:\"url\";s:51:\"https://wpastra.com/docs/install-astra-child-theme/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:439;O:8:\"stdClass\":3:{s:5:\"title\";s:47:\"Increasing the PHP Memory Limit of Your Website\";s:3:\"url\";s:61:\"https://wpastra.com/docs/increasing-php-memory-limit-website/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:440;O:8:\"stdClass\":3:{s:5:\"title\";s:76:\"How to Translate Astra Theme / Plugins in Your Own Language using GlotPress?\";s:3:\"url\";s:42:\"https://wpastra.com/docs/how-to-translate/\";s:8:\"category\";a:1:{i:0;s:15:\"translate-astra\";}}i:441;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Does Astra support Beaver Themer Plugin?\";s:3:\"url\";s:65:\"https://wpastra.com/docs/does-astra-support-beaver-themer-plugin/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:442;O:8:\"stdClass\":3:{s:5:\"title\";s:40:\"Remove Primary Navigation Menu with Hook\";s:3:\"url\";s:63:\"https://wpastra.com/docs/how-to-remove-primary-navigation-menu/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:443;O:8:\"stdClass\":3:{s:5:\"title\";s:33:\"Footer Custom Text Helper Strings\";s:3:\"url\";s:59:\"https://wpastra.com/docs/footer-custom-text-helper-strings/\";s:8:\"category\";a:1:{i:0;s:7:\"general\";}}i:444;O:8:\"stdClass\":3:{s:5:\"title\";s:24:\"What is Astra Pro Addon?\";s:3:\"url\";s:41:\"https://wpastra.com/docs/astra-pro-addon/\";s:8:\"category\";a:1:{i:0;s:24:\"installation-and-updates\";}}i:445;O:8:\"stdClass\":3:{s:5:\"title\";s:51:\"How to Change the Destination URL for Website Logo?\";s:3:\"url\";s:40:\"https://wpastra.com/docs/astra-logo-url/\";s:8:\"category\";a:1:{i:0;s:27:\"astra-header-footer-filters\";}}i:446;O:8:\"stdClass\":3:{s:5:\"title\";s:20:\"Using Hooks in Astra\";s:3:\"url\";s:37:\"https://wpastra.com/docs/using-hooks/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:447;O:8:\"stdClass\":3:{s:5:\"title\";s:59:\"Standard server 404 page showing instead of custom 404 page\";s:3:\"url\";s:85:\"https://wpastra.com/docs/standard-server-404-page-showing-instead-of-custom-404-page/\";s:8:\"category\";a:0:{}}i:448;O:8:\"stdClass\":3:{s:5:\"title\";s:39:\"How to Change the Default Astra Strings\";s:3:\"url\";s:47:\"https://wpastra.com/docs/astra-default-strings/\";s:8:\"category\";a:1:{i:0;s:23:\"astra-theme-pro-filters\";}}i:449;O:8:\"stdClass\":3:{s:5:\"title\";s:55:\"How to Add Custom CSS Code Without Editing Theme Files?\";s:3:\"url\";s:48:\"https://wpastra.com/docs/adding-custom-css-code/\";s:8:\"category\";a:1:{i:0;s:10:\"custom-css\";}}}}','yes'),(500,'astra-settings','a:15:{s:18:\"theme-auto-version\";s:5:\"4.1.6\";s:22:\"is_theme_queue_running\";b:0;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:11:\"theme-color\";s:7:\"#632e62\";s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#632e62\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:4:\"flag\";b:0;}s:10:\"link-color\";s:7:\"#632e62\";s:12:\"link-h-color\";s:7:\"#000000\";s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:0:{}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:0:{}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:25:\"header-mobile-popup-items\";b:1;s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:16:\"body-font-family\";s:20:\"\'Roboto\', sans-serif\";s:20:\"headings-font-family\";s:19:\"\'Rubik\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"500\";}','yes'),(503,'elementskit_options','a:5:{s:17:\"megamenu_settings\";a:2:{s:15:\"menu_location_0\";a:1:{s:10:\"is_enabled\";i:0;}s:16:\"menu_location_16\";a:1:{s:10:\"is_enabled\";i:0;}}s:11:\"widget_list\";a:43:{s:15:\"image-accordion\";a:5:{s:4:\"slug\";s:15:\"image-accordion\";s:5:\"title\";s:15:\"Image Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"accordion\";a:5:{s:4:\"slug\";s:9:\"accordion\";s:5:\"title\";s:9:\"Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"button\";a:5:{s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"heading\";a:5:{s:4:\"slug\";s:7:\"heading\";s:5:\"title\";s:7:\"Heading\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"blog-posts\";a:5:{s:4:\"slug\";s:10:\"blog-posts\";s:5:\"title\";s:10:\"Blog Posts\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"icon-box\";a:5:{s:4:\"slug\";s:8:\"icon-box\";s:5:\"title\";s:8:\"Icon Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"image-box\";a:5:{s:4:\"slug\";s:9:\"image-box\";s:5:\"title\";s:9:\"Image Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"countdown-timer\";a:5:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"client-logo\";a:5:{s:4:\"slug\";s:11:\"client-logo\";s:5:\"title\";s:11:\"Client Logo\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:3:\"faq\";a:5:{s:4:\"slug\";s:3:\"faq\";s:5:\"title\";s:3:\"FAQ\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"funfact\";a:5:{s:4:\"slug\";s:7:\"funfact\";s:5:\"title\";s:7:\"Funfact\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:16:\"image-comparison\";a:5:{s:4:\"slug\";s:16:\"image-comparison\";s:5:\"title\";s:16:\"Image Comparison\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"testimonial\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:5:\"title\";s:11:\"Testimonial\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"pricing\";a:5:{s:4:\"slug\";s:7:\"pricing\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"team\";a:5:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"social\";a:5:{s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"progressbar\";a:5:{s:4:\"slug\";s:11:\"progressbar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"category-list\";a:5:{s:4:\"slug\";s:13:\"category-list\";s:5:\"title\";s:13:\"Category List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"page-list\";a:5:{s:4:\"slug\";s:9:\"page-list\";s:5:\"title\";s:9:\"Page List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:9:\"post-grid\";a:5:{s:4:\"slug\";s:9:\"post-grid\";s:5:\"title\";s:9:\"Post Grid\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"post-list\";a:5:{s:4:\"slug\";s:9:\"post-list\";s:5:\"title\";s:9:\"Post List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"post-tab\";a:5:{s:4:\"slug\";s:8:\"post-tab\";s:5:\"title\";s:8:\"Post Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:20:\"ElementsKit Nav Menu\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:10:\"mail-chimp\";a:5:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"MailChimp\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:11:\"header-info\";a:5:{s:4:\"slug\";s:11:\"header-info\";s:5:\"title\";s:11:\"Header Info\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"piechart\";a:5:{s:4:\"slug\";s:8:\"piechart\";s:5:\"title\";s:9:\"Pie Chart\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"header-search\";a:5:{s:4:\"slug\";s:13:\"header-search\";s:5:\"title\";s:13:\"Header Search\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:16:\"header-offcanvas\";a:5:{s:4:\"slug\";s:16:\"header-offcanvas\";s:5:\"title\";s:16:\"Header Offcanvas\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:3:\"tab\";a:5:{s:4:\"slug\";s:3:\"tab\";s:5:\"title\";s:3:\"Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"contact-form7\";a:5:{s:4:\"slug\";s:13:\"contact-form7\";s:5:\"title\";s:13:\"Contact Form7\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"business-hours\";a:5:{s:4:\"slug\";s:14:\"business-hours\";s:5:\"title\";s:14:\"Business Hours\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"drop-caps\";a:5:{s:4:\"slug\";s:9:\"drop-caps\";s:5:\"title\";s:9:\"Drop Caps\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"social-share\";a:5:{s:4:\"slug\";s:12:\"social-share\";s:5:\"title\";s:12:\"Social Share\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"dual-button\";a:5:{s:4:\"slug\";s:11:\"dual-button\";s:5:\"title\";s:11:\"Dual Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"caldera-forms\";a:5:{s:4:\"slug\";s:13:\"caldera-forms\";s:5:\"title\";s:13:\"Caldera Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:8:\"we-forms\";a:5:{s:4:\"slug\";s:8:\"we-forms\";s:5:\"title\";s:7:\"weForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:8:\"wp-forms\";a:5:{s:4:\"slug\";s:8:\"wp-forms\";s:5:\"title\";s:7:\"WPForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:11:\"ninja-forms\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:5:\"title\";s:11:\"Ninja Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:10:\"tablepress\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:5:\"title\";s:10:\"TablePress\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"fluent-forms\";a:5:{s:4:\"slug\";s:12:\"fluent-forms\";s:5:\"title\";s:12:\"Fluent Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:11:\"back-to-top\";a:5:{s:4:\"slug\";s:11:\"back-to-top\";s:5:\"title\";s:11:\"Back To Top\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}}s:11:\"module_list\";a:5:{s:21:\"elementskit-icon-pack\";a:5:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:21:\"ElementsKit Icon Pack\";s:7:\"package\";s:4:\"free\";s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:13:\"header-footer\";a:4:{s:4:\"slug\";s:13:\"header-footer\";s:5:\"title\";s:13:\"Header Footer\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:8:\"megamenu\";a:4:{s:4:\"slug\";s:8:\"megamenu\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:9:\"Mega Menu\";s:6:\"status\";s:6:\"active\";}s:14:\"onepage-scroll\";a:4:{s:4:\"slug\";s:14:\"onepage-scroll\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Onepage Scroll\";s:6:\"status\";s:8:\"inactive\";}s:14:\"widget-builder\";a:4:{s:4:\"slug\";s:14:\"widget-builder\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Widget Builder\";s:6:\"status\";s:8:\"inactive\";}}s:8:\"settings\";a:3:{s:20:\"filter_widget_module\";s:5:\"basic\";s:16:\"newsletter_email\";s:0:\"\";s:8:\"tut_term\";s:11:\"user_agreed\";}s:9:\"user_data\";a:10:{s:10:\"mail_chimp\";a:1:{s:5:\"token\";s:0:\"\";}s:7:\"fb_feed\";a:2:{s:7:\"page_id\";s:0:\"\";s:8:\"pg_token\";s:0:\"\";}s:10:\"fbp_review\";a:2:{s:5:\"pg_id\";s:0:\"\";s:8:\"pg_token\";s:0:\"\";}s:4:\"yelp\";a:1:{s:4:\"page\";s:0:\"\";}s:10:\"fbm_module\";a:4:{s:5:\"pg_id\";s:0:\"\";s:9:\"txt_color\";s:7:\"#3b5998\";s:4:\"l_in\";s:8:\"Hi! user\";s:5:\"l_out\";s:9:\"Hi! guest\";}s:7:\"dribble\";a:1:{s:12:\"access_token\";s:0:\"\";}s:7:\"twitter\";a:2:{s:4:\"name\";s:0:\"\";s:12:\"access_token\";s:0:\"\";}s:10:\"instragram\";a:4:{s:7:\"user_id\";s:0:\"\";s:5:\"token\";s:0:\"\";s:12:\"token_expire\";s:0:\"\";s:15:\"token_generated\";s:0:\"\";}s:4:\"zoom\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:10:\"google_map\";a:1:{s:7:\"api_key\";s:0:\"\";}}}','yes'),(507,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(520,'astra-color-palettes','a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#632e62\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}','yes'),(526,'elementor_log','a:42:{s:32:\"7429493758b3bdf000438aac4d3c9b49\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-16 12:10:32\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"elementor is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-07-16 12:10:32\";i:1;s:19:\"2023-07-16 12:10:32\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689509432\";s:7:\"message\";s:24:\"elementor is not defined\";s:3:\"url\";s:116:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/responsive-bar.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"11767\";}s:7:\"\0*\0file\";s:116:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/responsive-bar.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"11767\";}s:32:\"7641df87eabdb64c07aa4d9fa5795bd5\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-16 12:10:32\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;start&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-16 12:10:32\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689509432\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'start\')\";s:3:\"url\";s:118:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:2:\"37\";}s:7:\"\0*\0file\";s:118:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor-loader-v1.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:2:\"37\";}s:32:\"bad98f762cbcc36424949b9b5fa255ce\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-16 14:17:30\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:36:\"Undefined array key &quot;data&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:36;s:14:\"\0*\0times_dates\";a:36:{i:0;s:19:\"2023-07-16 14:17:30\";i:1;s:19:\"2023-07-16 14:27:55\";i:2;s:19:\"2023-07-16 15:54:00\";i:3;s:19:\"2023-07-16 17:47:16\";i:4;s:19:\"2023-07-16 17:50:56\";i:5;s:19:\"2023-07-16 18:17:02\";i:6;s:19:\"2023-07-27 13:31:44\";i:7;s:19:\"2023-07-27 17:09:08\";i:8;s:19:\"2023-07-27 17:09:16\";i:9;s:19:\"2023-07-27 17:24:54\";i:10;s:19:\"2023-07-27 17:25:02\";i:11;s:19:\"2023-08-05 12:02:22\";i:12;s:19:\"2023-08-05 12:26:57\";i:13;s:19:\"2023-08-06 14:14:57\";i:14;s:19:\"2023-08-08 16:04:19\";i:15;s:19:\"2023-08-15 15:24:47\";i:16;s:19:\"2023-08-15 23:08:37\";i:17;s:19:\"2023-08-15 23:08:47\";i:18;s:19:\"2023-08-16 01:12:10\";i:19;s:19:\"2023-08-26 22:04:49\";i:20;s:19:\"2023-08-28 13:31:45\";i:21;s:19:\"2023-08-28 14:34:05\";i:22;s:19:\"2023-08-28 15:01:45\";i:23;s:19:\"2023-09-05 17:11:44\";i:24;s:19:\"2023-09-06 05:55:16\";i:25;s:19:\"2023-09-06 16:57:59\";i:26;s:19:\"2023-09-08 21:39:29\";i:27;s:19:\"2023-09-10 12:51:03\";i:28;s:19:\"2023-09-12 06:06:54\";i:29;s:19:\"2023-09-12 06:29:45\";i:30;s:19:\"2023-09-12 06:59:43\";i:31;s:19:\"2023-09-12 07:17:29\";i:32;s:19:\"2023-09-12 18:38:18\";i:33;s:19:\"2023-09-14 05:27:01\";i:34;s:19:\"2023-09-14 05:54:28\";i:35;s:19:\"2023-09-14 07:42:54\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:26:\"Undefined array key \"data\"\";s:4:\"file\";s:128:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:175;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:128:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:175;}s:32:\"ecd1b8fef63dcb07352b72e789ef71e0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-16 13:50:42\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:66:\"Cannot read properties of undefined (reading &#039;activate&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-07-16 13:50:42\";i:1;s:19:\"2023-07-27 16:40:13\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1689515442\";s:7:\"message\";s:56:\"Cannot read properties of undefined (reading \'activate\')\";s:3:\"url\";s:108:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:5:\"54034\";}s:7:\"\0*\0file\";s:108:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:5:\"54034\";}s:32:\"82952d85ee39aacbcaf61849da819747\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-27 15:39:37\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-07-27 15:39:37\";i:1;s:19:\"2023-08-28 16:16:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type null\";s:4:\"file\";s:130:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:130:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/modules/history/revisions-manager.php\";s:7:\"\0*\0line\";i:363;}s:32:\"65db7c3fe2f96771cbee6720d048e0f0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-27 15:22:02\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:60:\"Cannot read properties of undefined (reading &#039;id&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-27 15:22:02\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1690471322\";s:7:\"message\";s:50:\"Cannot read properties of undefined (reading \'id\')\";s:3:\"url\";s:134:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js?ver=4.0.6-rc.1\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:5:\"20460\";}s:7:\"\0*\0file\";s:134:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/lib/e-select2/js/e-select2.full.min.js?ver=4.0.6-rc.1\";s:7:\"\0*\0line\";s:1:\"1\";s:9:\"\0*\0column\";s:5:\"20460\";}s:32:\"58fb37337126433428b9342b4ff6938d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-27 15:22:37\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;value&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:15;s:14:\"\0*\0times_dates\";a:15:{i:0;s:19:\"2023-07-27 15:22:37\";i:1;s:19:\"2023-07-27 15:22:39\";i:2;s:19:\"2023-07-27 15:22:44\";i:3;s:19:\"2023-09-08 00:42:34\";i:4;s:19:\"2023-09-08 00:43:11\";i:5;s:19:\"2023-09-08 00:44:33\";i:6;s:19:\"2023-09-08 00:45:22\";i:7;s:19:\"2023-09-08 00:48:23\";i:8;s:19:\"2023-09-08 00:50:38\";i:9;s:19:\"2023-09-08 00:51:33\";i:10;s:19:\"2023-09-08 01:00:13\";i:11;s:19:\"2023-09-08 01:04:25\";i:12;s:19:\"2023-09-08 01:04:54\";i:13;s:19:\"2023-09-08 01:08:15\";i:14;s:19:\"2023-09-08 01:11:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1690471357\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'value\')\";s:3:\"url\";s:187:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-tooltip&amp;ver=6.2.2\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"31823\";}s:7:\"\0*\0file\";s:187:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-admin/load-scripts.php?c=0&amp;loadchunk_0=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-tooltip&amp;ver=6.2.2\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"31823\";}s:32:\"38d2745972e53e9e3b57c783bf055a52\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-27 16:50:39\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:13;s:14:\"\0*\0times_dates\";a:13:{i:0;s:19:\"2023-07-27 16:50:39\";i:1;s:19:\"2023-07-27 17:00:45\";i:2;s:19:\"2023-08-15 19:27:16\";i:3;s:19:\"2023-08-15 20:04:31\";i:4;s:19:\"2023-08-19 22:13:05\";i:5;s:19:\"2023-08-19 22:25:58\";i:6;s:19:\"2023-08-28 13:38:54\";i:7;s:19:\"2023-08-31 06:19:43\";i:8;s:19:\"2023-09-06 17:00:34\";i:9;s:19:\"2023-09-12 06:41:37\";i:10;s:19:\"2023-09-13 17:02:56\";i:11;s:19:\"2023-09-14 06:38:14\";i:12;s:19:\"2023-09-14 06:41:57\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:120:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:108;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:120:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:108;}s:32:\"675acde6085e1e3747b6a336d8e53e6c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-27 15:55:26\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:70:\"Cannot read properties of undefined (reading &#039;isDesignable&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2023-07-27 15:55:26\";i:1;s:19:\"2023-07-27 15:55:36\";i:2;s:19:\"2023-07-27 15:55:47\";i:3;s:19:\"2023-07-27 15:56:38\";i:4;s:19:\"2023-08-15 14:37:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1690473326\";s:7:\"message\";s:60:\"Cannot read properties of undefined (reading \'isDesignable\')\";s:3:\"url\";s:108:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"640984\";}s:7:\"\0*\0file\";s:108:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"640984\";}s:32:\"0323279ea6b468643cf1c743486116e7\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-27 17:09:09\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;condition_type&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:154:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:8:\"function\";s:28:\"normalize_template_json_item\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:2;a:3:{s:4:\"file\";s:154:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:120;s:8:\"function\";s:9:\"array_map\";}i:3;a:5:{s:4:\"file\";s:154:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:59;s:8:\"function\";s:24:\"normalize_templates_json\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:115:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor/data/base/endpoint.php\";s:4:\"line\";i:158;s:8:\"function\";s:9:\"get_items\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:14;s:14:\"\0*\0times_dates\";a:14:{i:0;s:19:\"2023-07-27 17:09:09\";i:1;s:19:\"2023-07-27 17:09:17\";i:2;s:19:\"2023-07-27 17:24:54\";i:3;s:19:\"2023-07-27 17:25:03\";i:4;s:19:\"2023-08-05 12:02:23\";i:5;s:19:\"2023-08-05 12:27:30\";i:6;s:19:\"2023-08-06 14:14:59\";i:7;s:19:\"2023-08-08 16:04:20\";i:8;s:19:\"2023-08-15 15:24:48\";i:9;s:19:\"2023-08-15 23:08:48\";i:10;s:19:\"2023-08-16 01:12:14\";i:11;s:19:\"2023-08-26 22:04:57\";i:12;s:19:\"2023-08-28 13:31:47\";i:13;s:19:\"2023-08-28 14:34:05\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"condition_type\"\";s:4:\"file\";s:154:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:154:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:7:\"\0*\0line\";i:150;}s:32:\"1f3f7f521382974dd61eff7a8148ee9e\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-07-27 16:09:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:38:\"elementorFrontendConfig is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-27 16:09:28\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1690474168\";s:7:\"message\";s:38:\"elementorFrontendConfig is not defined\";s:3:\"url\";s:110:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.14.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"33012\";}s:7:\"\0*\0file\";s:110:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.14.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"33012\";}s:32:\"33e9d63b679cfc501038a05516c33bfe\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-07-27 17:40:36\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:49:\"Attempt to read property &quot;name&quot; on null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:6;s:14:\"\0*\0times_dates\";a:6:{i:0;s:19:\"2023-07-27 17:40:36\";i:1;s:19:\"2023-07-27 17:40:46\";i:2;s:19:\"2023-07-27 17:41:02\";i:3;s:19:\"2023-08-16 01:15:30\";i:4;s:19:\"2023-08-16 01:15:38\";i:5;s:19:\"2023-09-06 06:19:20\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:39:\"Attempt to read property \"name\" on null\";s:4:\"file\";s:129:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/modules/query-control/module.php\";s:4:\"line\";i:767;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:129:\"/customers/1/2/a/oxfordcleaners.co.uk/httpd.www/orchidcitybrass/wp-content/plugins/elementor-pro/modules/query-control/module.php\";s:7:\"\0*\0line\";i:767;}s:32:\"5b9d3fa53d7340335e7dbfb21cfe8c1b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-05 10:04:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-05 10:04:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0a79a325c3968babf93fc6acd445b2c7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-05 10:04:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-05 10:04:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"187b256891a7219dd14e28fc7e236e49\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-05 10:04:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-05 10:04:42\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f7616b2a04087c4e239a2572a6861544\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-05 10:04:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:6:\"3.15.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-05 10:04:42\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:6:\"3.15.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7ad2810a064375ccbd9aac926e41993a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-05 10:04:42\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:6:\"3.15.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-05 10:04:42\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.1\";s:2:\"to\";s:6:\"3.15.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7c51994f9776f79d368794b7a3bba25a\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-08-06 14:20:21\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:81:\"View (cid: &quot;view116527&quot;) has already been destroyed and cannot be used.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-08-06 14:20:21\";i:1;s:19:\"2023-08-06 14:20:34\";i:2;s:19:\"2023-08-06 14:21:12\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1691331621\";s:7:\"message\";s:71:\"View (cid: \"view116527\") has already been destroyed and cannot be used.\";s:3:\"url\";s:133:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5.e1\";s:4:\"line\";s:2:\"24\";s:6:\"column\";s:5:\"19952\";}s:7:\"\0*\0file\";s:133:\"https://orchidcitybrass.oxfordcleaners.co.uk/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5.e1\";s:7:\"\0*\0line\";s:2:\"24\";s:9:\"\0*\0column\";s:5:\"19952\";}s:32:\"a6eb05575e27f4672dc2940036759274\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 09:53:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 09:53:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"db0cd3f8359aace89f45fd9a3ef21760\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 09:53:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 09:53:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"b7d0116cbca138f1cefc5302d539b404\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 09:53:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 09:53:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"132ff0063ccec3494a965a556d8e744c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 09:53:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.1\";s:2:\"to\";s:6:\"3.15.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 09:53:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.1\";s:2:\"to\";s:6:\"3.15.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e7e3d0550dbbc761c303d34b1c36b087\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 09:53:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.1\";s:2:\"to\";s:6:\"3.15.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 09:53:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.1\";s:2:\"to\";s:6:\"3.15.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9a3f620bec4c72981c164e03d1f35356\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-27 15:46:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-27 15:46:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a9190d0f33408cca0edaa2136d518c1d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-27 15:46:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-27 15:46:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9bcbc6dc74dab9e921442458914eac68\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-27 15:46:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-27 15:46:39\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"6d6da207195cfda39b2c5d771e5fd66f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-27 15:46:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-27 15:46:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ba36e1f1fc5a4af91e906fb876149f4f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-27 15:46:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-27 15:46:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"176638e1c988f3ab35b2473f71fbc83a\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-09-05 17:11:52\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;condition_type&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:132:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:8:\"function\";s:28:\"normalize_template_json_item\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:2;a:3:{s:4:\"file\";s:132:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:120;s:8:\"function\";s:9:\"array_map\";}i:3;a:5:{s:4:\"file\";s:132:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:59;s:8:\"function\";s:24:\"normalize_templates_json\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:93:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor/data/base/endpoint.php\";s:4:\"line\";i:158;s:8:\"function\";s:9:\"get_items\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2023-09-05 17:11:52\";i:1;s:19:\"2023-09-06 05:55:18\";i:2;s:19:\"2023-09-06 16:58:02\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"condition_type\"\";s:4:\"file\";s:132:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:132:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:7:\"\0*\0line\";i:150;}s:32:\"add341293aaf18712b5a4a4e36376f6d\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-09-05 17:12:09\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:36:\"Function utf8_decode() is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:7;s:14:\"\0*\0times_dates\";a:7:{i:0;s:19:\"2023-09-05 17:12:09\";i:1;s:19:\"2023-09-06 05:55:23\";i:2;s:19:\"2023-09-08 21:39:58\";i:3;s:19:\"2023-09-10 12:51:03\";i:4;s:19:\"2023-09-12 06:06:57\";i:5;s:19:\"2023-09-12 06:29:47\";i:6;s:19:\"2023-09-12 06:30:07\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:36:\"Function utf8_decode() is deprecated\";s:4:\"file\";s:105:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:4:\"line\";i:33;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:105:\"/home/orchid28/new.orchidcitybrass.org/wp/wp-content/plugins/elementor-pro/modules/screenshots/module.php\";s:7:\"\0*\0line\";i:33;}s:32:\"406952370fbf9ec4f5952f3566c408a3\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-09-08 21:39:38\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;condition_type&quot;\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:5:{s:4:\"file\";s:117:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:8:\"function\";s:28:\"normalize_template_json_item\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:2;a:3:{s:4:\"file\";s:117:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:120;s:8:\"function\";s:9:\"array_map\";}i:3;a:5:{s:4:\"file\";s:117:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:59;s:8:\"function\";s:24:\"normalize_templates_json\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:78:\"/home/orchid28/public_html/wp-content/plugins/elementor/data/base/endpoint.php\";s:4:\"line\";i:158;s:8:\"function\";s:9:\"get_items\";s:5:\"class\";s:65:\"ElementorPro\\Core\\App\\Modules\\SiteEditor\\Data\\Endpoints\\Templates\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:10;s:14:\"\0*\0times_dates\";a:10:{i:0;s:19:\"2023-09-08 21:39:38\";i:1;s:19:\"2023-09-10 12:51:03\";i:2;s:19:\"2023-09-12 06:06:54\";i:3;s:19:\"2023-09-12 06:29:46\";i:4;s:19:\"2023-09-12 06:59:45\";i:5;s:19:\"2023-09-12 07:17:31\";i:6;s:19:\"2023-09-12 18:38:18\";i:7;s:19:\"2023-09-14 05:27:01\";i:8;s:19:\"2023-09-14 05:54:28\";i:9;s:19:\"2023-09-14 07:42:56\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"condition_type\"\";s:4:\"file\";s:117:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:4:\"line\";i:150;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:117:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/endpoints/templates.php\";s:7:\"\0*\0line\";i:150;}s:32:\"524b2b0404afbda506dd0d40150d1599\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-09-10 11:26:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:62:\"undefined is not an object (evaluating &#039;l[0].value&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2023-09-10 11:26:00\";i:1;s:19:\"2023-09-10 11:50:35\";i:2;s:19:\"2023-09-10 11:55:41\";i:3;s:19:\"2023-09-11 14:55:25\";i:4;s:19:\"2023-09-12 11:38:43\";i:5;s:19:\"2023-09-12 11:40:14\";i:6;s:19:\"2023-09-12 11:41:59\";i:7;s:19:\"2023-09-12 11:44:35\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1694345160\";s:7:\"message\";s:52:\"undefined is not an object (evaluating \'l[0].value\')\";s:3:\"url\";s:73:\"https://orchidcitybrass.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28729\";}s:7:\"\0*\0file\";s:73:\"https://orchidcitybrass.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"28729\";}s:32:\"02e08dcc4b7d7756d623c31e522e77b9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-09-10 12:40:01\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:75:\"trim(): Passing null to parameter #1 ($string) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:38;s:14:\"\0*\0times_dates\";a:38:{i:0;s:19:\"2023-09-10 12:40:01\";i:1;s:19:\"2023-09-10 12:44:05\";i:2;s:19:\"2023-09-10 12:45:12\";i:3;s:19:\"2023-09-10 12:45:24\";i:4;s:19:\"2023-09-10 12:45:25\";i:5;s:19:\"2023-09-10 12:45:27\";i:6;s:19:\"2023-09-10 12:45:28\";i:7;s:19:\"2023-09-10 12:45:42\";i:8;s:19:\"2023-09-10 12:45:53\";i:9;s:19:\"2023-09-10 12:46:14\";i:10;s:19:\"2023-09-10 12:47:30\";i:11;s:19:\"2023-09-10 12:51:16\";i:12;s:19:\"2023-09-10 12:51:49\";i:13;s:19:\"2023-09-10 12:52:32\";i:14;s:19:\"2023-09-10 12:52:40\";i:15;s:19:\"2023-09-10 12:52:41\";i:16;s:19:\"2023-09-10 12:52:44\";i:17;s:19:\"2023-09-10 12:52:45\";i:18;s:19:\"2023-09-10 12:52:58\";i:19;s:19:\"2023-09-10 12:53:12\";i:20;s:19:\"2023-09-10 12:53:21\";i:21;s:19:\"2023-09-10 12:53:30\";i:22;s:19:\"2023-09-12 06:13:45\";i:23;s:19:\"2023-09-12 06:29:24\";i:24;s:19:\"2023-09-12 06:29:40\";i:25;s:19:\"2023-09-12 06:59:41\";i:26;s:19:\"2023-09-12 07:00:05\";i:27;s:19:\"2023-09-12 07:02:30\";i:28;s:19:\"2023-09-12 07:03:13\";i:29;s:19:\"2023-09-12 07:14:48\";i:30;s:19:\"2023-09-12 12:41:08\";i:31;s:19:\"2023-09-12 12:41:59\";i:32;s:19:\"2023-09-12 12:45:28\";i:33;s:19:\"2023-09-14 06:14:35\";i:34;s:19:\"2023-09-14 06:31:47\";i:35;s:19:\"2023-09-14 06:32:47\";i:36;s:19:\"2023-09-14 06:33:30\";i:37;s:19:\"2023-09-14 06:36:46\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:75:\"trim(): Passing null to parameter #1 ($string) of type string is deprecated\";s:4:\"file\";s:89:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/modules/custom-css/module.php\";s:4:\"line\";i:76;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:89:\"/home/orchid28/public_html/wp-content/plugins/elementor-pro/modules/custom-css/module.php\";s:7:\"\0*\0line\";i:76;}s:32:\"57ad31f30eea8402b26f6795c9f8779a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"2ced644386a0663ff022ce2c922bb99f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5d96b7ca4c61aec0531d8af7ae1aa5a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0ff1e80223bde16e2f097834b4415568\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:55:\"Elementor/Upgrades - _v_3_16_0_container_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ed80d73f7a60e787d41a582a2fcec2da\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:57:\"Elementor/Upgrades - _v_3_16_0_container_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"32d93deb5c92fbccea3c70d00e2e27a3\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c2504e290026e158516263b4e8093c1d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"2567b5da5ee2deac81bace76380cedc7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9b96ce59fb679c54a93cae0a8ca88440\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-14 05:21:38\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-14 05:21:38\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(585,'elements_kit_onboard_status','onboarded','yes'),(610,'metform__banner_last_check','1689506845','yes'),(611,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10010421\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010421;s:5:\"title\";s:34:\"Wpmet Summer Dashboard Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007665\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007665;s:5:\"title\";s:18:\"Metform x Hubspot!\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1660003200;s:3:\"end\";i:1661299200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:232:\"<span style=\"color: #000000;\"><strong>MetForm\'s HubSpot FREE integration</strong> is now complete for your convenience. Just go to MetForm → Settings → CRM &amp; Marketing Integrations to connect HubSpot with MetForm now!</span>\";s:12:\"notice_image\";s:84:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/Metform-Integration-notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}}','yes'),(612,'metform_install_date','2023-07-06 02:32:47','yes'),(614,'metform_onboard_options','a:1:{s:8:\"settings\";a:2:{s:8:\"tut_term\";s:11:\"user_agreed\";s:16:\"newsletter_email\";s:0:\"\";}}','yes'),(615,'met_form_onboard_status','onboarded','yes'),(658,'metform_last_entry_serial_no','1','yes'),(760,'elementskit-lite__stories_last_check','1694727544','yes'),(761,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10010588\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010588;s:5:\"title\";s:48:\"WooCommerce Inventory Management: How to Nail it\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:51:\"https://wpmet.com/woocommerce-inventory-management/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010587\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010587;s:5:\"title\";s:69:\"How to Create Live Sales Notification for WooCommerce in Simple Steps\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:58:\"https://wpmet.com/live-sales-notification-for-woocommerce/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010586\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010586;s:5:\"title\";s:53:\"How to Limit Form Entries in WordPress (3 Easy Steps)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:50:\"https://wpmet.com/limit-form-entries-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010585\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010585;s:5:\"title\";s:67:\"How To Write Persuasive Product Descriptions With Ai (Step-by-Step)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:60:\"https://getgenie.ai/persuasive-product-descriptions-with-ai/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010584\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010584;s:5:\"title\";s:60:\"Mastering the Art of Ai Content Generation for Landing Pages\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:60:\"https://getgenie.ai/ai-content-generation-for-landing-pages/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010583\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010583;s:5:\"title\";s:35:\"Personalization in Content Creation\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:56:\"https://getgenie.ai/personalization-in-content-creation/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010574\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010574;s:5:\"title\";s:47:\"How to Add reCAPTCHA to Your Forms in WordPress\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:66:\"https://wpmet.com/how-to-add-recaptcha-to-your-forms-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010573\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010573;s:5:\"title\";s:72:\"How to Create a Patient Data Collection Form in WordPress [3 Easy Steps]\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:63:\"https://wpmet.com/how-to-create-a-patient-data-collection-form/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010572\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010572;s:5:\"title\";s:48:\"Webflow vs WordPress: Which One Is The Best CMS?\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:39:\"https://wpmet.com/webflow-vs-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010571\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010571;s:5:\"title\";s:55:\"How to Develop a Winning Content Strategy with AI Tools\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:55:\"https://getgenie.ai/develop-a-content-strategy-with-ai/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(838,'wpforms_version','1.8.2.2','yes'),(839,'wpforms_version_lite','1.8.2.2','yes'),(840,'wpforms_activated','a:1:{s:4:\"lite\";i:1688726935;}','yes'),(845,'wpforms_versions_lite','a:11:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:7:\"1.8.2.2\";i:1688726935;s:7:\"1.8.2.3\";i:1690468987;s:5:\"1.8.3\";i:1691746327;s:7:\"1.8.3.1\";i:1691834297;}','yes'),(846,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(847,'wpforms_settings','a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}','yes'),(848,'wpforms_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1688726935;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1690278489;s:9:\"dismissed\";b:1;}}','yes'),(851,'_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1694120792;s:5:\"ctime\";i:1694120792;}','yes'),(856,'wpforms_builder_opened_date','1688726941','no'),(857,'wpforms_challenge','a:13:{s:6:\"status\";s:8:\"canceled\";s:4:\"step\";i:2;s:7:\"user_id\";i:1;s:7:\"form_id\";i:156;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2023-07-07 10:50:35\";s:17:\"finished_date_gmt\";s:19:\"2023-07-07 10:50:59\";s:13:\"seconds_spent\";i:66;s:12:\"seconds_left\";i:234;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:1:\"1\";}','yes'),(858,'wpforms_email_summaries_fetch_info_blocks_last_run','1694198729','yes'),(859,'wpforms_process_forms_locator_status','completed','yes'),(863,'wpforms_forms_first_created','1688727044','no'),(869,'wpforms_crypto_secret_key','kiY4uH9zRq+SvomDr0y0vT5JyTKGDxgTXZ2MxMQv44A=','yes'),(904,'_transient_health-check-site-status-result','{\"good\":\"27\",\"recommended\":\"2\",\"critical\":\"0\"}','yes'),(917,'gf_db_version','2.7.10.1','no'),(918,'rg_form_version','2.7.10.1','no'),(919,'gform_enable_background_updates','1','yes'),(920,'_site_transient_t15s-registry-gforms','O:8:\"stdClass\":2:{s:8:\"projects\";a:55:{s:26:\"gravityformsactivecampaign\";a:1:{s:12:\"translations\";a:24:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:17+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:36:47+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2020-04-29T16:44:58+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:09+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-29T15:47:02+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:49+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:50+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:54+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:28:07+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:56+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:48+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:31:58+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-27T13:41:07+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-25T15:23:16+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-14T17:35:58+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:38:41+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:10+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-24T15:29:26+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:12+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:14+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-31T16:22:35+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:16+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-21T10:42:11+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:32:33+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:18:\"gravityformsaweber\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2022-06-27T08:43:10+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:53+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:50+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:50+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:53+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:53+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:53+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:53+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-08-16T11:26:54+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.0.0\";s:7:\"updated\";s:25:\"2023-01-06T07:59:38+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:20:\"gravityformsagilecrm\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:37:51+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:13+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:35+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-29T15:47:03+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T08:36:09+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T08:36:11+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T08:36:16+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-13T08:58:31+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:17+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:35+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:37+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:43+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-14T17:37:39+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:37+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:40+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-27T21:55:07+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:45+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T16:56:26+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:49+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:51+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T08:00:54+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:24:\"gravityformsauthorizenet\";a:1:{s:12:\"translations\";a:21:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2022-06-23T19:14:14+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T08:01:40+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2022-06-29T15:48:18+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-10-19T11:05:17+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-10-19T11:04:01+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:41+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-03-02T20:29:58+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-10-21T11:50:09+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T16:57:21+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T16:57:37+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T16:57:39+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T16:57:45+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-03-14T17:38:30+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2021-09-13T20:54:56+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-12-17T15:01:32+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-12-17T15:53:58+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T08:01:49+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T16:57:28+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2023-01-06T08:01:53+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:6:\"2.11.1\";s:7:\"updated\";s:25:\"2020-11-05T09:28:49+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformsbatchbook\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2022-06-27T09:51:40+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2022-06-27T09:52:19+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:20+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:58+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:36+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:39+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:46+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:48+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:24+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:41+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-01-22T16:00:21+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:48+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-03-14T17:40:37+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T08:02:41+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T08:02:47+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T08:02:49+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:30:05+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:30:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:32+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-10-21T18:08:50+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T08:02:59+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T08:03:01+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:18:\"gravityformsbreeze\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T08:03:49+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:42+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-21T11:51:14+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T16:59:26+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T16:59:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-27T15:24:22+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-04T15:55:14+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-03-14T17:41:59+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T08:03:51+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T08:03:53+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T15:54:19+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-04T15:53:05+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T16:59:34+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-21T18:01:43+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-05T09:41:54+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-27T08:36:50+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:27:\"gravityformscampaignmonitor\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:00:29+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2020-10-27T15:32:30+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:00:49+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2020-10-21T13:33:21+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:00:34+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2020-10-27T15:32:58+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:00:57+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:01:03+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-03-14T17:42:45+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:01:15+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:01:17+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2020-12-17T15:54:37+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2020-11-04T16:34:37+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:00:45+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:01:27+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:01:29+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"3.9.1\";s:7:\"updated\";s:25:\"2022-06-27T08:43:40+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:20:\"gravityformscampfire\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:21+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:02:39+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:01:41+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:51+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:30+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:34+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2022-06-27T09:53:41+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:01:45+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-02-18T11:26:09+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-01-22T16:22:19+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:47+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-03-14T17:44:01+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:02:22+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:55+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:58+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:44:01+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:36+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:02:33+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-02-13T09:15:04+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:22:\"gravityformscapsulecrm\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:54+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:02:49+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:32+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2022-06-29T15:47:04+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2022-06-27T08:52:42+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2022-06-27T08:52:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:07+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-25T20:59:21+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:02:54+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:14+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:16+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:21+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-03-14T17:44:51+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:34+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:37+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-06-15T19:59:52+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:42+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:03+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-06-05T06:33:09+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:49+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2023-01-06T17:03:51+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:26:\"gravityformschainedselects\";a:1:{s:12:\"translations\";a:20:{s:2:\"bg\";a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2023-04-14T18:06:58+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2022-06-23T19:13:15+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2022-06-23T19:13:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2023-01-06T17:04:41+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2022-06-23T19:13:43+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-10-27T15:57:33+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T16:39:59+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T16:39:05+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-10-27T15:56:33+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T16:40:25+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-12-17T14:50:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2021-09-13T21:00:54+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-12-17T15:03:03+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-12-17T15:55:04+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T16:40:51+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2023-01-06T17:04:14+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-10-21T17:43:40+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-10-27T15:55:51+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:23:\"gravityformscleverreach\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:10+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2020-10-27T16:14:47+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2022-06-27T08:54:38+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2022-06-27T08:54:39+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:28+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:32+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:14+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:34+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:36+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:43+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-03-14T17:45:38+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:56+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2020-12-17T15:03:13+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2020-12-17T15:55:14+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:06:04+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:05:23+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2020-10-21T17:59:57+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2023-01-06T17:06:10+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.8\";s:7:\"updated\";s:25:\"2022-06-27T09:55:53+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:19:\"gravityformscoupons\";a:1:{s:12:\"translations\";a:21:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-23T19:14:14+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-05T09:29:49+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:43+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2019-12-10T12:39:35+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-10T11:17:44+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2020-11-04T17:00:33+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:06:49+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-05T09:16:54+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-16T12:10:32+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-23T05:04:47+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:38:39+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:30:05+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-12T14:45:30+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-11T16:33:20+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-15T00:41:04+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-05-16T22:25:43+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-25T07:08:10+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-06T09:04:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformsdropbox\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:15+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-13T12:16:26+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T08:56:15+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:07:52+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-10-25T16:33:03+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-27T15:50:14+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T08:56:26+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-20T21:27:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-27T07:06:04+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-03-14T17:47:33+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:38:39+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-10-02T10:45:47+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-28T17:59:38+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2023-06-15T20:02:16+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-27T15:58:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-27T07:38:08+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-29T17:57:54+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.1\";s:7:\"updated\";s:25:\"2021-09-16T16:53:01+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsemma\";a:1:{s:12:\"translations\";a:25:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-02-20T14:31:14+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:41+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-03-02T20:39:07+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:08:42+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:22+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:08:58+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-03-02T20:38:52+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-06-27T08:57:24+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:08:46+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-26T16:08:20+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:05+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:07+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-04-11T09:52:51+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-03-14T17:48:37+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:18+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2021-09-14T09:31:53+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:26+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-06-27T08:57:38+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:31+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:08:54+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:35+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2023-01-06T17:09:37+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.5.2\";s:7:\"updated\";s:25:\"2022-06-27T09:53:24+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:22:\"gravityformsfreshbooks\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:09:49+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:29+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-02-20T14:36:42+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-10-21T11:51:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:09:52+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:11+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:13+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:19+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-03-14T17:49:01+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2021-09-14T09:32:44+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:33+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-12-17T15:53:03+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:39+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:09:59+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2021-02-08T11:26:17+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2023-01-06T17:10:44+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:23:\"gravityformsgetresponse\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:10:57+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2020-11-04T17:36:04+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2022-06-27T08:58:09+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2022-06-27T08:58:11+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:13+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:16+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2020-11-04T17:34:56+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:18+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2020-11-04T17:34:11+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:25+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-03-14T17:49:50+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:39+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:41+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:42+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2020-11-04T17:35:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:09+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2021-02-08T11:28:42+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2023-01-06T17:11:52+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.7.1\";s:7:\"updated\";s:25:\"2022-06-27T09:53:24+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:21:\"gravityformshelpscout\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:58:27+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:58:31+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-11T17:38:30+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:58:40+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:58:42+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:19+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-25T16:20:17+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:08+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2020-11-05T09:45:35+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:27+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:32+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-14T17:50:31+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:46+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:48+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-25T23:03:06+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-20T06:44:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:12:15+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-11-04T18:39:39+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:13:00+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformshighrise\";a:1:{s:12:\"translations\";a:21:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2022-06-27T09:59:10+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:14:10+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:12+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:45+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:21+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:25+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:27+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-07-17T13:47:39+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:18+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:33+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:35+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:40+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-03-14T17:51:12+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:52+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:54+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:52+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:56+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:13:23+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2021-08-02T17:30:03+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:14:05+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2023-01-06T17:14:07+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:19:\"gravityformshipchat\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:44+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2022-06-27T10:00:12+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:50+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:25+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:00+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:04+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:11+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-21T13:28:02+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:57+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:55+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-21T12:24:57+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-01-25T07:46:44+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:18+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2023-03-14T17:51:30+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:23+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2023-01-06T17:14:57+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2023-01-06T17:14:59+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:32+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:35+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:06+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-08-02T17:31:33+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-13T09:22:17+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformsmadmimi\";a:1:{s:12:\"translations\";a:31:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-02-20T14:25:46+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:15+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:28+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-02T20:45:20+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:07+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-29T15:47:04+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:43+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-02T20:45:05+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2020-10-21T11:52:31+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:26+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:49+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:52+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"hu\";a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-02T20:45:09+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}s:2:\"id\";a:7:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-26T08:20:24+00:00\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-id_ID.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"ind\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-14T17:52:56+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-03-02T20:45:12+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-10-02T10:46:06+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:11+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2020-12-17T15:55:55+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ro\";a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:53:11+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:17+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"sr\";a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:53:16+00:00\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-sr_RS.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sr\";i:1;s:3:\"srp\";}}s:5:\"es-mx\";a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:36:48+00:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-es_MX.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:15:36+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-08-02T17:35:32+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:24+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:26+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:21:\"gravityformsmailchimp\";a:1:{s:12:\"translations\";a:20:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:35+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:15+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:43:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:52+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2019-12-10T13:04:54+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-10-25T16:35:54+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:39+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:57+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-10-17T13:48:34+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:05+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-02-04T16:58:16+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:11+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:17+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:19+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-10-25T23:02:38+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:25+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:16:47+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:29+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:17:31+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:26:\"gravityformspartialentries\";a:1:{s:12:\"translations\";a:22:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-02-20T14:25:47+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-02-20T14:31:15+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-06-27T10:03:45+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:21+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-06-29T15:47:04+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2022-06-23T19:13:42+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-21T13:19:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:17:46+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:03+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:05+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:12+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-12-17T14:50:15+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2021-09-14T09:48:18+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:24+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-12-17T15:55:24+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:18:31+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2023-01-06T17:17:54+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2021-08-02T17:40:09+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-11-05T09:27:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:29:\"gravityformspaypalpaymentspro\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2023-01-06T17:19:44+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:08:48+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2022-06-23T19:13:42+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:118:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2019-12-10T13:12:45+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-03-24T14:22:06+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:07:45+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:09:54+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2023-01-06T17:19:10+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:08:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2023-03-14T17:54:30+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:118:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-09-14T09:52:47+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2023-01-06T17:19:29+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-12-17T14:13:06+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:10:17+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:09:09+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-09-29T18:02:03+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2023-01-06T17:19:40+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformspaypal\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:51+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:31+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2022-06-27T10:05:05+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2022-06-23T19:13:41+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:15:51+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-10-21T11:52:44+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:19:55+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:13+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:15+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:21+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-03-14T17:54:51+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2021-09-14T09:52:14+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:35+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-12-17T15:54:54+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:40+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:03+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2021-09-29T18:06:04+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2023-01-06T17:20:46+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformspaypalpro\";a:1:{s:12:\"translations\";a:25:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2022-06-27T09:50:21+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2022-06-27T10:14:36+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2023-03-02T20:50:54+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:59:29+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:46+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:30+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:02+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:18+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:52+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-03-24T11:58:48+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:56:58+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2023-01-26T16:02:58+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-04-29T16:41:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-01-27T16:56:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"hu\";a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2023-03-02T20:50:29+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2023-03-14T17:55:20+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2019-12-10T13:19:22+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-09-14T09:53:44+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:53:59+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:40+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:57:32+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:56:26+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-11-04T18:47:08+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-04-29T16:42:28+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:17:\"gravityformspolls\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:09:05+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-05T15:15:31+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:09:10+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:09:12+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2022-06-27T09:09:20+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2023-03-02T20:51:24+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-10-21T13:43:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-05T15:13:17+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:22:24+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-05T15:17:13+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:22:32+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2023-03-14T17:55:58+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-09-14T09:55:19+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-12-17T14:20:05+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-12-17T14:19:33+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-05T15:18:45+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2023-01-06T17:22:14+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-11-04T18:52:05+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-06-29T08:29:29+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformspostmark\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-24T11:44:53+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:11:37+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-25T21:03:26+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-31T19:40:40+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-03-29T18:54:45+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-22T09:30:48+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-26T12:48:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-04T08:26:03+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:55:49+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-31T04:01:04+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-04-11T21:20:33+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-20T16:53:54+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-01T17:59:01+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-05T06:35:48+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-26T23:45:38+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsquiz\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:10:00+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:50+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:10:09+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:10:14+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:10:26+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-03-02T20:27:35+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:10:32+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:15+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:32+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:34+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:41+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-04-01T00:37:47+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:11:02+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-03-24T15:30:36+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:11:08+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:25:00+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:24:23+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-07-15T19:25:05+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2022-06-27T09:11:22+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformssignature\";a:1:{s:12:\"translations\";a:22:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-02-20T14:25:47+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-02-20T14:32:41+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2022-06-27T10:11:12+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-05T10:00:55+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2021-08-12T08:00:46+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:38+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-04T11:55:12+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:33+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:40+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:41+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:44+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-02T20:55:45+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2021-09-14T09:57:36+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-12T14:45:18+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-11T15:48:10+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-15T00:44:40+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-20T18:21:48+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-25T07:10:36+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.5\";s:7:\"updated\";s:25:\"2023-03-06T09:12:09+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:17:\"gravityformsslack\";a:1:{s:12:\"translations\";a:19:{s:2:\"bg\";a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-04-14T18:11:09+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-05T09:57:46+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:26:43+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-04T11:54:33+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-20T13:44:54+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:26:48+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-05T09:29:59+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-14T13:29:12+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-23T05:05:50+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:27:08+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-12T14:43:50+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-06-15T20:04:46+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-15T00:45:58+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-20T18:21:23+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-25T06:00:54+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-06T09:11:19+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsstripe\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:48+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-15T13:32:09+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:42+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:48+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:48+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:49+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-27T14:29:32+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-20T07:47:39+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:41+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-22T10:53:42+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-26T17:28:19+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-26T05:54:52+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-12T13:40:49+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-16T20:43:13+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-15T20:17:47+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-23T15:45:58+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-23T22:56:18+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-29T17:22:24+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.1.2\";s:7:\"updated\";s:25:\"2023-06-15T13:14:59+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformssurvey\";a:1:{s:12:\"translations\";a:25:{s:2:\"bg\";a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-04-14T18:14:00+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-06-27T10:14:22+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-06-23T19:14:15+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-03-02T20:58:13+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:19:33+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-06-27T08:34:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-06-23T19:13:41+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-03-02T20:57:55+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-10-21T11:49:45+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:18:23+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:17:26+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-02-20T14:38:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"hu\";a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-03-02T20:57:59+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:16:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:18:45+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2023-03-02T20:58:03+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2021-09-14T10:15:27+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-12-17T14:59:21+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-12-17T15:04:46+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:18:00+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-06T13:19:05+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2022-07-16T20:11:56+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.8\";s:7:\"updated\";s:25:\"2020-11-05T09:28:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformstrello\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:16+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:29:40+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:23+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:29:56+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:00+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:29:45+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:03+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:06+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:12+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-03-14T17:57:49+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:25+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:28+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:30+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:34+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:29:53+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-09-29T17:59:48+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-09-16T16:50:37+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformstwilio\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-11-06T13:29:03+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-05T16:46:39+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2022-06-27T09:02:55+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:07+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-10-21T13:19:12+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:30:55+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:12+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-11-06T13:26:40+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-11-06T13:26:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-03-14T17:58:48+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:31+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:33+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-12-17T15:07:56+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-11-06T13:28:04+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2020-11-06T13:28:39+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:42+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.9.1\";s:7:\"updated\";s:25:\"2023-01-06T17:31:44+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:28:\"gravityformsuserregistration\";a:1:{s:12:\"translations\";a:21:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-02-20T14:31:16+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:116:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:56+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T10:16:26+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-10-11T17:40:17+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T10:16:33+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T10:16:36+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:11+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:116:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2019-12-10T13:55:19+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:17:46+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-10-20T10:33:20+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-03-29T19:18:41+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:19+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-11-01T19:35:43+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-03-14T17:59:23+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:116:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:37+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:39+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-05-05T15:53:47+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2022-06-27T09:18:38+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:07+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2021-11-04T18:52:12+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.0.1\";s:7:\"updated\";s:25:\"2023-01-06T17:32:51+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformszapier\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2022-06-27T09:36:35+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:43+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2022-06-27T09:18:29+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2022-06-27T09:18:32+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2022-06-27T09:18:39+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2021-07-23T08:59:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:07+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:24+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:26+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:32+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-03-14T18:00:03+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:45+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:47+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2021-07-19T11:08:05+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:52+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:33:15+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2021-06-06T19:46:51+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:25:\"2021-07-21T22:08:31+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformszohocrm\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-01-06T17:34:10+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2022-06-27T09:02:53+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2022-06-27T08:55:23+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-01-06T17:34:25+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-01-06T17:34:31+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:11+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-01-06T17:34:51+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:11+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:11+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2023-05-04T08:14:12+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformsicontact\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:19+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-05T12:40:54+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:34+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-21T13:33:56+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-05T12:39:50+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:40+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:43+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:49+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-03-14T17:52:22+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:36:01+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:36:04+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T14:06:18+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-05T12:40:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:35:31+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2021-08-02T17:34:13+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-06T17:36:17+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:24:\"gravityformsemailoctopus\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:36:38+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-06-23T13:15:59+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2022-06-27T08:34:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2022-06-27T08:55:23+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:36:53+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-10-21T15:28:15+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:36:42+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-06-23T13:15:54+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-06-23T13:15:56+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:37:07+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-03-14T17:47:59+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:37:20+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:37:22+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-06-23T13:16:02+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-06-23T13:16:03+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:36:50+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:37:32+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2023-01-06T17:37:34+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformsmailgun\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T10:02:12+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:02:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:24+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T08:34:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T10:01:47+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:02:33+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-03-02T20:46:07+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-21T11:48:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:37:49+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:07+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:08+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:15+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T14:49:05+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:47:07+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T15:01:51+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T15:53:35+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:33+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:37:57+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:38:37+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-05T09:42:12+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformssendgrid\";a:1:{s:12:\"translations\";a:21:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-23T19:14:16+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:23+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:05:56+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-29T15:47:02+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-27T09:11:37+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-03-15T13:30:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:43+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-21T13:18:39+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:06:48+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2023-01-26T16:08:21+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:110:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-07-04T20:05:08+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-06-28T10:45:00+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-05-23T18:18:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:07:21+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2021-09-14T09:57:06+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T14:33:12+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T14:32:57+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:06:16+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-04T22:55:46+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:05:23+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-05-15T07:53:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformssquare\";a:1:{s:12:\"translations\";a:16:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-03-05T09:58:32+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-06-27T09:13:12+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-06-27T09:13:16+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-07-15T09:36:00+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-07-13T19:50:31+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-06-27T09:13:37+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-01-06T17:40:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-07-01T14:23:05+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-01-06T17:40:27+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2021-10-02T10:47:45+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-01-06T17:40:40+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-06-29T23:32:24+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-10-08T16:03:35+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-01-06T17:40:08+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2022-07-16T20:22:58+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:25:\"2023-01-06T17:40:51+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformshubspot\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-05T14:22:47+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2022-06-27T09:00:32+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-08T11:14:38+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-20T14:30:42+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-01-06T17:41:22+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-05T15:02:53+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-15T15:57:06+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-18T06:09:23+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-01-06T17:41:41+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-22T18:52:51+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-05T17:03:26+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-10T17:12:37+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-16T22:26:43+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-06-30T06:42:49+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2023-05-11T14:43:07+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsppcp\";a:1:{s:12:\"translations\";a:18:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:58+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-15T13:43:06+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:58+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:58+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:58+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-09-04T07:44:17+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-20T07:51:20+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:57+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-22T10:46:13+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-26T17:24:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-26T04:46:09+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-12T13:39:57+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-16T15:51:42+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-15T20:19:21+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-23T15:52:58+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-23T22:53:41+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-29T17:20:47+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.7.0\";s:7:\"updated\";s:25:\"2023-06-15T13:17:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsmollie\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2020-05-06T16:23:36+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-03-05T09:55:14+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-06-27T10:02:53+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-06-27T10:02:55+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-06-27T09:03:03+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-03-02T20:47:21+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-07T14:24:38+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-28T20:14:02+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2020-11-01T09:59:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-21T18:12:43+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-24T14:57:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-03-14T17:53:36+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2021-09-14T09:47:36+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:43:55+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-06-15T20:15:16+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-08T16:04:34+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2023-01-06T17:43:24+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-20T19:20:05+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:25:\"2022-10-08T00:03:48+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityforms2checkout\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-06-23T19:16:18+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:24+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2023-03-05T08:17:22+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-06-23T19:13:29+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-06-23T19:15:48+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2023-02-19T14:45:46+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2023-03-02T20:27:36+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-07T14:24:11+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-28T20:12:55+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2021-02-02T19:49:22+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-21T18:14:17+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-24T14:57:21+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-21T03:24:50+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2021-10-02T10:44:57+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-09T22:00:05+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-23T22:37:43+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-08T16:04:53+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2023-01-06T17:44:29+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-20T19:20:14+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.1.1\";s:7:\"updated\";s:25:\"2022-10-08T00:03:20+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:32:\"gravityformsadvancedpostcreation\";a:1:{s:12:\"translations\";a:28:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-02-20T14:25:48+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"bg\";a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-04-14T18:10:48+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-02-20T14:31:17+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:46:19+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T16:58:20+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-05-29T10:51:41+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"nl-be\";a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-29T15:47:02+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:36:41+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:36:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:53:40+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-10-21T11:23:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:45:25+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:45:42+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-05-29T10:50:56+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"id\";a:7:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-26T08:20:22+00:00\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-id_ID.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"ind\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-05-29T10:50:39+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-02-17T09:54:26+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:46:01+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-06-01T20:44:34+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-06-07T14:59:25+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ro\";a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:53:12+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-05-29T10:51:51+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"sr\";a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:53:17+00:00\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-sr_RS.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sr\";i:1;s:3:\"srp\";}}s:5:\"es-mx\";a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:36:49+00:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-es_MX.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:45:33+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2020-05-29T10:51:15+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2023-01-06T17:46:15+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:25:\"2022-06-27T09:53:25+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:20:\"gravityformswebhooks\";a:1:{s:12:\"translations\";a:15:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-02-20T14:35:46+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-19T17:04:50+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-23T08:19:27+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:46:31+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:46:51+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-22T12:47:49+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-28T15:41:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-03-14T17:59:52+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:47:11+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-22T20:34:31+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-31T18:10:52+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-19T13:24:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:46:41+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-08-02T17:40:38+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:47:24+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformspipe\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-26T07:37:52+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-20T16:25:47+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-03T14:29:46+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-01T10:02:06+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-25T15:56:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-02T07:32:59+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-03-14T17:55:39+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:54:12+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-10T22:09:12+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2023-01-06T17:48:20+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-29T05:59:20+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-04T22:40:13+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2022-06-27T09:08:58+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-26T10:13:02+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:27:\"gravityformsconstantcontact\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2022-06-27T08:55:12+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:00:29+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-26T09:00:35+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2022-06-27T08:55:20+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2022-06-27T08:55:23+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:00:49+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-03-02T20:35:48+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T11:36:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:48:43+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:00+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-25T15:55:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:07+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-03-14T17:46:28+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-03-02T20:35:55+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:20+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:22+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:24+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-29T05:29:40+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:48:51+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-23T18:56:46+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:39+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}s:2:\"uk\";a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2023-01-06T17:49:41+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}}}s:12:\"gravityforms\";a:1:{s:12:\"translations\";a:29:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:25:20+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"bg\";a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-04-15T14:49:49+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-07-04T22:55:05+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:26:56+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-01-26T08:32:36+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:25:25+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-06T09:34:53+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:25:40+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:25:43+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-16T08:55:27+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-01-26T08:17:09+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-04-27T12:28:36+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-04-15T11:54:37+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-04-05T08:33:44+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:14:\"de-ch/informal\";a:7:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-09-13T12:28:02+00:00\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_CH_informal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:5:\"de-ch\";a:7:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-07-13T14:36:53+00:00\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_CH.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:26:01+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-13T18:42:07+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"hu\";a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-01-26T08:19:30+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-19T18:27:24+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-26T18:23:00+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:26:37+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-02T20:26:43+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-12T15:11:31+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-21T13:04:13+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-15T02:44:29+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-20T18:41:19+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-25T07:06:24+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:8:\"2.7.13.1\";s:7:\"updated\";s:25:\"2023-03-20T20:13:07+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformsrecaptcha\";a:1:{s:12:\"translations\";a:17:{s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2023-03-02T20:54:35+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:30:24+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-08-12T07:58:23+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2023-03-02T20:54:21+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:26:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:23:08+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:26:50+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2023-01-06T17:52:00+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:28:22+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-04T07:24:55+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-10-02T10:47:18+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:31:24+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:31:56+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:32:29+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:24:39+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-05T20:09:56+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:25:\"2021-06-02T13:33:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:22:\"gravityformsmoderation\";a:1:{s:12:\"translations\";a:12:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-05T09:54:50+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-12T12:54:41+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-20T13:44:40+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-07T10:56:35+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-16T12:07:04+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-23T05:49:28+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-12T14:43:23+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-20T16:25:23+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-14T15:50:45+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-20T18:20:16+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-24T08:15:38+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2023-03-06T09:18:21+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsmoderation/gravityformsmoderation-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:23:\"gravityformsgeolocation\";a:1:{s:12:\"translations\";a:12:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-09T11:57:26+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-10T12:47:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-20T13:42:26+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-07T10:14:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-16T12:09:21+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-23T05:01:50+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-12T14:43:13+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-11T16:29:24+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-05-10T17:31:44+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-20T18:18:56+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-24T08:10:44+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-06T09:09:55+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgeolocation/gravityformsgeolocation-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:31:\"gravityformsconversationalforms\";a:1:{s:12:\"translations\";a:22:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:17+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:122:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:37:12+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:19+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-15T13:34:35+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:24+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:26+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:32+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:122:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-27T14:17:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-20T07:53:59+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:36+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-22T10:44:04+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"id\";a:7:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:40+00:00\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-id_ID.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"ind\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-26T17:23:21+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-05-18T06:06:24+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:122:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:50+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-16T15:49:41+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-15T20:00:38+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ro\";a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-03-02T20:36:55+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-23T15:48:31+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-23T22:53:10+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-29T17:19:23+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:25:\"2023-06-15T13:17:43+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:125:\"https://packages.translationspress.com/rocketgenius/gravityformsconversationalforms/gravityformsconversationalforms-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}}s:13:\"_last_checked\";i:1694721761;}','no');
INSERT INTO `wp_options` VALUES (921,'gform_pending_installation','','yes'),(922,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(923,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(931,'rg_gforms_key','abff3fe22195f8b400a5d5daee649246','yes'),(934,'rg_gforms_enable_akismet','1','yes'),(935,'rg_gforms_currency','','yes'),(936,'gform_enable_toolbar_menu','1','yes'),(937,'rg_gforms_enable_html5','1','yes'),(938,'gform_version_info','a:8:{s:12:\"is_valid_key\";b:0;s:6:\"reason\";s:7:\"invalid\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:6:\"2.7.13\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:74:{s:12:\"gravityforms\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:6:\"2.7.13\";s:14:\"version_latest\";s:8:\"2.7.13.1\";}s:17:\"gravityforms-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:8:\"2.7-rc-2\";s:14:\"version_latest\";s:8:\"2.7-rc-2\";}s:21:\"gravityforms2checkout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.1\";s:14:\"version_latest\";s:3:\"2.1\";}s:26:\"gravityformsactivecampaign\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:32:\"gravityformsadvancedpostcreation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.4.0\";s:14:\"version_latest\";s:5:\"1.4.0\";}s:20:\"gravityformsagilecrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:5:\"1.4.1\";}s:19:\"gravityformsakismet\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";}s:24:\"gravityformsauthorizenet\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";}s:18:\"gravityformsaweber\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"4.0.0\";s:14:\"version_latest\";s:5:\"4.0.0\";}s:21:\"gravityformsbatchbook\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:18:\"gravityformsbreeze\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";}s:27:\"gravityformscampaignmonitor\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:5:\"3.9.1\";}s:20:\"gravityformscampfire\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";}s:22:\"gravityformscapsulecrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:5:\"1.6.1\";}s:26:\"gravityformschainedselects\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";}s:31:\"gravityformschainedselects-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:12:\"1.0-beta-1.3\";}s:23:\"gravityformscleverreach\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.8\";s:14:\"version_latest\";s:3:\"1.8\";}s:15:\"gravityformscli\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:3:\"1.4\";}s:27:\"gravityformsconstantcontact\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";}s:31:\"gravityformsconversationalforms\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.0.0\";s:14:\"version_latest\";s:5:\"1.0.1\";}s:22:\"gravityformsconvertkit\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0-beta-1\";}s:19:\"gravityformscoupons\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:3:\"3.1\";}s:17:\"gravityformsdebug\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta12\";}s:19:\"gravityformsdropbox\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:3:\"3.1\";}s:24:\"gravityformsdropbox-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:12:\"2.0-beta-1.1\";}s:24:\"gravityformsemailoctopus\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";}s:16:\"gravityformsemma\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.2\";}s:22:\"gravityformsfreshbooks\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";}s:23:\"gravityformsgeolocation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.1.0\";s:14:\"version_latest\";s:5:\"1.1.0\";}s:23:\"gravityformsgetresponse\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:5:\"1.7.1\";}s:27:\"gravityformsgoogleanalytics\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.1.0\";s:14:\"version_latest\";s:5:\"2.1.0\";}s:21:\"gravityformsgutenberg\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"1.0-rc-1.4\";s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";}s:21:\"gravityformshelpscout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.1\";s:14:\"version_latest\";s:5:\"2.1.1\";}s:20:\"gravityformshighrise\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";}s:19:\"gravityformshubspot\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.9\";s:14:\"version_latest\";s:3:\"1.9\";}s:20:\"gravityformsicontact\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";}s:19:\"gravityformslogging\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:19:\"gravityformsmadmimi\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:5:\"1.4.1\";}s:21:\"gravityformsmailchimp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"5.2\";s:14:\"version_latest\";s:5:\"5.2.1\";}s:19:\"gravityformsmailgun\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:22:\"gravityformsmoderation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";}s:18:\"gravityformsmollie\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:26:\"gravityformspartialentries\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";}s:18:\"gravityformspaypal\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.5\";s:14:\"version_latest\";s:3:\"3.5\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.7\";s:14:\"version_latest\";s:3:\"2.7\";}s:21:\"gravityformspaypalpro\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.4\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:17:\"gravityformspolls\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";}s:20:\"gravityformspostmark\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:16:\"gravityformsppcp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.7.0\";s:14:\"version_latest\";s:5:\"2.7.0\";}s:21:\"gravityformsppcp-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"2.0-beta-3\";s:14:\"version_latest\";s:10:\"2.0-beta-3\";}s:24:\"gravityformsppcp-release\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.2\";}s:16:\"gravityformsquiz\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";}s:21:\"gravityformsrecaptcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.2.0\";s:14:\"version_latest\";s:5:\"1.2.1\";}s:19:\"gravityformsrestapi\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";}s:20:\"gravityformssendgrid\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";}s:21:\"gravityformssignature\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.5\";s:14:\"version_latest\";s:3:\"4.5\";}s:17:\"gravityformsslack\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:18:\"gravityformssquare\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.0.0\";s:14:\"version_latest\";s:5:\"2.0.0\";}s:18:\"gravityformsstripe\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"5.1.0\";s:14:\"version_latest\";s:5:\"5.1.1\";}s:23:\"gravityformsstripe-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"5.0-beta-1\";s:14:\"version_latest\";s:10:\"5.0-beta-1\";}s:18:\"gravityformssurvey\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.8\";s:14:\"version_latest\";s:3:\"3.8\";}s:18:\"gravityformstrello\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:21:\"gravityformsturnstile\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.0.0\";s:14:\"version_latest\";s:5:\"1.0.0\";}s:18:\"gravityformstwilio\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.9\";s:14:\"version_latest\";s:5:\"2.9.1\";}s:28:\"gravityformsuserregistration\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"5.2.0\";s:14:\"version_latest\";s:5:\"5.2.0\";}s:20:\"gravityformswebhooks\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";}s:18:\"gravityformszapier\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.2\";s:14:\"version_latest\";s:5:\"4.2.1\";}s:23:\"gravityformszapier-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"4.0-beta-2\";s:14:\"version_latest\";s:10:\"4.0-beta-2\";}s:19:\"gravityformszohocrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:11:\"gravitysmtp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:11:\"1.0-alpha-3\";s:14:\"version_latest\";s:11:\"1.0-alpha-3\";}}s:14:\"version_latest\";s:8:\"2.7.13.1\";s:9:\"timestamp\";i:1694721685;}','no'),(970,'gform_upload_page_slug','07c6a10a3a9b7a1','yes'),(1005,'eael_setup_wizard','init','yes'),(1006,'eael_save_settings','a:64:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";i:1;s:8:\"woo-cart\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";i:1;s:20:\"woo-product-carousel\";i:1;s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";i:1;s:18:\"interactive-circle\";i:1;s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";i:1;s:8:\"svg-draw\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;s:13:\"scroll-to-top\";i:1;s:12:\"wrapper-link\";i:1;}','yes'),(1008,'eael_version','5.8.8','yes'),(1011,'eael_admin_menu_notice','8','no'),(1048,'eael_editor_updated_at','1694674015','yes'),(1049,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(1215,'_elementor_editor_upgrade_notice_dismissed','1688738263','yes'),(1741,'oc_cu_consent','1691838177','no'),(1766,'bcf_custom_fonts_2_0_2_migration','1','yes'),(1767,'_custom_fonts_db_version','2.1.0','yes'),(1768,'wpins_block_notice','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(1774,'elementor_allow_tracking','no','yes'),(1872,'qi_addons_for_elementor_install_date','1689161488','yes'),(1873,'_transient_qi_addons_for_elementor_plugin_activated','1','yes'),(1874,'qi_addons_for_elementor_placeholder_image','a:2:{s:2:\"id\";i:355;s:3:\"url\";s:94:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/qi-addons-for-elementor-placeholder.png\";}','yes'),(1875,'qi_addons_for_elementor_regenerate_css','1','yes'),(1876,'_transient_qi_addons_for_elementor_set_redirect','1','yes'),(1880,'qi_addons_for_elementor_notice','allowed','no'),(1986,'tribe_last_updated_option','1689511027.7055','yes'),(1990,'tribe_events_calendar_options','a:15:{s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:14:\"schema-version\";s:6:\"5.16.0\";s:21:\"previous_ecp_versions\";a:2:{i:0;s:1:\"0\";i:1;s:7:\"6.1.2.2\";}s:18:\"latest_ecp_version\";s:5:\"6.1.3\";s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:24:\"recurrenceMaxMonthsAfter\";i:24;s:22:\"google_maps_js_api_key\";s:39:\"AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU\";s:39:\"last-update-message-the-events-calendar\";s:7:\"6.1.2.2\";s:11:\"latest_date\";s:19:\"2023-07-12 16:00:00\";s:13:\"earliest_date\";s:19:\"2023-07-12 07:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;i:439;}s:19:\"latest_date_markers\";a:1:{i:0;i:439;}}','yes'),(1994,'tribe_last_save_post','1689511027.7057','yes'),(1995,'widget_tribe-widget-events-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1996,'tec_timed_tec_custom_tables_v1_initialized','a:3:{s:3:\"key\";s:32:\"tec_custom_tables_v1_initialized\";s:5:\"value\";i:1;s:10:\"expiration\";i:1689579183;}','yes'),(1997,'tec_ct1_migration_state','a:3:{s:18:\"complete_timestamp\";N;s:5:\"phase\";s:22:\"migration-not-required\";s:19:\"preview_unsupported\";b:0;}','yes'),(1998,'tec_ct1_events_table_schema_version','1.0.1','yes'),(1999,'tec_ct1_occurrences_table_schema_version','1.0.2','yes'),(2000,'stellarwp_telemetry_last_send','','yes'),(2001,'stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:2:{s:7:\"wp_slug\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"optin\";b:0;}}}','yes'),(2002,'stellarwp_telemetry_the-events-calendar_show_optin','1','yes'),(2003,'tribe_last_generate_rewrite_rules','1689507798.382','yes'),(2005,'tec_timed_events_timezone_update_needed','a:3:{s:3:\"key\";s:29:\"events_timezone_update_needed\";s:5:\"value\";b:0;s:10:\"expiration\";i:1689249082;}','yes'),(2008,'tec_timed_tribe_supports_async_process','a:3:{s:3:\"key\";s:28:\"tribe_supports_async_process\";s:5:\"value\";i:1;s:10:\"expiration\";i:1689767484;}','yes'),(2059,'tribe_customizer','a:1:{s:15:\"global_elements\";a:2:{s:9:\"font_size\";s:1:\"0\";s:14:\"font_size_base\";s:2:\"16\";}}','yes'),(2067,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1147:{s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:23:\"content-boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#632e62\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#632e62\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:7:\"#632e62\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#632e62\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:20:\"\'Roboto\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:19:\"\'Rubik\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_content-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-single-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-single-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-single-elementskit_content-title\";i:1;s:43:\"ast-dynamic-single-elementskit_content-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_content-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_content-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[single-elementskit_template-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-single-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-single-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-single-elementskit_template-title\";i:1;s:44:\"ast-dynamic-single-elementskit_template-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_template-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_template-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[single-tribe_events-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-tribe_events-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-tribe_events-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-tribe_events-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-tribe_events-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-tribe_events-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-tribe_events-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-tribe_events-title\";i:1;s:36:\"ast-dynamic-single-tribe_events-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-tribe_events-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-tribe_events-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tribe_events-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-tribe_events-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-tribe_events-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-tribe_events-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-tribe_events-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-tribe_events-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tribe_events-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-tribe_events-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-tribe_events-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-tribe_events-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-tribe_events-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-tribe_events-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-tribe_events-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tribe_events-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-tribe_events-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-tribe_events-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tribe_events-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-tribe_events-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-tribe_events-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-tribe_events-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-tribe_events-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tribe_events-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-tribe_events-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-tribe_events-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-tribe_events-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-tribe_events-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-tribe_events-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[ast-dynamic-single-tribe_events-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-tribe_events-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-tribe_events-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-elementor-hf-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-elementor-hf-title\";i:1;s:36:\"ast-dynamic-single-elementor-hf-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementor-hf-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-elementor-hf-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-elementor-hf-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[single-metform-form-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-metform-form-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-metform-form-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-metform-form-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-metform-form-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-metform-form-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-metform-form-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-metform-form-title\";i:1;s:36:\"ast-dynamic-single-metform-form-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-metform-form-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-metform-form-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-metform-form-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-metform-form-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-metform-form-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-metform-form-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-metform-form-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-metform-form-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-metform-form-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-metform-form-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-metform-form-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-metform-form-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-metform-form-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-metform-form-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-metform-form-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-metform-form-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-metform-form-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-metform-form-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-metform-form-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-metform-form-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-metform-form-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-metform-form-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-metform-form-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-metform-form-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-metform-form-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-metform-form-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-metform-form-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-metform-form-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-metform-form-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:15:\"plain-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-featured-help-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[archive-elementskit_content-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-archive-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-archive-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-archive-elementskit_content-title\";i:1;s:51:\"ast-dynamic-archive-elementskit_content-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[archive-elementskit_template-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[archive-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"ast-dynamic-archive-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-archive-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:46:\"ast-dynamic-archive-elementskit_template-title\";i:1;s:52:\"ast-dynamic-archive-elementskit_template-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:72:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[archive-tribe_events-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-tribe_events-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-tribe_events-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-tribe_events-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-tribe_events-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-tribe_events-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-tribe_events-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-tribe_events-title\";i:1;s:44:\"ast-dynamic-archive-tribe_events-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-tribe_events-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-tribe_events-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tribe_events-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-tribe_events-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-tribe_events-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tribe_events-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-tribe_events-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-tribe_events-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tribe_events-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-tribe_events-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-tribe_events-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-tribe_events-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-tribe_events-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tribe_events-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-tribe_events-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-tribe_events-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-tribe_events-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-tribe_events-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-tribe_events-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-tribe_events-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-tribe_events-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[archive-elementor-hf-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-elementor-hf-title\";i:1;s:44:\"ast-dynamic-archive-elementor-hf-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[archive-metform-form-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-metform-form-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-metform-form-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-metform-form-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-metform-form-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-metform-form-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-metform-form-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-metform-form-title\";i:1;s:44:\"ast-dynamic-archive-metform-form-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-metform-form-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-metform-form-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-metform-form-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-metform-form-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-metform-form-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-metform-form-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-metform-form-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-metform-form-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-metform-form-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-metform-form-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-metform-form-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-metform-form-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-metform-form-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-metform-form-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-metform-form-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-metform-form-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-metform-form-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-metform-form-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-metform-form-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-metform-form-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-metform-form-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-metform-form-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:0:{}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:0:{}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:0:{}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:40:\"https://orchidcitybrass.org/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:35:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9642;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9663;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(2301,'elementskit-lite_never_show','yes','yes'),(2302,'_transient_timeout_elementskit-lite-go-pro-noti2ce','1715376411','no'),(2303,'_transient_elementskit-lite-go-pro-noti2ce','1','no'),(2304,'gf_dismissed_upgrades','a:1:{i:0;s:6:\"2.7.10\";}','yes'),(2310,'metform_never_show','yes','yes'),(2384,'eael_admin_promotion','8','yes'),(2394,'ai1wm_updater','a:0:{}','yes'),(2396,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2414,'theme_mods_hello-elementor','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:16;}s:18:\"custom_css_post_id\";i:1404;}','yes'),(2415,'hello_theme_version','2.8.1','yes'),(2481,'elementor_pro_license_key','*********','yes'),(2482,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1694783529;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}','yes'),(2483,'elementor_pro_version','3.13.2','yes'),(2484,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2485,'_elementor_pro_installed_time','1689510757','yes'),(2486,'elementor_submissions_db_version','5','yes'),(2488,'elementor_fonts_manager_font_types','a:0:{}','yes'),(2489,'elementor_fonts_manager_fonts','a:0:{}','yes'),(2490,'elementor_custom_icon_sets_config','a:0:{}','yes'),(2507,'rewrite_rules','a:227:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";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:25:\"ctshowcase-team-member/?$\";s:37:\"index.php?post_type=ctshowcase_member\";s:55:\"ctshowcase-team-member/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ctshowcase_member&feed=$matches[1]\";s:50:\"ctshowcase-team-member/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ctshowcase_member&feed=$matches[1]\";s:42:\"ctshowcase-team-member/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=ctshowcase_member&paged=$matches[1]\";s:19:\"tf_header_footer/?$\";s:36:\"index.php?post_type=tf_header_footer\";s:49:\"tf_header_footer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:44:\"tf_header_footer/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:36:\"tf_header_footer/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=tf_header_footer&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:39:\"jkit-header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-header/([^/]+)/embed/?$\";s:44:\"index.php?jkit-header=$matches[1]&embed=true\";s:32:\"jkit-header/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-header=$matches[1]&tb=1\";s:40:\"jkit-header/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&paged=$matches[2]\";s:47:\"jkit-header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-header=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-header/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-header=$matches[1]&page=$matches[2]\";s:28:\"jkit-header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"jkit-footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"jkit-footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"jkit-footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"jkit-footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"jkit-footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"jkit-footer/([^/]+)/embed/?$\";s:44:\"index.php?jkit-footer=$matches[1]&embed=true\";s:32:\"jkit-footer/([^/]+)/trackback/?$\";s:38:\"index.php?jkit-footer=$matches[1]&tb=1\";s:40:\"jkit-footer/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&paged=$matches[2]\";s:47:\"jkit-footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?jkit-footer=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-footer/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?jkit-footer=$matches[1]&page=$matches[2]\";s:28:\"jkit-footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"jkit-footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"jkit-footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"jkit-footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"jkit-footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"jkit-template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"jkit-template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"jkit-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"jkit-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"jkit-template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"jkit-template/([^/]+)/embed/?$\";s:46:\"index.php?jkit-template=$matches[1]&embed=true\";s:34:\"jkit-template/([^/]+)/trackback/?$\";s:40:\"index.php?jkit-template=$matches[1]&tb=1\";s:42:\"jkit-template/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&paged=$matches[2]\";s:49:\"jkit-template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?jkit-template=$matches[1]&cpage=$matches[2]\";s:38:\"jkit-template/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?jkit-template=$matches[1]&page=$matches[2]\";s:30:\"jkit-template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"jkit-template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"jkit-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"jkit-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"jkit-template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"ctshowcase-team-member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ctshowcase-team-member/([^/]+)/embed/?$\";s:50:\"index.php?ctshowcase_member=$matches[1]&embed=true\";s:43:\"ctshowcase-team-member/([^/]+)/trackback/?$\";s:44:\"index.php?ctshowcase_member=$matches[1]&tb=1\";s:63:\"ctshowcase-team-member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ctshowcase_member=$matches[1]&feed=$matches[2]\";s:58:\"ctshowcase-team-member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ctshowcase_member=$matches[1]&feed=$matches[2]\";s:51:\"ctshowcase-team-member/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?ctshowcase_member=$matches[1]&paged=$matches[2]\";s:58:\"ctshowcase-team-member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?ctshowcase_member=$matches[1]&cpage=$matches[2]\";s:47:\"ctshowcase-team-member/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?ctshowcase_member=$matches[1]&page=$matches[2]\";s:39:\"ctshowcase-team-member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ctshowcase-team-member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ctshowcase-team-member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ctshowcase-team-member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ctshowcase-team-member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ctshowcase-team-member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"ctshowcase_group/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ctshowcase_group=$matches[1]&feed=$matches[2]\";s:52:\"ctshowcase_group/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?ctshowcase_group=$matches[1]&feed=$matches[2]\";s:33:\"ctshowcase_group/([^/]+)/embed/?$\";s:49:\"index.php?ctshowcase_group=$matches[1]&embed=true\";s:45:\"ctshowcase_group/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?ctshowcase_group=$matches[1]&paged=$matches[2]\";s:27:\"ctshowcase_group/([^/]+)/?$\";s:38:\"index.php?ctshowcase_group=$matches[1]\";s:44:\"tf_header_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"tf_header_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"tf_header_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"tf_header_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"tf_header_footer/([^/]+)/embed/?$\";s:49:\"index.php?tf_header_footer=$matches[1]&embed=true\";s:37:\"tf_header_footer/([^/]+)/trackback/?$\";s:43:\"index.php?tf_header_footer=$matches[1]&tb=1\";s:57:\"tf_header_footer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:45:\"tf_header_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&paged=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&cpage=$matches[2]\";s:41:\"tf_header_footer/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&page=$matches[2]\";s:33:\"tf_header_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"tf_header_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"tf_header_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"tf_header_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=50&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(2519,'_elementor_pro_api_requests_lock','a:1:{s:11:\"get_version\";i:1694694619;}','yes'),(2537,'elementor_pro_theme_builder_conditions','a:2:{s:6:\"footer\";a:1:{i:595;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:592;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(2548,'elementor_library_category_children','a:0:{}','yes'),(2699,'astra_sites_recent_import_log_file','/home/orchid28/public_html/wp-content/uploads/astra-sites/import-16-Jul-2023-01-38-12-8f7afca6ce4c575f40fffc7b5b505f00.log','no'),(2700,'astra-blocks-1','a:100:{s:8:\"id-53972\";a:10:{s:5:\"title\";s:10:\"Features 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-1-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53974\";a:10:{s:5:\"title\";s:10:\"Features 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-2-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53975\";a:10:{s:5:\"title\";s:10:\"Features 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-3-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53976\";a:10:{s:5:\"title\";s:10:\"Features 4\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-4el.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-4e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53977\";a:10:{s:5:\"title\";s:10:\"Features 5\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-5-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53978\";a:10:{s:5:\"title\";s:10:\"Features 6\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-6-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53979\";a:10:{s:5:\"title\";s:10:\"Features 7\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/feature-7-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-7e/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53973\";a:10:{s:5:\"title\";s:12:\"Statistics 4\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-1e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53971\";a:10:{s:5:\"title\";s:12:\"Statistics 3\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-3e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-3e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53970\";a:10:{s:5:\"title\";s:12:\"Statistics 2\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-2e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53969\";a:10:{s:5:\"title\";s:12:\"Statistics 1\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/statistics-4e.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-1e/\";s:3:\"tag\";a:1:{i:924;s:10:\"statistics\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53931\";a:10:{s:5:\"title\";s:6:\"Team 1\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-1el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53932\";a:10:{s:5:\"title\";s:6:\"Team 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/team-2-ele.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53933\";a:10:{s:5:\"title\";s:6:\"Team 3\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-3el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53934\";a:10:{s:5:\"title\";s:6:\"Team 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/team-4el.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4e/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53926\";a:10:{s:5:\"title\";s:9:\"Clients 1\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-1e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-1e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53927\";a:10:{s:5:\"title\";s:9:\"Clients 2\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-2e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-2e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53928\";a:10:{s:5:\"title\";s:9:\"Clients 3\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-3e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-3e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53929\";a:10:{s:5:\"title\";s:9:\"Clients 4\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/clients-4e.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-4e/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53846\";a:10:{s:5:\"title\";s:13:\"Testimonial 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-1el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53847\";a:10:{s:5:\"title\";s:13:\"Testimonial 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-2-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53848\";a:10:{s:5:\"title\";s:13:\"Testimonial 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-3el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-53849\";a:10:{s:5:\"title\";s:13:\"Testimonial 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/teatimonial-4-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4e/\";s:3:\"tag\";a:1:{i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52865\";a:10:{s:5:\"title\";s:14:\"Contact Form 1\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-1e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52866\";a:10:{s:5:\"title\";s:14:\"Contact Form 2\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-2e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52867\";a:10:{s:5:\"title\";s:14:\"Contact Form 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-3e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52868\";a:10:{s:5:\"title\";s:14:\"Contact Form 4\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/contact-form-4e.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52857\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-6el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-6e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52808\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 2\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-2el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-2e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52809\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-3el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-3e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52810\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 4\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-4e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-4e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52811\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-5e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-5e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52797\";a:10:{s:5:\"title\";s:16:\"Subscribe Form 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/subscribe-form-1e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/subscribe-form-1e/\";s:3:\"tag\";a:1:{i:1956;s:14:\"subscribe-form\";}s:8:\"category\";i:1953;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52796\";a:10:{s:5:\"title\";s:16:\"Call to Action 5\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-5e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-5e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52795\";a:10:{s:5:\"title\";s:16:\"Call to Action 4\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-4-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52794\";a:10:{s:5:\"title\";s:16:\"Call to Action 3\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/cta-3-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-3e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52793\";a:10:{s:5:\"title\";s:16:\"Call to Action 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-2e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52792\";a:10:{s:5:\"title\";s:16:\"Call to Action 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/call-to-action-1e.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-1e/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52712\";a:10:{s:5:\"title\";s:5:\"FAQ 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-1e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-1e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52713\";a:10:{s:5:\"title\";s:5:\"FAQ 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-2e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52714\";a:10:{s:5:\"title\";s:5:\"FAQ 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-3e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-3e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52715\";a:10:{s:5:\"title\";s:5:\"FAQ 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-4e.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52716\";a:10:{s:5:\"title\";s:5:\"FAQ 5\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/faq-5-ele.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5e/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52678\";a:10:{s:5:\"title\";s:13:\"Main Banner 9\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-9el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-9e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52677\";a:10:{s:5:\"title\";s:13:\"Main Banner 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-8el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-8e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52676\";a:10:{s:5:\"title\";s:13:\"Main Banner 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-7el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-7e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52675\";a:10:{s:5:\"title\";s:13:\"Main Banner 6\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-6-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-6e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52674\";a:10:{s:5:\"title\";s:13:\"Main Banner 5\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-5ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-5e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52673\";a:10:{s:5:\"title\";s:13:\"Main Banner 4\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-4ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-4e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52672\";a:10:{s:5:\"title\";s:13:\"Main Banner 3\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-3el.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-3e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52671\";a:10:{s:5:\"title\";s:13:\"Main Banner 2\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-2-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-2e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52670\";a:10:{s:5:\"title\";s:13:\"Main Banner 1\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/main-banner-1-ele.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/main-banner-1e/\";s:3:\"tag\";a:1:{i:1952;s:11:\"main-banner\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52656\";a:10:{s:5:\"title\";s:20:\"Location And Hours 6\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-6e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-6e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52655\";a:10:{s:5:\"title\";s:20:\"Location And Hours 5\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-5e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-5e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52654\";a:10:{s:5:\"title\";s:20:\"Location And Hours 4\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-4e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-4e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52653\";a:10:{s:5:\"title\";s:20:\"Location And Hours 3\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-3e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-3e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52652\";a:10:{s:5:\"title\";s:20:\"Location And Hours 2\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-2e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-2e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52651\";a:10:{s:5:\"title\";s:20:\"Location And Hours 1\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/location-and-hours-1e.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/location-and-hours-1e/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1957;s:18:\"location-and-hours\";}s:8:\"category\";i:1950;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52586\";a:10:{s:5:\"title\";s:10:\"Services 4\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-4-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-4e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52589\";a:10:{s:5:\"title\";s:10:\"Services 5\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-5-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-5e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52595\";a:10:{s:5:\"title\";s:7:\"About 8\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-8e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52585\";a:10:{s:5:\"title\";s:10:\"Services 3\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/services-3-ele.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52594\";a:10:{s:5:\"title\";s:7:\"About 7\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-7e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52584\";a:10:{s:5:\"title\";s:10:\"Services 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-2e.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52593\";a:10:{s:5:\"title\";s:7:\"About 6\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-6e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52592\";a:10:{s:5:\"title\";s:7:\"About 5\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-5e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52591\";a:10:{s:5:\"title\";s:7:\"About 4\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/about-4e.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52583\";a:10:{s:5:\"title\";s:10:\"Services 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/services-1e.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1e/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52590\";a:10:{s:5:\"title\";s:7:\"About 3\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-3-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-3e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52588\";a:10:{s:5:\"title\";s:7:\"About 2\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-2-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52587\";a:10:{s:5:\"title\";s:7:\"About 1\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/05/about-1-ele.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1e/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52528\";a:10:{s:5:\"title\";s:17:\"Image and Text 10\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-10ele.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/image-and-text-10e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52529\";a:10:{s:5:\"title\";s:16:\"Image and Text 9\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-9ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-9e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52526\";a:10:{s:5:\"title\";s:16:\"Image and Text 8\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-8el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-8e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52524\";a:10:{s:5:\"title\";s:16:\"Image and Text 7\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-7el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-7e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52527\";a:10:{s:5:\"title\";s:16:\"Image and Text 6\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-6el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-6e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52525\";a:10:{s:5:\"title\";s:16:\"Image and Text 5\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-5ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-5e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52523\";a:10:{s:5:\"title\";s:16:\"Image and Text 4\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-4-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-4e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52530\";a:10:{s:5:\"title\";s:16:\"Image and Text 3\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-3el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-3e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52521\";a:10:{s:5:\"title\";s:16:\"Image and Text 2\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-2-ele.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-2e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52519\";a:10:{s:5:\"title\";s:16:\"Image and Text 1\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/image-and-text-1el.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/image-and-text-1e/\";s:3:\"tag\";a:1:{i:1949;s:14:\"image-and-text\";}s:8:\"category\";i:1948;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52457\";a:10:{s:5:\"title\";s:6:\"Text 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-9.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-9e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52456\";a:10:{s:5:\"title\";s:6:\"Text 8\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-8.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-8e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52455\";a:10:{s:5:\"title\";s:6:\"Text 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-7.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-7e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52454\";a:10:{s:5:\"title\";s:6:\"Text 6\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-6.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-6e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52453\";a:10:{s:5:\"title\";s:6:\"Text 5\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-5.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-5e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52452\";a:10:{s:5:\"title\";s:6:\"Text 4\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-4.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-4e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52451\";a:10:{s:5:\"title\";s:6:\"Text 3\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-3.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-3e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52450\";a:10:{s:5:\"title\";s:6:\"Text 2\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-2.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-2e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-52449\";a:10:{s:5:\"title\";s:6:\"Text 1\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/05/text-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/text-1e/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45025\";a:10:{s:5:\"title\";s:15:\"Single Quote 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45020\";a:10:{s:5:\"title\";s:15:\"Single Quote 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-3w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-3w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44974\";a:10:{s:5:\"title\";s:12:\"Portfolio 6B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44634\";a:10:{s:5:\"title\";s:12:\"Portfolio 6W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-6w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-6w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41764\";a:10:{s:5:\"title\";s:7:\"Hero 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38906\";a:10:{s:5:\"title\";s:7:\"Hero 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-9w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-9w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42229\";a:10:{s:5:\"title\";s:11:\"Services 8B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41045\";a:10:{s:5:\"title\";s:11:\"Services 8W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-8w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-8w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43000\";a:10:{s:5:\"title\";s:12:\"Services 11B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42974\";a:10:{s:5:\"title\";s:12:\"Services 11W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-11w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-11w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(2701,'astra-blocks-4','a:20:{s:8:\"id-41028\";a:10:{s:5:\"title\";s:14:\"Testimonial 9B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41026\";a:10:{s:5:\"title\";s:14:\"Testimonial 8B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41023\";a:10:{s:5:\"title\";s:14:\"Testimonial 7B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40740\";a:10:{s:5:\"title\";s:14:\"Testimonial 9W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-9w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-9w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40739\";a:10:{s:5:\"title\";s:14:\"Testimonial 8W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-8w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-8w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40348\";a:10:{s:5:\"title\";s:14:\"Testimonial 7W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-7w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-7w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37190\";a:10:{s:5:\"title\";s:7:\"Team 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-2b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37187\";a:10:{s:5:\"title\";s:7:\"Team 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/Team-2W.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-2w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37197\";a:10:{s:5:\"title\";s:7:\"Team 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37194\";a:10:{s:5:\"title\";s:7:\"Team 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-3w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-3w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37203\";a:10:{s:5:\"title\";s:7:\"Team 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37200\";a:10:{s:5:\"title\";s:7:\"Team 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-4w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-4w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38316\";a:10:{s:5:\"title\";s:7:\"Team 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38244\";a:10:{s:5:\"title\";s:7:\"Team 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-5w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-5w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38825\";a:10:{s:5:\"title\";s:7:\"Team 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38732\";a:10:{s:5:\"title\";s:7:\"Team 6W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-6w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-6w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41034\";a:10:{s:5:\"title\";s:7:\"Team 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40030\";a:10:{s:5:\"title\";s:7:\"Team 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-8w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-8w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43022\";a:10:{s:5:\"title\";s:8:\"Team 10B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:0:\"\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43018\";a:10:{s:5:\"title\";s:8:\"Team 10W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/team-10w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/team-10w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(2702,'astra-sites-page-builders','a:5:{i:0;a:3:{s:2:\"id\";i:34;s:4:\"name\";s:14:\"Beaver Builder\";s:4:\"slug\";s:14:\"beaver-builder\";}i:1;a:3:{s:2:\"id\";i:41;s:4:\"name\";s:5:\"Brizy\";s:4:\"slug\";s:5:\"brizy\";}i:2;a:3:{s:2:\"id\";i:33;s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";}i:3;a:3:{s:2:\"id\";i:3349;s:4:\"name\";s:3:\"FSE\";s:4:\"slug\";s:3:\"fse\";}i:4;a:3:{s:2:\"id\";i:42;s:4:\"name\";s:9:\"Gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";}}','no'),(2703,'astra-blocks-3','a:100:{s:8:\"id-41763\";a:10:{s:5:\"title\";s:7:\"Hero 7B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7b-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38880\";a:10:{s:5:\"title\";s:7:\"Hero 7W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-7w-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-7w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37688\";a:10:{s:5:\"title\";s:11:\"Features 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37686\";a:10:{s:5:\"title\";s:11:\"Features 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/feature-1w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-1w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37697\";a:10:{s:5:\"title\";s:11:\"Features 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37695\";a:10:{s:5:\"title\";s:11:\"Features 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-2w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-2w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37705\";a:10:{s:5:\"title\";s:11:\"Features 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37704\";a:10:{s:5:\"title\";s:11:\"Features 3W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/features-3w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-3w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41937\";a:10:{s:5:\"title\";s:11:\"Features 5B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38863\";a:10:{s:5:\"title\";s:11:\"Features 5W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-5w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-5w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41938\";a:10:{s:5:\"title\";s:11:\"Features 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38876\";a:10:{s:5:\"title\";s:11:\"Features 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/features-6w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-6w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44869\";a:10:{s:5:\"title\";s:12:\"Features 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44862\";a:10:{s:5:\"title\";s:12:\"Features 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/features-10w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-10w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37099\";a:10:{s:5:\"title\";s:6:\"FAQ 2B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37096\";a:10:{s:5:\"title\";s:6:\"FAQ 2W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-2w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-2w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37111\";a:10:{s:5:\"title\";s:6:\"FAQ 4B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37108\";a:10:{s:5:\"title\";s:6:\"FAQ 4W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-4w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-4w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39838\";a:10:{s:5:\"title\";s:6:\"FAQ 5B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38917\";a:10:{s:5:\"title\";s:6:\"FAQ 5W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-5w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-5w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39839\";a:10:{s:5:\"title\";s:6:\"FAQ 6B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38926\";a:10:{s:5:\"title\";s:6:\"FAQ 6W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/01/faq-6w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-6w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44840\";a:10:{s:5:\"title\";s:6:\"FAQ 9B\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9b.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9b/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44831\";a:10:{s:5:\"title\";s:6:\"FAQ 9W\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2020/02/faq-9w.jpg\";s:3:\"url\";s:45:\"https://websitedemos.net/astra-blocks/faq-9w/\";s:3:\"tag\";a:2:{i:822;s:3:\"faq\";i:821;s:26:\"frequently-asked-questions\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37549\";a:10:{s:5:\"title\";s:10:\"Clients 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37550\";a:10:{s:5:\"title\";s:10:\"Clients 5W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-5w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-5w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37558\";a:10:{s:5:\"title\";s:10:\"Clients 6B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37557\";a:10:{s:5:\"title\";s:10:\"Clients 6W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-6w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-6w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39812\";a:10:{s:5:\"title\";s:10:\"Clients 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7b-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7b/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39787\";a:10:{s:5:\"title\";s:10:\"Clients 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/clients-7w-el.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/clients-7w/\";s:3:\"tag\";a:1:{i:1090;s:7:\"clients\";}s:8:\"category\";i:1091;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37122\";a:10:{s:5:\"title\";s:17:\"Call To Action 2B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37120\";a:10:{s:5:\"title\";s:17:\"Call To Action 2W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-2w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-2w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37136\";a:10:{s:5:\"title\";s:17:\"Call To Action 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37132\";a:10:{s:5:\"title\";s:17:\"Call To Action 4W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-4w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-4w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37150\";a:10:{s:5:\"title\";s:17:\"Call To Action 6B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37147\";a:10:{s:5:\"title\";s:17:\"Call To Action 6W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-6w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-6w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39763\";a:10:{s:5:\"title\";s:17:\"Call To Action 7B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39761\";a:10:{s:5:\"title\";s:17:\"Call To Action 7W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-10w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-7w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42960\";a:10:{s:5:\"title\";s:17:\"Call To Action 8B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28634\";a:10:{s:5:\"title\";s:17:\"Call To Action 8W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-11w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-8w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39771\";a:10:{s:5:\"title\";s:17:\"Call To Action 9B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9b.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-39755\";a:10:{s:5:\"title\";s:17:\"Call To Action 9W\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/call-to-action-9w.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/call-to-action-9w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43883\";a:10:{s:5:\"title\";s:10:\"Contact 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43873\";a:10:{s:5:\"title\";s:10:\"Contact 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-1w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-1w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43930\";a:10:{s:5:\"title\";s:10:\"Contact 3B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43906\";a:10:{s:5:\"title\";s:10:\"Contact 3W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-3w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-3w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43964\";a:10:{s:5:\"title\";s:10:\"Contact 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43951\";a:10:{s:5:\"title\";s:10:\"Contact 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-5w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-5w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44803\";a:10:{s:5:\"title\";s:10:\"Contact 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43990\";a:10:{s:5:\"title\";s:10:\"Contact 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-7w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44286\";a:10:{s:5:\"title\";s:10:\"Contact 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44123\";a:10:{s:5:\"title\";s:10:\"Contact 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-8w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44304\";a:10:{s:5:\"title\";s:10:\"Contact 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44189\";a:10:{s:5:\"title\";s:10:\"Contact 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-9w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44821\";a:10:{s:5:\"title\";s:11:\"Contact 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44819\";a:10:{s:5:\"title\";s:11:\"Contact 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-10w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/contact-10w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36983\";a:10:{s:5:\"title\";s:8:\"About 1B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1B-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36980\";a:10:{s:5:\"title\";s:8:\"About 1W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-1W-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-1w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37019\";a:10:{s:5:\"title\";s:8:\"About 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2B-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37015\";a:10:{s:5:\"title\";s:8:\"About 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/About-2W-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-2w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37043\";a:10:{s:5:\"title\";s:8:\"About 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4b-2.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37040\";a:10:{s:5:\"title\";s:8:\"About 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-4w-2.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-4w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38180\";a:10:{s:5:\"title\";s:8:\"About 6B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38147\";a:10:{s:5:\"title\";s:8:\"About 6W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-6w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-6w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42723\";a:10:{s:5:\"title\";s:8:\"About 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8b-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42709\";a:10:{s:5:\"title\";s:8:\"About 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-8w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-8w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42950\";a:10:{s:5:\"title\";s:8:\"About 9B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-28474\";a:10:{s:5:\"title\";s:8:\"About 9W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-9w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-9w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42169\";a:10:{s:5:\"title\";s:13:\"Statistics 2B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42166\";a:10:{s:5:\"title\";s:13:\"Statistics 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-2w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-2w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42236\";a:10:{s:5:\"title\";s:13:\"Statistics 4B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42219\";a:10:{s:5:\"title\";s:13:\"Statistics 4W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-4w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-4w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42259\";a:10:{s:5:\"title\";s:13:\"Statistics 5B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5d.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42251\";a:10:{s:5:\"title\";s:13:\"Statistics 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-5w-1.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-5w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42295\";a:10:{s:5:\"title\";s:13:\"Statistics 7B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42292\";a:10:{s:5:\"title\";s:13:\"Statistics 7W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-7w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-7w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42304\";a:10:{s:5:\"title\";s:13:\"Statistics 8B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42298\";a:10:{s:5:\"title\";s:13:\"Statistics 8W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/statistics-8w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/statistics-8w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44883\";a:10:{s:5:\"title\";s:14:\"Statistics 10B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10b/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44878\";a:10:{s:5:\"title\";s:14:\"Statistics 10W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/02/statistics-10w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/statistics-10w/\";s:3:\"tag\";a:2:{i:924;s:10:\"statistics\";i:921;s:5:\"stats\";}s:8:\"category\";i:1096;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37726\";a:10:{s:5:\"title\";s:11:\"Services 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37739\";a:10:{s:5:\"title\";s:11:\"Services 1B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-1b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-1b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37747\";a:10:{s:5:\"title\";s:11:\"Services 2B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37748\";a:10:{s:5:\"title\";s:11:\"Services 2W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-2w-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-2w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37754\";a:10:{s:5:\"title\";s:11:\"Services 3B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3b-2020.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37755\";a:10:{s:5:\"title\";s:11:\"Services 3W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-3w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-3w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42227\";a:10:{s:5:\"title\";s:11:\"Services 6B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38930\";a:10:{s:5:\"title\";s:11:\"Services 6W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-6w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-6w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42231\";a:10:{s:5:\"title\";s:11:\"Services 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41054\";a:10:{s:5:\"title\";s:11:\"Services 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-9w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-9w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43013\";a:10:{s:5:\"title\";s:12:\"Services 12B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43009\";a:10:{s:5:\"title\";s:12:\"Services 12W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-12w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-12w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37890\";a:10:{s:5:\"title\";s:14:\"Testimonial 1B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37889\";a:10:{s:5:\"title\";s:14:\"Testimonial 1W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-1W.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-1w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37898\";a:10:{s:5:\"title\";s:14:\"Testimonial 2B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37899\";a:10:{s:5:\"title\";s:14:\"Testimonial 2W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-2w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-2w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37905\";a:10:{s:5:\"title\";s:14:\"Testimonial 3B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37904\";a:10:{s:5:\"title\";s:14:\"Testimonial 3W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-3w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-3w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38536\";a:10:{s:5:\"title\";s:14:\"Testimonial 5B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38471\";a:10:{s:5:\"title\";s:14:\"Testimonial 5W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-5w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-5w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(2704,'astra-blocks-2','a:100:{s:8:\"id-44962\";a:10:{s:5:\"title\";s:12:\"Portfolio 2B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44359\";a:10:{s:5:\"title\";s:12:\"Portfolio 2W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-2w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-2w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44768\";a:10:{s:5:\"title\";s:18:\"Call To Action 10B\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10b.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10b/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44762\";a:10:{s:5:\"title\";s:18:\"Call To Action 10W\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/02/call-to-action-10w.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/call-to-action-10w/\";s:3:\"tag\";a:1:{i:819;s:14:\"call-to-action\";}s:8:\"category\";i:832;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43103\";a:10:{s:5:\"title\";s:7:\"Hero 8B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43099\";a:10:{s:5:\"title\";s:7:\"Hero 8W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-8w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-8w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37057\";a:10:{s:5:\"title\";s:8:\"About 5B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5b-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37051\";a:10:{s:5:\"title\";s:8:\"About 5W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/about-5w-1.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-5w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44858\";a:10:{s:5:\"title\";s:11:\"Features 9B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9b/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44853\";a:10:{s:5:\"title\";s:11:\"Features 9W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/02/features-9w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/features-9w/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38225\";a:10:{s:5:\"title\";s:8:\"About 7B\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7b.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38155\";a:10:{s:5:\"title\";s:8:\"About 7W\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/about-7w.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/about-7w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44734\";a:10:{s:5:\"title\";s:9:\"About 10B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10b.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10b/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44699\";a:10:{s:5:\"title\";s:9:\"About 10W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/02/about-10w.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-10w/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38937\";a:10:{s:5:\"title\";s:11:\"Services 7W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42228\";a:10:{s:5:\"title\";s:11:\"Services 7B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/01/services-7b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/services-7b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44957\";a:10:{s:5:\"title\";s:12:\"Portfolio 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44337\";a:10:{s:5:\"title\";s:12:\"Portfolio 1W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-1w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-1w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42232\";a:10:{s:5:\"title\";s:12:\"Services 10B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10b/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41061\";a:10:{s:5:\"title\";s:12:\"Services 10W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/services-10w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/services-10w/\";s:3:\"tag\";a:1:{i:953;s:8:\"services\";}s:8:\"category\";i:952;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45012\";a:10:{s:5:\"title\";s:15:\"Single Quote 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44309\";a:10:{s:5:\"title\";s:15:\"Single Quote 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-1w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-1w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45013\";a:10:{s:5:\"title\";s:15:\"Single Quote 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44334\";a:10:{s:5:\"title\";s:15:\"Single Quote 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-2w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-2w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45035\";a:10:{s:5:\"title\";s:15:\"Single Quote 4B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45030\";a:10:{s:5:\"title\";s:15:\"Single Quote 4W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-4w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-4w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45074\";a:10:{s:5:\"title\";s:15:\"Single Quote 8B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45070\";a:10:{s:5:\"title\";s:15:\"Single Quote 8W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-8w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-8w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37184\";a:10:{s:5:\"title\";s:7:\"Team 1B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1b-2020.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37153\";a:10:{s:5:\"title\";s:7:\"Team 1W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/team-1w-2020-new.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-1w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38843\";a:10:{s:5:\"title\";s:7:\"Team 7B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38833\";a:10:{s:5:\"title\";s:7:\"Team 7W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-7w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-7w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-41033\";a:10:{s:5:\"title\";s:7:\"Team 9B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9b/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-40097\";a:10:{s:5:\"title\";s:7:\"Team 9W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/team-9w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/team-9w/\";s:3:\"tag\";a:1:{i:927;s:4:\"team\";}s:8:\"category\";i:829;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37911\";a:10:{s:5:\"title\";s:14:\"Testimonial 4B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4B.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37910\";a:10:{s:5:\"title\";s:14:\"Testimonial 4W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/Testimonial-4W.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-4w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38585\";a:10:{s:5:\"title\";s:14:\"Testimonial 6B\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6b.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38551\";a:10:{s:5:\"title\";s:14:\"Testimonial 6W\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-6w.jpg\";s:3:\"url\";s:53:\"https://websitedemos.net/astra-blocks/testimonial-6w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43056\";a:10:{s:5:\"title\";s:15:\"Testimonial 10B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10b/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-35365\";a:10:{s:5:\"title\";s:15:\"Testimonial 10W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/testimonial-10w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/testimonial-10w/\";s:3:\"tag\";a:2:{i:1095;s:7:\"reviews\";i:844;s:11:\"testimonial\";}s:8:\"category\";i:830;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43983\";a:10:{s:5:\"title\";s:10:\"Contact 6W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-6w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-6w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-43901\";a:10:{s:5:\"title\";s:10:\"Contact 2B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43887\";a:10:{s:5:\"title\";s:10:\"Contact 2W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-2w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-2w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43947\";a:10:{s:5:\"title\";s:10:\"Contact 4B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4b/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43934\";a:10:{s:5:\"title\";s:10:\"Contact 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/02/contact-4w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-4w/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37642\";a:10:{s:5:\"title\";s:10:\"Heading 1B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37640\";a:10:{s:5:\"title\";s:10:\"Heading 1W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-1w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-1w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37647\";a:10:{s:5:\"title\";s:10:\"Heading 2B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37646\";a:10:{s:5:\"title\";s:10:\"Heading 2W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-2w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-2w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37656\";a:10:{s:5:\"title\";s:10:\"Heading 3B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37655\";a:10:{s:5:\"title\";s:10:\"Heading 3W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-3w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-3w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37662\";a:10:{s:5:\"title\";s:10:\"Heading 4B\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4b-2020-1.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37661\";a:10:{s:5:\"title\";s:10:\"Heading 4W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-4w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-4w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37670\";a:10:{s:5:\"title\";s:10:\"Heading 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37669\";a:10:{s:5:\"title\";s:10:\"Heading 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-5w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-5w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37679\";a:10:{s:5:\"title\";s:10:\"Heading 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6b-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-37678\";a:10:{s:5:\"title\";s:10:\"Heading 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-6w-2020.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42869\";a:10:{s:5:\"title\";s:10:\"Heading 7B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42862\";a:10:{s:5:\"title\";s:10:\"Heading 7W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-7w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42885\";a:10:{s:5:\"title\";s:10:\"Heading 8B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-42884\";a:10:{s:5:\"title\";s:10:\"Heading 8W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/heading-8w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45123\";a:10:{s:5:\"title\";s:10:\"Heading 9B\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9b.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45107\";a:10:{s:5:\"title\";s:10:\"Heading 9W\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-9w.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45145\";a:10:{s:5:\"title\";s:11:\"Heading 10B\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10b.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10b/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45115\";a:10:{s:5:\"title\";s:11:\"Heading 10W\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/03/heading-10w.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10w/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45047\";a:10:{s:5:\"title\";s:15:\"Single Quote 5B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45041\";a:10:{s:5:\"title\";s:15:\"Single Quote 5W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-5w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-5w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45056\";a:10:{s:5:\"title\";s:15:\"Single Quote 6B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45053\";a:10:{s:5:\"title\";s:15:\"Single Quote 6W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-6w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-6w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45064\";a:10:{s:5:\"title\";s:15:\"Single Quote 7B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45059\";a:10:{s:5:\"title\";s:15:\"Single Quote 7W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-7w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-7w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45090\";a:10:{s:5:\"title\";s:15:\"Single Quote 9B\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9b.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45079\";a:10:{s:5:\"title\";s:15:\"Single Quote 9W\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-9w.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/single-quote-9w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45100\";a:10:{s:5:\"title\";s:16:\"Single Quote 10B\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10b.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10b/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-45094\";a:10:{s:5:\"title\";s:16:\"Single Quote 10W\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/single-quote-10w.jpg\";s:3:\"url\";s:55:\"https://websitedemos.net/astra-blocks/single-quote-10w/\";s:3:\"tag\";a:1:{i:1423;s:12:\"single-quote\";}s:8:\"category\";i:1424;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44465\";a:10:{s:5:\"title\";s:12:\"Portfolio 3B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44385\";a:10:{s:5:\"title\";s:12:\"Portfolio 3W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-3w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-3w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44483\";a:10:{s:5:\"title\";s:12:\"Portfolio 4B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44433\";a:10:{s:5:\"title\";s:12:\"Portfolio 4W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-4w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-4w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44964\";a:10:{s:5:\"title\";s:12:\"Portfolio 5B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44524\";a:10:{s:5:\"title\";s:12:\"Portfolio 5W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-5w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-5w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44709\";a:10:{s:5:\"title\";s:12:\"Portfolio 7W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-7w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-7w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44980\";a:10:{s:5:\"title\";s:12:\"Portfolio 8B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44925\";a:10:{s:5:\"title\";s:12:\"Portfolio 8W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-8w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-8w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44984\";a:10:{s:5:\"title\";s:12:\"Portfolio 9B\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9b.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44929\";a:10:{s:5:\"title\";s:12:\"Portfolio 9W\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-9w.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/portfolio-9w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44999\";a:10:{s:5:\"title\";s:13:\"Portfolio 10B\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10b.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10b/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44955\";a:10:{s:5:\"title\";s:13:\"Portfolio 10W\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/02/portfolio-10w.jpg\";s:3:\"url\";s:52:\"https://websitedemos.net/astra-blocks/portfolio-10w/\";s:3:\"tag\";a:1:{i:1426;s:9:\"portfolio\";}s:8:\"category\";i:1425;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36936\";a:10:{s:5:\"title\";s:7:\"Hero 1B\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-1b-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-29230\";a:10:{s:5:\"title\";s:7:\"Hero 1W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2019/08/hero-1w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-1w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36953\";a:10:{s:5:\"title\";s:7:\"Hero 2B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36939\";a:10:{s:5:\"title\";s:7:\"Hero 2W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-2w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-2w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36958\";a:10:{s:5:\"title\";s:7:\"Hero 3B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36942\";a:10:{s:5:\"title\";s:7:\"Hero 3W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-3w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-3w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36964\";a:10:{s:5:\"title\";s:7:\"Hero 4B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-36961\";a:10:{s:5:\"title\";s:7:\"Hero 4W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-4w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-4w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44908\";a:10:{s:5:\"title\";s:7:\"Hero 5B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-44687\";a:10:{s:5:\"title\";s:7:\"Hero 5W\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/02/hero-5w.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-5w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-43090\";a:10:{s:5:\"title\";s:7:\"Hero 6B\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6b.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6b/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-38118\";a:10:{s:5:\"title\";s:7:\"Hero 6W\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/hero-6w-1.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/hero-6w/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"elementor\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}}','no'),(2705,'astra-blocks-categories','a:18:{i:832;a:3:{s:2:\"id\";i:832;s:4:\"name\";s:14:\"Call To Action\";s:4:\"slug\";s:14:\"call-to-action\";}i:825;a:3:{s:2:\"id\";i:825;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";}i:1091;a:3:{s:2:\"id\";i:1091;s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";}i:1416;a:3:{s:2:\"id\";i:1416;s:4:\"name\";s:7:\"Contact\";s:4:\"slug\";s:7:\"contact\";}i:1001;a:3:{s:2:\"id\";i:1001;s:4:\"name\";s:3:\"FAQ\";s:4:\"slug\";s:3:\"faq\";}i:919;a:3:{s:2:\"id\";i:919;s:4:\"name\";s:8:\"Features\";s:4:\"slug\";s:8:\"features\";}i:1094;a:3:{s:2:\"id\";i:1094;s:4:\"name\";s:7:\"Heading\";s:4:\"slug\";s:7:\"heading\";}i:831;a:3:{s:2:\"id\";i:831;s:4:\"name\";s:4:\"Hero\";s:4:\"slug\";s:4:\"hero\";}i:1948;a:3:{s:2:\"id\";i:1948;s:4:\"name\";s:14:\"Image and Text\";s:4:\"slug\";s:14:\"image-and-text\";}i:1950;a:3:{s:2:\"id\";i:1950;s:4:\"name\";s:18:\"Location And Hours\";s:4:\"slug\";s:18:\"location-and-hours\";}i:1425;a:3:{s:2:\"id\";i:1425;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";}i:952;a:3:{s:2:\"id\";i:952;s:4:\"name\";s:8:\"Services\";s:4:\"slug\";s:8:\"services\";}i:1424;a:3:{s:2:\"id\";i:1424;s:4:\"name\";s:12:\"Single Quote\";s:4:\"slug\";s:12:\"single-quote\";}i:1096;a:3:{s:2:\"id\";i:1096;s:4:\"name\";s:10:\"Statistics\";s:4:\"slug\";s:10:\"statistics\";}i:1953;a:3:{s:2:\"id\";i:1953;s:4:\"name\";s:14:\"Subscribe Form\";s:4:\"slug\";s:14:\"subscribe-form\";}i:829;a:3:{s:2:\"id\";i:829;s:4:\"name\";s:4:\"Team\";s:4:\"slug\";s:4:\"team\";}i:830;a:3:{s:2:\"id\";i:830;s:4:\"name\";s:11:\"Testimonial\";s:4:\"slug\";s:11:\"testimonial\";}i:1946;a:3:{s:2:\"id\";i:1946;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";}}','no'),(2706,'astra-sites-requests','42','no'),(2707,'astra-sites-and-pages-page-1','a:15:{s:8:\"id-75439\";a:24:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:75439;s:12:\"publish-date\";i:1691769102;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-600x2204.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-400x1469.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/plants-stores-08\";s:20:\"astra-site-parent-id\";i:3372;s:15:\"astra-sites-tag\";a:14:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-75499\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plants-stores-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75440\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-about-600x1956.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/plants-stores-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75441\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-contact-600x921.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/plants-stores-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75442\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/08/plants-stores-08-600x2204.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plants-stores-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75497\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plants-stores-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75498\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/plants-stores-08/wp-json/wp/v2/pages/283\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/plants-stores-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:48431;s:25:\"ecommerce_parent_template\";i:75439;}s:8:\"id-75363\";a:24:{s:5:\"title\";s:11:\"Books Store\";s:2:\"id\";i:75363;s:12:\"publish-date\";i:1690996492;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-600x2527.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-400x1685.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/books-store-08\";s:20:\"astra-site-parent-id\";i:3368;s:15:\"astra-sites-tag\";a:7:{i:724;s:6:\"author\";i:2355;s:17:\"author-book-store\";i:2354;s:16:\"author-portfolio\";i:2353;s:11:\"book-writer\";i:2352;s:11:\"books-store\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-75504\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/195\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/books-store-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75505\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/197\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/books-store-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75367\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-600x2527.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/1559\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/books-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75503\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/194\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/books-store-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75364\";a:12:{s:5:\"title\";s:12:\"About Author\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-about-author.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-about-author-600x1653.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/1572\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/books-store-08/about-author/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75365\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-books.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-books-600x1387.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/1570\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/books-store-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75366\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/08/books-stores-08-contact-600x967.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/books-store-08/wp-json/wp/v2/pages/1576\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/books-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:59789;s:25:\"ecommerce_parent_template\";i:75363;}s:8:\"id-75400\";a:24:{s:5:\"title\";s:10:\"Cycle Shop\";s:2:\"id\";i:75400;s:12:\"publish-date\";i:1690996334;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08-600x3389.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08-400x2259.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/cycles-shop-08\";s:20:\"astra-site-parent-id\";i:3370;s:15:\"astra-sites-tag\";a:17:{i:880;s:9:\"cartflows\";i:2418;s:8:\"commerce\";i:2548;s:10:\"cycle-shop\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2549;s:12:\"sport-cycyle\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-75508\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1600\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/cycles-shop-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75506\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1597\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cycles-shop-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75507\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1598\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/cycles-shop-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75401\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08-about-600x2314.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1606\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cycles-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75402\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/08/cycles-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/08/cycles-shop-08-contact-600x1070.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1608\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cycles-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75403\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/cycle-stores-08-600x3389.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cycles-shop-08/wp-json/wp/v2/pages/1603\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/cycles-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:68423;s:25:\"ecommerce_parent_template\";i:75400;}s:8:\"id-75418\";a:24:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:75418;s:12:\"publish-date\";i:1690994681;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-600x2228.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-400x1485.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/cosmetic-store-08\";s:20:\"astra-site-parent-id\";i:3371;s:15:\"astra-sites-tag\";a:5:{i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-75501\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/cosmetic-store-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75502\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cosmetic-store-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75422\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-testimonials-600x1191.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/1164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cosmetic-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75500\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetic-store-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75419\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-about-600x1259.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/1160\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cosmetic-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75420\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-contact-600x1200.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/1162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cosmetic-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75421\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/08/cosmetic-store-08-600x2228.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetic-store-08/wp-json/wp/v2/pages/1147\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/cosmetic-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:48591;s:25:\"ecommerce_parent_template\";i:75418;}s:8:\"id-75380\";a:24:{s:5:\"title\";s:19:\"Skin Cleanser Store\";s:2:\"id\";i:75380;s:12:\"publish-date\";i:1690986487;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-600x3059.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-400x2039.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/skin-cleanser-stores-08\";s:20:\"astra-site-parent-id\";i:3369;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2392;s:19:\"online-beauty-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2391;s:11:\"skin-beauty\";i:1127;s:9:\"skin-care\";i:2380;s:19:\"skin-cleanser-store\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-75511\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/skin-cleanser-stores-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75509\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/skin-cleanser-stores-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75510\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/283\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/skin-cleanser-stores-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75381\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-about-600x1713.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/1789\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/skin-cleanser-stores-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75382\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-contact-600x1309.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/1790\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/skin-cleanser-stores-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75383\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/08/skin-cleanser-stores-08-600x3059.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/skin-cleanser-stores-08/wp-json/wp/v2/pages/1788\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/skin-cleanser-stores-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:71072;s:25:\"ecommerce_parent_template\";i:75380;}s:8:\"id-75348\";a:24:{s:5:\"title\";s:14:\"Branding Store\";s:2:\"id\";i:75348;s:12:\"publish-date\";i:1690979909;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-600x1763.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-400x1175.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/branding-store-08\";s:20:\"astra-site-parent-id\";i:3367;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-75496\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/438\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/branding-store-08/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75494\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/4388\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/branding-store-08/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75495\";a:12:{s:5:\"title\";s:9:\"Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/4389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/branding-store-08/customer-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}s:8:\"id-75349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-about-600x1522.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/4392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/branding-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75350\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-contact-us-600x917.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/4393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/branding-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/08/branding-stores-08-600x1763.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/branding-store-08/wp-json/wp/v2/pages/4399\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/branding-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"surecart\";s:4:\"init\";s:21:\"surecart/surecart.php\";s:4:\"name\";s:8:\"SureCart\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:48050;s:25:\"ecommerce_parent_template\";i:75348;}s:8:\"id-74848\";a:24:{s:5:\"title\";s:17:\"Sierra Nature FSE\";s:2:\"id\";i:74848;s:12:\"publish-date\";i:1690540157;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-600x1842.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-400x1228.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/sierra-nature-fse\";s:20:\"astra-site-parent-id\";i:3322;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:3:\"fse\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74849\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-about-600x1210.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-nature-fse/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sierra-nature-fse/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74851\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-600x1842.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-nature-fse/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/sierra-nature-fse/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74852\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-projects-600x1204.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-nature-fse/wp-json/wp/v2/pages/289\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-nature-fse/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74853\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-services-600x1133.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-nature-fse/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-nature-fse/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74850\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/sierra-nature-fse-contact-600x951.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-nature-fse/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-fse/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74799\";a:24:{s:5:\"title\";s:21:\"Outdoor Adventure FSE\";s:2:\"id\";i:74799;s:12:\"publish-date\";i:1690540131;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventures-fse.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventures-fse-600x1523.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventures-fse-400x1015.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/outdoor-adventure-fse\";s:20:\"astra-site-parent-id\";i:3319;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2860;s:12:\"multipurpose\";i:2797;s:14:\"simple-minimal\";i:2826;s:6:\"sports\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:3:\"fse\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74800\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-about-600x731.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/outdoor-adventure-fse/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/outdoor-adventure-fse/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74801\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-contact-600x598.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/outdoor-adventure-fse/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-fse/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74803\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-projects.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-projects-600x1218.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/outdoor-adventure-fse/wp-json/wp/v2/pages/289\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/outdoor-adventure-fse/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74804\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventure-fse-services-600x1162.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/outdoor-adventure-fse/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/outdoor-adventure-fse/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74802\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventures-fse.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/outdoor-adventures-fse-600x1523.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/outdoor-adventure-fse/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/outdoor-adventure-fse/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74785\";a:24:{s:5:\"title\";s:15:\"Love Nature FSE\";s:2:\"id\";i:74785;s:12:\"publish-date\";i:1690540090;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-600x1502.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-400x1001.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/love-nature-fse\";s:20:\"astra-site-parent-id\";i:3318;s:15:\"astra-sites-tag\";a:8:{i:538;s:6:\"forest\";i:2456;s:7:\"generic\";i:2493;s:12:\"multipurpose\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:3:\"fse\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74789\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-services-600x1305.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-fse/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/love-nature-fse/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74786\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-about-600x881.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-fse/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/love-nature-fse/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74787\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-contact-600x776.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-fse/wp-json/wp/v2/pages/289\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/love-nature-fse/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/love-nature-fse-600x1502.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-fse/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/love-nature-fse/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74960\";a:24:{s:5:\"title\";s:23:\"Non-Profit Organization\";s:2:\"id\";i:74960;s:12:\"publish-date\";i:1689344274;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-600x2396.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-400x1597.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/non-profit-organization-07\";s:20:\"astra-site-parent-id\";i:3334;s:15:\"astra-sites-tag\";a:10:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2786;s:17:\"charity-nonprofit\";i:2864;s:9:\"community\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2487;s:6:\"agency\";i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74961\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-about-600x1824.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/non-profit-organization-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74962\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-contact-600x1406.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/non-profit-organization-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74963\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-600x2396.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/non-profit-organization-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74964\";a:12:{s:5:\"title\";s:8:\"Our Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-ourwork.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-ourwork-600x1301.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/non-profit-organization-07/our-work/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74965\";a:12:{s:5:\"title\";s:7:\"Stories\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-stories.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/charity-org-07-stories-600x1798.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/non-profit-organization-07/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/non-profit-organization-07/stories/\";s:15:\"astra-sites-tag\";a:1:{i:3345;s:7:\"stories\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74955\";a:24:{s:5:\"title\";s:11:\"Music Event\";s:2:\"id\";i:74955;s:12:\"publish-date\";i:1689341073;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/music-event-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/music-event-07-600x4140.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/music-event-07-400x2760.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/music-event-07\";s:20:\"astra-site-parent-id\";i:3328;s:15:\"astra-sites-tag\";a:10:{i:3331;s:5:\"bands\";i:755;s:7:\"concert\";i:406;s:2:\"dj\";i:660;s:13:\"entertainment\";i:3330;s:9:\"livemusic\";i:407;s:5:\"music\";i:3329;s:10:\"musicevent\";i:3332;s:13:\"musicfestival\";i:3333;s:9:\"nightlife\";i:2635;s:5:\"party\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2869;s:2:\"dj\";i:2784;s:5:\"event\";i:2781;s:5:\"music\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-74956\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/07/music-event-07.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/music-event-07-600x4140.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/music-event-07/wp-json/wp/v2/pages/460\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/music-event-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75007\";a:24:{s:5:\"title\";s:5:\"Tours\";s:2:\"id\";i:75007;s:12:\"publish-date\";i:1689339497;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-600x4884.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-400x3256.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/tours-07\";s:20:\"astra-site-parent-id\";i:3344;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2784;s:5:\"event\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-75011\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-tours.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-tours-600x2313.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/754\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/tours-07/tours/\";s:15:\"astra-sites-tag\";a:1:{i:3346;s:5:\"tours\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75009\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-contact-600x1215.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/758\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tours-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75008\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-about-600x1658.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/756\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/tours-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75010\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/tourss-07-600x4884.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tours-07/wp-json/wp/v2/pages/751\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/tours-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75059\";a:24:{s:5:\"title\";s:19:\"Real Estate Company\";s:2:\"id\";i:75059;s:12:\"publish-date\";i:1689339205;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-600x2398.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-400x1599.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/real-estate-company-07\";s:20:\"astra-site-parent-id\";i:3348;s:15:\"astra-sites-tag\";a:7:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-75062\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-600x2398.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-company-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75063\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-properties.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-properties-600x1704.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/313\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-company-07/properties/\";s:15:\"astra-sites-tag\";a:1:{i:553;s:10:\"properties\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75064\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-services-600x2059.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/real-estate-company-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75060\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-about-600x1874.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/311\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/real-estate-company-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75061\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/real-estate-company-07-contact-600x1202.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/real-estate-company-07/wp-json/wp/v2/pages/314\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/real-estate-company-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-75040\";a:24:{s:5:\"title\";s:22:\"Construction Equipment\";s:2:\"id\";i:75040;s:12:\"publish-date\";i:1689338320;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-600x2412.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-400x1608.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/construction-equipment-07\";s:20:\"astra-site-parent-id\";i:3347;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2832;s:8:\"property\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-75042\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-contact-600x1319.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/478\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/construction-equipment-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75041\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-about-us-600x2038.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/477\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/construction-equipment-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75044\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-industries.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-industries-600x1142.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/construction-equipment-07/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75045\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-services.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-services-600x1559.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/475\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/construction-equipment-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-75043\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/construction-equipment-07-600x2412.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/construction-equipment-07/wp-json/wp/v2/pages/474\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/construction-equipment-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74987\";a:24:{s:5:\"title\";s:16:\"General Hospital\";s:2:\"id\";i:74987;s:12:\"publish-date\";i:1689335063;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-600x2939.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-400x1959.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/general-hospital-07\";s:20:\"astra-site-parent-id\";i:3336;s:15:\"astra-sites-tag\";a:11:{i:601;s:6:\"doctor\";i:3341;s:7:\"doctors\";i:2045;s:6:\"health\";i:3343;s:17:\"healthandwellness\";i:604;s:10:\"healthcare\";i:3338;s:7:\"hosital\";i:603;s:7:\"medical\";i:3337;s:8:\"medicine\";i:3342;s:6:\"nurses\";i:3340;s:7:\"nursing\";i:3339;s:8:\"pharmacy\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74991\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-services-600x1590.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/897\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/general-hospital-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74988\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-about-600x1263.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/general-hospital-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74989\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-contact-600x907.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/general-hospital-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74990\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/general-hospital-07-600x2939.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/general-hospital-07/wp-json/wp/v2/pages/895\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/general-hospital-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2708,'astra-sites-and-pages-page-2','a:15:{s:8:\"id-74936\";a:24:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:74936;s:12:\"publish-date\";i:1689332926;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-600x3071.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-400x2047.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/advertising-agency-07\";s:20:\"astra-site-parent-id\";i:3327;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74939\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-600x3071.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/advertising-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74940\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-portfolio-600x1391.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/advertising-agency-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74938\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-contact-600x1328.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/advertising-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74941\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-services-600x1799.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/advertising-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74937\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/07/advertising-agency-07-about-600x1644.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/advertising-agency-07/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/advertising-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74914\";a:24:{s:5:\"title\";s:13:\"Web Developer\";s:2:\"id\";i:74914;s:12:\"publish-date\";i:1689331554;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-07-600x3262.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-07-400x2174.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/web-developer-07\";s:20:\"astra-site-parent-id\";i:3325;s:15:\"astra-sites-tag\";a:9:{i:3112;s:9:\"developer\";i:1020;s:8:\"personal\";i:3124;s:18:\"personal-portfolio\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:3123;s:3:\"web\";i:3122;s:13:\"web-developer\";i:3111;s:11:\"webdesigner\";i:3106;s:12:\"webdeveloper\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-74915\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-07-600x3262.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/web-developer-07/wp-json/wp/v2/pages/484\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/web-developer-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74919\";a:24:{s:5:\"title\";s:8:\"Homestay\";s:2:\"id\";i:74919;s:12:\"publish-date\";i:1689278588;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-600x2677.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-400x1784.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/homestay-07\";s:20:\"astra-site-parent-id\";i:3326;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74921\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-amenities.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-amenities-600x1737.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/homestay-07/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74922\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-contact-600x1167.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/homestay-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74923\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-600x2677.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/homestay-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74924\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-rooms.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-rooms-600x1737.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/homestay-07/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74920\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/homestay-07-about-600x1482.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/homestay-07/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/homestay-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74973\";a:24:{s:5:\"title\";s:16:\"Pub &amp; Lounge\";s:2:\"id\";i:74973;s:12:\"publish-date\";i:1689260060;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-600x2878.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-400x1919.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pub-and-lounge-07\";s:20:\"astra-site-parent-id\";i:3335;s:15:\"astra-sites-tag\";a:13:{i:2009;s:8:\"bar-room\";i:2007;s:19:\"barbeque-restaurant\";i:2010;s:8:\"beer-bar\";i:1988;s:10:\"beer-joint\";i:562;s:6:\"bistro\";i:635;s:7:\"brewery\";i:1989;s:15:\"cocktail-lounge\";i:882;s:6:\"drinks\";i:350;s:5:\"hotel\";i:657;s:6:\"lounge\";i:1983;s:3:\"pub\";i:2008;s:11:\"pub-and-bar\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2769;s:9:\"ecommerce\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74976\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-600x2878.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/835\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pub-and-lounge-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74974\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-about-600x1610.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/836\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pub-and-lounge-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74975\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-contact-600x884.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/838\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pub-and-lounge-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74977\";a:12:{s:5:\"title\";s:5:\"Menus\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-menu.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/07/pub-and-lounge-07-menu-600x1723.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pub-and-lounge-07/wp-json/wp/v2/pages/837\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pub-and-lounge-07/menus/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74882\";a:24:{s:5:\"title\";s:18:\"Digital Agency FSE\";s:2:\"id\";i:74882;s:12:\"publish-date\";i:1689181466;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-600x2526.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-400x1684.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/digital-agency-fse\";s:20:\"astra-site-parent-id\";i:3324;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2831;s:7:\"service\";i:2779;s:16:\"software-company\";}s:23:\"astra-site-page-builder\";s:3:\"fse\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74884\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-contact-600x948.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-agency-fse/wp-json/wp/v2/pages/289\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-fse/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74885\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-600x2526.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-agency-fse/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/digital-agency-fse/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74886\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-services-600x1299.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-agency-fse/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-agency-fse/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74883\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/digitals-agency-fse-about-600x1514.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-agency-fse/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/digital-agency-fse/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74833\";a:24:{s:5:\"title\";s:12:\"Mountain FSE\";s:2:\"id\";i:74833;s:12:\"publish-date\";i:1689100813;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-600x1583.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-400x1055.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/mountain-fse\";s:20:\"astra-site-parent-id\";i:3321;s:15:\"astra-sites-tag\";a:3:{i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:3:\"fse\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74836\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-600x1583.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/mountain-fse/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/mountain-fse/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74837\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-services-600x1353.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/mountain-fse/wp-json/wp/v2/pages/289\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/mountain-fse/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74835\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-contact-600x873.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/mountain-fse/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-fse/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74834\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/mountain-fse-about-600x769.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/mountain-fse/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/mountain-fse/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74746\";a:24:{s:5:\"title\";s:23:\"Web Developer Portfolio\";s:2:\"id\";i:74746;s:12:\"publish-date\";i:1688642879;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-600x2646.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-400x1764.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/web-developer-portfolio-07\";s:20:\"astra-site-parent-id\";i:3317;s:15:\"astra-sites-tag\";a:10:{i:3112;s:9:\"developer\";i:1020;s:8:\"personal\";i:3124;s:18:\"personal-portfolio\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:3123;s:3:\"web\";i:3122;s:13:\"web-developer\";i:3111;s:11:\"webdesigner\";i:3106;s:12:\"webdeveloper\";i:3107;s:14:\"webdevelopment\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-74748\";a:12:{s:5:\"title\";s:8:\"_contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-contact-600x800.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/web-developer-portfolio-07/_contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74749\";a:12:{s:5:\"title\";s:5:\"_home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-600x2646.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/web-developer-portfolio-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74750\";a:12:{s:5:\"title\";s:10:\"_portfolio\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-portfolio-600x2408.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/web-developer-portfolio-07/_portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74751\";a:12:{s:5:\"title\";s:7:\"_resume\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-resume.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-resume-600x1763.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/web-developer-portfolio-07/_resume/\";s:15:\"astra-sites-tag\";a:1:{i:2153;s:6:\"resume\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74752\";a:12:{s:5:\"title\";s:9:\"_services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-services.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-services-600x902.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/web-developer-portfolio-07/_services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74747\";a:12:{s:5:\"title\";s:6:\"_about\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/07/web-developer-portfolio-07-about-600x1567.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-07/wp-json/wp/v2/pages/93\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/web-developer-portfolio-07/_about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74726\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:74726;s:12:\"publish-date\";i:1688641796;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-600x3578.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-400x2385.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-07\";s:20:\"astra-site-parent-id\";i:3315;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-74730\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-pricing.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-pricing-600x1668.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1507\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74731\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-support.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-support-600x1903.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74732\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-websites.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-websites-600x2065.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1505\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-07/websites/\";s:15:\"astra-sites-tag\";a:1:{i:3316;s:8:\"websites\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74728\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-contact-600x1270.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74729\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-600x3578.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74727\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/07/agency-07-about-600x1833.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-07/wp-json/wp/v2/pages/1504\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74706\";a:24:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:74706;s:12:\"publish-date\";i:1688641119;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-600x3241.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-400x2160.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/public-relations-agency-07\";s:20:\"astra-site-parent-id\";i:3314;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-74712\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-works.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-works-600x1960.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1346\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-07/work/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74707\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-about-600x1531.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1349\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74708\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-case-studies-600x1435.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-07/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74709\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-contact-600x898.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74710\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-600x3241.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1361\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74711\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/07/public-relations-agency-07-services-600x2202.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-07/wp-json/wp/v2/pages/1347\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74695\";a:24:{s:5:\"title\";s:16:\"Electric Scooter\";s:2:\"id\";i:74695;s:12:\"publish-date\";i:1688640690;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-600x2882.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-400x1921.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/electric-scooter-07\";s:20:\"astra-site-parent-id\";i:3313;s:15:\"astra-sites-tag\";a:8:{i:2851;s:7:\"bicycle\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2848;s:16:\"electric-scooter\";i:2850;s:14:\"electric-store\";i:383;s:12:\"online-store\";i:2849;s:7:\"scooter\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:3:{i:2495;s:9:\"ecommerce\";i:2499;s:10:\"technology\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:20:\"woocommerce-payments\";s:4:\"init\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:4:\"name\";s:20:\"WooCommerce Payments\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74697\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-contact-600x958.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/1140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/electric-scooter-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74698\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-600x2882.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/electric-scooter-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74696\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/07/electric-scooter-07-about-600x1365.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/electric-scooter-07/wp-json/wp/v2/pages/1139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/electric-scooter-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74320\";a:24:{s:5:\"title\";s:14:\"Furniture Shop\";s:2:\"id\";i:74320;s:12:\"publish-date\";i:1686043445;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-600x2131.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-400x1421.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/furniture-shop-07\";s:20:\"astra-site-parent-id\";i:3210;s:15:\"astra-sites-tag\";a:9:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74322\";a:12:{s:5:\"title\";s:4:\"Help\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-help.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-help-600x1093.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/850\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/furniture-shop-07/help/\";s:15:\"astra-sites-tag\";a:1:{i:2909;s:4:\"help\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-600x2131.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/845\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/furniture-shop-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74324\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-story.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-story-600x1809.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/852\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/furniture-shop-07/story/\";s:15:\"astra-sites-tag\";a:1:{i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74321\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/furniture-shop-07-contact-600x982.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-07/wp-json/wp/v2/pages/848\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/furniture-shop-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74334\";a:24:{s:5:\"title\";s:22:\"Online Furniture Store\";s:2:\"id\";i:74334;s:12:\"publish-date\";i:1686043372;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-600x2782.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-400x1855.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/home-decor-07\";s:20:\"astra-site-parent-id\";i:3211;s:15:\"astra-sites-tag\";a:17:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2793;s:15:\"interior-design\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-74336\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-contact-600x1062.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-07/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-decor-07/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-600x2782.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-07/wp-json/wp/v2/pages/407\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/home-decor-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74338\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-rooms.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-rooms-600x3542.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-07/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/home-decor-07/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74335\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/06/home-decor-07-about-600x1772.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/home-decor-07/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/home-decor-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74294\";a:24:{s:5:\"title\";s:24:\"Digital Marketing Agency\";s:2:\"id\";i:74294;s:12:\"publish-date\";i:1686040466;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-600x2395.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-400x1597.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/digital-marketing-agency-07\";s:20:\"astra-site-parent-id\";i:3209;s:15:\"astra-sites-tag\";a:14:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:2235;s:24:\"digital-marketing-agency\";i:2036;s:22:\"digital-marketing-firm\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:8:{s:8:\"id-74302\";a:12:{s:5:\"title\";s:12:\"Social Media\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-social-media.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-social-media-600x2314.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/digital-marketing-agency-07/social-media-2/\";s:15:\"astra-sites-tag\";a:1:{i:2212;s:12:\"social-media\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74296\";a:12:{s:5:\"title\";s:8:\"Branding\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-branding.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-branding-600x2291.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-07/branding/\";s:15:\"astra-sites-tag\";a:1:{i:2213;s:8:\"branding\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-contact-600x945.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/digital-marketing-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74298\";a:12:{s:5:\"title\";s:17:\"Digital Marketing\";s:18:\"featured-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:110:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-digital-marketing-600x2314.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1115\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:65:\"//websitedemos.net/digital-marketing-agency-07/digital-marketing/\";s:15:\"astra-sites-tag\";a:1:{i:1855;s:17:\"digital-marketing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74299\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-600x2395.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-marketing-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74300\";a:12:{s:5:\"title\";s:12:\"SEO Services\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-seo-services.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-seo-services-600x2291.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/digital-marketing-agency-07/seo-services-2/\";s:15:\"astra-sites-tag\";a:1:{i:2214;s:12:\"seo-services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74301\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-services-600x1805.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74295\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/06/digital-marketing-agency-07-about-600x2017.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/digital-marketing-agency-07/wp-json/wp/v2/pages/1118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/digital-marketing-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74277\";a:24:{s:5:\"title\";s:22:\"Office Furniture Store\";s:2:\"id\";i:74277;s:12:\"publish-date\";i:1686039898;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-600x3744.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-400x2496.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/office-furniture-store-07\";s:20:\"astra-site-parent-id\";i:3206;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2793;s:15:\"interior-design\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74279\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-contact-600x1259.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/office-furniture-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74280\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-600x3744.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1275\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/office-furniture-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74281\";a:12:{s:5:\"title\";s:11:\"Home Office\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-home-office.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-home-office-600x2766.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1221\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/office-furniture-store-07/home-office/\";s:15:\"astra-sites-tag\";a:1:{i:3207;s:11:\"home-office\";}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74282\";a:12:{s:5:\"title\";s:13:\"Office Setups\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-office-setup.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-office-setup-600x2499.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1346\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/office-furniture-store-07/office-setups/\";s:15:\"astra-sites-tag\";a:1:{i:3208;s:13:\"office-setups\";}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74278\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/06/office-furniture-store-07-about-600x1980.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/office-furniture-store-07/wp-json/wp/v2/pages/1223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/office-furniture-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74264\";a:24:{s:5:\"title\";s:14:\"T-Shirts Store\";s:2:\"id\";i:74264;s:12:\"publish-date\";i:1686038920;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-600x2636.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-400x1757.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/t-shirts-store-07\";s:20:\"astra-site-parent-id\";i:3205;s:15:\"astra-sites-tag\";a:10:{i:2697;s:7:\"clothes\";i:2907;s:12:\"design-store\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:749;s:5:\"store\";i:2906;s:6:\"tshirt\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74266\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-contact-600x985.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/100\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/t-shirts-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74267\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-600x2636.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/t-shirts-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74265\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/06/t-shirts-store-07-about-600x1207.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/t-shirts-store-07/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/t-shirts-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2709,'astra-sites-and-pages-page-3','a:15:{s:8:\"id-74195\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:74195;s:12:\"publish-date\";i:1685385562;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-600x2563.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-400x1709.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/certified-life-coach-07\";s:20:\"astra-site-parent-id\";i:3202;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:9:{s:8:\"id-74200\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-live-online-sessions.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-live-online-sessions-600x2518.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-07/live-online-sessions/\";s:15:\"astra-sites-tag\";a:1:{i:3204;s:20:\"live-online-sessions\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74239\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-600x2563.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74240\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-07/live-online-sessions/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74196\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-about-us-600x1789.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74197\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/certified-life-coach-07-contact-600x1237.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/189\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74198\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/certified-life-coach-07/contact-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74199\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-07/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-74237\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-07/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74238\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-07/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-07/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74201\";a:24:{s:5:\"title\";s:25:\"Business Consultancy Firm\";s:2:\"id\";i:74201;s:12:\"publish-date\";i:1685384818;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-600x2458.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-400x1639.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/business-consultancy-firm-07\";s:20:\"astra-site-parent-id\";i:3203;s:15:\"astra-sites-tag\";a:11:{i:663;s:6:\"agency\";i:2285;s:20:\"business-consultancy\";i:2286;s:25:\"business-consultancy-firm\";i:2288;s:19:\"business-consulting\";i:2050;s:27:\"business-consulting-company\";i:979;s:7:\"company\";i:2287;s:20:\"consultancy-services\";i:2289;s:20:\"financial-consulting\";i:2292;s:13:\"hr-consulting\";i:2290;s:15:\"sales-marketing\";i:2291;s:21:\"technology-consulting\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:11:{s:8:\"id-74206\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-600x2458.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/927\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consultancy-firm-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74207\";a:12:{s:5:\"title\";s:13:\"HR Consulting\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-hr-consulting.jpg\";s:19:\"thumbnail-image-url\";s:107:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-hr-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/967\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/business-consultancy-firm-07/hr-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2292;s:13:\"hr-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74208\";a:12:{s:5:\"title\";s:24:\"Productivity Improvement\";s:18:\"featured-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-productivity-improvement.jpg\";s:19:\"thumbnail-image-url\";s:118:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-productivity-improvement-600x1792.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/965\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:73:\"//websitedemos.net/business-consultancy-firm-07/productivity-improvement/\";s:15:\"astra-sites-tag\";a:1:{i:2303;s:24:\"productivity-improvement\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74209\";a:12:{s:5:\"title\";s:22:\"Sales &#038; Marketing\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-sales-and-marketing.jpg\";s:19:\"thumbnail-image-url\";s:113:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-sales-and-marketing-600x1670.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-07/sales-marketing/\";s:15:\"astra-sites-tag\";a:1:{i:2290;s:15:\"sales-marketing\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74210\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-success-stories-600x1723.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/970\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-07/success-stories/\";s:15:\"astra-sites-tag\";a:1:{i:990;s:15:\"success-stories\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74211\";a:12:{s:5:\"title\";s:21:\"Technology Consulting\";s:18:\"featured-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-technology-consulting.jpg\";s:19:\"thumbnail-image-url\";s:115:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-technology-consulting-600x1792.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:70:\"//websitedemos.net/business-consultancy-firm-07/technology-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2291;s:21:\"technology-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74212\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-training.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-training-600x1805.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-consultancy-firm-07/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74203\";a:12:{s:5:\"title\";s:19:\"Business Consulting\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-business-consulting.jpg\";s:19:\"thumbnail-image-url\";s:113:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-business-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:68:\"//websitedemos.net/business-consultancy-firm-07/business-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2288;s:19:\"business-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74204\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-contact-600x1250.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/972\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/business-consultancy-firm-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74205\";a:12:{s:5:\"title\";s:20:\"Financial Consulting\";s:18:\"featured-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-financial-consulting.jpg\";s:19:\"thumbnail-image-url\";s:114:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-financial-consulting-600x1782.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/963\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:69:\"//websitedemos.net/business-consultancy-firm-07/financial-consulting/\";s:15:\"astra-sites-tag\";a:1:{i:2289;s:20:\"financial-consulting\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74202\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/05/business-consultancy-firm-07-about-600x1919.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/business-consultancy-firm-07/wp-json/wp/v2/pages/971\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/business-consultancy-firm-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74113\";a:24:{s:5:\"title\";s:9:\"Gift Shop\";s:2:\"id\";i:74113;s:12:\"publish-date\";i:1685383602;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-600x3310.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-400x2206.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/gift-shop-07\";s:20:\"astra-site-parent-id\";i:3197;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:2348;s:20:\"corporate-gift-store\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:2347;s:17:\"online-gift-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2346;s:18:\"personalised-gifts\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74116\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-600x3310.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/703\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/gift-shop-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74114\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-about-us-600x1160.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/gift-shop-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74115\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/gift-shop-07-contact-us-600x823.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/gift-shop-07/wp-json/wp/v2/pages/706\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/gift-shop-07/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74173\";a:24:{s:5:\"title\";s:19:\"Recycled Shoe Store\";s:2:\"id\";i:74173;s:12:\"publish-date\";i:1685381978;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-600x4173.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-400x2782.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/recycled-shoe-store-07\";s:20:\"astra-site-parent-id\";i:3201;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2878;s:5:\"shoes\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74178\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-story.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-story-600x1949.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1334\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/recycled-shoe-store-07/story/\";s:15:\"astra-sites-tag\";a:1:{i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-contact-600x1286.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/recycled-shoe-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-600x4173.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1332\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recycled-shoe-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74176\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-lookbook-600x2304.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1308\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/recycled-shoe-store-07/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74177\";a:12:{s:5:\"title\";s:4:\"Sale\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-sale.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/recycled-shoe-store-07-sale-600x1858.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/recycled-shoe-store-07/wp-json/wp/v2/pages/1309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/recycled-shoe-store-07/sale/\";s:15:\"astra-sites-tag\";a:1:{i:2743;s:4:\"sale\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74156\";a:24:{s:5:\"title\";s:21:\"Building Construction\";s:2:\"id\";i:74156;s:12:\"publish-date\";i:1685381141;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-600x2494.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-400x1662.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/building-construction-07\";s:20:\"astra-site-parent-id\";i:3200;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74161\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-services.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-services-600x1742.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/88\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74157\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-about.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-about-600x2079.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/85\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74158\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-contact-600x1169.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/building-construction-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74159\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-600x2494.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/82\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/building-construction-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74160\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/05/building-construction-07-projects-600x1611.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-07/wp-json/wp/v2/pages/90\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74126\";a:24:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:74126;s:12:\"publish-date\";i:1685380359;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-600x2466.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-400x1644.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-07\";s:20:\"astra-site-parent-id\";i:3199;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-74129\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-600x2466.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74131\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-videos.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-videos-600x1608.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1062\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-07/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74127\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-about-600x1687.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1058\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74128\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-contact-600x1057.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1064\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-74130\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/food-blogger-07-reviews-600x1560.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-07/wp-json/wp/v2/pages/1060\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-07/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-74122\";a:24:{s:5:\"title\";s:13:\"Eyewear Store\";s:2:\"id\";i:74122;s:12:\"publish-date\";i:1685379799;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-600x2917.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-400x1945.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/eyewear-store-07\";s:20:\"astra-site-parent-id\";i:3198;s:15:\"astra-sites-tag\";a:14:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2918;s:4:\"eyes\";i:2915;s:7:\"eyewear\";i:2916;s:13:\"eyewear-store\";i:2919;s:6:\"glears\";i:2922;s:8:\"lenskart\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2921;s:5:\"specs\";i:2920;s:10:\"spectacles\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-74125\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-600x2917.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/eyewear-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-74123\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-about-us-600x1770.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/eyewear-store-07/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-74124\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/eyewear-store-07-contact-600x1050.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-07/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/eyewear-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73697\";a:24:{s:5:\"title\";s:7:\"Be Bold\";s:2:\"id\";i:73697;s:12:\"publish-date\";i:1683566320;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-600x2434.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-400x1622.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/be-bold-beauty-store-07\";s:20:\"astra-site-parent-id\";i:3196;s:15:\"astra-sites-tag\";a:11:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:2384;s:21:\"beauty-products-store\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2479;s:6:\"beauty\";i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-73698\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-about-us.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-about-us-600x1517.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/871\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/be-bold-beauty-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73699\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-contact-600x1071.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/872\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/be-bold-beauty-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73700\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/be-bold-beauty-store-07-600x2434.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/be-bold-beauty-store-07/wp-json/wp/v2/pages/886\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/be-bold-beauty-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73686\";a:24:{s:5:\"title\";s:20:\"Blingg Jewelry Store\";s:2:\"id\";i:73686;s:12:\"publish-date\";i:1683565586;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-600x2000.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-400x1333.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/blingg-jewelry-store-07\";s:20:\"astra-site-parent-id\";i:3195;s:15:\"astra-sites-tag\";a:12:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2912;s:9:\"jewellery\";i:2382;s:15:\"jewellery-store\";i:731;s:7:\"jewelry\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2913;s:4:\"ring\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-73687\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-about-600x1473.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/blingg-jewelry-store-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73688\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-contact-600x902.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/470\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/blingg-jewelry-store-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73689\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/blingg-jewelry-store-07-600x2000.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/blingg-jewelry-store-07/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/blingg-jewelry-store-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73669\";a:24:{s:5:\"title\";s:12:\"The Pizzeria\";s:2:\"id\";i:73669;s:12:\"publish-date\";i:1683564886;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-600x3273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-400x2182.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pizzeria-07\";s:20:\"astra-site-parent-id\";i:3194;s:15:\"astra-sites-tag\";a:10:{i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:2018;s:17:\"fast-food-service\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:1975;s:5:\"pasta\";i:1971;s:5:\"pizza\";i:2012;s:11:\"pizza-house\";i:1977;s:8:\"pizzeria\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-73674\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-our-menu-600x2784.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-07/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73670\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-about-600x1915.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73671\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-contact-600x1580.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73672\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-600x3273.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1294\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73673\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-offers.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/pizzeria-07-offers-600x1934.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-07/wp-json/wp/v2/pages/1298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-07/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73652\";a:24:{s:5:\"title\";s:12:\"Media Agency\";s:2:\"id\";i:73652;s:12:\"publish-date\";i:1683561623;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-600x2450.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-400x1633.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/media-agency-07\";s:20:\"astra-site-parent-id\";i:3193;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-73657\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-services-600x1962.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/471\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/media-agency-07/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73655\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-600x2450.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/media-agency-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73656\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-portfolio-600x1194.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/472\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/media-agency-07/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73653\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-about-600x1750.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/470\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73654\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/05/media-agency-07-contact-600x1213.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/media-agency-07/wp-json/wp/v2/pages/473\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/media-agency-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73637\";a:24:{s:5:\"title\";s:15:\"Game Dev Studio\";s:2:\"id\";i:73637;s:12:\"publish-date\";i:1683560696;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-600x2839.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-400x1892.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/game-dev-studio-07\";s:20:\"astra-site-parent-id\";i:3192;s:15:\"astra-sites-tag\";a:8:{i:652;s:4:\"game\";i:3073;s:16:\"game-development\";i:3077;s:10:\"gamedesign\";i:3074;s:7:\"gamedev\";i:3075;s:13:\"gamedeveloper\";i:3072;s:6:\"gaming\";i:1510;s:6:\"studio\";i:3076;s:10:\"videogames\";}s:16:\"astra-sites-type\";s:7:\"premium\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2791;s:8:\"creative\";i:2768;s:9:\"portfolio\";i:2779;s:16:\"software-company\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-73641\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-projects.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-projects-600x1421.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/647\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/game-dev-studio-07/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73638\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-about-600x2598.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/645\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/game-dev-studio-07/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-73639\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-contact-600x905.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/game-dev-studio-07/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73640\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-600x2839.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/game-dev-studio-07/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/game-dev-studio-07/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:7:\"premium\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58716\";a:24:{s:5:\"title\";s:11:\"Love Nature\";s:2:\"id\";i:58716;s:12:\"publish-date\";i:1637954772;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/love-nature-02\";s:20:\"astra-site-parent-id\";i:2470;s:15:\"astra-sites-tag\";a:8:{i:538;s:6:\"forest\";i:2456;s:7:\"generic\";i:2493;s:12:\"multipurpose\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1214:\"<!-- wp:paragraph -->\n<p>Looking for a flexible multipurpose website template? Look no further. This serene and tranquil design features elegant graphics and a professional layout. It\'s perfect for those looking to create a website that offers an escape from the hustle and bustle of everyday life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template features a natural color palette with pops of green and blue, which will be sure to make your website feel like a tranquil escape. The template has been carefully crafted to exhibit your services in the most elegant way possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Love Nature template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Well-designed multipurpose template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Elegant and serene design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Natural color palette with customization options</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Professional and flexible layout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with popular page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:67:\"Elegant and serene multipurpose design to build any type of website\";s:5:\"pages\";a:4:{s:8:\"id-58732\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/11/ove-nature-02.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/love-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69724\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/love-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69725\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/love-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69726\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/11/love-nature-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/love-nature-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/love-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19808\";a:24:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:19808;s:12:\"publish-date\";i:1543500721;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-02\";s:20:\"astra-site-parent-id\";i:186;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2860;s:12:\"multipurpose\";i:2797;s:14:\"simple-minimal\";i:2826;s:6:\"sports\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1202:\"<!-- wp:paragraph -->\n<p>If you\'re looking for a multipurpose website template that will be the perfect match for your business, this is it. This outdoor adventure website template is perfect for those who&nbsp; want to share their passion with the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A clean and professional design delivers the foundations of an amazing website. A variety of pages and features will help you create an informative, interactive, and visually stunning site that is sure to capture your audience\'s attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Outdoor Adventure template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Professionally designed multipurpose template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive design that’s visually appealing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable and flexible layout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes all the correct elements to build an engaging site</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Page builder ready</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Multipurpose template perfect for anyone looking to build a stylish website\";s:5:\"pages\";a:5:{s:8:\"id-23830\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23827\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23832\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23831\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-our-projects.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23829\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23829-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19884;s:26:\"related-elementor-template\";i:19808;s:26:\"related-gutenberg-template\";i:48078;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17988\";a:24:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:17988;s:12:\"publish-date\";i:1513833542;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-1-600x1856.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-1-400x1237.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-02\";s:20:\"astra-site-parent-id\";i:317;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1341:\"<!-- wp:paragraph -->\n<p>Let your brand shine with our Brandstore website template. The Brandstore template is a simple, clean, mobile-friendly design, helping customers shop from anywhere. The template is built to integrate with WooCommerce seamlessly, so you can start showcasing your products in minutes and accept online payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have a range of custom page templates for you to use as the foundation for your site and a range of beautiful preset designs we’ve created. It’s a modern design with a lot to recommend it, ideal for online stores.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Brandstore template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>High converting and lightweight online store template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Seamless integration with WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive hero image to display your best products and offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Host of customization options from colors and typography to layout and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works perfectly well on mobile devices</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Build the perfect online store using our high-converting Brandstore website template\";s:5:\"pages\";a:3:{s:8:\"id-34092\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-1-600x1856.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26320\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-about-600x1494.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-26323\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2017/12/brandstore-02-contact-600x944.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-02/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18035;s:26:\"related-elementor-template\";i:17988;s:26:\"related-gutenberg-template\";i:48050;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2710,'astra-sites-and-pages-page-4','a:15:{s:8:\"id-60434\";a:24:{s:5:\"title\";s:16:\"Electronic Store\";s:2:\"id\";i:60434;s:12:\"publish-date\";i:1679479918;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-600x4953.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-400x3302.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/electronic-store-04\";s:20:\"astra-site-parent-id\";i:2732;s:15:\"astra-sites-tag\";a:13:{i:2740;s:20:\"best-buy-electronics\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:2734;s:15:\"home-appliances\";i:2736;s:20:\"household-appliances\";i:2735;s:7:\"laptops\";i:2738;s:11:\"smartphones\";i:2741;s:16:\"technology-store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1246:\"<!-- wp:paragraph -->\n<p>The Electronic Store template is a modern eCommerce template designed to appeal to the widest audience. The main page opens with an attractive header with search, a cart and navigation while a large hero image sets the scene nicely.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template includes a familiar eCommerce layout with plenty of whitespace and areas to showcase your products. There are also options to add testimonials, calls to action, featured products and anything else you might need for your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Electronic Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern eCommerce template with universal appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Engaging colors, typography and header section</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Plenty of whitespace and areas to highlights products</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas throughout the design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"The Electronic Store template is attractive, engaging and makes selling simple\";s:5:\"pages\";a:5:{s:8:\"id-60435\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-about-600x1487.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electronic-store-04/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/electronic-store-04/about/\";s:15:\"astra-sites-tag\";a:11:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:2734;s:15:\"home-appliances\";i:1024;s:11:\"woocommerce\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-60436\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-contact-600x783.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electronic-store-04/wp-json/wp/v2/pages/870\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/electronic-store-04/contact/\";s:15:\"astra-sites-tag\";a:11:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:2734;s:15:\"home-appliances\";i:1024;s:11:\"woocommerce\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-60438\";a:12:{s:5:\"title\";s:12:\"New arrivals\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-new-arrival.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-new-arrival-600x1999.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electronic-store-04/wp-json/wp/v2/pages/723\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/electronic-store-04/new-arrivals/\";s:15:\"astra-sites-tag\";a:12:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:2734;s:15:\"home-appliances\";i:2703;s:12:\"new-arrivals\";i:2743;s:4:\"sale\";i:2744;s:11:\"todays-deal\";i:1024;s:11:\"woocommerce\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-60439\";a:12:{s:5:\"title\";s:4:\"Sale\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-sale.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-sale-600x1885.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electronic-store-04/wp-json/wp/v2/pages/795\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/electronic-store-04/sale/\";s:15:\"astra-sites-tag\";a:12:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:2734;s:15:\"home-appliances\";i:2743;s:4:\"sale\";i:1114;s:10:\"sales-page\";i:2745;s:12:\"todays-deals\";i:1024;s:11:\"woocommerce\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-60437\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/electronic-store-04-600x4953.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/electronic-store-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/electronic-store-04/\";s:15:\"astra-sites-tag\";a:15:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2739;s:18:\"electronic-devices\";i:2733;s:16:\"electronic-store\";i:2693;s:11:\"electronics\";i:2737;s:10:\"equipments\";i:2689;s:7:\"gadgets\";i:423;s:4:\"home\";i:2734;s:15:\"home-appliances\";i:814;s:8:\"homepage\";i:2736;s:20:\"household-appliances\";i:2735;s:7:\"laptops\";i:2738;s:11:\"smartphones\";i:2741;s:16:\"technology-store\";i:1024;s:11:\"woocommerce\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73532\";a:24:{s:5:\"title\";s:36:\"Alexandrina Kennedy &#8211; Designer\";s:2:\"id\";i:73532;s:12:\"publish-date\";i:1681831890;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/04/alexandrina-designer.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/alexandrina-designer-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/alexandrina-designer-400x600.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/alexandrina-designer-bio-02\";s:20:\"astra-site-parent-id\";i:3184;s:15:\"astra-sites-tag\";a:13:{i:2150;s:2:\"cv\";i:670;s:8:\"designer\";i:2297;s:18:\"designer-portfolio\";i:3173;s:11:\"link-in-bio\";i:3185;s:6:\"linkin\";i:3187;s:5:\"links\";i:3186;s:8:\"linktree\";i:3124;s:18:\"personal-portfolio\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2212;s:12:\"social-media\";i:2163;s:23:\"social-media-influencer\";i:3012;s:11:\"socialmedia\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1214:\"<!-- wp:paragraph -->\n<p>The Designer Link in Bio template has all the benefits of linktrees with better looks, more features, more customization options, and fully responsive designs. They are the ideal way to promote yourself online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Designer Link in Bio template has a feminine feel with a small slider to show off your work and links front and center to encourage engagement. All wrapped up in an appealing design that looks amazing on any screen. It’s the perfect Linktree alternative!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Designer Link in Bio Template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Well-designed Designer Link in Bio Template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works on any screen size</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable using basic tools</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Smart slider block to help showcase your creations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Designer Link in Bio template that has all the features you need in a landing page\";s:5:\"pages\";a:1:{s:8:\"id-73533\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/alexandrina-designer-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/04/alexandrina-designer-bio-02-600x367.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/alexandrina-designer-bio-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/alexandrina-designer-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-72529\";a:24:{s:5:\"title\";s:23:\"Web Developer Portfolio\";s:2:\"id\";i:72529;s:12:\"publish-date\";i:1679309020;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-600x2508.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-400x1672.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/web-developer-portfolio-04\";s:20:\"astra-site-parent-id\";i:3121;s:15:\"astra-sites-tag\";a:10:{i:3112;s:9:\"developer\";i:1020;s:8:\"personal\";i:3124;s:18:\"personal-portfolio\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:3123;s:3:\"web\";i:3122;s:13:\"web-developer\";i:3111;s:11:\"webdesigner\";i:3106;s:12:\"webdeveloper\";i:3107;s:14:\"webdevelopment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1287:\"<!-- wp:paragraph -->\n<p>The Web Developer Portfolio template is a stylish dark design designed to communicate your skills immediately with stylized animation, code-like typography, and simple colors. There’s instant recognition with this template that would work amazingly well to showcase your work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes essential portfolio elements such as support for images, video, and audio. It also comes with readymade pages for your portfolio, services, resume, and biography so you can be up and running in no time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Web Developer Portfolio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Stylized website theme ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Smart animations to draw attention and engage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Immediately reminiscent of code and development without being over the top</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes essential pages ideal for portfolios</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"The Web Developer Portfolio template is perfect for anyone who works with code\";s:5:\"pages\";a:6:{s:8:\"id-72532\";a:12:{s:5:\"title\";s:5:\"_home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-600x2508.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/web-developer-portfolio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72533\";a:12:{s:5:\"title\";s:10:\"_portfolio\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-portfolio-600x2195.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/web-developer-portfolio-04/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72534\";a:12:{s:5:\"title\";s:7:\"_resume\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-resume.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-resume-600x1506.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/web-developer-portfolio-04/resume/\";s:15:\"astra-sites-tag\";a:1:{i:2153;s:6:\"resume\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72535\";a:12:{s:5:\"title\";s:9:\"_services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-services.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-services-600x788.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/web-developer-portfolio-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72530\";a:12:{s:5:\"title\";s:6:\"_about\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-about.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-about-600x1452.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/web-developer-portfolio-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72531\";a:12:{s:5:\"title\";s:8:\"_contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/web-developer-portfolio-04-contact-600x793.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/web-developer-portfolio-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/web-developer-portfolio-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69715\";a:24:{s:5:\"title\";s:12:\"Planet Earth\";s:2:\"id\";i:69715;s:12:\"publish-date\";i:1665171038;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-600x1189.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-400x792.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/earth-02\";s:20:\"astra-site-parent-id\";i:2956;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2812;s:14:\"digital-agency\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1209:\"<!-- wp:paragraph -->\n<p>The Planet Earth template is a multipurpose design that uses graphics to tell the story rather than images. It’s a well thought-out design that opens with a full screen illustration with engaging colors and a simple call to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The page opens into a business-style layout with alternating white and colored backgrounds, service boxes and calls to action within the page. There are also attractive supplementary pages and the opportunity to customize it and make it your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Planet Earth template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Simple and effective multipurpose website template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Uses graphics and illustrations to great effect</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Calm and engaging colors</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well-designed with excellent page balance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"The Planet Earth multipurpose template is a captivating design with minimalist appeal\";s:5:\"pages\";a:4:{s:8:\"id-69716\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-about-600x771.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/earth-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69717\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-contact-2022.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-contact-2022-600x700.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/earth-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69718\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-600x1189.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/earth-02/wp-json/wp/v2/pages/1448\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/earth-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69719\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/earth-02-services-600x1307.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/earth-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-72618\";a:24:{s:5:\"title\";s:29:\"Fashion Photography Portfolio\";s:2:\"id\";i:72618;s:12:\"publish-date\";i:1679483314;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-600x2547.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-400x1698.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/fashion-photography-04\";s:20:\"astra-site-parent-id\";i:3134;s:15:\"astra-sites-tag\";a:10:{i:513;s:6:\"camera\";i:3011;s:8:\"creative\";i:3135;s:20:\"fashion-photographer\";i:510;s:9:\"modelling\";i:3114;s:5:\"photo\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:1022;s:12:\"professional\";i:425;s:8:\"services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2791;s:8:\"creative\";i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1230:\"<!-- wp:paragraph -->\n<p>The Fashion Photography Portfolio template is an elegant dark design that sets the scene immediately. It’s a grownup theme that delivers style through contrasting black and white design while offering pops of color through the images.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of space to showcase images and share your story to help engage. The portfolio area and dedicated page use customizable grid layouts to share and filter images and showcase your work so it looks its best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Photography Portfolio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Dark elegant template with a grownup appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Plenty of opportunities to showcase images</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive portfolio section and page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas to communicate with your audience</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"The Fashion Photography Portfolio is the perfect way to showcase your creations\";s:5:\"pages\";a:5:{s:8:\"id-72619\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-about-600x1946.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-photography-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-photography-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72620\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-contact-600x753.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-photography-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-photography-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72621\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-600x2547.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-photography-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/fashion-photography-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-72623\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-services.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-services-600x2306.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-photography-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/fashion-photography-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72622\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/03/fashion-photography-04-portfolio-600x1483.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-photography-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/fashion-photography-04/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73460\";a:24:{s:5:\"title\";s:10:\"Politician\";s:2:\"id\";i:73460;s:12:\"publish-date\";i:1681505968;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-600x2550.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-400x1700.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/politician-04\";s:20:\"astra-site-parent-id\";i:3147;s:15:\"astra-sites-tag\";a:6:{i:3152;s:12:\"helping-hand\";i:3150;s:8:\"minister\";i:3149;s:15:\"political-party\";i:3148;s:10:\"politician\";i:3151;s:8:\"politics\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2786;s:17:\"charity-nonprofit\";i:2864;s:9:\"community\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2500;s:12:\"multipurpose\";i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1180:\"<!-- wp:paragraph -->\n<p>The Politician template is ideal for politicians, councilors, and other public figures who want to get out there, make themselves and their causes known and interact with their constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is sober and sensible to create a feeling of trust. There’s a large hero image, ideal for making your presence known along with plenty of content blocks to tell your story and communicate with your audience. It’s a fantastic template for engagement!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Politician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Sensible design inspires confidence</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Ideal for getting yourself out there</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of options for storytelling and sharing your vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and customizable</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"The Politician template is ideal for public figures to reach out to constituents\";s:5:\"pages\";a:5:{s:8:\"id-73461\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-about-600x2072.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/politician-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/politician-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73462\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-contact-600x978.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/politician-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/politician-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73463\";a:12:{s:5:\"title\";s:12:\"Endorsements\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-endorsement.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-endorsement-600x1565.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/politician-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/politician-04/endorsements/\";s:15:\"astra-sites-tag\";a:1:{i:3153;s:12:\"endorsements\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73464\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-600x2550.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/politician-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/politician-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73465\";a:12:{s:5:\"title\";s:6:\"Issues\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-issues.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/politician-04-issues-600x2396.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/politician-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/politician-04/issues/\";s:15:\"astra-sites-tag\";a:1:{i:3154;s:6:\"issues\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71669\";a:24:{s:5:\"title\";s:18:\"Planet Earth Store\";s:2:\"id\";i:71669;s:12:\"publish-date\";i:1676657292;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-600x1210.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/02/earth-store-02-400x806.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/earth-store-02\";s:20:\"astra-site-parent-id\";i:3118;s:15:\"astra-sites-tag\";a:5:{i:3119;s:5:\"earth\";i:496;s:9:\"ecommerce\";i:535;s:6:\"nature\";i:383;s:12:\"online-store\";i:3120;s:6:\"simple\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:6:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2769;s:9:\"ecommerce\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1194:\"<!-- wp:paragraph -->\n<p>The Planet Earth Store template is an eCommerce store design that uses graphics and calm colors to create a buying mood. It’s light, well-balanced and provides lots of opportunities to let your products stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The main page opens with a graphical banner you can use to set the scene before opening up into your product selection. Everything is customizable, everything is designed for speed and ease of use and could be used for any type of store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Planet Earth Store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Light and welcoming eCommerce store template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Uses graphics and calm colors to draw you in</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of options to build a profitable store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Works flawlessly with SureCart and WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"The Planet Earth Store template is a light store design that’s very easy to use\";s:5:\"pages\";a:0:{}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-72580\";a:24:{s:5:\"title\";s:16:\"SaaS App Company\";s:2:\"id\";i:72580;s:12:\"publish-date\";i:1679478944;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-600x3276.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-400x2184.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/saas-app-company-04\";s:20:\"astra-site-parent-id\";i:3127;s:15:\"astra-sites-tag\";a:7:{i:2712;s:9:\"analytics\";i:2709;s:16:\"app-tech-company\";i:2711;s:11:\"forecasting\";i:2708;s:4:\"saas\";i:2713;s:12:\"sales-growth\";i:2714;s:16:\"sales-management\";i:2710;s:16:\"sales-strategies\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1330:\"<!-- wp:paragraph -->\n<p>The SaaS App Company template is a vibrant, colorful design ideal for agencies and businesses of all types. It’s light, welcoming and uses graphics throughout to help engage and tell your story. Ideal for new businesses, upstarts, and startups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes calm colors on well-balanced pages that let you showcase your products and services, and share your successes and your story. There are also additional pages to help build your website with minimal time and effort while looking professional and engaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the SaaS App Company template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Light, welcoming colors with modern typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well-designed pages with lots of customizable content areas</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Uses graphics to help tell your story</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Could easily be customized to suit any type of business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"SaaS App Company uses vibrant design to help engage your audience and tell your story\";s:5:\"pages\";a:5:{s:8:\"id-72581\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-about-600x2687.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/saas-app-company-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/saas-app-company-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-contact-600x946.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/saas-app-company-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/saas-app-company-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72583\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-features.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-features-600x3216.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/saas-app-company-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/saas-app-company-04/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72584\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-600x3276.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/saas-app-company-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/saas-app-company-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72585\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-products.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-app-company-04-products-600x1824.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/saas-app-company-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/saas-app-company-04/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73425\";a:24:{s:5:\"title\";s:21:\"Eggcellent Restaurant\";s:2:\"id\";i:73425;s:12:\"publish-date\";i:1681499952;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-600x2228.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-400x1485.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/eggcellent-restaurant-04\";s:20:\"astra-site-parent-id\";i:3141;s:15:\"astra-sites-tag\";a:9:{i:3142;s:3:\"egg\";i:3143;s:14:\"egg-restaurant\";i:2013;s:20:\"fast-food-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:1579;s:9:\"food-menu\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1231:\"<!-- wp:paragraph -->\n<p>The Eggs Restaurant template is a fun, snappy design ideal for cafes, restaurants, bars, bistros, and other service businesses to share key information and attract customers. It’s fully responsive, fully customizable, and could be the only website you ever need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design has a chic feel with borderless sections and a free flow down the page. There are all the essentials, content areas, menu sections, location maps, opening times, and everything customers need if they want to visit your establishment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Eggs Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Fun design with modern appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Smart menu section, map, contact page, and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable to fit your brand</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in booking button for reservations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"The Eggs Restaurant template is a complete eatery website all ready to serve\";s:5:\"pages\";a:4:{s:8:\"id-73426\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-about.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-about-600x1692.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/eggcellent-restaurant-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/eggcellent-restaurant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73427\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-contact-600x1069.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/eggcellent-restaurant-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/eggcellent-restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73428\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-600x2228.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/eggcellent-restaurant-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/eggcellent-restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73429\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-menu.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/04/eggcellent-restaurant-04-menu-600x1240.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/eggcellent-restaurant-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/eggcellent-restaurant-04/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-31992\";a:24:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:31992;s:12:\"publish-date\";i:1568718364;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-02\";s:20:\"astra-site-parent-id\";i:910;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1365:\"<!-- wp:paragraph -->\n<p>Want to start an online organic store but not sure how to design a professional-looking website? We’ve got you covered with the perfect organic store template. Our website template is professionally designed with built-in WooCommerce integration, that’ll help you launch your store quickly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is fully customizable and includes many features such as mobile responsiveness, product gallery, social media integration, and much more. The homepage also includes a dedicated section for customers to leave feedback on products they\'ve purchased.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Organic Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clean and simple design that has all the ingredients of a perfect online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Global color palettes to customize your entire store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Deep integrations with WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lightweight and high-converting templates to boost sales and conversions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with leading drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"The perfect lightweight organic store website templates to boost sales and conversions\";s:5:\"pages\";a:3:{s:8:\"id-33788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31993\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31994\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:22401;s:26:\"related-elementor-template\";i:31992;s:26:\"related-gutenberg-template\";i:48121;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73267\";a:24:{s:5:\"title\";s:10:\"Food Truck\";s:2:\"id\";i:73267;s:12:\"publish-date\";i:1680026505;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/03/food-truck-03.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/food-truck-03-600x3090.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/food-truck-03-400x2060.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/food-truck-03\";s:20:\"astra-site-parent-id\";i:3136;s:15:\"astra-sites-tag\";a:6:{i:3138;s:9:\"businesss\";i:336;s:4:\"food\";i:1808;s:10:\"food-truck\";i:3137;s:9:\"foodtruck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-73268\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/03/food-truck-03.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/food-truck-03-600x3090.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/food-truck-03/wp-json/wp/v2/pages/396\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/food-truck-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71474\";a:24:{s:5:\"title\";s:17:\"Day Care Services\";s:2:\"id\";i:71474;s:12:\"publish-date\";i:1676368033;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-600x4246.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-400x2830.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/daycare-08\";s:20:\"astra-site-parent-id\";i:3086;s:15:\"astra-sites-tag\";a:7:{i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:425;s:8:\"services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2772;s:9:\"education\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71475\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-about-600x2222.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/daycare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71476\";a:12:{s:5:\"title\";s:9:\"Admission\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-admission.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-admission-600x1137.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/daycare-08/admission/\";s:15:\"astra-sites-tag\";a:1:{i:2680;s:9:\"admission\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71477\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-contact-600x1091.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1399\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71478\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-600x4246.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1390\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/daycare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71479\";a:12:{s:5:\"title\";s:7:\"Program\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-program.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-program-600x3047.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-08/program/\";s:15:\"astra-sites-tag\";a:1:{i:2684;s:7:\"program\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71491\";a:24:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:71491;s:12:\"publish-date\";i:1676039584;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-600x2117.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-400x1411.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-08\";s:20:\"astra-site-parent-id\";i:3087;s:15:\"astra-sites-tag\";a:4:{i:341;s:11:\"electrician\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2815;s:11:\"electrician\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71492\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-about-600x1430.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1399\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71493\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-contact-600x1159.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1402\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71494\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-faq-600x1139.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71495\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-600x2117.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71496\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-services-600x1935.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1400\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71341\";a:24:{s:5:\"title\";s:15:\"Language Tutors\";s:2:\"id\";i:71341;s:12:\"publish-date\";i:1676036408;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-600x2736.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-400x1824.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/language-tutors-08\";s:20:\"astra-site-parent-id\";i:3081;s:15:\"astra-sites-tag\";a:7:{i:2747;s:8:\"language\";i:2749;s:14:\"language-tutor\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:2748;s:5:\"tutor\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2835;s:9:\"elearning\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71342\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-about-600x1809.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/language-tutors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-contact-600x1246.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/language-tutors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71344\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-courses-600x1477.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/323\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/language-tutors-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71345\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-600x2736.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/320\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/language-tutors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71346\";a:12:{s:5:\"title\";s:12:\"Our Teachers\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-teachers.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-teachers-600x1857.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/language-tutors-08/our-teachers/\";s:15:\"astra-sites-tag\";a:1:{i:2751;s:12:\"our-teachers\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71334\";a:24:{s:5:\"title\";s:22:\"Real Estate Consultant\";s:2:\"id\";i:71334;s:12:\"publish-date\";i:1675775296;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-600x2702.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-400x1801.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/real-estate-consultant-08\";s:20:\"astra-site-parent-id\";i:3080;s:15:\"astra-sites-tag\";a:8:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2794;s:10:\"consulting\";i:2778;s:11:\"real-estate\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71335\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-about-me-600x1324.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-contact-600x1112.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-600x2702.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/701\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-consultant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71338\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-reviews-600x1107.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/707\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-08/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71339\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-service.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-service-600x1228.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/703\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2711,'astra-sites-and-pages-page-5','a:15:{s:8:\"id-71404\";a:24:{s:5:\"title\";s:22:\"Pharmaceutical Company\";s:2:\"id\";i:71404;s:12:\"publish-date\";i:1675771021;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-600x2532.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-400x1688.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pharmaceutical-08\";s:20:\"astra-site-parent-id\";i:3084;s:15:\"astra-sites-tag\";a:4:{i:1888;s:6:\"pharma\";i:1890;s:14:\"pharma-company\";i:1891;s:22:\"pharmaceutical-company\";i:1889;s:15:\"pharmaceuticals\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71405\";a:12:{s:5:\"title\";s:7:\"Company\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-company.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-company-600x2194.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-08/company/\";s:15:\"astra-sites-tag\";a:1:{i:979;s:7:\"company\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71406\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-contact-600x1494.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-600x2532.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pharmaceutical-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71408\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-products.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-products-600x2210.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/pharmaceutical-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71409\";a:12:{s:5:\"title\";s:10:\"R &#038; D\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-rd.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-rd-600x1892.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/pharmaceutical-08/r-d/\";s:15:\"astra-sites-tag\";a:1:{i:3085;s:3:\"r-d\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71384\";a:24:{s:5:\"title\";s:18:\"Learn Oil Painting\";s:2:\"id\";i:71384;s:12:\"publish-date\";i:1675765696;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-600x2033.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-400x1355.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/learn-oil-painting-08\";s:20:\"astra-site-parent-id\";i:3083;s:15:\"astra-sites-tag\";a:4:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2802;s:6:\"artist\";i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71385\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-about-600x940.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-oil-painting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71386\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-classes-600x1344.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/738\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71387\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-contact-600x920.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-600x2033.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-oil-painting-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71367\";a:24:{s:5:\"title\";s:11:\"Piano Tutor\";s:2:\"id\";i:71367;s:12:\"publish-date\";i:1675763538;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-600x3262.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-400x2175.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/piano-tutor-08\";s:20:\"astra-site-parent-id\";i:3082;s:15:\"astra-sites-tag\";a:7:{i:1786;s:5:\"forte\";i:407;s:5:\"music\";i:1782;s:5:\"piano\";i:1784;s:15:\"piano-institute\";i:1783;s:13:\"piano-lessons\";i:1785;s:14:\"piano-programs\";i:1781;s:8:\"tutorial\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2781;s:5:\"music\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71368\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-about-us-600x1815.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71369\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-contact-600x1249.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/piano-tutor-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71370\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-600x3262.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/piano-tutor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71371\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-programs.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-programs-600x2509.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71372\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-testimonials-600x1712.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/362\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/piano-tutor-08/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71300\";a:24:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:71300;s:12:\"publish-date\";i:1674824635;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-600x3410.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-400x2273.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-08\";s:20:\"astra-site-parent-id\";i:3079;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-71301\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-600x3410.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/dental-08/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71183\";a:24:{s:5:\"title\";s:27:\"Freelance Voice-over Artist\";s:2:\"id\";i:71183;s:12:\"publish-date\";i:1672827177;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-600x2428.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-400x1618.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/voiceover-artist-08\";s:20:\"astra-site-parent-id\";i:3062;s:15:\"astra-sites-tag\";a:6:{i:1908;s:14:\"dubbing-artist\";i:669;s:10:\"freelancer\";i:969;s:8:\"musician\";i:1834;s:16:\"recording-artist\";i:1571;s:6:\"singer\";i:1510;s:6:\"studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71184\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-about-600x1430.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/559\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/voiceover-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71185\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-contact-600x1184.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/565\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/voiceover-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71186\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-600x2428.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/556\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/voiceover-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71187\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-services-600x1940.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/voiceover-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71188\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-studio.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-studio-600x1550.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/563\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/voiceover-artist-08/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71180\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:71180;s:12:\"publish-date\";i:1672826233;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-600x3364.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-400x2242.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-08\";s:20:\"astra-site-parent-id\";i:3061;s:15:\"astra-sites-tag\";a:4:{i:699;s:10:\"invitation\";i:2560;s:20:\"reception-invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-59134\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-600x3364.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/wedding-invitation-08/wp-json/wp/v2/pages/203\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71149\";a:24:{s:5:\"title\";s:16:\"Freelance Artist\";s:2:\"id\";i:71149;s:12:\"publish-date\";i:1672396583;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-600x1234.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-400x823.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-08\";s:20:\"astra-site-parent-id\";i:3060;s:15:\"astra-sites-tag\";a:9:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:496;s:9:\"ecommerce\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:1020;s:8:\"personal\";i:967;s:13:\"product-store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2769;s:9:\"ecommerce\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-71150\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-about-me-600x1013.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71151\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-contact-600x864.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/608\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-71152\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-600x1234.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/606\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71122\";a:24:{s:5:\"title\";s:16:\"Marketing Agency\";s:2:\"id\";i:71122;s:12:\"publish-date\";i:1672395349;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-600x2638.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-400x1758.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/marketing-agency-08\";s:20:\"astra-site-parent-id\";i:3059;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:10:{s:8:\"id-71129\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71130\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-08/case-studies/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71131\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71132\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71133\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/58\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-08/what-we-do/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71123\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-about-us-600x1450.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71124\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-case-studies-600x1280.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-08/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71125\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-contact-us-600x889.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71126\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-600x2638.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71127\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-what-we-do-600x1954.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/58\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71116\";a:24:{s:5:\"title\";s:7:\"Vlogger\";s:2:\"id\";i:71116;s:12:\"publish-date\";i:1672393023;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-600x2621.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-400x1747.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-08\";s:20:\"astra-site-parent-id\";i:3058;s:15:\"astra-sites-tag\";a:8:{i:1840;s:9:\"cameraman\";i:1841;s:15:\"cinematographer\";i:1842;s:10:\"film-maker\";i:399;s:8:\"one-page\";i:1718;s:7:\"onepage\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2810;s:9:\"freelance\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";i:2801;s:5:\"video\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:4:{i:2497;s:4:\"blog\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-71117\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-600x2621.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-08/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-08/\";s:15:\"astra-sites-tag\";a:1:{i:1837;s:7:\"vlogger\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71099\";a:24:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:71099;s:12:\"publish-date\";i:1672390818;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-600x2051.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-400x1367.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-08\";s:20:\"astra-site-parent-id\";i:3056;s:15:\"astra-sites-tag\";a:5:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:1021;s:14:\"local-business\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71100\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-about-600x1286.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1811\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71101\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-contact-600x1024.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1814\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71102\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-600x2051.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1847\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71103\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-our-staff-600x1409.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1813\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-08/our-staff/\";s:15:\"astra-sites-tag\";a:1:{i:3057;s:9:\"our-staff\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71104\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-services-600x1878.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71085\";a:24:{s:5:\"title\";s:13:\"AC Technician\";s:2:\"id\";i:71085;s:12:\"publish-date\";i:1672389636;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-600x1531.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-400x1020.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-08\";s:20:\"astra-site-parent-id\";i:3055;s:15:\"astra-sites-tag\";a:5:{i:599;s:9:\"ac-repair\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71087\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-contact-600x1015.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/ac-technician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71088\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-600x1531.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71089\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-services-600x1210.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-about-600x1418.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71072\";a:24:{s:5:\"title\";s:19:\"Skin Cleanser Store\";s:2:\"id\";i:71072;s:12:\"publish-date\";i:1672331775;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-600x3296.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-400x2197.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/skin-cleanser-store-08\";s:20:\"astra-site-parent-id\";i:3054;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2392;s:19:\"online-beauty-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2391;s:11:\"skin-beauty\";i:1127;s:9:\"skin-care\";i:2380;s:19:\"skin-cleanser-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-71073\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-about-600x1723.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1116\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/skin-cleanser-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-contact-600x1291.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/skin-cleanser-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-600x3296.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1113\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/skin-cleanser-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75380;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71064\";a:24:{s:5:\"title\";s:15:\"Child Care Blog\";s:2:\"id\";i:71064;s:12:\"publish-date\";i:1672330833;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-600x2522.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-400x1681.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/childcare-blog-08\";s:20:\"astra-site-parent-id\";i:3053;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:1652;s:7:\"blogger\";i:1897;s:15:\"child-care-blog\";i:1896;s:17:\"child-care-expert\";i:1547;s:10:\"influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-71065\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-contact-600x1176.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-08/wp-json/wp/v2/pages/662\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/childcare-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71066\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-600x2522.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-08/wp-json/wp/v2/pages/653\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/childcare-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71038\";a:24:{s:5:\"title\";s:14:\"Roofing Agency\";s:2:\"id\";i:71038;s:12:\"publish-date\";i:1672328084;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-600x3001.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-400x2001.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/roofing-agency-08\";s:20:\"astra-site-parent-id\";i:3052;s:15:\"astra-sites-tag\";a:7:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:2570;s:14:\"roofing-agency\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2818;s:7:\"roofing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71039\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-about-600x1749.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/roofing-agency-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71040\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-contact-1-600x1169.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/roofing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71041\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-600x3001.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/906\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/roofing-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71042\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-projects-600x1100.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71043\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-services-600x1168.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71002\";a:24:{s:5:\"title\";s:14:\"Theatre Artist\";s:2:\"id\";i:71002;s:12:\"publish-date\";i:1671647801;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-600x2960.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-400x1973.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/theatre-artist-08\";s:20:\"astra-site-parent-id\";i:3050;s:15:\"astra-sites-tag\";a:5:{i:1906;s:5:\"actor\";i:339;s:6:\"artist\";i:1572;s:9:\"performer\";i:444;s:9:\"portfolio\";i:1905;s:14:\"theatre-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2784;s:5:\"event\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71003\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-biography-600x1977.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/694\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/theatre-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71004\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-contact-600x882.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/698\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/theatre-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71005\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-600x2960.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/theatre-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71006\";a:12:{s:5:\"title\";s:10:\"Repertoire\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-repertoire.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-repertoire-600x2207.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/theatre-artist-08/repertoire/\";s:15:\"astra-sites-tag\";a:1:{i:1907;s:10:\"repertoire\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no');
INSERT INTO `wp_options` VALUES (2713,'astra-sites-and-pages-page-6','a:15:{s:8:\"id-70993\";a:24:{s:5:\"title\";s:17:\"Fashion Lifestyle\";s:2:\"id\";i:70993;s:12:\"publish-date\";i:1671645110;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-600x2411.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-400x1607.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/fashion-lifestyle-08\";s:20:\"astra-site-parent-id\";i:3049;s:15:\"astra-sites-tag\";a:6:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:479;s:9:\"lifestyle\";i:1020;s:8:\"personal\";i:483;s:16:\"styling-shopping\";i:481;s:5:\"trend\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2790;s:14:\"beauty-fashion\";i:2828;s:4:\"blog\";i:2794;s:10:\"consulting\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-70994\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-contact-600x761.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/fashion-lifestyle-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-lifestyle-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70995\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-600x2411.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fashion-lifestyle-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fashion-lifestyle-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-70987\";a:24:{s:5:\"title\";s:7:\"Webinar\";s:2:\"id\";i:70987;s:12:\"publish-date\";i:1671644202;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-600x2107.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-400x1405.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/webinar-08\";s:20:\"astra-site-parent-id\";i:3043;s:15:\"astra-sites-tag\";a:3:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";i:1894;s:25:\"webinar-registration-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2777;s:8:\"business\";i:2811;s:10:\"conference\";i:2784;s:5:\"event\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-70988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-600x2107.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/webinar-08/wp-json/wp/v2/pages/592\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/webinar-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-70969\";a:24:{s:5:\"title\";s:9:\"Locksmith\";s:2:\"id\";i:70969;s:12:\"publish-date\";i:1671619748;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-600x3725.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-400x2483.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/locksmith-08\";s:20:\"astra-site-parent-id\";i:3033;s:15:\"astra-sites-tag\";a:10:{i:3042;s:10:\"keycutting\";i:3035;s:4:\"keys\";i:3040;s:4:\"lock\";i:3034;s:5:\"locks\";i:2430;s:9:\"locksmith\";i:3039;s:12:\"locksmithing\";i:3036;s:16:\"locksmithservice\";i:3038;s:17:\"locksmithservices\";i:3041;s:7:\"lostkey\";i:3037;s:8:\"security\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:3:{i:2483;s:15:\"expert-services\";i:2471;s:16:\"local-technician\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-70970\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-600x3725.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/locksmith-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/locksmith-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70972\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/locksmith-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/locksmith-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69906\";a:24:{s:5:\"title\";s:13:\"Creative Blog\";s:2:\"id\";i:69906;s:12:\"publish-date\";i:1669231742;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-600x1491.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-400x994.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/creative-blog-08\";s:20:\"astra-site-parent-id\";i:2997;s:15:\"astra-sites-tag\";a:10:{i:2209;s:11:\"advertising\";i:1652;s:7:\"blogger\";i:729;s:8:\"blogging\";i:2408;s:13:\"creative-blog\";i:2410;s:11:\"design-blog\";i:2646;s:12:\"digital-blog\";i:2412;s:9:\"film-blog\";i:509;s:11:\"photography\";i:2270;s:8:\"podcasts\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2791;s:8:\"creative\";i:2774;s:8:\"magazine\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69908\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-contact-600x856.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1582\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/creative-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69909\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-600x1491.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/776\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/creative-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69910\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-podcast.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-podcast-600x896.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1584\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-blog-08/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69907\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-about-600x1282.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1578\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/creative-blog-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69916\";a:24:{s:5:\"title\";s:12:\"Planet Earth\";s:2:\"id\";i:69916;s:12:\"publish-date\";i:1669231717;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-600x1250.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-400x833.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/earth-08\";s:20:\"astra-site-parent-id\";i:2998;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2812;s:14:\"digital-agency\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69917\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-about-1-600x828.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/earth-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69918\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-contact-1-600x706.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/100\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/earth-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69919\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-600x1250.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/78\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/earth-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69920\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-services-1-600x1348.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/77\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/earth-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69941\";a:24:{s:5:\"title\";s:11:\"Real Estate\";s:2:\"id\";i:69941;s:12:\"publish-date\";i:1669231573;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-600x2718.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-400x1812.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/real-estate-08\";s:20:\"astra-site-parent-id\";i:2999;s:15:\"astra-sites-tag\";a:7:{i:979;s:7:\"company\";i:550;s:14:\"estate-broking\";i:547;s:7:\"listing\";i:812;s:6:\"office\";i:549;s:8:\"property\";i:485;s:11:\"real-estate\";i:548;s:16:\"renting-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69944\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-contact-600x872.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69945\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-faq-600x1091.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/real-estate-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69946\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-600x2718.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/real-estate-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69942\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-about-600x1278.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/real-estate-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69943\";a:12:{s:5:\"title\";s:6:\"Agents\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-agents.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-agents-600x1596.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-08/agents/\";s:15:\"astra-sites-tag\";a:1:{i:552;s:6:\"agents\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69947\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-properties.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-properties-600x2630.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-08/properties/\";s:15:\"astra-sites-tag\";a:1:{i:553;s:10:\"properties\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69655\";a:24:{s:5:\"title\";s:21:\"Home and Garden Decor\";s:2:\"id\";i:69655;s:12:\"publish-date\";i:1665073396;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-600x3656.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-400x2437.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/home-garden-decor-08\";s:20:\"astra-site-parent-id\";i:2929;s:15:\"astra-sites-tag\";a:7:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:423;s:4:\"home\";i:862;s:10:\"home-decor\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-69656\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-about-600x1736.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-garden-decor-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-contact-600x1065.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/330\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/home-garden-decor-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-600x3656.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-garden-decor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69646\";a:24:{s:5:\"title\";s:25:\"Heating And AC Technician\";s:2:\"id\";i:69646;s:12:\"publish-date\";i:1665071731;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-600x2986.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-400x1990.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/heating-and-ac-technician-08\";s:20:\"astra-site-parent-id\";i:2928;s:15:\"astra-sites-tag\";a:7:{i:599;s:9:\"ac-repair\";i:2573;s:24:\"air-conditioning-service\";i:439;s:14:\"local-services\";i:2572;s:12:\"manufacturer\";i:2094;s:8:\"mechanic\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59181\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-about-600x1288.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/887\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/heating-and-ac-technician-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59182\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-contact-600x1066.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/891\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/heating-and-ac-technician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59183\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-600x2986.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/885\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heating-and-ac-technician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59184\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-services-600x1659.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/889\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/heating-and-ac-technician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69486\";a:24:{s:5:\"title\";s:12:\"Learn Baking\";s:2:\"id\";i:69486;s:12:\"publish-date\";i:1664211488;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-600x2667.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-400x1778.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/learn-baking-08\";s:20:\"astra-site-parent-id\";i:2925;s:15:\"astra-sites-tag\";a:4:{i:1857;s:6:\"baking\";i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2828;s:4:\"blog\";i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-58588\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-about-600x1916.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1077\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-baking-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58589\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-all-courses-600x1819.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-baking-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58590\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-blog-600x1123.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learn-baking-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58591\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-contact-600x1547.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1081\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/learn-baking-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58592\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-600x2667.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1073\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/learn-baking-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69465\";a:24:{s:5:\"title\";s:12:\"eBook Author\";s:2:\"id\";i:69465;s:12:\"publish-date\";i:1664208739;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-600x2110.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-400x1406.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/kathryn-ebook-author-08\";s:20:\"astra-site-parent-id\";i:2923;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69466\";a:12:{s:5:\"title\";s:3:\"Bio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-bio.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-bio-600x2227.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/548\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/kathryn-ebook-author-08/bio/\";s:15:\"astra-sites-tag\";a:1:{i:2924;s:3:\"bio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69468\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-contact-600x1047.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/550\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kathryn-ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-600x2110.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kathryn-ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69467\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-books.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-books-600x2104.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/kathryn-ebook-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69112\";a:24:{s:5:\"title\";s:15:\"Deli Restaurant\";s:2:\"id\";i:69112;s:12:\"publish-date\";i:1663068937;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-600x2199.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-400x1466.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/deli-restaurant-08\";s:20:\"astra-site-parent-id\";i:2903;s:15:\"astra-sites-tag\";a:14:{i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:2394;s:15:\"deli-restaurant\";i:1974;s:7:\"dessert\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:2513;s:11:\"fruits-dish\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69113\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-about-us-600x1532.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/deli-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69114\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-contact-600x1089.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/deli-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69115\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-600x2199.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/deli-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69116\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-600x2056.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/deli-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69117\";a:12:{s:5:\"title\";s:9:\"Menu Dark\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-dark.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-dark-600x2109.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/deli-restaurant-08/menu-dark/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69118\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-testimonials-600x1413.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/374\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/deli-restaurant-08/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68423\";a:24:{s:5:\"title\";s:10:\"Cycle Shop\";s:2:\"id\";i:68423;s:12:\"publish-date\";i:1661430112;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-600x3500.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-400x2333.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/cycle-shop-08\";s:20:\"astra-site-parent-id\";i:2902;s:15:\"astra-sites-tag\";a:17:{i:880;s:9:\"cartflows\";i:2418;s:8:\"commerce\";i:2548;s:10:\"cycle-shop\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2549;s:12:\"sport-cycyle\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-59170\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-about-us-600x2348.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1195\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cycle-shop-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59171\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-contact-600x1060.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1197\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cycle-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59172\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-600x3500.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1193\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/cycle-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75400;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68320\";a:24:{s:5:\"title\";s:13:\"Party Planner\";s:2:\"id\";i:68320;s:12:\"publish-date\";i:1661347018;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-600x3106.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-400x2071.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/party-planner-08\";s:20:\"astra-site-parent-id\";i:2901;s:15:\"astra-sites-tag\";a:6:{i:2633;s:19:\"celebration-planner\";i:2630;s:17:\"event-coordinator\";i:2632;s:17:\"event-facilitator\";i:2631;s:13:\"event-manager\";i:2635;s:5:\"party\";i:2634;s:15:\"party-organizer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-68321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-600x3106.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/party-planner-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/party-planner-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68254\";a:24:{s:5:\"title\";s:20:\"Construction Company\";s:2:\"id\";i:68254;s:12:\"publish-date\";i:1661280044;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-600x3578.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-400x2385.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/construction-company-08\";s:20:\"astra-site-parent-id\";i:2900;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:3078;s:7:\"builder\";i:692;s:8:\"business\";i:484;s:12:\"construction\";i:795;s:10:\"contractor\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1320:\"<!-- wp:paragraph -->\n<p>The Construction template is very clean and crisp, ideal for forward-looking businesses. While set up for construction, you could easily use it for architecture, real estate, and other business types.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses bright colors and whitespace along with great imagery to create a positive first impression. Something continued effortlessly throughout the template. Thanks to full compatibility with page builders, you can transform this template without touching a line of code!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clean, crisp business template ideal for business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fantastic use of colors, images, and whitespace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Equally attractive extra pages to continue the feel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Standout engagement buttons</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas on every page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with drag-and-drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Inspire confidence in new clients with this clean and crisp construction template\";s:5:\"pages\";a:5:{s:8:\"id-68255\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-about-600x1664.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/499\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/construction-company-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68256\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-contact-600x1495.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/501\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/construction-company-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68257\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-600x3578.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/construction-company-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68258\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-projects-600x1191.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-08/projects/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68259\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-services-600x1119.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/497\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68223\";a:24:{s:5:\"title\";s:16:\"Generic Template\";s:2:\"id\";i:68223;s:12:\"publish-date\";i:1661271693;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-600x2196.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-400x1464.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/generic-template-08\";s:20:\"astra-site-parent-id\";i:2898;s:15:\"astra-sites-tag\";a:6:{i:2456;s:7:\"generic\";i:2667;s:16:\"generic-template\";i:862;s:10:\"home-decor\";i:522;s:15:\"home-remodeling\";i:2184;s:5:\"house\";i:2666;s:10:\"realestate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68229\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-about-us-600x1567.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/generic-template-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68230\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-contact-600x1212.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/76\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/generic-template-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68231\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-600x2196.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/generic-template-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68232\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-services-600x1109.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/generic-template-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2715,'astra-sites-and-pages-page-7','a:15:{s:8:\"id-68171\";a:24:{s:5:\"title\";s:13:\"Family Lawyer\";s:2:\"id\";i:68171;s:12:\"publish-date\";i:1661266994;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-600x2896.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-400x1930.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/family-lawyer-08\";s:20:\"astra-site-parent-id\";i:2893;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57306\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-about-600x1481.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/family-lawyer-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-contact-600x1008.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/family-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57308\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-600x2896.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/family-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57309\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-practice-areas-600x1842.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/family-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68194\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:68194;s:12:\"publish-date\";i:1661256899;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-600x2271.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-400x1514.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-08\";s:20:\"astra-site-parent-id\";i:2896;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-68195\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-contact-us-600x984.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2123\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68196\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-donate.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-donate-600x500.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2125\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/charity-08/donate/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68197\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-600x2271.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68199\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-what-we-do-600x1747.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68200\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-who-we-are-600x1643.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68198\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-our-partners.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-our-partners-600x1318.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/charity-08/our-partners/\";s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:2897;s:12:\"our-partners\";i:734;s:8:\"partners\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68177\";a:24:{s:5:\"title\";s:18:\"Calligraphy Artist\";s:2:\"id\";i:68177;s:12:\"publish-date\";i:1661254653;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-600x2499.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-400x1666.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/calligraphy-artist-08\";s:20:\"astra-site-parent-id\";i:2894;s:15:\"astra-sites-tag\";a:8:{i:1820;s:11:\"calligraphy\";i:1826;s:10:\"characters\";i:1824;s:11:\"chirography\";i:1821;s:11:\"handwriting\";i:1825;s:8:\"pencraft\";i:1823;s:6:\"script\";i:1827;s:5:\"style\";i:1822;s:7:\"writing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-68178\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-about-600x1910.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/452\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68179\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-contact-600x898.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/455\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/calligraphy-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68180\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-600x2499.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/calligraphy-artist-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68181\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-services-600x1688.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/454\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/calligraphy-artist-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:1408;s:7:\"service\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-68182\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-works.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-works-600x2867.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/453\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-08/works/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:2895;s:5:\"works\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68139\";a:24:{s:5:\"title\";s:9:\"Lotus Spa\";s:2:\"id\";i:68139;s:12:\"publish-date\";i:1661190425;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-600x3001.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-400x2000.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-08\";s:20:\"astra-site-parent-id\";i:2892;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68140\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-about-600x2208.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/760\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68141\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-contact-600x952.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/764\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68142\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-600x3001.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/757\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68143\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-services-600x2570.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/762\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-68088\";a:24:{s:5:\"title\";s:12:\"Flute Artist\";s:2:\"id\";i:68088;s:12:\"publish-date\";i:1660910628;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-400x1840.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/flute-artist-08\";s:20:\"astra-site-parent-id\";i:2891;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:2438;s:12:\"flute-artist\";i:2439;s:12:\"flute-player\";i:2503;s:7:\"grooved\";i:407;s:5:\"music\";i:2504;s:25:\"musical-instrument-player\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2802;s:6:\"artist\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1249:\"<!-- wp:paragraph -->\n<p>The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set the scene. There are also options to include video and audio clips, a biography page, portfolio page and contact form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Flute Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Flexible portfolio website for musicians</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Elegant design ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes the option to add audio and video</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dedicated portfolio and contact page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible layout that can be fully customized</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Page builder compatible for ease of use</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:395:\"The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal. The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:4:{s:8:\"id-59104\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact-600x890.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/656\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59105\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery-600x2369.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/650\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59103\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography-600x1848.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/652\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59655\";a:24:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:59655;s:12:\"publish-date\";i:1656964003;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-600x2204.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-400x1469.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-01\";s:20:\"astra-site-parent-id\";i:2648;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-59657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-contant.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-contant-600x889.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/637\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-01/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-600x2204.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/632\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-01/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59656\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-about-600x1078.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/633\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-01/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-59659\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-services-600x1226.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/634\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-01/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-59660\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-testimonials-600x1223.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/636\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-01/testimonials/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-59661\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-choose.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/03/charter-accountant-01-choose-600x965.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/accountant-01/wp-json/wp/v2/pages/635\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-01/why-choose-me/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59803\";a:24:{s:5:\"title\";s:18:\"Ayurvedic Products\";s:2:\"id\";i:59803;s:12:\"publish-date\";i:1661245799;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-600x2964.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-400x1976.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-08\";s:20:\"astra-site-parent-id\";i:2658;s:15:\"astra-sites-tag\";a:5:{i:2650;s:8:\"ayurveda\";i:618;s:9:\"ayurvedic\";i:2643;s:19:\"ayurvedic-treatment\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-59804\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-about-600x2203.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/ayurveda-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59805\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-contact-600x796.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/331\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/ayurveda-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59806\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-600x2964.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/326\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59789\";a:24:{s:5:\"title\";s:10:\"Book Store\";s:2:\"id\";i:59789;s:12:\"publish-date\";i:1661251526;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-600x2546.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-400x1697.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/book-store-08\";s:20:\"astra-site-parent-id\";i:2657;s:15:\"astra-sites-tag\";a:8:{i:724;s:6:\"author\";i:2355;s:17:\"author-book-store\";i:2354;s:16:\"author-portfolio\";i:2353;s:11:\"book-writer\";i:2352;s:11:\"books-store\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59791\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-books.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-books-600x1400.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/book-store-08/books/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-59792\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-contact-600x931.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/book-store-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59793\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-600x2546.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/book-store-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-59790\";a:12:{s:5:\"title\";s:12:\"About Author\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-about-author.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-about-author-600x1597.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/book-store-08/about-author/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75363;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59775\";a:24:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:59775;s:12:\"publish-date\";i:1661176634;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-600x2216.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-400x1477.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-08\";s:20:\"astra-site-parent-id\";i:2656;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59776\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-about-600x1426.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59777\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-contact-600x829.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59778\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-600x2216.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-services-600x1322.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59760\";a:24:{s:5:\"title\";s:11:\"Love Nature\";s:2:\"id\";i:59760;s:12:\"publish-date\";i:1661343275;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-600x1562.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-400x1041.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/love-nature-08\";s:20:\"astra-site-parent-id\";i:2655;s:15:\"astra-sites-tag\";a:8:{i:538;s:6:\"forest\";i:2456;s:7:\"generic\";i:2493;s:12:\"multipurpose\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59761\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-about-600x908.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1324\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/love-nature-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59762\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-contact-600x830.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/love-nature-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59763\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-600x1562.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1322\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/love-nature-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59764\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-services-600x1347.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1326\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/love-nature-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59726\";a:24:{s:5:\"title\";s:20:\"Freelance Copywriter\";s:2:\"id\";i:59726;s:12:\"publish-date\";i:1665068704;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-600x2282.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-400x1521.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/freelance-copywriter-08\";s:20:\"astra-site-parent-id\";i:2653;s:15:\"astra-sites-tag\";a:8:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1649;s:14:\"content-writer\";i:1650;s:10:\"copywriter\";i:1648;s:20:\"freelance-copywriter\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:1653;s:19:\"web-content-creator\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59727\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-contact-600x1176.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/freelance-copywriter-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59728\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-600x2282.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/257\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/freelance-copywriter-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59729\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-testimonials-600x1631.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/262\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/freelance-copywriter-08/testimonials/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59730\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-work.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-work-600x1479.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/260\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/freelance-copywriter-08/work/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59557\";a:24:{s:5:\"title\";s:9:\"Guitarist\";s:2:\"id\";i:59557;s:12:\"publish-date\";i:1675438131;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-600x3032.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-400x2021.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/guitarist-08\";s:20:\"astra-site-parent-id\";i:2637;s:15:\"astra-sites-tag\";a:5:{i:2612;s:12:\"guitar-cello\";i:2611;s:13:\"guitar-player\";i:2610;s:9:\"guitarist\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2802;s:6:\"artist\";i:2781;s:5:\"music\";i:2868;s:15:\"musician-singer\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59558\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-about-600x2350.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/774\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/guitarist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59559\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-contact-600x921.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/780\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/guitarist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59560\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-600x3032.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/772\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/guitarist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59561\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-lessons.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-lessons-600x1434.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/776\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/guitarist-08/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59562\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-shows.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-shows-600x1090.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/778\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/guitarist-08/shows/\";s:15:\"astra-sites-tag\";a:1:{i:1568;s:5:\"shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59249\";a:24:{s:5:\"title\";s:17:\"Security Services\";s:2:\"id\";i:59249;s:12:\"publish-date\";i:1669220644;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-600x2231.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-400x1487.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/security-services-08\";s:20:\"astra-site-parent-id\";i:2586;s:15:\"astra-sites-tag\";a:8:{i:2508;s:14:\"alarm-security\";i:2507;s:15:\"camera-security\";i:2511;s:16:\"custody-services\";i:2510;s:5:\"guard\";i:2506;s:16:\"private-security\";i:2509;s:6:\"safety\";i:2399;s:17:\"security-services\";i:2400;s:15:\"security-system\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59250\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-about-600x1145.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/528\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/security-services-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59251\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-contact-600x932.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/532\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/security-services-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59252\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-600x2231.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/security-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59253\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-services-600x2320.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/513\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59233\";a:24:{s:5:\"title\";s:12:\"Coffee House\";s:2:\"id\";i:59233;s:12:\"publish-date\";i:1661278258;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-600x2042.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-400x1361.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/coffee-house-08\";s:20:\"astra-site-parent-id\";i:2585;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59234\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-about-600x1733.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/516\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/coffee-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59235\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-contact-600x1114.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/520\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59236\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-600x2042.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/514\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coffee-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59237\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-menu-600x1102.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/518\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-house-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59219\";a:24:{s:5:\"title\";s:18:\"Personal Portfolio\";s:2:\"id\";i:59219;s:12:\"publish-date\";i:1643987375;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-600x2832.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-400x1888.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/personal-portfolio-08\";s:20:\"astra-site-parent-id\";i:2584;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59220\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-about-1-600x1481.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1203\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/personal-portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59221\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-contact-1-600x791.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1207\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/personal-portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59222\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-600x2832.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/personal-portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59223\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-portfolio-1-600x733.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1205\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/personal-portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2717,'astra-sites-and-pages-page-8','a:15:{s:8:\"id-59202\";a:24:{s:5:\"title\";s:23:\"Limousine Rental Agency\";s:2:\"id\";i:59202;s:12:\"publish-date\";i:1669231673;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-600x3360.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-400x2240.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/rental-agency-08\";s:20:\"astra-site-parent-id\";i:2582;s:15:\"astra-sites-tag\";a:5:{i:2540;s:9:\"limousine\";i:2538;s:15:\"rent-limousines\";i:2539;s:13:\"rent-services\";i:2537;s:13:\"rental-agency\";i:2541;s:5:\"sedan\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59203\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-about-us-600x2154.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/578\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59204\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-save.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-save-600x1413.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/584\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/rental-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59205\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-600x3360.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/576\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/rental-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59206\";a:12:{s:5:\"title\";s:9:\"Our Fleet\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-our-fleet.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-our-fleet-600x2014.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/580\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/rental-agency-08/our-fleet/\";s:15:\"astra-sites-tag\";a:1:{i:2583;s:9:\"our-fleet\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59207\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-services-600x2575.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/582\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69440\";a:24:{s:5:\"title\";s:13:\"Eyewear Store\";s:2:\"id\";i:69440;s:12:\"publish-date\";i:1663782034;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-600x2705.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-400x1803.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/eyewear-store-04\";s:20:\"astra-site-parent-id\";i:2914;s:15:\"astra-sites-tag\";a:14:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2918;s:4:\"eyes\";i:2915;s:7:\"eyewear\";i:2916;s:13:\"eyewear-store\";i:2919;s:6:\"glears\";i:2922;s:8:\"lenskart\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2921;s:5:\"specs\";i:2920;s:10:\"spectacles\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:926:\"<!-- wp:paragraph -->\n<p>The Eyewear online store template is a light and bright full screen template that makes a great first impression. It opens with a fullscreen image, heading and call to action before opening into a full width store page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Eyewear Store template has an upmarket feel with quality images, attractive fonts and modern layout. It is SEO-friendly, WooCommerce compatible and works with most page builders, giving you everything you need to build an online store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Eyewear Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Compelling eCommerce store theme for WordPress</li><li>Superb colors, fonts and layout</li><li>Designed to convert</li><li>Lots of options for showing products</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Light and bright eCommerce template designed to sell any product effectively\";s:5:\"pages\";a:3:{s:8:\"id-69441\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-about-600x1646.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/eyewear-store-04/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/eyewear-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69442\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-contact-600x979.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/eyewear-store-04/wp-json/wp/v2/pages/225\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/eyewear-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/09/eyewear-store-04-600x2705.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/eyewear-store-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/eyewear-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58478\";a:24:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:58478;s:12:\"publish-date\";i:1633716900;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-600x2149.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-400x1432.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-08\";s:20:\"astra-site-parent-id\";i:2451;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-58547\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-600x2149.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1008\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58546\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact-1-600x701.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1004\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plant-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58545\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about-.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about--600x1317.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56593\";a:24:{s:5:\"title\";s:18:\"Meditation Courses\";s:2:\"id\";i:56593;s:12:\"publish-date\";i:1632945042;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-600x2660.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-400x1773.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-08\";s:20:\"astra-site-parent-id\";i:2242;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-56595\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-classes-600x976.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56596\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-contact-600x855.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-about-600x1259.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56597\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-600x2660.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/572\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73550\";a:24:{s:5:\"title\";s:30:\"Ursula Jones &#8211; Traveller\";s:2:\"id\";i:73550;s:12:\"publish-date\";i:1681833186;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/04/ursulajones-traveller.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/ursulajones-traveller-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/ursulajones-traveller-400x600.jpg\";s:14:\"astra-site-url\";s:53:\"//websitedemos.net/ursulajones-traveller-index-bio-02\";s:20:\"astra-site-parent-id\";i:3190;s:15:\"astra-sites-tag\";a:10:{i:1918;s:5:\"beach\";i:1023;s:6:\"beauty\";i:3064;s:4:\"life\";i:541;s:9:\"mountains\";i:3181;s:6:\"sunset\";i:427;s:6:\"travel\";i:3179;s:18:\"travel-photography\";i:3178;s:9:\"traveller\";i:3180;s:10:\"travelling\";i:3182;s:14:\"traveltheworld\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1192:\"<!-- wp:paragraph -->\n<p>The Social Media Travel Influencer link in bio template is a flexible alternative to Linktree. It’s good-looking, flexible, and fully responsive so it will look just as good on any device and screen size.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Link in bio pages are the latest way to show off your work. They are simple landing pages where you can share your links and gather an audience, and the Social Media Travel Influencer link in bio template is the perfect way to do it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Social Media Travel Influencer link in bio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Attractive Landing tree alternative</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works well on any screen size</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable using built-in tools</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content and link areas</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:92:\"The Social Media Travel Influencer link in bio template has everything to attract attention!\";s:5:\"pages\";a:1:{s:8:\"id-73551\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/04/ursulajones-traveller-index-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/04/ursulajones-traveller-index-bio-02-600x347.jpg\";s:18:\"astra-page-api-url\";s:81:\"https://websitedemos.net/ursulajones-traveller-index-bio-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ursulajones-traveller-index-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73411\";a:24:{s:5:\"title\";s:19:\"Artist Multipurpose\";s:2:\"id\";i:73411;s:12:\"publish-date\";i:1681496599;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-1-600x1546.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-1-400x1030.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/artist-multipurpose-02\";s:20:\"astra-site-parent-id\";i:3140;s:15:\"astra-sites-tag\";a:13:{i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:2299;s:16:\"artist-portfolio\";i:2456;s:7:\"generic\";i:2667;s:16:\"generic-template\";i:1526;s:13:\"multi-purpose\";i:2493;s:12:\"multipurpose\";i:614;s:7:\"painter\";i:2284;s:14:\"painter-artist\";i:1512;s:8:\"painting\";i:861;s:9:\"paintings\";i:3013;s:8:\"template\";i:2726;s:13:\"visual-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:5:{i:2802;s:6:\"artist\";i:2791;s:8:\"creative\";i:2860;s:12:\"multipurpose\";i:2770;s:8:\"personal\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2500;s:12:\"multipurpose\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1289:\"<!-- wp:paragraph -->\n<p>The Artist Generic Multipurpose template is a classy design ideal for showing off your creative work, building an online portfolio, and sharing your story with the world. If you’re looking to attract sponsors, and clients or build a community, this is the template you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is trendy, with a soft background color, a free-flowing layout, and a subtle parallax effect. There are content blocks throughout as well as a large portfolio section and an attractive gallery page to showcase your work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Artist Generic Multipurpose template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Classy modern design with instant engagement</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Frameless layout works amazingly well</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive portfolio sections and gallery page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and SEO-friendly</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"The Artist Generic Multipurpose template is all the portfolio you need to share your work\";s:5:\"pages\";a:4:{s:8:\"id-73412\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-about-600x1198.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/artist-multipurpose-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/artist-multipurpose-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73413\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-contact-600x654.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/artist-multipurpose-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/artist-multipurpose-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73414\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-gallery-600x793.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/artist-multipurpose-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/artist-multipurpose-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73415\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/04/artist-multipurpose-02-600x1546.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/artist-multipurpose-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/artist-multipurpose-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19884\";a:24:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:19884;s:12:\"publish-date\";i:1544174928;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-01\";s:20:\"astra-site-parent-id\";i:184;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23776\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-home-screenshot.png\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23769\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-about-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23781\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-services-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23780\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-projects-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23772\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/outdoor-adventure-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23772-outdoor-adventure-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71238\";a:24:{s:5:\"title\";s:15:\"Game Dev Studio\";s:2:\"id\";i:71238;s:12:\"publish-date\";i:1672852753;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-600x2839.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/05/game-dev-studio-07-400x1892.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/game-dev-studio-04\";s:20:\"astra-site-parent-id\";i:3071;s:15:\"astra-sites-tag\";a:8:{i:652;s:4:\"game\";i:3073;s:16:\"game-development\";i:3077;s:10:\"gamedesign\";i:3074;s:7:\"gamedev\";i:3075;s:13:\"gamedeveloper\";i:3072;s:6:\"gaming\";i:1510;s:6:\"studio\";i:3076;s:10:\"videogames\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2791;s:8:\"creative\";i:2768;s:9:\"portfolio\";i:2779;s:16:\"software-company\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1278:\"<!-- wp:paragraph -->\n<p>The Game Dev Studio template has everything a development studio needs in a website. Content boxes, fullscreen design with amazing background images, blocks to showcase your games and extra areas to help you tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Game Dev Studio template is a dark design with colorful images, bright modern fonts and a mix of common content areas. There are options to highlight new releases, updates, blog posts and share your story throughout the theme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Game Dev Studio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern Game Dev Studio website design ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dark design with colorful imagery throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas that can be customized to suit</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of optional page elements to create a unique experience</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:65:\"Powerful Game Dev Studio template designed to appeal to the niche\";s:5:\"pages\";a:4:{s:8:\"id-71240\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-contact-600x919.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/game-dev-studio-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/game-dev-studio-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71239\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-about-600x2701.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/game-dev-studio-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/game-dev-studio-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71241\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-600x2821.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/game-dev-studio-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/game-dev-studio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71242\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/01/game-dev-studio-04-projects-600x1465.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/game-dev-studio-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/game-dev-studio-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59589\";a:24:{s:5:\"title\";s:9:\"Lotus Spa\";s:2:\"id\";i:59589;s:12:\"publish-date\";i:1646330912;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-600x2915.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-400x1943.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-02\";s:20:\"astra-site-parent-id\";i:2638;s:15:\"astra-sites-tag\";a:9:{i:2643;s:19:\"ayurvedic-treatment\";i:2642;s:8:\"body-spa\";i:2641;s:13:\"curative-bath\";i:2639;s:9:\"lotus-spa\";i:528;s:7:\"massage\";i:530;s:3:\"spa\";i:2640;s:8:\"spa-club\";i:2644;s:11:\"spa-therapy\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2822;s:15:\"massage-therapy\";i:2856;s:3:\"spa\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1248:\"<!-- wp:paragraph -->\n<p>The Lotus Spa template is a feminine theme with a lovely blend of images and colors that suits the niche perfectly. The design is calm, confident and welcomes you as soon as you land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every page reflects the core design with comfortable colors and fonts, effective imagery and the content blocks you expect to see on the page. Everything you see can be fully customized too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Lotus Spa template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Warm and welcoming design perfect for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Exceptional use of color, fonts and white space</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of content blocks including product and service sections</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Effective contact page including map for ease of use</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Social media elements built into the design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Relaxed spa template that’s useful for many types of beauty or wellness business\";s:5:\"pages\";a:4:{s:8:\"id-59590\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-about-600x2079.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59591\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-contact-600x931.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/647\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59592\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02home-600x2915.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59593\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/lotus-spa-02-services-600x2746.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-02/wp-json/wp/v2/pages/467\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71556\";a:24:{s:5:\"title\";s:24:\"Finance &amp; Consulting\";s:2:\"id\";i:71556;s:12:\"publish-date\";i:1676369679;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-600x1970.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-400x1313.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/finance-consulting-04\";s:20:\"astra-site-parent-id\";i:3091;s:15:\"astra-sites-tag\";a:10:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:2288;s:19:\"business-consulting\";i:449;s:20:\"chartered-accountant\";i:1898;s:10:\"consulting\";i:446;s:7:\"finance\";i:3092;s:18:\"finance-consultant\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:6:{i:2823;s:10:\"accounting\";i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2805;s:7:\"finance\";i:2866;s:9:\"insurance\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1335:\"<!-- wp:paragraph -->\n<p>The Finance &amp; Consulting template uses a fullscreen design with bold colors and fonts to make a great first impression. The template includes all the primary pages you’re likely to need including service pages, about, clients, a jobs page and contact page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Finance &amp; Consulting template covers all the needs of a company in this niche. All page elements are fully customizable and you can add or remove as you see fit. With a couple of modest but impressive animations, this could be the only template you ever need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Finance &amp; Consulting template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Elegant design with an upscale feel ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive fullscreen design with customizable colors and typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes parallax scrolling and animations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Entire template can be fully customized without touching code</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:69:\"Upscale Finance & Consulting template suitable for any business niche\";s:5:\"pages\";a:6:{s:8:\"id-71558\";a:12:{s:5:\"title\";s:7:\"Careers\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-careers.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-careers-600x1416.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/finance-consulting-04/careers/\";s:15:\"astra-sites-tag\";a:1:{i:3093;s:7:\"careers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71559\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-clients.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-clients-600x1709.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/finance-consulting-04/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71560\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-contact-600x842.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/finance-consulting-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71561\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-600x1970.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/finance-consulting-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71562\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-services-600x1436.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/finance-consulting-04/home/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71557\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/finance-consulting-04-about-600x1562.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/finance-consulting-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/finance-consulting-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69429\";a:24:{s:5:\"title\";s:14:\"Blingg Jewelry\";s:2:\"id\";i:69429;s:12:\"publish-date\";i:1663782015;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-600x2006.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-400x1337.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/blingg-jewelry-store-04\";s:20:\"astra-site-parent-id\";i:2911;s:15:\"astra-sites-tag\";a:12:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2912;s:9:\"jewellery\";i:2382;s:15:\"jewellery-store\";i:731;s:7:\"jewelry\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2913;s:4:\"ring\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:946:\"<!-- wp:paragraph -->\n<p>The Blingg Jewelry website template has an elegant feel ideal for jewelry or upmarket stores. Subtle colors, stylish fonts and great use of images and whitespace creates that feeling of luxury customers will love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes simple navigation with a shopping cart at the top and lots of space in the page for products, special offers, featured products and confidence messages. All designed to encourage shoppers to explore and to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Blingg Jewelry template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant eCommerce theme ideal for the luxury niche</li><li>Superb layout with plenty of whitespace</li><li>Multiple options for showcasing products</li><li>Nice pastel colors and font choices</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:68:\"Stylish eCommerce template with a lot of upmarket touches to convert\";s:5:\"pages\";a:3:{s:8:\"id-69431\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-contact-600x903.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/blingg-jewelry-store-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/blingg-jewelry-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69432\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-600x2006.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/blingg-jewelry-store-04/wp-json/wp/v2/pages/68\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/blingg-jewelry-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-69430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/09/blingg-jewellery-04-about-600x1462.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/blingg-jewelry-store-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/blingg-jewelry-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48078\";a:24:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:48078;s:12:\"publish-date\";i:1603893485;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1-600x1377.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1-400x918.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-08\";s:20:\"astra-site-parent-id\";i:1698;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-600x1377.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48079\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-1-600x731.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48083\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-1-600x1162.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48082\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-1-600x1218.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-1-600x598.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73443\";a:24:{s:5:\"title\";s:24:\"ArchMasters Architecture\";s:2:\"id\";i:73443;s:12:\"publish-date\";i:1681501675;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-600x2302.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-400x1535.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/archmasters-architecture-02\";s:20:\"astra-site-parent-id\";i:3144;s:15:\"astra-sites-tag\";a:9:{i:435;s:12:\"architecture\";i:1898;s:10:\"consulting\";i:3008;s:6:\"design\";i:2456;s:7:\"generic\";i:2667;s:16:\"generic-template\";i:1526;s:13:\"multi-purpose\";i:2493;s:12:\"multipurpose\";i:3146;s:8:\"planning\";i:3145;s:19:\"project-managements\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2795;s:12:\"architecture\";i:2791;s:8:\"creative\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1212:\"<!-- wp:paragraph -->\n<p>The Architect Generic Multipurpose template is a dark design with a free-flowing structure that’s great for big ideas. It uses bold fonts and largely monochrome colors with pops of color provided by imagery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a niche design but you could easily use it to showcase your designs, build an online portfolio of work and help attract clients by telling your story. The design is fully responsible and fully customizable, so you could tweak it to fit your brand perfectly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Architect Generic Multipurpose template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Dark portfolio website is ideal for showing your work</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Creates a feeling of style and luxury</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas and portfolio sections</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"The Architect Generic Multipurpose template is everything you need to build a client base\";s:5:\"pages\";a:5:{s:8:\"id-73444\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-about.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-about-600x2087.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/archmasters-architecture-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/archmasters-architecture-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73445\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-contact-600x822.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/archmasters-architecture-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/archmasters-architecture-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73446\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-600x2302.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/archmasters-architecture-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/archmasters-architecture-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73447\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-portfolio-600x2004.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/archmasters-architecture-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/archmasters-architecture-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-73448\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-services.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2023/04/archmasters-architecture-02-services-600x1805.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/archmasters-architecture-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/archmasters-architecture-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-72543\";a:24:{s:5:\"title\";s:22:\"Photographer Portfolio\";s:2:\"id\";i:72543;s:12:\"publish-date\";i:1679309579;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-600x2414.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-400x1609.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/portfolio-photographer-04\";s:20:\"astra-site-parent-id\";i:3125;s:15:\"astra-sites-tag\";a:10:{i:3114;s:5:\"photo\";i:2409;s:9:\"photoblog\";i:511;s:12:\"photographer\";i:1008;s:21:\"photographer-homepage\";i:3126;s:22:\"photographer-portfolio\";i:509;s:11:\"photography\";i:1580;s:6:\"photos\";i:3113;s:10:\"photoshoot\";i:444;s:9:\"portfolio\";i:425;s:8:\"services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:6:{i:2791;s:8:\"creative\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2783;s:6:\"resume\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1271:\"<!-- wp:paragraph -->\n<p>The Photographer Portfolio template is a fantastic dark, fullscreen design that lets your work speak for itself. It opens with a large image slider where you can showcase your latest and greatest and includes extra gallery areas to show off more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has an upscale feel with well-chosen typography, balanced pages, calm colors, smart layout options and all the elements you need for an effective portfolio. There are also readymade pages for your gallery, services, biography and contact all ready to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Photographer Portfolio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Stylish dark design with an elegant feel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of options to showcase images, videos or other work</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well-balanced page with lots of flexible content areas</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Engaging colors and typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"The Photographer Portfolio template is all you need to build a stylish online portfolio\";s:5:\"pages\";a:5:{s:8:\"id-72545\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-contact-600x715.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/portfolio-photographer-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/portfolio-photographer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72546\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-gallery-600x4467.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/portfolio-photographer-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/portfolio-photographer-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72547\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-600x2414.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/portfolio-photographer-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/portfolio-photographer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72544\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-about-me.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-about-me-600x1777.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/portfolio-photographer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/portfolio-photographer-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72548\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-services.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/portfolio-photographer-04-services-600x1716.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/portfolio-photographer-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/portfolio-photographer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59455\";a:24:{s:5:\"title\";s:20:\"Construction Company\";s:2:\"id\";i:59455;s:12:\"publish-date\";i:1674834221;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-600x3410.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-400x2273.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/construction-company-02\";s:20:\"astra-site-parent-id\";i:2620;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:3078;s:7:\"builder\";i:692;s:8:\"business\";i:484;s:12:\"construction\";i:795;s:10:\"contractor\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1375:\"<!-- wp:paragraph -->\n<p>The Construction Company template is a bright and engaging design with bold colors, plenty of images and lots of whitespace to add balance. The homepage includes lots of content and service areas, somewhere to show off building projects and lots more besides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Construction Company template comes with readymade pages for projects, services, about the company and a contact and quote page. Elements also include FAQs, testimonials, social media, a contact form and very attractive headers and footers. Everything a business needs for their online presence!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction Company template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Bright and engaging design ideal for construction companies</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well-balanced design with equal areas of boldness and whitespace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes typical page elements a construction company would need</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Template can be fully customized without touching code</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Construction Company has everything a building firm needs to launch a website\";s:5:\"pages\";a:5:{s:8:\"id-59456\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-about-600x1612.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/construction-company-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/construction-company-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-contact-us-600x1386.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/construction-company-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/construction-company-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-600x3410.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/construction-company-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/construction-company-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59459\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-projects-600x1167.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/construction-company-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59460\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/01/construction-company-02-services-600x1113.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/construction-company-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:59455;s:26:\"related-gutenberg-template\";i:68254;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2719,'astra-sites-and-pages-page-9','a:15:{s:8:\"id-59077\";a:24:{s:5:\"title\";s:19:\"Recycled Shoe Store\";s:2:\"id\";i:59077;s:12:\"publish-date\";i:1643646115;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/recycled-shoe-store-04\";s:20:\"astra-site-parent-id\";i:2574;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2878;s:5:\"shoes\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"svg-support\";s:4:\"init\";s:27:\"svg-support/svg-support.php\";s:4:\"name\";s:11:\"SVG Support\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1301:\"<!-- wp:paragraph -->\n<p>The Recycled Shoe Store template is a contemporary eCommerce design with full screen image on the homepage and lots of whitespace throughout. It’s an attractive design that could be fully customized for any type of store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of whitespace means images and graphics really stand out. Pages include featured product areas, calls to action and all those elements an online store needs, including an attractive checkout page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Recycled Shoe Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary store design with lots of white space</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Plenty of customizable product feature blocks</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Simple header with cart and search elements</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Effective product pages with filters and search</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Extra content pages that can be customized as required</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Appealing eCommerce design ideal for a wide range of stores covering every niche\";s:5:\"pages\";a:5:{s:8:\"id-59078\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/859\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/recycled-shoe-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59079\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-home-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recycled-shoe-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59080\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-lookbook.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/recycled-shoe-store-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59081\";a:12:{s:5:\"title\";s:4:\"Sale\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-sale.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-sale.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/recycled-shoe-store-04/sale/\";s:15:\"astra-sites-tag\";a:2:{i:2575;s:8:\"discount\";i:2063;s:5:\"sales\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59082\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-story.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/recycled-shoe-store-story.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/recycled-shoe-store-04/wp-json/wp/v2/pages/524\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/recycled-shoe-store-04/story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-72600\";a:24:{s:5:\"title\";s:9:\"Tanz Tech\";s:2:\"id\";i:72600;s:12:\"publish-date\";i:1679481663;s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-600x3437.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-400x2291.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/saas-04\";s:20:\"astra-site-parent-id\";i:3128;s:15:\"astra-sites-tag\";a:7:{i:2712;s:9:\"analytics\";i:3131;s:10:\"automation\";i:692;s:8:\"business\";i:3132;s:19:\"business-operations\";i:2708;s:4:\"saas\";i:3130;s:4:\"tech\";i:3129;s:10:\"technology\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1281:\"<!-- wp:paragraph -->\n<p>The Tanz Tech template is a youthful flat design ideal for agencies and tech businesses. It uses light colors, sans serif fonts, and graphics to draw you in and tell your story. It’s an excellent design that could work for any type of business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is easy going and helps build confidence in the visitor, ideal for converting them into customers. There are flexible content areas, alternating dark and light sections, and lots of opportunities to engage, inform and convert. Everything a business needs to succeed online!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Tanz Tech template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Youthful design ideal for many types of business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Light, welcoming colors and typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive page features that can be customized with ease</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Essential supplementary pages already built</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"The Tanz Tech template is welcoming, well-designed and ideal for any type of business\";s:5:\"pages\";a:5:{s:8:\"id-72604\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-600x3437.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/saas-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/saas-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72601\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-about-600x2338.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/saas-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/saas-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72602\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-contact-600x1061.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/saas-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/saas-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72603\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-features.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-features-600x2271.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/saas-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/saas-04/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72605\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/03/saas-04-pricing-600x1445.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/saas-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/saas-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18035\";a:24:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:18035;s:12:\"publish-date\";i:1514381509;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-01\";s:20:\"astra-site-parent-id\";i:149;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-23419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23417\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23418\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23418-brandstore-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-01/wp-json/wp/v2/pages/414\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48050\";a:24:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:48050;s:12:\"publish-date\";i:1603830906;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-600x1827.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-400x1218.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-08\";s:20:\"astra-site-parent-id\";i:1695;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1380:\"<!-- wp:paragraph -->\n<p>Let your brand shine with our Brandstore website template. The Brandstore template is a simple, clean, mobile-friendly design, helping customers shop from anywhere. The template is built to integrate with WooCommerce seamlessly, so you can start showcasing your products in minutes and accept online payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have a range of custom page templates for you to use as the foundation for your site and a range of beautiful preset designs we’ve created. It’s a modern design with a lot to recommend it, ideal for online stores.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Brandstore template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>High converting and lightweight online store template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Seamless integration with WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive hero image to display your best products and offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Host of customization options from colors and typography to layout and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works perfectly well on mobile devices</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:437:\"Let your brand shine with our Brandstore website template. The Brandstore template is a simple, clean, mobile-friendly design, helping customers shop from anywhere. The template is built to integrate with WooCommerce seamlessly, so you can start showcasing your products in minutes and accept online payments. We also have a range of custom page templates for &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:3:{s:8:\"id-48053\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-600x1827.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48051\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-2-600x1491.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48052\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-2-600x888.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75348;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73530\";a:24:{s:5:\"title\";s:29:\"Joan Thomas &#8211; Traveller\";s:2:\"id\";i:73530;s:12:\"publish-date\";i:1681831828;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/joanthomas-traveller-bio.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/04/joanthomas-traveller-bio-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/04/joanthomas-traveller-bio-400x600.jpg\";s:14:\"astra-site-url\";s:52:\"//websitedemos.net/joanthomas-traveller-index-bio-02\";s:20:\"astra-site-parent-id\";i:3183;s:15:\"astra-sites-tag\";a:10:{i:1918;s:5:\"beach\";i:1023;s:6:\"beauty\";i:3064;s:4:\"life\";i:541;s:9:\"mountains\";i:3181;s:6:\"sunset\";i:427;s:6:\"travel\";i:3179;s:18:\"travel-photography\";i:3178;s:9:\"traveller\";i:3180;s:10:\"travelling\";i:3182;s:14:\"traveltheworld\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1391:\"<!-- wp:paragraph -->\n<p>This link in bio for travel influencers template offers you all the tools you need to re-route your followers to all your social networks. Promote your website and your products or include your affiliate links so that your audience can financially support your adventures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is the perfect Linktree alternative template as it has a very easygoing design you can set up in minutes, while at the same time, it can be expanded in features as your online presence grows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the link in bio for travel influencers template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Minimal design with an attention-grabbing world map in the background.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable. Use the colors, fonts, and pictures you want.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Mobile-ready. Linking sections adapt to the size of any screen.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Versatile. Expand its features as much as you need.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Use it with your own domain.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:105:\"The link in bio for travel influencers template gives you all the features you need as a content creator.\";s:5:\"pages\";a:1:{s:8:\"id-73531\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/joanthomas-traveller-index-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/04/joanthomas-traveller-index-bio-02-600x347.jpg\";s:18:\"astra-page-api-url\";s:81:\"https://websitedemos.net/joanthomas-traveller-index-bio-02/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/joanthomas-traveller-index-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20478\";a:24:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:20478;s:12:\"publish-date\";i:1545657559;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-05\";s:20:\"astra-site-parent-id\";i:165;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-23567\";a:12:{s:5:\"title\";s:8:\"Homepage\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/448\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23565\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/brandstore-05-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/brandstore-05/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-70901\";a:24:{s:5:\"title\";s:21:\"Digital Product Store\";s:2:\"id\";i:70901;s:12:\"publish-date\";i:1670588688;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-600x2475.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-400x1650.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/design-resource-02\";s:20:\"astra-site-parent-id\";i:3007;s:15:\"astra-sites-tag\";a:15:{i:3011;s:8:\"creative\";i:3008;s:6:\"design\";i:670;s:8:\"designer\";i:3018;s:14:\"digitalproduct\";i:3019;s:12:\"digitalstore\";i:3009;s:8:\"download\";i:3016;s:19:\"easydigitaldownload\";i:3017;s:9:\"eddplugin\";i:3015;s:12:\"freedownload\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:3010;s:6:\"mockup\";i:3012;s:11:\"socialmedia\";i:3013;s:8:\"template\";i:3014;s:4:\"uiux\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2791;s:8:\"creative\";i:2812;s:14:\"digital-agency\";i:2769;s:9:\"ecommerce\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1262:\"<!-- wp:paragraph -->\n<p>The Digital Product Store website template is a contemporary eCommerce design designed to convert using calm colors, simple design and effective typography. It’s a relaxed design with frameless sections and a centralized product area to showcase your wares.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Digital Product Store template includes highlighted product areas, icon-driven navigation, testimonials, subscription option and attractive supplementary pages. The entire design can be fully customized to suit any products or type of store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Digital Product Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary Digital Product website design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Calm design with engaging elements designed to convert</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of product showcase options</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized for any type of online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:67:\"Contemporary digital product store template that engages right away\";s:5:\"pages\";a:4:{s:8:\"id-70903\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-contact-600x1022.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/design-resource-02/wp-json/wp/v2/pages/808\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/design-resource-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70904\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-600x2475.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/design-resource-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/design-resource-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70905\";a:12:{s:5:\"title\";s:7:\"Premium\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-premium.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-premium-600x1355.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/design-resource-02/wp-json/wp/v2/pages/901\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/design-resource-02/premium/\";s:15:\"astra-sites-tag\";a:1:{i:1844;s:7:\"premium\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70902\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/12/design-resource-02-about-600x1179.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/design-resource-02/wp-json/wp/v2/pages/645\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/design-resource-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73525\";a:24:{s:5:\"title\";s:29:\"Emily Smith &#8211; Traveller\";s:2:\"id\";i:73525;s:12:\"publish-date\";i:1681831161;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/emilysmith-traveller-bio.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/04/emilysmith-traveller-bio-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/04/emilysmith-traveller-bio-400x600.jpg\";s:14:\"astra-site-url\";s:52:\"//websitedemos.net/emilysmith-traveller-index-bio-02\";s:20:\"astra-site-parent-id\";i:3177;s:15:\"astra-sites-tag\";a:10:{i:1918;s:5:\"beach\";i:1023;s:6:\"beauty\";i:3064;s:4:\"life\";i:541;s:9:\"mountains\";i:3181;s:6:\"sunset\";i:427;s:6:\"travel\";i:3179;s:18:\"travel-photography\";i:3178;s:9:\"traveller\";i:3180;s:10:\"travelling\";i:3182;s:14:\"traveltheworld\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1293:\"<!-- wp:paragraph -->\n<p>Our link in bio template has all the tools you need to simplify your online presence as a travel influencer. Share your travel adventures, connect your social media profiles, and drive your fans ‌wherever you need to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A great alternative to Linktree that you can easily set up. With way more design options and advanced features that you can implement as your influence as a traveler grows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the link in bio for travel influencers template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clean and vibrant design with a cheerful background.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Match your brand by changing the colors, images, or fonts used.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Responsive. Everything will look great on small screens.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with Elementor and other page builders.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Grow in features as your business expands.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be used with your own domain name.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:103:\"The travel influencers template gives you all the features you need to create a great link in bio site.\";s:5:\"pages\";a:1:{s:8:\"id-73526\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/emilysmith-traveller-index-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2023/04/emilysmith-traveller-index-bio-02-600x347.jpg\";s:18:\"astra-page-api-url\";s:82:\"https://websitedemos.net/emilysmith-traveller-index-bio-02/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/emilysmith-traveller-index-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69418\";a:24:{s:5:\"title\";s:7:\"Be Bold\";s:2:\"id\";i:69418;s:12:\"publish-date\";i:1663781995;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-600x2255.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-400x1503.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/be-bold-beauty-store-04\";s:20:\"astra-site-parent-id\";i:2910;s:15:\"astra-sites-tag\";a:11:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:2384;s:21:\"beauty-products-store\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2479;s:6:\"beauty\";i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:900:\"<!-- wp:paragraph -->\n<p>The Be Bold template reflects the quality of many successful stores, well-chosen colors and fonts, confidence-inspiring feel and a genuine elegance that inspires you to purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a full width template that uses every inch of screen to help create that image of a lifestyle. Amazing images, attractive product showcases and parallax effects help create the same feeling you get from well-known brand stores. All designed to help you convert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Be Bold template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional-quality eCommerce template</li><li>Superb use of colors and fonts</li><li>Designed to sell using images</li><li>Awesome layout and design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Upscale eCommerce template that inspires confidence and encourages you to buy\";s:5:\"pages\";a:3:{s:8:\"id-69419\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-about-600x1530.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/be-bold-beauty-store-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/be-bold-beauty-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69420\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-contact-600x992.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/be-bold-beauty-store-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/be-bold-beauty-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69421\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/be-bold-beauty-store-04-600x2255.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/be-bold-beauty-store-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/be-bold-beauty-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73493\";a:24:{s:5:\"title\";s:12:\"Video Editor\";s:2:\"id\";i:73493;s:12:\"publish-date\";i:1681736609;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-600x2238.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-400x1492.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/video-editor-04\";s:20:\"astra-site-parent-id\";i:3162;s:15:\"astra-sites-tag\";a:11:{i:3170;s:14:\"cinematography\";i:3165;s:7:\"editing\";i:3168;s:10:\"filmmaking\";i:489;s:10:\"production\";i:3066;s:5:\"video\";i:3163;s:12:\"videoediting\";i:3166;s:11:\"videoeditor\";i:3164;s:10:\"videoedits\";i:3169;s:12:\"videographer\";i:514;s:11:\"videography\";i:3167;s:15:\"videoproduction\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2801;s:5:\"video\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1227:\"<!-- wp:paragraph -->\n<p>The Video Editor template is a dark responsive portfolio design that can be customized to suit anyone. It’s nicely balanced and contains the essential elements to showcase your skills and your work in creative ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes support for video, images and audio and includes video elements on the main page and a portfolio block to tease your latest creations. Pages include an attractive portfolio page, contact form, biography and everything you need to appeal to potential clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Video Editor template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern dark portfolio template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Supports video, audio and images</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well-balanced main and supplementary pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes support for galleries, portfolios and biographies</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"The Video Editor template is everything a videographer needs to attract new clients.\";s:5:\"pages\";a:5:{s:8:\"id-73494\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-about-600x1673.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/video-editor-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/video-editor-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73495\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-contact-600x486.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/video-editor-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/video-editor-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73496\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-600x2238.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/video-editor-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/video-editor-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73497\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-services-600x1530.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/video-editor-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/video-editor-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73498\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-work.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/video-editor-04-work-600x1715.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/video-editor-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/video-editor-04/work/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-60297\";a:24:{s:5:\"title\";s:17:\"Day Care Services\";s:2:\"id\";i:60297;s:12:\"publish-date\";i:1676367698;s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-600x4393.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-400x2928.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/daycare-02\";s:20:\"astra-site-parent-id\";i:2679;s:15:\"astra-sites-tag\";a:7:{i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:425;s:8:\"services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2772;s:9:\"education\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1322:\"<!-- wp:paragraph -->\n<p>The Day Care Services template is a bright and colorful template that reflects the playfulness of the childcare niche perfectly. It’s a light, bright, energetic design with all the elements a day care service would need from their website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages include an engaging homepage, program and admissions pages, about, contact and an enrolment page. More pages can be added in seconds and configured using a drag and drop page builder. It’s a very flexible theme where you can customize everything you see on the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Day Care Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Bright and colorful template that reflects the playfulness of the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes all the essential pages and page elements you need</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Option to add or remove everything you see on the page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of opportunities to use images for engagement</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"The Day Care Services template is everything a childcare service could need\";s:5:\"pages\";a:5:{s:8:\"id-60298\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-about-600x2437.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/daycare-02/wp-json/wp/v2/pages/452\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/daycare-02/about/\";s:15:\"astra-sites-tag\";a:6:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-60299\";a:12:{s:5:\"title\";s:9:\"Admission\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-admission.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-admission-600x1147.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/daycare-02/wp-json/wp/v2/pages/938\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/daycare-02/admission/\";s:15:\"astra-sites-tag\";a:7:{i:2680;s:9:\"admission\";i:2682;s:7:\"educate\";i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:2681;s:4:\"play\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-60300\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-contact-600x1061.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-02/wp-json/wp/v2/pages/1059\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-02/contact/\";s:15:\"astra-sites-tag\";a:7:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:2682;s:7:\"educate\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:2683;s:5:\"learn\";i:2681;s:4:\"play\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-60301\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-600x4393.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/daycare-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/daycare-02/\";s:15:\"astra-sites-tag\";a:6:{i:2682;s:7:\"educate\";i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:2683;s:5:\"learn\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-60302\";a:12:{s:5:\"title\";s:7:\"Program\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-program.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/04/daycare-program-600x2934.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/daycare-02/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-02/program/\";s:15:\"astra-sites-tag\";a:7:{i:2682;s:7:\"educate\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:2683;s:5:\"learn\";i:2681;s:4:\"play\";i:2684;s:7:\"program\";i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:60297;s:26:\"related-gutenberg-template\";i:71474;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71576\";a:24:{s:5:\"title\";s:21:\"Blockchain Technology\";s:2:\"id\";i:71576;s:12:\"publish-date\";i:1676371662;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-600x2398.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-400x1598.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/blockchain-technology-04\";s:20:\"astra-site-parent-id\";i:3094;s:15:\"astra-sites-tag\";a:8:{i:3097;s:7:\"bitcoin\";i:3095;s:10:\"blockchain\";i:3096;s:20:\"blockchaintechnology\";i:3101;s:16:\"blockchaintrends\";i:3098;s:6:\"crypto\";i:3100;s:9:\"cryptoart\";i:3102;s:12:\"cryptoartist\";i:3099;s:4:\"nfts\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2777;s:8:\"business\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1241:\"<!-- wp:paragraph -->\n<p>The Blockchain Technology template has been designed for tech companies and has a very modern look and feel that reflects the niche. The template includes all the core page elements and pages you’re likely to need, along with page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is inherently flexible with bold contrasting colors, parallax scrolling and the engagement opportunities any type of tech business could use to drum up business. It’s a very accomplished design with unique appeal!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Blockchain Technology template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Accomplished design ideal for the tech niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes all the core pages a tech business might need</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Excellent use of color and typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible layouts with page builder compatibility</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Blockchain Technology is a stylish design ideal for any kind of tech business\";s:5:\"pages\";a:4:{s:8:\"id-71577\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-about.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-about-600x1279.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blockchain-technology-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/blockchain-technology-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-71578\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-contact-600x816.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blockchain-technology-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/blockchain-technology-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71579\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-600x2398.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blockchain-technology-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/blockchain-technology-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71580\";a:12:{s:5:\"title\";s:9:\"Resources\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-resources.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/blockchain-technology-04-resources-600x1273.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/blockchain-technology-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/blockchain-technology-04/resources/\";s:15:\"astra-sites-tag\";a:1:{i:3103;s:9:\"resources\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73545\";a:24:{s:5:\"title\";s:35:\"Kate Stone &#8211; Fashion Designer\";s:2:\"id\";i:73545;s:12:\"publish-date\";i:1681832611;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/04/kate-stone-designer.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/kate-stone-designer-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/kate-stone-designer-400x600.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/kate-stone-designer-bio-02\";s:20:\"astra-site-parent-id\";i:3189;s:15:\"astra-sites-tag\";a:18:{i:2924;s:3:\"bio\";i:2150;s:2:\"cv\";i:670;s:8:\"designer\";i:482;s:7:\"fashion\";i:2164;s:15:\"fashion-blogger\";i:2327;s:16:\"fashion-designer\";i:2351;s:26:\"fashion-designer-portfolio\";i:2161;s:18:\"fashion-influencer\";i:3173;s:11:\"link-in-bio\";i:3185;s:6:\"linkin\";i:3187;s:5:\"links\";i:3186;s:8:\"linktree\";i:3124;s:18:\"personal-portfolio\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2212;s:12:\"social-media\";i:2163;s:23:\"social-media-influencer\";i:3012;s:11:\"socialmedia\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1181:\"<!-- wp:paragraph -->\n<p>The Designer link in bio template provides the same advantages as Linktree but with more design freedom. It’s a fully responsive template with many more opportunities to customize it and make it your own using your favorite page builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Designer link in bio template is a landing page where you can share links to your website, socials, and anywhere you like. They are used extensively to help promote yourself and your skills with a simple, engaging page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Designer link in bio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Attractive Linktree alternative</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works on any screen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customize everything you see on the page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Share links and resources easily</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"The Designer link in bio template is the Linktree alternative you’re looking for\";s:5:\"pages\";a:1:{s:8:\"id-73546\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/04/kate-stone-designer-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/04/kate-stone-designer-bio-02-600x349.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/kate-stone-designer-bio-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kate-stone-designer-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69858\";a:24:{s:5:\"title\";s:17:\"Black Friday Sale\";s:2:\"id\";i:69858;s:12:\"publish-date\";i:1668541699;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/black-friday-sale-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/black-friday-sale-04-600x2927.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/black-friday-sale-04-400x1951.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/black-friday-sale-04\";s:20:\"astra-site-parent-id\";i:2990;s:15:\"astra-sites-tag\";a:10:{i:2994;s:26:\"black-friday-sales-landing\";i:2991;s:12:\"black-friday\";i:2992;s:11:\"blackfriday\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2387;s:13:\"fashion-store\";i:2389;s:20:\"online-fashion-store\";i:383;s:12:\"online-store\";i:2993;s:13:\"sales-landing\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:5:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1221:\"<!-- wp:paragraph -->\n<p>The Black Friday Sale template makes it so very simple to feature a seasonal sale on your website. It’s a bright, bold and engaging template with the dark design Black Friday is known for with the speed and ease of use Astra is so well known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Black Friday Sale template is a seasonal sale landing page with countdown timer, product showcases, logo area, discount banners and the option to add any page element you need. It’s the easiest way to engage on such a busy shopping day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Black Friday Sale template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern landing page template for Black Friday</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Modern and engaging fonts and colors</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Plenty of product and offer elements throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Designed to engage and convert</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Black Friday Sale landing page template designed to boost profits in your store.\";s:5:\"pages\";a:1:{s:8:\"id-69859\";a:12:{s:5:\"title\";s:30:\"Black Friday Sale Landing Page\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/black-friday-sale-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/black-friday-sale-04-600x2927.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/black-friday-sale-04/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/black-friday-sale-04/\";s:15:\"astra-sites-tag\";a:3:{i:2994;s:26:\"black-friday-sales-landing\";i:2991;s:12:\"black-friday\";i:2992;s:11:\"blackfriday\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69690\";a:24:{s:5:\"title\";s:15:\"Halloween Party\";s:2:\"id\";i:69690;s:12:\"publish-date\";i:1665165528;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-600x2209.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-400x1473.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/halloween-party-04\";s:20:\"astra-site-parent-id\";i:2930;s:15:\"astra-sites-tag\";a:11:{i:597;s:3:\"art\";i:2947;s:8:\"autumn-2\";i:2946;s:15:\"halloweeenparty\";i:2943;s:11:\"halloween-2\";i:2944;s:18:\"halloweencostume-2\";i:2948;s:16:\"halloweendecor-2\";i:2951;s:17:\"halloweenmakeup-2\";i:2950;s:16:\"happyhalloween-2\";i:2952;s:9:\"pumpkin-2\";i:2953;s:14:\"spookyseason-2\";i:2949;s:12:\"trcikortreat\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:1:{i:2784;s:5:\"event\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:999:\"<!-- wp:paragraph -->\n<p>The Halloween Party template is a lot of fun. Bold colors, stylish fonts and some amazing graphics create an awesome atmosphere ideal for the holiday. It’s bright, engaging and a lot of fun, which makes it ideal for almost any use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The page opens with a strong image, header and call to action before opening out into service and product areas. The colors are synonymous with Halloween, the illustrations are great and there’s a real sense of playfulness about the design. It’s perfect for Halloween!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Halloween Party template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Fun-filled template ideal for Halloween</li><li>Well-chosen colors, fonts and layout</li><li>Can be used as a single page, landing page or traditional website</li><li>Amazing graphics</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"The Halloween Party template is simply amazing. It’s perfect for Halloween!\";s:5:\"pages\";a:5:{s:8:\"id-69691\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-about-600x1439.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/halloween-party-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/halloween-party-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69692\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-contact-600x985.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/halloween-party-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/halloween-party-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-1-600x2209.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/halloween-party-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/halloween-party-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69694\";a:12:{s:5:\"title\";s:7:\"Program\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-program.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-program-600x1216.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/halloween-party-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/halloween-party-04/program/\";s:15:\"astra-sites-tag\";a:1:{i:2684;s:7:\"program\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69695\";a:12:{s:5:\"title\";s:7:\"Tickets\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-tickets.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/10/halloween-party-04-tickets-600x946.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/halloween-party-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/halloween-party-04/tickets/\";s:15:\"astra-sites-tag\";a:1:{i:2954;s:7:\"tickets\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2721,'astra-sites-and-pages-page-10','a:15:{s:8:\"id-69393\";a:24:{s:5:\"title\";s:14:\"T-Shirts Store\";s:2:\"id\";i:69393;s:12:\"publish-date\";i:1663781896;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-600x2752.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-400x1835.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/t-shirts-store-04\";s:20:\"astra-site-parent-id\";i:2905;s:15:\"astra-sites-tag\";a:10:{i:2697;s:7:\"clothes\";i:2907;s:12:\"design-store\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:749;s:5:\"store\";i:2906;s:6:\"tshirt\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:941:\"<!-- wp:paragraph -->\n<p>The T-Shirts Store template has a young feel with a pastel color palette, strong imagery and modern fonts. Combined with simple navigation and lots of whitespace, the store is a nice place to spend time, and money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a full width layout with a strong banner and call to action that opens into a modern page with product areas, featured product sections, reviews and features you would see on any online store. It’s a complete online store template for any modern venture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the T-Shirts Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern eCommerce template</li><li>Slick design with a youthful feel</li><li>Fully responsive and SEO friendly</li><li>Lots of options to showcase products</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"The T-Shirts Store template is a young-looking eCommerce design with genuine appeal\";s:5:\"pages\";a:3:{s:8:\"id-69394\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-about-600x1219.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/t-shirts-store-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/t-shirts-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69395\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-contact-600x963.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/t-shirts-store-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/t-shirts-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69396\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/t-shirts-store-04-600x2752.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/t-shirts-store-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/t-shirts-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59604\";a:24:{s:5:\"title\";s:13:\"Creative Blog\";s:2:\"id\";i:59604;s:12:\"publish-date\";i:1646331663;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/creative-blog-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/creative-blog-02-600x1468.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/creative-blog-02-400x978.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/creative-blog-02\";s:20:\"astra-site-parent-id\";i:2645;s:15:\"astra-sites-tag\";a:10:{i:2209;s:11:\"advertising\";i:1652;s:7:\"blogger\";i:729;s:8:\"blogging\";i:2408;s:13:\"creative-blog\";i:2410;s:11:\"design-blog\";i:2646;s:12:\"digital-blog\";i:2412;s:9:\"film-blog\";i:509;s:11:\"photography\";i:2270;s:8:\"podcasts\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2791;s:8:\"creative\";i:2774;s:8:\"magazine\";i:2829;s:7:\"podcast\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:967:\"<!-- wp:paragraph -->\n<p>The Creative Blog template keeps things simple and light to let your content shine. The design uses subtle colors, lots of white space and a few well-chosen images to showcase yourself or your work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design isn’t your usual blog layout, which makes it immediately stand out. The creative way it is designed helps you showcase your work without tying yourself to convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Creative Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light, friendly design with unconventional layout</li><li>Still delivers space for blog posts and content</li><li>Calm colors and fonts help you relax while on the page</li><li>Includes strong colors for buttons and calls to action</li><li>Predesigned pages for blog categories</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Blog template with a difference that delivers your news and opinion in an engaging way\";s:5:\"pages\";a:1:{s:8:\"id-59645\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/03/creative-blog-02.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/03/creative-blog-02-600x1468.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-blog-02/wp-json/wp/v2/pages/576\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/creative-blog-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69842\";a:24:{s:5:\"title\";s:16:\"Fiona Patisserie\";s:2:\"id\";i:69842;s:12:\"publish-date\";i:1668450617;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-600x2816.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-400x1877.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/fiona-patisserie-04\";s:20:\"astra-site-parent-id\";i:2981;s:15:\"astra-sites-tag\";a:12:{i:758;s:6:\"bakery\";i:1857;s:6:\"baking\";i:783;s:4:\"cake\";i:2987;s:9:\"delicious\";i:336;s:4:\"food\";i:2988;s:6:\"foodie\";i:2984;s:8:\"foodporn\";i:2983;s:6:\"pastry\";i:2989;s:10:\"pastrylove\";i:2982;s:10:\"patisserie\";i:2986;s:5:\"sweet\";i:2985;s:8:\"tisserie\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2804;s:11:\"cafe-bakery\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2478;s:17:\"local-storefronts\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1222:\"<!-- wp:paragraph -->\n<p>The Fiona Patisserie template is a light and engaging food template that opens with a large slider with high quality images and a simple menu up top. The page unfolds into a light, engaging design with parallax effect and more imagery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are lots of options to add more products, add content, feature banners, special offers and integrate a store into the design. The template also includes an attractive menu page, about us and contact page so you have everything you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fiona Patisserie template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Light and relaxed WordPress food template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Parallax effects and image blocks add character</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Option to add more content, images or store elements</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive menu and contact pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Light hearted WordPress food template designed to help promote and sell\";s:5:\"pages\";a:4:{s:8:\"id-69843\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-about-us-600x2596.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fiona-patisserie-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69844\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-contact-600x981.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fiona-patisserie-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fiona-patisserie-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69845\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-600x2816.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fiona-patisserie-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/fiona-patisserie-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69846\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/11/fiona-patisserie-04-our-menu-600x1206.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fiona-patisserie-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fiona-patisserie-04/our-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53724\";a:24:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:53724;s:12:\"publish-date\";i:1623427699;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-04\";s:20:\"astra-site-parent-id\";i:2000;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2173;s:11:\"food-drinks\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1027:\"<!-- wp:paragraph -->\n<p>Are you a food blogger, an influencer, or both? Want to build a website and become an authority in your niche? We\'ve got you covered with this Food Blogger &amp; Influencer website template.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It\'s elegant, professional, and clean — perfect for showcasing your content, be it reviews of exotic new dishes or the latest restaurant in the neighborhood. Plus, it\'s got social media integrations so you can easily share and engage with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food Blogger &amp; Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, professional, and elegant website template</li><li>Easy to use with social media integrations</li><li>Option to include latest review videos as well</li><li>Build your email list with the newsletter sign-up form integrated on the homepage</li><li>Compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Perfect website template for food bloggers, influencers or restaurant reviews\";s:5:\"pages\";a:5:{s:8:\"id-53726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53725\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/462\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53728\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53729\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/food-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/food-blogger-04/wp-json/wp/v2/pages/833\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:2:{i:2002;s:7:\"updates\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:55865;s:26:\"related-elementor-template\";i:53724;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53593\";a:24:{s:5:\"title\";s:12:\"The Pizzeria\";s:2:\"id\";i:53593;s:12:\"publish-date\";i:1620419161;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pizzeria-04\";s:20:\"astra-site-parent-id\";i:1961;s:15:\"astra-sites-tag\";a:10:{i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:2018;s:17:\"fast-food-service\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:1975;s:5:\"pasta\";i:1971;s:5:\"pizza\";i:2012;s:11:\"pizza-house\";i:1977;s:8:\"pizzeria\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1017:\"<!-- wp:paragraph -->\n<p>Here’s a pizza website template that is not only beautiful but also functional. We’ve made this template as easy to use as possible so you can focus on the important aspects of your pizzeria business: making delicious pizza and taking care of your customers.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This package includes a professionally designed website template, a facility to order online, an online menu, a table booking module so customers can reserve their tables in advance, social media integration, and client testimonials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of The Pizzeria template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally and creatively designed template</li><li>Includes everything you need to build a top-notch pizza ordering system</li><li>Visually appealing design</li><li>Placeholders to display the best deals and offers</li><li>Fully customizable and flexible layout</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"The perfect pizzeria website template to build an online pizza ordering platform\";s:5:\"pages\";a:5:{s:8:\"id-53594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pizzeria-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53595\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1035\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pizzeria-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53596\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-homepage-01.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pizzeria-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53597\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-offers.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/pizzeria-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53598\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/pizzeria-02-our-menu.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pizzeria-04/wp-json/wp/v2/pages/648\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pizzeria-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73478\";a:24:{s:5:\"title\";s:26:\"Freelance Digital Designer\";s:2:\"id\";i:73478;s:12:\"publish-date\";i:1681733748;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-600x2730.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-400x1820.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/digital-designer-04\";s:20:\"astra-site-parent-id\";i:3155;s:15:\"astra-sites-tag\";a:12:{i:597;s:3:\"art\";i:3008;s:6:\"design\";i:670;s:8:\"designer\";i:2720;s:7:\"digital\";i:3158;s:10:\"digitalart\";i:3157;s:13:\"digitaldesign\";i:3160;s:20:\"digitalillustrations\";i:669;s:10:\"freelancer\";i:3156;s:16:\"graphic-designer\";i:3159;s:13:\"illustrations\";i:444;s:9:\"portfolio\";i:3161;s:9:\"webdesign\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1252:\"<!-- wp:paragraph -->\n<p>The Freelance Digital Designer template is an energetic portfolio design that does a great job of hooking you in so you want to explore more. That’s a great feature of a page designed to attract new clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is modern, flat and alternates between dark and light with an orange contrast color. You can change all this if you like, but the default design has everything you need including a portfolio, contact page, biography and the opportunity to fully personalize.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Freelance Digital Designer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Energetic design that’s instantly engaging</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All the essential ingredients for a portfolio website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive pages and lots of imagery</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Useful supplementary pages including biography and portfolio</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Freelance Digital Designer offers the perfect opportunity to attract new clients.\";s:5:\"pages\";a:4:{s:8:\"id-73479\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-about-600x1966.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-designer-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/digital-designer-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73482\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-portfolio-600x1189.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-designer-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/digital-designer-04/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73480\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-contact-600x420.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-designer-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-designer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-73481\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/04/digital-designer-04-600x2730.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/digital-designer-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/digital-designer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22401\";a:24:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:22401;s:12:\"publish-date\";i:1562655449;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-01\";s:20:\"astra-site-parent-id\";i:79;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-34078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22303\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/organic-shop-01-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/organic-shop-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48121\";a:24:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:48121;s:12:\"publish-date\";i:1603893477;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-600x2164.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-400x1442.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-08\";s:20:\"astra-site-parent-id\";i:1702;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-48124\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-600x2164.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3610\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48122\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-about-600x1246.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48123\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-contact-600x832.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59435\";a:24:{s:5:\"title\";s:12:\"eBook Author\";s:2:\"id\";i:59435;s:12:\"publish-date\";i:1644586356;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-600x2456.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-400x1637.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/kathryn-ebook-author-02\";s:20:\"astra-site-parent-id\";i:2619;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1017:\"<!-- wp:paragraph -->\n<p>The eBook Author web template is designed to promote your latest work while also making space for existing creations. It’s a light, personable design with lovely colors and fonts, effective imagery and a nice feel overall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a well designed homepage with flexible content areas and specific pages for biography and books. It can integrate with WooCommerce if you want to sell your books as well as promote them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eBook Author template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Makes it easy to promote yourself and your work</li><li>Light, easygoing colors and fonts</li><li>Can integrate with WooCommerce to sell as well as promote</li><li>Flexible content areas that can be fully customized</li><li>Attractive product page to promote all your books</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Show off your work with this attractive portfolio template, ideal for any creative\";s:5:\"pages\";a:4:{s:8:\"id-59443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-600x2456.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kathryn-ebook-author-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59436\";a:12:{s:5:\"title\";s:3:\"Bio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-bio.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-bio-600x2324.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/kathryn-ebook-author-02/bio/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59437\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-books.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-books-600x2100.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/kathryn-ebook-author-02/books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:22:\"easy-digital-downloads\";s:4:\"init\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:4:\"name\";s:22:\"Easy Digital Downloads\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59442\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/02/kathryn-ebook-author-02-contact-600x1026.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/kathryn-ebook-author-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kathryn-ebook-author-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55865\";a:24:{s:5:\"title\";s:29:\"Food Blogger &amp; Influencer\";s:2:\"id\";i:55865;s:12:\"publish-date\";i:1624910279;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/food-blogger-03\";s:20:\"astra-site-parent-id\";i:2222;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2172;s:19:\"food-drinks-vlogger\";i:2068;s:15:\"food-and-drinks\";i:2223;s:26:\"food-and-drinks-influencer\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55866\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-about-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1069\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/food-blogger-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55867\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1085\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55868\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1056\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/food-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55869\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-reviews-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/food-blogger-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55870\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/food-blogger-videos-bb.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/food-blogger-03/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/food-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71207\";a:24:{s:5:\"title\";s:7:\"Vlogger\";s:2:\"id\";i:71207;s:12:\"publish-date\";i:1672838784;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-600x2466.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-400x1644.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-04\";s:20:\"astra-site-parent-id\";i:3063;s:15:\"astra-sites-tag\";a:9:{i:3065;s:7:\"explore\";i:482;s:7:\"fashion\";i:3064;s:4:\"life\";i:479;s:9:\"lifestyle\";i:427;s:6:\"travel\";i:3066;s:5:\"video\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1245:\"<!-- wp:paragraph -->\n<p>The Vlogger website template is a fullscreen resume and portfolio design full of color, vibrancy and engagement. It opens with a simple image of the vlogger with headline introduction before unfolding into a description, video element, blog posts, social media links and contact area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re a vlogger or into modern media, this template is ideal for providing a professional persona to potential clients, backers or supporters. It’s modern, attractive and makes the positive impact you need to get ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Vlogger template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Attractive fullscreen Vlogger website design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of colors and typography throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Designed as a resume or portfolio website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized to make it unique</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:60:\"Attractive vlogger template ideal for anyone in modern media\";s:5:\"pages\";a:4:{s:8:\"id-71208\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-about-600x2086.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/vlogger-04/home/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71209\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-contact-600x890.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/vlogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71211\";a:12:{s:5:\"title\";s:13:\"Video Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-video-gallery.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-video-gallery-600x1379.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/vlogger-04/video-gallery/\";s:15:\"astra-sites-tag\";a:1:{i:3067;s:13:\"video-gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71210\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/vlogger-04-600x2466.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-70940\";a:24:{s:5:\"title\";s:15:\"Christmas Party\";s:2:\"id\";i:70940;s:12:\"publish-date\";i:1671042334;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-600x2443.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-400x1628.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/christmas-party-04\";s:20:\"astra-site-parent-id\";i:3020;s:15:\"astra-sites-tag\";a:15:{i:3021;s:9:\"christmas\";i:3029;s:14:\"christmascheer\";i:3024;s:12:\"christmasfun\";i:3025;s:13:\"christmasmood\";i:3022;s:14:\"christmasparty\";i:3032;s:21:\"christmaspartyhopping\";i:3026;s:15:\"christmasspirit\";i:3023;s:13:\"christmastime\";i:3030;s:14:\"christmasvibes\";i:3028;s:13:\"chrstmasparty\";i:3027;s:5:\"dance\";i:406;s:2:\"dj\";i:882;s:6:\"drinks\";i:3031;s:12:\"holidayparty\";i:407;s:5:\"music\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2869;s:2:\"dj\";i:2784;s:5:\"event\";i:2781;s:5:\"music\";i:2868;s:15:\"musician-singer\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1248:\"<!-- wp:paragraph -->\n<p>The Christmas Party website template is light, bright and ready to celebrate. It’s a fullscreen design ideal for showcasing a Christmas party, festival, performance or other celebration. It’s a great way to get viewers in the mood while promoting your event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Christmas Party template uses plenty of red with strong white fonts and a neat animated snowflake effect. The page includes elements to showcase the what, when and where of your event alongside customizable areas to use as you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Christmas Party template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Festive Christmas Party website design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Neat animated snowflake effect to get you in the mood</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes all essential page elements for events</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized to fit your brand</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:64:\"Festive Christmas Party template that’s great for the holidays\";s:5:\"pages\";a:4:{s:8:\"id-70941\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-contact-600x730.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/christmas-party-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/christmas-party-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70942\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-600x2443.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/christmas-party-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/christmas-party-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70943\";a:12:{s:5:\"title\";s:7:\"Program\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-programs.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-programs-600x1754.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/christmas-party-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/christmas-party-04/program/\";s:15:\"astra-sites-tag\";a:1:{i:2684;s:7:\"program\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70944\";a:12:{s:5:\"title\";s:7:\"Tickets\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-tickets.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/christmas-party-04-tickets-600x1026.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/christmas-party-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/christmas-party-04/tickets/\";s:15:\"astra-sites-tag\";a:1:{i:2954;s:7:\"tickets\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71025\";a:24:{s:5:\"title\";s:9:\"Locksmith\";s:2:\"id\";i:71025;s:12:\"publish-date\";i:1671716774;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-02.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-02-600x3651.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-02-400x2434.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/locksmith-02\";s:20:\"astra-site-parent-id\";i:3051;s:15:\"astra-sites-tag\";a:9:{i:3042;s:10:\"keycutting\";i:3035;s:4:\"keys\";i:3040;s:4:\"lock\";i:3034;s:5:\"locks\";i:2430;s:9:\"locksmith\";i:3039;s:12:\"locksmithing\";i:3036;s:16:\"locksmithservice\";i:3038;s:17:\"locksmithservices\";i:3041;s:7:\"lostkey\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:2483;s:15:\"expert-services\";i:2471;s:16:\"local-technician\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1217:\"<!-- wp:paragraph -->\n<p>The Locksmith website template proves small business websites can be special. It’s a slick design with a strong header image and call to action with calming colors to help inspire confidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Locksmith website design uses strong colors and fonts on a white background alongside strong images to make an impact. It includes essential service sections, an about us, reviews and areas to help you build authority and confidence. Everything a locksmith needs to attract new business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Locksmith template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern small business locksmith template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Calm design that inspires confidence</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes relevant service and authority sections</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized to make it stand out</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:63:\"Modern flat locksmith template that can be customized with ease\";s:5:\"pages\";a:1:{s:8:\"id-58440\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/10/locksmith-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/10/locksmith-02.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/locksmith-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/locksmith-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:71025;s:26:\"related-gutenberg-template\";i:70969;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-66946\";a:24:{s:5:\"title\";s:16:\"Electric Scooter\";s:2:\"id\";i:66946;s:12:\"publish-date\";i:1658427252;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-04-600x2314.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-04-400x1543.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/electric-scooter-04\";s:20:\"astra-site-parent-id\";i:2847;s:15:\"astra-sites-tag\";a:8:{i:2851;s:7:\"bicycle\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2848;s:16:\"electric-scooter\";i:2850;s:14:\"electric-store\";i:383;s:12:\"online-store\";i:2849;s:7:\"scooter\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:2495;s:9:\"ecommerce\";i:2499;s:10:\"technology\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:20:\"woocommerce-payments\";s:4:\"init\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:4:\"name\";s:20:\"WooCommerce Payments\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1172:\"<!-- wp:paragraph -->\n<p>The Electric Scooter template is an eCommerce design with a contemporary feel. It opens with a large product section and unfolds into a wide open store template with a parallax effect that works incredibly well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses open design and feels welcoming and engaging. Combined with high quality images, modern fonts and plenty of whitespace, there’s a professional feel to this template. Ideal for new stores or those dealing with big ticket items.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Electric Scooter template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern eCommerce templates with modern touches</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Neutral colors and modern fonts</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Open design with lots of whitespace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Modern eCommerce design with an open light feel ideal for online stores\";s:5:\"pages\";a:6:{s:8:\"id-66947\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-about-04.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-about-04-600x1215.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/electric-scooter-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-66948\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-contact-04.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-contact-04-600x837.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/272\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/electric-scooter-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-66949\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-04.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/07/electric-scooter-04-600x2314.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/268\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/electric-scooter-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:1467;s:14:\"store-homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-67228\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/electric-scooter-04/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-67229\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/272\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/electric-scooter-04/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-67230\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/electric-scooter-04/wp-json/wp/v2/pages/268\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/electric-scooter-04/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57006\";a:24:{s:5:\"title\";s:17:\"Business Magazine\";s:2:\"id\";i:57006;s:12:\"publish-date\";i:1626890664;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/business-magazine-04\";s:20:\"astra-site-parent-id\";i:2258;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2774;s:8:\"magazine\";i:2859;s:4:\"news\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:989:\"<!-- wp:paragraph -->\n<p>Get your business magazine website template and share the latest in the business world with your audience. Keep them informed on all the latest business trends, ideas, and updates with this online magazine template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The user-friendly and clutter-free layout features a variety of integrated social media links and newsletter subscription forms, making it easy to stay on top of the latest business news, trends, and opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Business Magazine template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>User-friendly and clutter-free website template</li><li>Placeholders for trending news, editor’s picks, and world news</li><li>Social media integrations and newsletter sign-up form</li><li>Include the latest videos or even podcast episodes</li><li>Compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"The Business Magazine template has been crafted for the modern business professional\";s:5:\"pages\";a:3:{s:8:\"id-57007\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/business-magazine-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57008\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/497\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-magazine-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57009\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-magazine-04-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-magazine-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/business-magazine-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2723,'astra-sites-and-pages-page-11','a:15:{s:8:\"id-69404\";a:24:{s:5:\"title\";s:14:\"Furniture Shop\";s:2:\"id\";i:69404;s:12:\"publish-date\";i:1663781944;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-600x1880.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-400x1253.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/furniture-shop-04\";s:20:\"astra-site-parent-id\";i:2908;s:15:\"astra-sites-tag\";a:9:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1222:\"<!-- wp:paragraph -->\n<p>The Furniture Shop template is a contemporary eCommerce design that looks modern and has instant appeal. It’s a full page template that opens with a strong fullscreen header with headline and call to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template uses lots of whitespace and superb layout while allowing the products to be the star of the show. There are featured product sections, attractive product pages and a simple navigation bar with a shopping cart. Everything you need to sell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Furniture Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary fullscreen eCommerce template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of colors, fonts and images</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive product pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Simple navigation with search and cart</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:66:\"Contemporary eCommerce template with modern design and modern feel\";s:5:\"pages\";a:4:{s:8:\"id-69407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-600x1880.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/furniture-shop-04/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/furniture-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-69408\";a:12:{s:5:\"title\";s:5:\"Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-story.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-story-600x1388.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/furniture-shop-04/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/furniture-shop-04/story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69405\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-contact-1-600x732.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/furniture-shop-04/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/furniture-shop-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69406\";a:12:{s:5:\"title\";s:4:\"Help\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-help-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/furniture-shop-04-help-1-600x805.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-shop-04/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/furniture-shop-04/help/\";s:15:\"astra-sites-tag\";a:1:{i:2909;s:4:\"help\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-52215\";a:24:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:2:\"id\";i:52215;s:12:\"publish-date\";i:1620389225;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-04\";s:20:\"astra-site-parent-id\";i:1944;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:978:\"<!-- wp:paragraph -->\n<p>Miss the days of going to the wine bar and restaurant with your friends? We\'ve designed this website template with you in mind. The wine bar and restaurant website template is an elegant and classy template that’ll make you feel like you\'re at a wine bar without leaving home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customize it to your liking by adding or removing elements or changing colors. With an online order form, you can even deliver wines right to your customer’s doorstep.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wine Bar and Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant and classy website design</li><li>WooCommerce-ready template to facilitate the sale of wine</li><li>Impressive photo gallery on the homepage</li><li>Option to facilitate table reservations and online ordering</li><li>Page builder ready and fully customizable</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Elegant and classy design that will make your website stand out from the competition\";s:5:\"pages\";a:6:{s:8:\"id-52216\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52217\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52218\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-grills.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-04/grills/\";s:15:\"astra-sites-tag\";a:2:{i:1978;s:5:\"grill\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52219\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52221\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-wines.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wine-bar-and-restaurant-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-04/wines/\";s:15:\"astra-sites-tag\";a:2:{i:1979;s:4:\"wine\";i:633;s:6:\"winery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:54361;s:26:\"related-elementor-template\";i:52215;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73520\";a:24:{s:5:\"title\";s:12:\"Local Bakery\";s:2:\"id\";i:73520;s:12:\"publish-date\";i:1681825313;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/04/local-bakery.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/04/local-bakery-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/04/local-bakery-400x600.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/bakery-index-bio-02\";s:20:\"astra-site-parent-id\";i:3172;s:15:\"astra-sites-tag\";a:8:{i:758;s:6:\"bakery\";i:783;s:4:\"cake\";i:2988;s:6:\"foodie\";i:2984;s:8:\"foodporn\";i:3173;s:11:\"link-in-bio\";i:3174;s:11:\"localbakery\";i:3175;s:9:\"shoplocal\";i:3176;s:5:\"yummy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1222:\"<!-- wp:paragraph -->\n<p>The Local Baker Link-in-Bio template is an engaging way to showcase your skills and your work and share links to other resources. It’s a landing page and then some, offering far more than Linktree, including fully responsive pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Local Baker Link-in-Bio template has a lovely design with calm colors, attractive center blocks with images and links and a slider block to show off your skills. It’s also fully responsive so will work on any screen size.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Local Baker linktree template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Attractive Link-in-Bio template with genuine appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Nice colors and can be fully customized</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Responsive design that will work flawlessly on any device</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes options for all types of links</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"The Local Baker Link-in-Bio template is the ideal landing page to share your links.\";s:5:\"pages\";a:1:{s:8:\"id-73521\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/04/bakery-index-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/04/bakery-index-bio-02-600x347.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bakery-index-bio-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/bakery-index-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-66934\";a:24:{s:5:\"title\";s:15:\"Innesa Perfumes\";s:2:\"id\";i:66934;s:12:\"publish-date\";i:1658427055;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-04-600x2287.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-04-400x1524.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/inessa-perfumes-04\";s:20:\"astra-site-parent-id\";i:2842;s:15:\"astra-sites-tag\";a:9:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2844;s:9:\"fragrance\";i:383;s:12:\"online-store\";i:2843;s:7:\"perfume\";i:2846;s:13:\"perfume-store\";i:967;s:13:\"product-store\";i:2845;s:5:\"smell\";i:749;s:5:\"store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:961:\"<!-- wp:paragraph -->\n<p>The Inessa Perfumes website template is an elegant eCommerce design ideal for a wide range of online stores. It has an upmarket look, with fullscreen header, well-chosen fonts and an excellent product showcase section further down the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The combination of fonts, colors and whitespace give a premium feel while minimal navigation keeps things tidy while delivering user intent. The template is fully compatible with WooCommerce and sales funnel plugins, so should deliver all the features you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Inessa Perfumes template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant eCommerce theme</li><li>Stylish colors and fonts throughout</li><li>Borderless content areas for an open feel</li><li>Attractive product area</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Elegant eCommerce template ideal for selling luxury items to discerning customers\";s:5:\"pages\";a:3:{s:8:\"id-66935\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-about-04.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-about-04-600x2137.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/inessa-perfumes-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-66936\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-contact-04.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-contact-04-600x810.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/inessa-perfumes-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-66937\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/07/inessa-perfumes-04-600x2287.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/inessa-perfumes-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/inessa-perfumes-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:1467;s:14:\"store-homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-67195\";a:24:{s:5:\"title\";s:12:\"eGrow Plants\";s:2:\"id\";i:67195;s:12:\"publish-date\";i:1658428955;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-04-600x2899.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-04-400x1932.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/egrow-plants-04\";s:20:\"astra-site-parent-id\";i:2865;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:2:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1144:\"<!-- wp:paragraph -->\n<p>The eGrow Plants template is a minimalist eCommerce design ideal for a wide range of stores, not just for plants. It has a very calm vibe with neutral colors, lots of whitespace and some nice shaded images.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes simple navigation, a cart option in the top bar, highlighted products section, attractive product pages and flexible content areas ideal for any store. It also integrates seamlessly with WooCommerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eGrow Plants template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Minimalist eCommerce template with a relaxed feel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of whitespace and neutral colors</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas ideal for products</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Cart icon in the top bar</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:66:\"Minimalist eCommerce template ideal for most types of online store\";s:5:\"pages\";a:13:{s:8:\"id-67196\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-contact-04.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-contact-04-600x1008.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/egrow-plants-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-67197\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-04-600x2899.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/egrow-plants-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-67198\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-about-04.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/07/egrow-plants-about-04-600x1231.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/255\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/egrow-plants-04/home/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-67211\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/egrow-plants-04/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67212\";a:12:{s:5:\"title\";s:10:\"My account\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/egrow-plants-04/my-account/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67213\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/255\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/egrow-plants-04/home/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67208\";a:12:{s:5:\"title\";s:4:\"Cart\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/egrow-plants-04/cart/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67209\";a:12:{s:5:\"title\";s:8:\"Checkout\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/egrow-plants-04/checkout/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/egrow-plants-04/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67214\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/egrow-plants-04/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-67222\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/egrow-plants-04/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-67223\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/egrow-plants-04/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-67224\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/egrow-plants-04/wp-json/wp/v2/pages/255\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/egrow-plants-04/home/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54361\";a:24:{s:5:\"title\";s:23:\"Wine Bar and Restaurant\";s:2:\"id\";i:54361;s:12:\"publish-date\";i:1621266421;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wine-bar-and-restaurant-03\";s:20:\"astra-site-parent-id\";i:2026;s:15:\"astra-sites-tag\";a:12:{i:1980;s:3:\"bar\";i:2004;s:8:\"barbeque\";i:2007;s:19:\"barbeque-restaurant\";i:1988;s:10:\"beer-joint\";i:882;s:6:\"drinks\";i:1982;s:10:\"food-court\";i:350;s:5:\"hotel\";i:1983;s:3:\"pub\";i:335;s:10:\"restaurant\";i:2006;s:8:\"wine-bar\";i:2005;s:23:\"wine-bar-and-restaurant\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-54362\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/889\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54363\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-bar-and-restaurant-04-events.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/887\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54364\";a:12:{s:5:\"title\";s:6:\"Grills\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-grills.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/883\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wine-bar-and-restaurant-03/grills/\";s:15:\"astra-sites-tag\";a:2:{i:2027;s:6:\"grills\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54365\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/04/wine-bar-and-restaurant-04-history.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/881\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wine-bar-and-restaurant-03/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54366\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-home.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/879\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wine-bar-and-restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-54367\";a:12:{s:5:\"title\";s:5:\"Wines\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/wine-and-bar-restaurant-03-wines.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/wine-bar-and-restaurant-03/wp-json/wp/v2/pages/885\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wine-bar-and-restaurant-03/wines/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:1979;s:4:\"wine\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58561\";a:24:{s:5:\"title\";s:16:\"Fashion Designer\";s:2:\"id\";i:58561;s:12:\"publish-date\";i:1634042866;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-600x2900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-400x1933.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/fashion-designer-boutique-08\";s:20:\"astra-site-parent-id\";i:2452;s:15:\"astra-sites-tag\";a:20:{i:2105;s:8:\"boutique\";i:2418;s:8:\"commerce\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2327;s:16:\"fashion-designer\";i:2349;s:25:\"fashion-designer-boutique\";i:2351;s:26:\"fashion-designer-portfolio\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:444;s:9:\"portfolio\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-58562\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-2-600x1400.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1009\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-designer-boutique-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact-1-600x1045.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1015\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/fashion-designer-boutique-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58563\";a:12:{s:5:\"title\";s:10:\"Collection\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection-1.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection-1-600x2040.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1011\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/fashion-designer-boutique-08/collection/\";s:15:\"astra-sites-tag\";a:2:{i:596;s:10:\"collection\";i:2453;s:5:\"stock\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58566\";a:12:{s:5:\"title\";s:12:\"New Arrivals\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals-1.jpg\";s:19:\"thumbnail-image-url\";s:108:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals-1-600x2023.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1013\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:61:\"//websitedemos.net/fashion-designer-boutique-08/new-arrivals/\";s:15:\"astra-sites-tag\";a:1:{i:2326;s:11:\"new-arrival\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58565\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-600x2900.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1007\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-designer-boutique-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22009\";a:24:{s:5:\"title\";s:17:\"LearnDash Academy\";s:2:\"id\";i:22009;s:12:\"publish-date\";i:1559573120;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-02\";s:20:\"astra-site-parent-id\";i:851;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2825;s:8:\"coaching\";i:2772;s:9:\"education\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:8:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:7;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1004:\"<!-- wp:paragraph -->\n<p>Want to create an online course platform using the most popular WordPress LMS plugin, LearnDash? Our LearnDash Academy website template is just what you need. Coupled with the LearnDash plugin, you can create a course from scratch or use one of our professionally pre-built templates to start quickly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LearnDash Academy template has everything you need to build your online academy website and start delivering online courses, quizzes, certificates, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the LearnDash Academy template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed online course platform</li><li>Well integrated with the LearnDash WordPress plugin</li><li>Offer courses, quizzes, training, certificates, and more</li><li>Offer free and paid online courses</li><li>Fully customizable and compatible with popular page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"The perfect LMS platform to manage all your online courses, training, quizzes, and more\";s:5:\"pages\";a:4:{s:8:\"id-42985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-42984\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-courses.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31168\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31169\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/learndash-academy-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-02/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:22110;s:26:\"related-elementor-template\";i:22009;s:26:\"related-gutenberg-template\";i:47984;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-69823\";a:24:{s:5:\"title\";s:15:\"Wildlife Safari\";s:2:\"id\";i:69823;s:12:\"publish-date\";i:1668447761;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-600x3453.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-400x2302.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wildlife-safari-04\";s:20:\"astra-site-parent-id\";i:2957;s:15:\"astra-sites-tag\";a:15:{i:544;s:9:\"adventure\";i:1931;s:7:\"animals\";i:2979;s:9:\"awareness\";i:2976;s:12:\"conservation\";i:2971;s:8:\"elephant\";i:2974;s:5:\"kenya\";i:2970;s:6:\"lion-2\";i:2973;s:4:\"love\";i:2975;s:8:\"natgeo-2\";i:2978;s:10:\"natgeowild\";i:535;s:6:\"nature\";i:2977;s:12:\"naturelovers\";i:2968;s:8:\"safari-2\";i:2972;s:6:\"wild-2\";i:2969;s:10:\"wildlife-2\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2830;s:6:\"nature\";i:2809;s:10:\"pet-animal\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1255:\"<!-- wp:paragraph -->\n<p>The Wildlife Safari template makes an instant impact with its strong headline and header image. It unfolds to more strong imagery and contrasting white fonts on a dark background. It’s a very attractive design that grabs and then keeps your attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the Wildlife Safari template uses imagery and fonts very well. There are options to sell experiences or safari holidays, pages to highlight products and offers and the background to popular destinations. Everything can be fully customized too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wildlife Safari template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Striking Wildlife Safari template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dark design with contrasting colors makes an impact</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Uses imagery to help engagement very effectively</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Optional page elements can be added anywhere</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Striking Wildlife Safari template with dark design and lots of potential\";s:5:\"pages\";a:5:{s:8:\"id-69824\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-about-us-600x2294.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wildlife-safari-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wildlife-safari-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69825\";a:12:{s:5:\"title\";s:9:\"Awareness\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-awareness.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-awareness-600x2134.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wildlife-safari-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wildlife-safari-04/awareness/\";s:15:\"astra-sites-tag\";a:1:{i:2979;s:9:\"awareness\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69826\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-contact-600x954.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wildlife-safari-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wildlife-safari-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69827\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-600x3453.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/wildlife-safari-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wildlife-safari-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-69828\";a:12:{s:5:\"title\";s:7:\"Safaris\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-safaris.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/wildlife-safari-04-safaris-600x1546.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/wildlife-safari-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wildlife-safari-04/safaris/\";s:15:\"astra-sites-tag\";a:1:{i:2980;s:7:\"safaris\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57365\";a:24:{s:5:\"title\";s:22:\"Office Furniture Store\";s:2:\"id\";i:57365;s:12:\"publish-date\";i:1629979669;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/office-furniture-store-04\";s:20:\"astra-site-parent-id\";i:2331;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:2359;s:20:\"home-furniture-store\";i:2358;s:22:\"office-furniture-store\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";i:2356;s:14:\"work-from-home\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2793;s:15:\"interior-design\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1259:\"<!-- wp:paragraph -->\n<p>Office Furniture Store is a WooCommerce-ready website template that’ll help you create an online store for selling office furniture. It features an elegant and impressive design with a modern look and feel, and a user-friendly checkout process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include your entire range of quality office furniture products, such as desks, chairs, storage units, and more. The individual product pages allow you to accept customer reviews and show related products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Office Furniture Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Elegantly designed and WooCommerce-ready website template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive layout allows you to promote products clutter-free</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase products based on new arrivals and featured collections</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully customizable and flexible template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with leading WordPress page builder plugins</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"A perfect website template for those looking to start their own online furniture shop\";s:5:\"pages\";a:5:{s:8:\"id-57366\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/433\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/office-furniture-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57367\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-contact.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/554\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/office-furniture-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57368\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/office-furniture-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57369\";a:12:{s:5:\"title\";s:18:\"Home Office Setups\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-home-office-setups.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-home-office-setups.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/735\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/office-furniture-store-04/home-office-setups/\";s:15:\"astra-sites-tag\";a:3:{i:2333;s:10:\"home-setup\";i:812;s:6:\"office\";i:2332;s:12:\"office-setup\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57370\";a:12:{s:5:\"title\";s:13:\"Office Setups\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-office-setups.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/08/office-furniture-store-04-office-setups.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/office-furniture-store-04/wp-json/wp/v2/pages/621\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/office-furniture-store-04/office-setups/\";s:15:\"astra-sites-tag\";a:1:{i:2332;s:12:\"office-setup\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22110\";a:24:{s:5:\"title\";s:17:\"Learndash Academy\";s:2:\"id\";i:22110;s:12:\"publish-date\";i:1561291642;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-01\";s:20:\"astra-site-parent-id\";i:885;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:9:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:4;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:5;a:3:{s:4:\"slug\";s:21:\"learndash-woocommerce\";s:4:\"init\";s:47:\"learndash-woocommerce/learndash_woocommerce.php\";s:4:\"name\";s:39:\"LearnDash LMS - WooCommerce Integration\";}i:6;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:7;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:8;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-34127\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-34126\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-courses.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31832\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/10/learndash-academy-01-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learndash-academy-01/wp-json/wp/v2/pages/401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47984\";a:24:{s:5:\"title\";s:17:\"LearnDash Academy\";s:2:\"id\";i:47984;s:12:\"publish-date\";i:1603828903;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-600x1847.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-400x1231.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-08\";s:20:\"astra-site-parent-id\";i:1691;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-600x1847.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25407\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47986\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-all-courses-600x966.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25403\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-08/all-courses/\";s:15:\"astra-sites-tag\";a:2:{i:1692;s:11:\"all-courses\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47985\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-2-600x1582.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-08/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47987\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-2-600x1274.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-73540\";a:24:{s:5:\"title\";s:35:\"Adham Hoffman &#8211; UI/X Designer\";s:2:\"id\";i:73540;s:12:\"publish-date\";i:1681832261;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/04/adham-hoffman-designer.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/adham-hoffman-designer-600x900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/04/adham-hoffman-designer-400x600.jpg\";s:14:\"astra-site-url\";s:48:\"//websitedemos.net/adham-hoffman-designer-bio-02\";s:20:\"astra-site-parent-id\";i:3188;s:15:\"astra-sites-tag\";a:17:{i:2924;s:3:\"bio\";i:2150;s:2:\"cv\";i:670;s:8:\"designer\";i:2297;s:18:\"designer-portfolio\";i:3173;s:11:\"link-in-bio\";i:3185;s:6:\"linkin\";i:3187;s:5:\"links\";i:3186;s:8:\"linktree\";i:3124;s:18:\"personal-portfolio\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2212;s:12:\"social-media\";i:2163;s:23:\"social-media-influencer\";i:3012;s:11:\"socialmedia\";i:3014;s:4:\"uiux\";i:3045;s:12:\"uiuxcreative\";i:3044;s:10:\"uiuxdesign\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:3171;s:11:\"link-in-bio\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:3191;s:11:\"link-in-bio\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1167:\"<!-- wp:paragraph -->\n<p>The Designer Link in Bio template is a landing page with all your essential links front and center. It’s ideal for designers and developers who want to place everything in front of the visitor all at once.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is dark, modern, and engaging and can be fully customized to fit any niche. It’s easy to personalize and provides a center section for links that you can add, remove or change as you see fit. It works on any screen size too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Designer Link in Bio Template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Attractive dark link in bio template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be fully customized</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes everything a link in bio page requires</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fast, fully responsive, and loads quickly</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Dark Designer Link in Bio template ideal for promoting yourself and your work\";s:5:\"pages\";a:1:{s:8:\"id-73541\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/04/adham-hoffman-designer-bio-02.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/04/adham-hoffman-designer-bio-02-600x347.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/adham-hoffman-designer-bio-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/adham-hoffman-designer-bio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47729\";a:24:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:47729;s:12:\"publish-date\";i:1602768883;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-02\";s:20:\"astra-site-parent-id\";i:1670;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2875;s:12:\"health-coach\";i:2834;s:10:\"healthcare\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1278:\"<!-- wp:paragraph -->\n<p>Are you a health coach? Want to offer coaching online? Our Online Health Coach website template helps you get started today. The template has all the tools and features you need to start a full-fledged coaching business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can create and manage courses easily thanks to the seamless integration with WordPress LMS plugins. The template allows you to include details of the trainers, student testimonials and build an email list through a newsletter subscription form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Online Health Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clean and simple design that comes with everything you need to build a coaching business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Seamlessly integrates with popular WordPress LMS plugins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Create courses from scratch and manage them easily through your dashboard</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customize just about everything</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Gutenberg and page builder ready</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Perfect solution for people who want to start an online health coaching business\";s:5:\"pages\";a:4:{s:8:\"id-47733\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47731\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/24254\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47730\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/104\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47732\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-health-coach-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49457\";a:24:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:49457;s:12:\"publish-date\";i:1608767094;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-04\";s:20:\"astra-site-parent-id\";i:1843;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1000:\"<!-- wp:paragraph -->\n<p>Whether you are building a coffee shop website from scratch or revamping an existing one, our Coffee Shop template is precisely what you need. From the colors to the layout, every element of the template is going to recreate the experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include the menu, photos, and showcase some of your best drinks on the homepage. With deep WooCommerce integration, you can even sell products such as coffee beans, coffee powders, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Coffee Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Minimalistic yet highly creative coffee shop website template</li><li>Showcase your best drink and coffee-related products on the homepage</li><li>Sell your coffee-related products online</li><li>Fully customizable and mobile-friendly template</li><li>SEO-friendly template, allowing you to be found on search engines</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"A creatively designed website template for recreating your coffee shop experience\";s:5:\"pages\";a:5:{s:8:\"id-49461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49462\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-our-menu.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-shop-04/our-menu/\";s:15:\"astra-sites-tag\";a:3:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49458\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49460\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49459\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/coffee-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/coffee-shop-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2725,'astra-sites-and-pages-page-12','a:15:{s:8:\"id-48741\";a:24:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:48741;s:12:\"publish-date\";i:1605548885;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-01\";s:20:\"astra-site-parent-id\";i:1766;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48742\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48743\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-courses-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48744\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/11/online-health-coach-01-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-01/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47932\";a:24:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:47932;s:12:\"publish-date\";i:1603823106;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-600x1990.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-400x1327.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-08\";s:20:\"astra-site-parent-id\";i:1684;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47941\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-600x1990.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47939\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-courses-600x954.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47938\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-about-600x1541.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47940\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-contact-600x734.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51320\";a:24:{s:5:\"title\";s:15:\"Criminal Lawyer\";s:2:\"id\";i:51320;s:12:\"publish-date\";i:1616782626;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/criminal-lawyer-04\";s:20:\"astra-site-parent-id\";i:1862;s:15:\"astra-sites-tag\";a:4:{i:1873;s:24:\"criminal-defence-lawyers\";i:1874;s:16:\"criminal-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1089:\"<!-- wp:paragraph -->\n<p>Criminal law is a serious and highly specialized area of law. Our Criminal Lawyer Template is a responsive design that can be used for law firms and takes you through the process of designing a website for a criminal lawyer from start to finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From choosing an elegant, professional design to strategically implementing your practice areas, we’ve got you covered. You can even include clients\' reviews so potential clients can see how others feel about your services!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Criminal Lawyer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Classy and elegant design, tailor-made for a lawyer’s website</li><li>Template includes CTA buttons such as free consultation and contact us today</li><li>Showcase your practice areas and the team of lawyers</li><li>Include client reviews and media clippings to build trust and authority</li><li>Fully customizable and can be tweaked for any practicing lawyers</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Perfect solution for a criminal lawyer looking for an elegant professional website\";s:5:\"pages\";a:6:{s:8:\"id-51321\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51322\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-faq.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/criminal-lawyer-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/criminal-lawyer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51324\";a:12:{s:5:\"title\";s:11:\"Our Lawyers\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-our-lawyers.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/criminal-lawyer-04/our-lawyers/\";s:15:\"astra-sites-tag\";a:3:{i:912;s:9:\"attorneys\";i:1868;s:7:\"lawyers\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51325\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-practoce-areas.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/criminal-lawyer-04/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51326\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/criminal-lawyer-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/criminal-lawyer-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/criminal-lawyer-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55769\";a:24:{s:5:\"title\";s:14:\"Marketing Firm\";s:2:\"id\";i:55769;s:12:\"publish-date\";i:1624377112;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/marketing-firm-04\";s:20:\"astra-site-parent-id\";i:2207;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1010:\"<!-- wp:paragraph -->\n<p>Are you a marketing agency looking to rebrand your business? Want a creative website design to complement the services you offer? If so, the Marketing Firm web template is just right for you. With a professionally designed layout, our marketing firm templates make it easy for you to stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An impressive hero section allows you to promote your best service upfront. The homepage is beautifully designed to showcase your services, client reviews, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Marketing Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creative website design template for your marketing firm</li><li>Impressive background effects</li><li>Showcase your services, awards, certifications, and client reviews on the homepage</li><li>Fully customizable and responsive layout&nbsp;</li><li>Templates look great across all mobile devices</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"An impressive website design that will give your marketing firm the perfect branding\";s:5:\"pages\";a:6:{s:8:\"id-55771\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55770\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/marketing-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55773\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/marketing-firm-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55772\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/marketing-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55774\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/marketing-firm-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55912\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/marketing-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-firm-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/marketing-firm-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53702\";a:24:{s:5:\"title\";s:20:\"Fast Food Restaurant\";s:2:\"id\";i:53702;s:12:\"publish-date\";i:1620420634;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/fast-food-04\";s:20:\"astra-site-parent-id\";i:1990;s:15:\"astra-sites-tag\";a:7:{i:1996;s:6:\"burger\";i:2011;s:15:\"fast-food-chain\";i:2013;s:20:\"fast-food-restaurant\";i:350;s:5:\"hotel\";i:335;s:10:\"restaurant\";i:2020;s:16:\"restaurant-chain\";i:1993;s:10:\"snack-food\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1041:\"<!-- wp:paragraph -->\n<p>Do you own a takeaway joint or an international fast-food chain franchise? Want to take it online? If so, you should consider our Fast Food Restaurant template. With an impressive design layout and opportune use of images, customers are sure to connect with you instantaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From an online ordering system, menus, deals and offers to customer reviews, outlet details, and more, the template includes everything you need to offer your customers and build an excellent fast food restaurant website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fast Food Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Vibrant and creative design</li><li>Impressive use of images with overlay text and call-to-action buttons</li><li>Parallax background effects to enhance user engagement</li><li>WooCommerce-ready allowing you to sell online</li><li>100% customizable and responsive website template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Create equally mouth-watering websites using our Fast Food Restaurant template\";s:5:\"pages\";a:6:{s:8:\"id-53705\";a:12:{s:5:\"title\";s:10:\"Franchisee\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-franchisee.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fast-food-04/franchisee/\";s:15:\"astra-sites-tag\";a:1:{i:1991;s:10:\"franchisee\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53707\";a:12:{s:5:\"title\";s:6:\"Offers\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-offers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/fast-food-04/offers/\";s:15:\"astra-sites-tag\";a:1:{i:1969;s:6:\"offers\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53703\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fast-food-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53704\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fast-food-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/fast-food-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53708\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/fast-food-02-our-menu.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/fast-food-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fast-food-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59264\";a:24:{s:5:\"title\";s:18:\"Personal Portfolio\";s:2:\"id\";i:59264;s:12:\"publish-date\";i:1644408071;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/personal-portfolio-02\";s:20:\"astra-site-parent-id\";i:2587;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2810;s:9:\"freelance\";i:2768;s:9:\"portfolio\";i:2783;s:6:\"resume\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1004:\"<!-- wp:paragraph -->\n<p>The Personal Portfolio template has been designed to showcase you and your services without going over the top. The homepage image sets the scene and the use of serif fonts and calm colors inspire confidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of options to tell your story, add examples of work, testimonials, images, video and other content. There’s also a readymade portfolio page to help you promote your work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Personal Portfolio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple and attractive portfolio web template</li><li>Header image and headline make an instant connection</li><li>Pastel colors and serif fonts help inspire confidence</li><li>Lots of options to promote yourself and your work</li><li>Readymade portfolio and contact pages</li><li>Fully compatible with popular drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Attractive portfolio template that’s ideal for showcasing personal or professional work\";s:5:\"pages\";a:4:{s:8:\"id-59265\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-about-.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-about-.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/personal-portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59266\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/personal-portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59267\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/personal-portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59268\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/personal-portfolio-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/personal-portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-71221\";a:24:{s:5:\"title\";s:17:\"Flavio Restaurant\";s:2:\"id\";i:71221;s:12:\"publish-date\";i:1672840358;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-600x2452.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-400x1634.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/flavio-restaurant-04\";s:20:\"astra-site-parent-id\";i:3068;s:15:\"astra-sites-tag\";a:8:{i:3070;s:25:\"delicious-food-restaurant\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:2067;s:19:\"food-and-restaurant\";i:1579;s:9:\"food-menu\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1210:\"<!-- wp:paragraph -->\n<p>The Flavio Restaurant website template is a modern fullscreen design with a mixture of modern and handwritten fonts and beautiful images of food throughout. It’s an engaging design with lots of color and imagery to catch the eye.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Flavio Restaurant design has an attractive menu section with dedicated pages, a built in reservation element, attractive contact form with map and the social media elements you expect from a restaurant website. Everything can be fully customized to suit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Flavio Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern fullscreen Flavio Restaurant template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of color and attractive typography</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Engaging images of food throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Menu section and dedicated page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:69:\"Bright and colorful design ideal for contemporary restaurant websites\";s:5:\"pages\";a:4:{s:8:\"id-71222\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-contact-600x943.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/flavio-restaurant-04/wp-json/wp/v2/pages/100\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/flavio-restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71223\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-history.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-history-600x2110.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/flavio-restaurant-04/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/flavio-restaurant-04/history/\";s:15:\"astra-sites-tag\";a:1:{i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71224\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-600x2452.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/flavio-restaurant-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/flavio-restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71225\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/01/flavio-restaurant-04-our-menu-600x1444.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/flavio-restaurant-04/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/flavio-restaurant-04/our-menu/\";s:15:\"astra-sites-tag\";a:1:{i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59063\";a:24:{s:5:\"title\";s:26:\"Heating And A/C Technician\";s:2:\"id\";i:59063;s:12:\"publish-date\";i:1643645899;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/heating-and-ac-technician-02\";s:20:\"astra-site-parent-id\";i:2571;s:15:\"astra-sites-tag\";a:7:{i:599;s:9:\"ac-repair\";i:2573;s:24:\"air-conditioning-service\";i:439;s:14:\"local-services\";i:2572;s:12:\"manufacturer\";i:2094;s:8:\"mechanic\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1004:\"<!-- wp:paragraph -->\n<p>The Heating And A/C Technician template has a minimalist feel even though it packs in the features. Thanks to a light page design with nice colors and modern fonts, the design has instant appeal with minimal distraction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes blocks for most uses, with the opportunity to add or remove them as required. Additional pages all reflect the core design to deliver the information visitors will need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Heating And A/C Technician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light, open design that draws you in</li><li>Great use of subtle colors and modern fonts</li><li>Calls to action and buttons stand out to help engage</li><li>Option to add or remove page blocks however you need</li><li>Subtle animations and parallax effects work well</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Minimalist design that lets you showcase your heating or AC business in an engaging way\";s:5:\"pages\";a:4:{s:8:\"id-59065\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/heating-and-ac-technician-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59064\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/heating-and-ac-technician-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59066\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-home.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heating-and-ac-technician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59067\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/01/heating-and-ac-technician-02-services.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/heating-and-ac-technician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/heating-and-ac-technician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58084\";a:24:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:58084;s:12:\"publish-date\";i:1632244281;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-02\";s:20:\"astra-site-parent-id\";i:2375;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1200:\"<!-- wp:paragraph -->\n<p>If you are running a nursery and want to take your business online, the Plant Shop template is a great starting point. The design is clean and minimalistic yet has all the correct elements to build a high-converting plant shop website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plant Shop web template is fully compatible with WooCommerce and allows you to set up your store quickly. Add your latest plants, customer reviews, and more on the impressive-looking homepage.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Plant Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Simple, clean design that comes with all the correct elements</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive hero image, best to promote your product line</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Deep integration with WooCommerce, allowing you to sell online quickly</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Simple yet highly effective product pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Page builder ready</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Simple and minimalistic design perfect to create a high converting plant shop website\";s:5:\"pages\";a:3:{s:8:\"id-58085\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-about-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-contact-1-600x786.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plant-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58087\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/09/plant-shop-02-600x2285.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-shop-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58970\";a:24:{s:5:\"title\";s:10:\"Cycle Shop\";s:2:\"id\";i:58970;s:12:\"publish-date\";i:1643645321;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/cycle-shop-02\";s:20:\"astra-site-parent-id\";i:2547;s:15:\"astra-sites-tag\";a:18:{i:880;s:9:\"cartflows\";i:2418;s:8:\"commerce\";i:2548;s:10:\"cycle-shop\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2549;s:12:\"sport-cycyle\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1274:\"<!-- wp:paragraph -->\n<p>The Cycle Shop template is an easy way to take advantage of the global rise in cycling. It’s an attractive modern template with a full screen image on the homepage that opens out into a modern, well-balanced design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template can integrate seamlessly with WooCommerce so you can sell products easily, and the template as a whole can be fully customized to fit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Cycle Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Modern cycling shop website template designed to engage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully integrates with WooCommerce for an online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive product areas and product pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Product highlight blocks already built into the design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Option to add products, pages and sections quickly and easily</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with leading drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Impactful eCommerce template designed for cycle shops or any type of online retailer\";s:5:\"pages\";a:3:{s:8:\"id-58972\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cycle-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58971\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cycle-shop-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58973\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/cycle-shop-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cycle-shop-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/cycle-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59046\";a:24:{s:5:\"title\";s:14:\"Roofing Agency\";s:2:\"id\";i:59046;s:12:\"publish-date\";i:1643645546;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/roofing-agency-02\";s:20:\"astra-site-parent-id\";i:2569;s:15:\"astra-sites-tag\";a:7:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:2570;s:14:\"roofing-agency\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2818;s:7:\"roofing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1046:\"<!-- wp:paragraph -->\n<p>The Roofing Agency template has a clean, crisp look that provides a professional persona from the start. Combined with attractive imagery and careful use of colors and white space, it delivers exactly the impression you would want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template homepage uses a flat design with a mix of colors, images and white space that delivers impact without overloading the senses. Additional pages reflect these qualities, for a fully coherent design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Roofing Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, crisp design ideal for trades or construction companies</li><li>Excellent mix of features throughout</li><li>Great balance of color, images and whitespace</li><li>Bold color to highlight buttons and calls to action</li><li>Contract form front and center to encourage conversion</li><li>Fully compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Clean, crisp agency website design that addresses user intent from the very beginning\";s:5:\"pages\";a:5:{s:8:\"id-59047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/roofing-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59048\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-agency-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-home02..jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/roofing-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59050\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-projects.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59051\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/roofing-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/roofing-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59018\";a:24:{s:5:\"title\";s:12:\"Coffee House\";s:2:\"id\";i:59018;s:12:\"publish-date\";i:1643645176;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/coffee-house-02\";s:20:\"astra-site-parent-id\";i:2563;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:972:\"<!-- wp:paragraph -->\n<p>The Coffee House template uses a warm, heritage look that can work so well for baristas and coffee shops. It creates a warm, welcoming vibe that invites you to explore, which is exactly what we want from a coffee house website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage has rich images, warm colors and plenty of whitespace for balance. There’s a menu section and an option to sell coffee by integrating WooCommerce. It’s a very flexible template!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Coffee House template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Precisely the feel you expect from a coffee house</li><li>Warm, welcoming colors and fonts</li><li>Attractive menu section and page</li><li>Can integrate with WooCommerce to sell products</li><li>Instagram section built into the homepage</li><li>Compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Give a warm welcome to visitors with this engaging template for cafes and coffee shops\";s:5:\"pages\";a:4:{s:8:\"id-59019\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/coffee-house-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59020\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-house-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59021\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coffee-house-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59022\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/coffee-house-02-menu-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/coffee-house-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-house-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58953\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:58953;s:12:\"publish-date\";i:1643644056;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/01/construction-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/construction-04-600x2626.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/construction-04-400x1751.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/building-construction-04\";s:20:\"astra-site-parent-id\";i:2542;s:15:\"astra-sites-tag\";a:11:{i:435;s:12:\"architecture\";i:2543;s:8:\"building\";i:2545;s:19:\"building-foundation\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:2546;s:21:\"construction-services\";i:2544;s:11:\"fabricating\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1345:\"<!-- wp:paragraph -->\n<p>The Construction website template makes an instant impact with bold contrast colors and a deep blue image. This design is reflected throughout all pages but can easily be changed to suit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a bold homepage with lots of content areas and a professional feel demanded by the niche. There are also extra pages you can use to outline products or services, add a portfolio or anything you choose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Bold design that makes an instant impact</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good use of contrast colors and fonts to create a professional look</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of content blocks that can be customized at will</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Add, remove or change pages as required</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Areas for testimonials, certifications and other social proof</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with popular drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Composed design that makes an impact for all the right reasons, ideal for construction\";s:5:\"pages\";a:5:{s:8:\"id-58954\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/building-construction-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58955\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/building-construction-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58956\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/01/construction-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/construction-04-600x2626.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/building-construction-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58957\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-projects.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-projects.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58958\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-services.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/01/building-construction-04-services.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/building-construction-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/building-construction-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59004\";a:24:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:59004;s:12:\"publish-date\";i:1643645158;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/teach-ecourse-04\";s:20:\"astra-site-parent-id\";i:2561;s:15:\"astra-sites-tag\";a:9:{i:2562;s:11:\"code-course\";i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:954:\"<!-- wp:paragraph -->\n<p>The eCourse template offers an alternative to the predictable with a bright, welcoming vibe. While mocked up for coders, you can easily see how it could be customized to suit any type of eLearning website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is light, open and modern. The homepage includes simple graphics and imagery that makes an impact, along with customizable content blocks you can tweak however you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eCourse template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive design that stands out from the norm</li><li>Customizable pages and content blocks</li><li>Ideal for eLearning and compatible with most LMS</li><li>Can feature audio and video within lessons or as promotion</li><li>Great layout with a welcoming feel</li><li>Compatible with popular drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Modern, accessible template ideal for websites that offer online learning or utilize LMS\";s:5:\"pages\";a:4:{s:8:\"id-59005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/teach-ecourse-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59006\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/teach-ecourse-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59007\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-ecourse-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-59008\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-lessons.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/01/teach-ecourse-04-lessons.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/teach-ecourse-04/wp-json/wp/v2/pages/769\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/teach-ecourse-04/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-59540\";a:24:{s:5:\"title\";s:12:\"Library Cafe\";s:2:\"id\";i:59540;s:12:\"publish-date\";i:1646329876;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-600x2416.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-400x1610.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/cafe-library-08\";s:20:\"astra-site-parent-id\";i:2636;s:15:\"astra-sites-tag\";a:7:{i:2607;s:10:\"book-house\";i:1740;s:5:\"books\";i:2606;s:10:\"books-room\";i:1527;s:9:\"cafeteria\";i:2603;s:10:\"coffee-bar\";i:2604;s:7:\"library\";i:2605;s:12:\"library-cafe\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59541\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-about-600x1438.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/710\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-library-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-contact-600x939.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/712\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-600x2416.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/704\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-library-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59544\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-menu-600x1081.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/706\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cafe-library-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59545\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-reviews-600x1040.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/708\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2727,'astra-sites-and-pages-page-13','a:15:{s:8:\"id-51341\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:51341;s:12:\"publish-date\";i:1616781676;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/certified-life-coach-04\";s:20:\"astra-site-parent-id\";i:1865;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1119:\"<!-- wp:paragraph -->\n<p>As a certified life coach, you’d probably have several one-on-one consultations with your clients. You probably even offer live online sessions and several packages to achieve personal and career goals, live a happier life, manage time, and keep oneself organized, among other things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Life Coach website template has you covered. The professionally designed template has everything you need to launch your coaching business today. It’s light, welcoming and includes a range of customizable sections for your professional services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Life Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed template, perfect for life coaches and trainers</li><li>Significant hero image to promote the coach</li><li>Include the various services and packages being offered on the homepage</li><li>Dedicated section to showcase client testimonials to build trust</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"A professionally designed website template for all certified trainers and life coaches\";s:5:\"pages\";a:4:{s:8:\"id-51342\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/certified-life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/872\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/certified-life-coach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/certified-life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51345\";a:12:{s:5:\"title\";s:20:\"Live Online Sessions\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/03/certified-life-coach-04-live-online-sessions.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/certified-life-coach-04/wp-json/wp/v2/pages/726\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/certified-life-coach-04/live-online-sessions/\";s:15:\"astra-sites-tag\";a:4:{i:1871;s:13:\"live-sessions\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:1872;s:8:\"sessions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58934\";a:24:{s:5:\"title\";s:22:\"Real Estate Consultant\";s:2:\"id\";i:58934;s:12:\"publish-date\";i:1643644267;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/real-estate-consultant-02\";s:20:\"astra-site-parent-id\";i:2534;s:15:\"astra-sites-tag\";a:8:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2794;s:10:\"consulting\";i:2778;s:11:\"real-estate\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:992:\"<!-- wp:paragraph -->\n<p>The Real Estate Consultant template could easily be used for any type of consultant. It’s bright and breezy with a welcoming feel and a contact box front and center.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the design uses light complementing colors and modern sans serif fonts to create subtle authority while remaining accessible. The template comes with flexible content areas and extra pages you can customize as you see fit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Real Estate Consultant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive design suitable for any type of consultant</li><li>Warm and welcoming with appealing colors</li><li>Contact form front and center to capture leads</li><li>Flexible content blocks throughout</li><li>Additional pages can be customized to suit any requirement</li><li>Compatible with popular drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Deliver the professional look and feel that gives customers the confidence they need\";s:5:\"pages\";a:5:{s:8:\"id-58935\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-about-me-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58936\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58937\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-home-1-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-consultant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58938\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-reviews-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-reviews-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-02/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58939\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/01/real-estate-consultant-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/real-estate-consultant-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58872\";a:24:{s:5:\"title\";s:15:\"Deli Restaurant\";s:2:\"id\";i:58872;s:12:\"publish-date\";i:1643644642;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/deli-restaurant-02\";s:20:\"astra-site-parent-id\";i:2512;s:15:\"astra-sites-tag\";a:14:{i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:2394;s:15:\"deli-restaurant\";i:1974;s:7:\"dessert\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:2513;s:11:\"fruits-dish\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1014:\"<!-- wp:paragraph -->\n<p>The Deli Restaurant template has an upscale look that’s obvious as soon as the full page image unfolds. Combined with modern white fonts and creative imagery, it sets the scene perfectly for a restaurant or deli.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a menu section and flexible content sections you can personalize along with the extra pages you may need to continue telling your story. It’s a well-designed website template with everything a deli needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Deli Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Upscale design ideal for a deli or restaurant</li><li>Attractive menu section and menu pages</li><li>Lots of image blocks to help create an appetite</li><li>Optional content blocks that can be fully customized</li><li>Engaging contact page with reservation button</li><li>Compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Engaging design designed around the food industry, with all essential features you expect\";s:5:\"pages\";a:6:{s:8:\"id-47163\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/deli-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47161\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/deli-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47164\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-menu.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-menu.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/138\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/deli-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47165\";a:12:{s:5:\"title\";s:9:\"Menu Dark\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-dark-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-dark-menu-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/deli-restaurant-02/menu-dark/\";s:15:\"astra-sites-tag\";a:3:{i:1616;s:9:\"dark-menu\";i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47166\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-testimonials.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/142\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/deli-restaurant-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/nyus-deli-restaurant-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-02/wp-json/wp/v2/pages/163\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/deli-restaurant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58898\";a:24:{s:5:\"title\";s:10:\"Consultant\";s:2:\"id\";i:58898;s:12:\"publish-date\";i:1643644121;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/consultant-04\";s:20:\"astra-site-parent-id\";i:2523;s:15:\"astra-sites-tag\";a:9:{i:2524;s:7:\"adviser\";i:2527;s:9:\"authority\";i:2287;s:20:\"consultancy-services\";i:1621;s:10:\"consultant\";i:1876;s:10:\"counsellor\";i:2528;s:13:\"expert-advice\";i:2525;s:5:\"guide\";i:1880;s:6:\"mentor\";i:2526;s:10:\"specialist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2794;s:10:\"consulting\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1017:\"<!-- wp:paragraph -->\n<p>The Consultant web template is an extended portfolio design with an attractive home page and extra pages to help tell your story. Created to be warm and welcoming, while also modern and professional, this is a very well balanced design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses a strong main color with well-chosen complementing colors along with plenty of white space to let you breathe. All while portraying the professionalism you want to communicate on your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Consultant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Uses strong colors balanced by lots of white space</li><li>Attractive imagery and fonts</li><li>Includes subtle animations to help bring the page to life</li><li>Has extra pages to outline your products and services</li><li>Effective call to action banner ready to go</li><li>Compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Combination business site and portfolio design that’s ideal for all types of consultant\";s:5:\"pages\";a:5:{s:8:\"id-58899\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/consultant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58900\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/consultant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58901\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/consultant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58902\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/consultant-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58903\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/consultant-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/consultant-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/consultant-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58981\";a:24:{s:5:\"title\";s:19:\"Covid 19 Prevention\";s:2:\"id\";i:58981;s:12:\"publish-date\";i:1643644731;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/covid-prevention-02\";s:20:\"astra-site-parent-id\";i:2550;s:15:\"astra-sites-tag\";a:5:{i:2556;s:9:\"avoidance\";i:2554;s:5:\"covid\";i:2555;s:16:\"covid-prevention\";i:2558;s:18:\"disease-prevention\";i:2557;s:11:\"prohibition\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2794;s:10:\"consulting\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:972:\"<!-- wp:paragraph -->\n<p>The Covid 19 Prevention template tries to balance the seriousness of the subject with light hearted design and colors. The use of lots of white space and bright blue and green offsets the emotive nature of the niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design would suit many areas of care or medicine and can be fully personalized using a page builder. The template works well as it is, with lots of customization options throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Covid 19 Prevention template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Excellent balance of colors and white space</li><li>Lots of content areas to tell a story</li><li>Could easily be tweaked to suit any medical niche</li><li>Includes extra content pages for convenience</li><li>Attractive contact page with built-in map</li><li>Compatible with leading drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Contemporary web design that gives a warm welcome that sets you immediately at ease\";s:5:\"pages\";a:5:{s:8:\"id-58982\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contact-us-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/919\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/covid-prevention-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58983\";a:12:{s:5:\"title\";s:9:\"Contagion\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contagion-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-contagion-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/covid-prevention-02/contagion/\";s:15:\"astra-sites-tag\";a:1:{i:2551;s:9:\"contagion\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58984\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-home1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/covid-prevention-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58985\";a:12:{s:5:\"title\";s:10:\"Prevention\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-prevention-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-prevention-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/717\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/covid-prevention-02/prevention/\";s:15:\"astra-sites-tag\";a:1:{i:2552;s:10:\"prevention\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58986\";a:12:{s:5:\"title\";s:8:\"Symptoms\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-symptoms-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/01/covid-prevention-02-symptoms-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/covid-prevention-02/wp-json/wp/v2/pages/558\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/covid-prevention-02/symptoms/\";s:15:\"astra-sites-tag\";a:1:{i:2553;s:8:\"symptoms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57399\";a:24:{s:5:\"title\";s:17:\"Sports Wear Store\";s:2:\"id\";i:57399;s:12:\"publish-date\";i:1630001801;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/sports-wear-store-04\";s:20:\"astra-site-parent-id\";i:2337;s:15:\"astra-sites-tag\";a:17:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2344;s:11:\"sports-gear\";i:2339;s:11:\"sports-wear\";i:2345;s:20:\"sports-wear-and-gear\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2826;s:6:\"sports\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1056:\"<!-- wp:paragraph -->\n<p>Want to build an online sportswear store? Or maybe even revamp an existing one. With our Sports Wear Store web template, you can launch a fully-fledged store quickly and easily. The templates come fully integrated with WooCommerce, making it easy to sell online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The impressive template allows you to showcase products based on the sports category, gender, latest arrivals, and more. Additionally, you can feature all the top deals as well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sports Wear Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template that has all the correct elements in the right place</li><li>Dedicated template to showcase the best deals and offers</li><li>Display products based on categories, such as sports, gender, and best sellers</li><li>Newsletter subscription form integrated across the website templates</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Perfect website template for building a highly engaging online sportswear store\";s:5:\"pages\";a:4:{s:8:\"id-57401\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/658\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/sports-wear-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57400\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sports-wear-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/sports-wear-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57403\";a:12:{s:5:\"title\";s:9:\"Top Deals\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-top-deals.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/08/sports-wear-store-04-top-deals.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/sports-wear-store-04/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/sports-wear-store-04/top-deals/\";s:15:\"astra-sites-tag\";a:2:{i:2063;s:5:\"sales\";i:2338;s:9:\"top-deals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58864\";a:24:{s:5:\"title\";s:12:\"Flute Artist\";s:2:\"id\";i:58864;s:12:\"publish-date\";i:1643645073;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/flute-artist-02\";s:20:\"astra-site-parent-id\";i:2502;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:2438;s:12:\"flute-artist\";i:2439;s:12:\"flute-player\";i:2503;s:7:\"grooved\";i:407;s:5:\"music\";i:2504;s:25:\"musical-instrument-player\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2802;s:6:\"artist\";i:2781;s:5:\"music\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:969:\"<!-- wp:paragraph -->\n<p>The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set the scene. There are also options to include video and audio clips, a biography page, portfolio page and contact form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Flute Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Flexible portfolio website for musicians</li><li>Elegant design ideal for the niche</li><li>Includes the option to add audio and video</li><li>Dedicated portfolio and contact page</li><li>Flexible layout that can be fully customized</li><li>Page builder compatible for ease of use</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"A very elegant musician template designed to appeal to the widest possible audience\";s:5:\"pages\";a:4:{s:8:\"id-58446\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58445\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-biography.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-02/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58447\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58448\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/01/flute-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/flute-artist-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58999\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:58999;s:12:\"publish-date\";i:1643645131;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-02\";s:20:\"astra-site-parent-id\";i:2559;s:15:\"astra-sites-tag\";a:4:{i:699;s:10:\"invitation\";i:2560;s:20:\"reception-invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:997:\"<!-- wp:paragraph -->\n<p>The Wedding Invitation template is a simple, yet elegant one page website template designed specifically to deliver wedding invitations for the 21<sup>st</sup> century.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template begins with a full size image of the bride and groom and opens out into a light and easygoing page with parallax effect. It can outline the what, where and when and be customized to include any extra content you need, including an RSVP form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Invitation template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant single page wedding invitation template</li><li>Uses elegant colors and fonts</li><li>Smooth parallax effects throughout the page</li><li>Flexible content areas so you can design the page however you like</li><li>Includes RSVP form for total convenience</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Elegant wedding invitation template with a romantic feel and essential features\";s:5:\"pages\";a:1:{s:8:\"id-59000\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/01/wedding-invitation-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-invitation-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49236\";a:24:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:49236;s:12:\"publish-date\";i:1608714979;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/yoga-studio-04\";s:20:\"astra-site-parent-id\";i:1787;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2787;s:11:\"gym-fitness\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1055:\"<!-- wp:paragraph -->\n<p>Whether you’re an independent yoga instructor or a full-fledged yoga training institute, the Yoga Studio template is exactly what you want. The pastel colors and the impressive use of images make this template tailor-made for a yoga studio website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include the various yoga poses, popular classes, instructor details, and customer reviews, among other things. You can also stay connected with your customers through a newsletter subscription form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Yoga Studio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant-looking website template, perfect for a yoga studio website</li><li>Pastel colors, typography, and images set the tone of the website</li><li>Impressive layout that allows you to promote your classes clutter-free</li><li>Include details of instructors and customer reviews, among other things</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"An elegant-looking template that’s tailor-made for building a yoga studio website\";s:5:\"pages\";a:5:{s:8:\"id-47690\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/yoga-studio-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/yoga-studio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47691\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/yoga-studio-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47694\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-studio-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47692\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/yoga-studio-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/yoga-studio-04/wp-json/wp/v2/pages/269\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/yoga-studio-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58951\";a:24:{s:5:\"title\";s:23:\"Limousine Rental Agency\";s:2:\"id\";i:58951;s:12:\"publish-date\";i:1643644485;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/rental-agency-02\";s:20:\"astra-site-parent-id\";i:2536;s:15:\"astra-sites-tag\";a:5:{i:2540;s:9:\"limousine\";i:2538;s:15:\"rent-limousines\";i:2539;s:13:\"rent-services\";i:2537;s:13:\"rental-agency\";i:2541;s:5:\"sedan\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2832;s:8:\"property\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2475;s:10:\"automotive\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1244:\"<!-- wp:paragraph -->\n<p>The Limousine Rental Agency template opens with a full screen image with complementing colors that create a feeling of luxury ideal for this niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the design continues the look with alternating dark and light backgrounds, an attractive parallax effect and lots of content areas. Each page reflects the same values to create a very attractive website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Limousine Rental Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Homepage and extra pages all use luxurious colors and design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Parallax effect on the homepage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good use of white space to add modernity</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Template includes all essential pages including map and contact</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of content areas to add extra features or services</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Professional template with nice layout and modern design ideal for limousine rentals\";s:5:\"pages\";a:5:{s:8:\"id-58460\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58461\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/rental-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58462\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/rental-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58463\";a:12:{s:5:\"title\";s:9:\"Our Fleet\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-our-fleet.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-our-fleet.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/rental-agency-02/our-fleet/\";s:15:\"astra-sites-tag\";a:1:{i:2445;s:5:\"fleet\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58464\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/10/rental-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/rental-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58172\";a:24:{s:5:\"title\";s:19:\"Skin Cleanser Store\";s:2:\"id\";i:58172;s:12:\"publish-date\";i:1632244102;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/skin-cleanser-store-02\";s:20:\"astra-site-parent-id\";i:2378;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2392;s:19:\"online-beauty-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2391;s:11:\"skin-beauty\";i:1127;s:9:\"skin-care\";i:2380;s:19:\"skin-cleanser-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1358:\"<!-- wp:paragraph -->\n<p>Want to sell skin care products to a global audience? If so, you must consider the Skin Cleanser Store template. The design is simple yet highly effective in promoting various beauty products. It can also be customized to suit any type of store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use the impressive hero image to promote your best product. Include the latest products, best sellers, customer reviews, and beauty tips on the homepage. With seamless social media integrations, showcase photos from your social feel too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Skin Cleanser Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Beautifully designed and tailor-made for skin cleanser products online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>From the colors to typography and layout, customize every element to suit your needs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>WooCommerce-ready template that lets you set up your store quickly and easily</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase customer reviews and photos from your social media feed</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"The perfect eCommerce website template for selling all kinds of skin care products\";s:5:\"pages\";a:3:{s:8:\"id-58175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-home-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/skin-cleanser-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58173\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/381\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/skin-cleanser-store-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/skin-cleanser-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/skin-cleanser-store-02/wp-json/wp/v2/pages/559\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/skin-cleanser-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45564\";a:24:{s:5:\"title\";s:16:\"Personal Trainer\";s:2:\"id\";i:45564;s:12:\"publish-date\";i:1584532209;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-04\";s:20:\"astra-site-parent-id\";i:1449;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2787;s:11:\"gym-fitness\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2480;s:16:\"fitness-wellness\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1009:\"<!-- wp:paragraph -->\n<p>As a personal trainer, you’d probably want to promote yourself in the best way possible. If so, the Personal Trainer template is perfect for you. The website revolves around you and your various training programs.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promote yourself on the homepage, include training programs, such as private training and group training, reviews and photos of your happy customers, and more to build trust with your potential customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Personal Trainer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creatively designed website template that’s perfect for the personal trainer in you</li><li>Showcase your various training programs and packages</li><li>Include photos and reviews of your happy customers</li><li>Template incorporates a FAQ section to help customers with their questions</li><li>Impressive background effects</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Professionally designed website templates for the professional personal trainer in you\";s:5:\"pages\";a:1:{s:8:\"id-45565\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/personal-trainer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-04/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45573;s:26:\"related-elementor-template\";i:45564;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45573\";a:24:{s:5:\"title\";s:16:\"Personal Trainer\";s:2:\"id\";i:45573;s:12:\"publish-date\";i:1584532070;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/personal-trainer-03\";s:20:\"astra-site-parent-id\";i:1450;s:15:\"astra-sites-tag\";a:6:{i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1454;s:16:\"personal-trainer\";i:1455;s:15:\"workout-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-45574\";a:12:{s:5:\"title\";s:13:\"Trainer Jenny\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/personal-trainer-04.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/personal-trainer-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/personal-trainer-03/\";s:15:\"astra-sites-tag\";a:4:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:850;s:12:\"landing-page\";i:1458;s:26:\"personal-trainer-home-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20859\";a:24:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:20859;s:12:\"publish-date\";i:1549006228;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-02\";s:20:\"astra-site-parent-id\";i:190;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1275:\"<!-- wp:paragraph -->\n<p>If you are looking for a simple and clean website design to sell all kinds of plants online, Simply Natural is just the template for you. The minimalist design has all the elements to build a highly engaging online store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From an impressive hero section that includes a CTA button to the featured products and client testimonials, the template has all the ingredients you need to build a fantastic online store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Simply Natural template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Simple, clean, and elegant design, ideal for selling plants online</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase your featured products as well as the latest arrivals</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Easily customize every element of your website to suit your specific requirements</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and WooCommerce-ready template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Simple and elegant design that’s perfect for selling all kinds of plants online\";s:5:\"pages\";a:4:{s:8:\"id-57904\";a:12:{s:5:\"title\";s:4:\"Shop\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/1613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-store-02/shop/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-34084\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23955\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23956\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/plant-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:20907;s:26:\"related-elementor-template\";i:20859;s:26:\"related-gutenberg-template\";i:48431;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20907\";a:24:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:20907;s:12:\"publish-date\";i:1550052176;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-01\";s:20:\"astra-site-parent-id\";i:193;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-34086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/simply-natural-bb-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23984\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23985\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/simply-natural-bb-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-01/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2729,'astra-sites-and-pages-page-14','a:15:{s:8:\"id-48431\";a:24:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:48431;s:12:\"publish-date\";i:1603963839;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-400x1508.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68346\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store-600x1973.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/plant-store-08/store/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us-600x1926.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us-600x886.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75439;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49340\";a:24:{s:5:\"title\";s:10:\"Baby Store\";s:2:\"id\";i:49340;s:12:\"publish-date\";i:1608635939;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/baby-store-04\";s:20:\"astra-site-parent-id\";i:1813;s:15:\"astra-sites-tag\";a:4:{i:1816;s:10:\"baby-store\";i:1818;s:14:\"children-store\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1271:\"<!-- wp:paragraph -->\n<p>Want to sell baby products online? Build an online store using our lightweight Baby Store template. The well-designed template is easy to set up and helps you start selling quickly thanks to full integration with WooCommerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is tailor-made for an online baby store, from subtle colors to having the right images in place. Showcase your latest products, best sellers, deals and offers, and customer reviews, among other things, on the homepage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Baby Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Elegantly designed website template perfect for an online baby store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Use the global palette to customize your store’s colors easily</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Display products based on categories, best sellers, latest arrivals, and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase client reviews and testimonials</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Elegantly designed online store website template for selling all kinds of baby products\";s:5:\"pages\";a:4:{s:8:\"id-49346\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/406\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/baby-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49347\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/baby-store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49348\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/baby-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-49349\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/baby-store-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/baby-store-04/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/baby-store-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55741\";a:24:{s:5:\"title\";s:18:\"Fashion Influencer\";s:2:\"id\";i:55741;s:12:\"publish-date\";i:1624910284;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-03\";s:20:\"astra-site-parent-id\";i:2205;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55742\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-about-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1046\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55743\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1051\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55745\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1019\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55746\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-lookbook-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1038\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-03/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55747\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/fashion-influencer-shoots-bb.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/fashion-influencer-03/wp-json/wp/v2/pages/1031\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-03/shoots/\";s:15:\"astra-sites-tag\";a:1:{i:2023;s:6:\"shoots\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49829\";a:24:{s:5:\"title\";s:12:\"Learn Baking\";s:2:\"id\";i:49829;s:12:\"publish-date\";i:1612559280;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/learn-baking-02\";s:20:\"astra-site-parent-id\";i:1856;s:15:\"astra-sites-tag\";a:5:{i:1857;s:6:\"baking\";i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2828;s:4:\"blog\";i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:6;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1057:\"<!-- wp:paragraph -->\n<p>An online platform helps break boundaries and reach a wider audience. And with our Learn Baking template, you can offer online courses on baking cookies, pastries, cakes, and more to just about anyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seamless integrations with popular LMS WordPress plugins, such as LearnDash, lets you easily create and manage courses on your website. Showcase your popular courses and testimonials from students who’ve enrolled in your courses on the homepage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Learn Baking template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Perfect website template to offer online courses on baking</li><li>Seamless integration with all popular LMS WordPress plugins</li><li>Showcase the popular courses and student testimonials on the homepage</li><li>Publish blogs to not only educate your students but also to be known as an authority</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"A web template that’s perfect for creating and managing online courses on baking\";s:5:\"pages\";a:5:{s:8:\"id-49830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-baking-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49831\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/836\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-baking-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49832\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learn-baking-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49833\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/learn-baking-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49834\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-baking-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/learn-baking-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/learn-baking-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58870\";a:24:{s:5:\"title\";s:17:\"Security Services\";s:2:\"id\";i:58870;s:12:\"publish-date\";i:1643644862;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/security-services-02\";s:20:\"astra-site-parent-id\";i:2505;s:15:\"astra-sites-tag\";a:8:{i:2508;s:14:\"alarm-security\";i:2507;s:15:\"camera-security\";i:2511;s:16:\"custody-services\";i:2510;s:5:\"guard\";i:2506;s:16:\"private-security\";i:2509;s:6:\"safety\";i:2399;s:17:\"security-services\";i:2400;s:15:\"security-system\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>Security Services is an impressive design created to portray the seriousness of the topic without being overbearing. The dark homepage image is contrasted by white fonts and a bright red color to help keep you grounded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses modern fonts and an attractive flat design with great spacing, good use of white space and all the features you would expect to see on a security website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Security Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contrasting dark and light elements that make an impact</li><li>Simple navigation for ease of use</li><li>Good use of colors with plenty of white space</li><li>Bold content sections for important messages</li><li>Simple service section designed for clarity</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:90:\"A template designed to deliver the information clients want to see from a security service\";s:5:\"pages\";a:5:{s:8:\"id-58273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/security-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58274\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58275\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-training.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-training.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/273\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-02/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58271\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/security-services-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/security-services-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-02/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/security-services-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53742\";a:24:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:2:\"id\";i:53742;s:12:\"publish-date\";i:1623425467;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-04\";s:20:\"astra-site-parent-id\";i:2003;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2775;s:14:\"travel-tourism\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1061:\"<!-- wp:paragraph -->\n<p>Are you a travel blogger, an influencer, or both? Want to share your travel experiences with the world? Start a blog by using our awe-inspiring Travel Blogger &amp; Influencer template.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engaging website template is designed to help you promote yourself as the face behind the blog. Additionally, you can publish blogs, upload and share videos, provide insights into your next travel destination, and even integrate your Instagram feed on your homepage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Travel Blogger &amp; Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Inspiring website template, perfect for travel bloggers and influencers</li><li>Integrate your Instagram feed on the website</li><li>Upload and share videos of your various travel destinations</li><li>Publish blogs on topics related to travel, destinations, tips, and more</li><li>Fully customizable page builder-ready template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Awe-inspiring website template for bloggers and influencers to share travel experiences\";s:5:\"pages\";a:9:{s:8:\"id-53743\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53744\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53745\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-04/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53746\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/367\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-04/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53747\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53748\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53749\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53750\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-videos.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-04/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53751\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/travel-blogger-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:55717;s:26:\"related-elementor-template\";i:53742;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55717\";a:24:{s:5:\"title\";s:31:\"Travel Blogger &amp; Influencer\";s:2:\"id\";i:55717;s:12:\"publish-date\";i:1624910289;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/travel-blogger-03\";s:20:\"astra-site-parent-id\";i:2203;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2168;s:19:\"tourism-influencers\";i:2170;s:14:\"travel-tourism\";i:1683;s:14:\"travel-blogger\";i:2167;s:17:\"travel-influencer\";i:2169;s:14:\"travel-vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:9:{s:8:\"id-55718\";a:12:{s:5:\"title\";s:8:\"About me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/603\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/travel-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55719\";a:12:{s:5:\"title\";s:6:\"Africa\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-africa.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/africa/\";s:15:\"astra-sites-tag\";a:2:{i:2019;s:6:\"africa\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55720\";a:12:{s:5:\"title\";s:4:\"Asia\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-asia.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/travel-blogger-03/asia/\";s:15:\"astra-sites-tag\";a:2:{i:2017;s:4:\"asia\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55721\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-destination.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/609\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-blogger-03/destination/\";s:15:\"astra-sites-tag\";a:1:{i:785;s:11:\"destination\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55722\";a:12:{s:5:\"title\";s:6:\"Europe\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-europe.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/europe/\";s:15:\"astra-sites-tag\";a:2:{i:2014;s:6:\"europe\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/601\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/travel-blogger-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55724\";a:12:{s:5:\"title\";s:12:\"The Americas\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-the-americas.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/the-americas/\";s:15:\"astra-sites-tag\";a:2:{i:2015;s:7:\"america\";i:786;s:12:\"travel-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55725\";a:12:{s:5:\"title\";s:6:\"Videos\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/travel-blogger-03-videos.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/615\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/travel-blogger-03/videos/\";s:15:\"astra-sites-tag\";a:1:{i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55726\";a:12:{s:5:\"title\";s:12:\"Work with me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-blogger-02-work-with-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/travel-blogger-03/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/travel-blogger-03/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55257\";a:24:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55257;s:12:\"publish-date\";i:1621610678;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-02\";s:20:\"astra-site-parent-id\";i:2057;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2816;s:8:\"plumbing\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1100:\"<!-- wp:paragraph -->\n<p>A website makes you look professional and helps build trust with your prospective clients. Whatever service you offer, be it plumbing, gardening, building maintenance, or painting, you are seen as someone professional and serious about your business by having an online presence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Local Business web template covers you and makes you look every bit professional. Showcase testimonials from your happy customers as well to build trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Local Business template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed template that’s tailored to promote your local services</li><li>List all the services and include a portfolio of your completed work as well</li><li>Include customer testimonials to enhance trustworthiness</li><li>Display office hours and integrate Google maps to help customers locate you</li><li>Global color palettes allow you to customize and play around with the website colors</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Professional-looking website template to promote your local business and services\";s:5:\"pages\";a:4:{s:8:\"id-55258\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55259\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55260\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55261\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/local-business-02/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55257;s:26:\"related-gutenberg-template\";i:55315;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55315\";a:24:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55315;s:12:\"publish-date\";i:1621624705;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-400x1609.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1-600x939.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1-600x1283.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2-600x1662.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55660\";a:24:{s:5:\"title\";s:14:\"Heritage Hotel\";s:2:\"id\";i:55660;s:12:\"publish-date\";i:1623760910;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/heritage-hotel-04\";s:20:\"astra-site-parent-id\";i:2178;s:15:\"astra-sites-tag\";a:8:{i:2180;s:14:\"heritage-hotel\";i:350;s:5:\"hotel\";i:2199;s:21:\"indian-heritage-hotel\";i:2082;s:12:\"luxury-hotel\";i:2197;s:16:\"luxury-residence\";i:2196;s:12:\"palace-hotel\";i:2195;s:4:\"stay\";i:2198;s:17:\"traditional-hotel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1009:\"<!-- wp:paragraph -->\n<p>Want potential customers to experience the luxury of your heritage hotel from the comfort of their home? The Heritage Hotel template does just that. The classy website design sets the tone and lets potential customers envisage their stay at the property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the rooms and suites to the dining experience, and walkthrough of the entire property, your heritage hotel website template comes equipped with everything you need to draw your customer’s attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Heritage Hotel template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Experience royalty with a classy and elegant website design</li><li>Include details of the rooms and suites, tariffs, and more</li><li>An impressive gallery to showcase every bit of your hotel</li><li>Accept online reservations and bookings</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Inspiring and classy template perfect for recreating the experience of a heritage hotel\";s:5:\"pages\";a:7:{s:8:\"id-55661\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-contact-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/794\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55662\";a:12:{s:5:\"title\";s:6:\"Dining\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-dining.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/734\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/heritage-hotel-04/dining/\";s:15:\"astra-sites-tag\";a:1:{i:1798;s:6:\"dining\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55663\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-experience-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heritage-hotel-04/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55666\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-04-home-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/heritage-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55664\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/830\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55665\";a:12:{s:5:\"title\";s:7:\"History\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-history.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/heritage-hotel-04/history/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:645;s:7:\"history\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55667\";a:12:{s:5:\"title\";s:18:\"Rooms &amp; Suites\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/heritage-hotel-02-rooms-suites.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/heritage-hotel-04/wp-json/wp/v2/pages/644\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/heritage-hotel-04/rooms-suites/\";s:15:\"astra-sites-tag\";a:2:{i:715;s:5:\"rooms\";i:2179;s:6:\"suites\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55172\";a:24:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:55172;s:12:\"publish-date\";i:1621602080;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-02\";s:20:\"astra-site-parent-id\";i:2053;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:972:\"<!-- wp:paragraph -->\n<p>Do you own a steak house? Want to promote your dine-in and accept orders online? If so, the Steak House web template is perfect for you. The design is attractive and ensures your customers engage with your cuisine instantaneously.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Showcase your mouth watering menu, facilitate online reservations, and include customer reviews, among other things, on your website. Additionally, you can include your working hours and the ambiance photos to help connect with your customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Steak House template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive and engaging website design</li><li>Showcase your fabulous and mouth watering menu</li><li>Include customer testimonials and ambiance photos</li><li>Accept online table reservations</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"The perfect website template to sell mouth-watering and delicious steaks online\";s:5:\"pages\";a:8:{s:8:\"id-57906\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-02/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-02/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-02/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57909\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-02/menu/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-55173\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55174\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55175\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55176\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-02-menu.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/steak-house-02/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-02/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55172;s:26:\"related-gutenberg-template\";i:64717;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54338\";a:24:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:54338;s:12:\"publish-date\";i:1620833417;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-400x1580.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1-600x1939.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1-600x1150.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1-600x1663.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57057\";a:24:{s:5:\"title\";s:13:\"Business Blog\";s:2:\"id\";i:57057;s:12:\"publish-date\";i:1626458028;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/business-blog-04\";s:20:\"astra-site-parent-id\";i:2262;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2777;s:8:\"business\";i:2774;s:8:\"magazine\";i:2859;s:4:\"news\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1088:\"<!-- wp:paragraph -->\n<p>Want to build a blog and publish articles on the latest happenings in the business world? Use our Business Blog template. From the stock market and current affairs to startups and new business opportunities, share the latest news and trends with our highly engaging template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Business Blog template is well designed and allows for a clutter-free reading experience. You can let readers subscribe to your newsletter and update them every time an article is published. Ideal for any type of business website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Business Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging and clutter-free design that enhances user experience</li><li>Newsletter subscription form that’s well integrated with the templates</li><li>Well-designed layout that delivers a great reading experience</li><li>Compatible with all popular page builders</li><li>Fully responsive and looks great on all device sizes</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Share the latest trends in the business world with the perfect business blog template\";s:5:\"pages\";a:4:{s:8:\"id-57058\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57059\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/773\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/business-blog-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57060\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/business-blog-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57061\";a:12:{s:5:\"title\";s:20:\"Interactive Sessions\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/business-blog-04/wp-json/wp/v2/pages/839\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-blog-04/interactive-sessions/\";s:15:\"astra-sites-tag\";a:2:{i:2270;s:8:\"podcasts\";i:1872;s:8:\"sessions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:57416;s:26:\"related-elementor-template\";i:57057;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57416\";a:24:{s:5:\"title\";s:13:\"Business Blog\";s:2:\"id\";i:57416;s:12:\"publish-date\";i:1630403198;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/business-blog-03\";s:20:\"astra-site-parent-id\";i:2341;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57417\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1323\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-blog-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57418\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/business-blog-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/business-blog-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57420\";a:12:{s:5:\"title\";s:20:\"Interactive Sessions\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/business-blog-04-sessions.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/business-blog-03/wp-json/wp/v2/pages/1329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-blog-03/interactive-sessions/\";s:15:\"astra-sites-tag\";a:2:{i:2342;s:19:\"interactive-session\";i:2343;s:7:\"session\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57178\";a:24:{s:5:\"title\";s:14:\"Painter Artist\";s:2:\"id\";i:57178;s:12:\"publish-date\";i:1627044188;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/painter-artist-04\";s:20:\"astra-site-parent-id\";i:2281;s:15:\"astra-sites-tag\";a:10:{i:339;s:6:\"artist\";i:2299;s:16:\"artist-portfolio\";i:2298;s:17:\"artwork-portfolio\";i:2297;s:18:\"designer-portfolio\";i:2296;s:17:\"graphic-designers\";i:2295;s:11:\"illustrator\";i:614;s:7:\"painter\";i:2284;s:14:\"painter-artist\";i:2283;s:14:\"painting-store\";i:444;s:9:\"portfolio\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2769;s:9:\"ecommerce\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1047:\"<!-- wp:paragraph -->\n<p>Are you an artist, abstract painter, or an art educator? Want to showcase your work to the world? Import our Painter Artist template and launch your website quickly and easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The creatively designed template complements your work and does justice while showcasing your portfolio. Promote your best work, include details of upcoming exhibitions, sell your paintings online, include courses on painting, and do a lot more on your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Painter Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creatively designed website template, ideal for artists and art lovers</li><li>From showcasing your artwork to upcoming exhibitions, the template has it all covered</li><li>Well integrated with WooCommerce allowing you to sell your artwork online</li><li>Create and manage courses on painting as well</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Aesthetically pleasing website design that’s perfect for artists and art lovers\";s:5:\"pages\";a:5:{s:8:\"id-57179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/painter-artist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57180\";a:12:{s:5:\"title\";s:7:\"Artwork\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-artworks.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-artworks.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/466\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/painter-artist-04/artwork/\";s:15:\"astra-sites-tag\";a:3:{i:2294;s:8:\"artworks\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57181\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/painter-artist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57182\";a:12:{s:5:\"title\";s:11:\"Exhibitions\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-exhibitions.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-exhibitions.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/467\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/painter-artist-04/exhibitions/\";s:15:\"astra-sites-tag\";a:1:{i:2293;s:11:\"exhibitions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57183\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/painter-artist-04-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/painter-artist-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2731,'astra-sites-and-pages-page-15','a:15:{s:8:\"id-54398\";a:24:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54398;s:12:\"publish-date\";i:1621455198;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-02\";s:20:\"astra-site-parent-id\";i:2029;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2831;s:7:\"service\";i:2779;s:16:\"software-company\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1118:\"<!-- wp:paragraph -->\n<p>You’ll probably agree that prospective clients would like to see your portfolio of work before engaging with you. In addition to having a portfolio to showcase, having a professionally designed agency website would surely help close the deal.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Digital Agency template does that for you. The beautifully designed template helps you showcase your expertise, promote your services, introduce the team members, and even display testimonials from your happy clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Digital Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed digital agency template to showcase your expertise</li><li>Template includes done-for-pages, such as an about us, services, and a fully functional contact page</li><li>Customize the website to match your branding, using the global color palette and typography</li><li>Fully functional newsletter subscription form</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Build an agency website using our professionally designed Digital Agency template\";s:5:\"pages\";a:4:{s:8:\"id-54400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/digital-agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/digital-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:54398;s:26:\"related-gutenberg-template\";i:54463;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54463\";a:24:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54463;s:12:\"publish-date\";i:1621459243;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-400x1637.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2-600x1549.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1-600x969.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1-600x1326.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57122\";a:24:{s:5:\"title\";s:25:\"Business Consultancy Firm\";s:2:\"id\";i:57122;s:12:\"publish-date\";i:1627046837;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/business-consultancy-firm-04\";s:20:\"astra-site-parent-id\";i:2280;s:15:\"astra-sites-tag\";a:11:{i:663;s:6:\"agency\";i:2285;s:20:\"business-consultancy\";i:2286;s:25:\"business-consultancy-firm\";i:2288;s:19:\"business-consulting\";i:2050;s:27:\"business-consulting-company\";i:979;s:7:\"company\";i:2287;s:20:\"consultancy-services\";i:2289;s:20:\"financial-consulting\";i:2292;s:13:\"hr-consulting\";i:2290;s:15:\"sales-marketing\";i:2291;s:21:\"technology-consulting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1249:\"<!-- wp:paragraph -->\n<p>If you’re an independent business consultant or a consultancy firm, having a professional-looking website gives you the much-needed edge over your competitors. Whether consultancy in business, financial, or even sales and marketing, our Business Consultancy Firm web template gives you that professional edge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has impressive background effects and allows you to share case studies, list your services, and reviews from happy clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Business Consultancy Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professionally designed consultancy firm template that comes with impressive background effects</li><li>The package includes templates for every service that you may offer, such as business consultancy, financial consultancy, and HR consultancy, among others</li><li>The about us page contains details of the team members and career opportunities with the firm</li><li>A ‘book a free consulting call’ call to action button is integrated into the top menu</li><li>Fully responsive and customizable business consultancy firm template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"The perfect template to build a professional-looking business consultancy firm website\";s:5:\"pages\";a:11:{s:8:\"id-57123\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/business-consultancy-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57124\";a:12:{s:5:\"title\";s:19:\"Business Consulting\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-business-consulting.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-business-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:68:\"//websitedemos.net/business-consultancy-firm-04/business-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2288;s:19:\"business-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57126\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/business-consultancy-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57127\";a:12:{s:5:\"title\";s:20:\"Financial Consulting\";s:18:\"featured-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-financial-consulting.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-financial-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:69:\"//websitedemos.net/business-consultancy-firm-04/financial-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2289;s:20:\"financial-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57128\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consultancy-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57129\";a:12:{s:5:\"title\";s:13:\"HR Consulting\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-hr-consulting.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-hr-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/42\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/business-consultancy-firm-04/hr-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:2292;s:13:\"hr-consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57131\";a:12:{s:5:\"title\";s:24:\"Productivity Improvement\";s:18:\"featured-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-productivity-improvement.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:73:\"//websitedemos.net/business-consultancy-firm-04/productivity-improvement/\";s:15:\"astra-sites-tag\";a:2:{i:2303;s:24:\"productivity-improvement\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57132\";a:12:{s:5:\"title\";s:21:\"Sales &amp; Marketing\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-sales-marketing.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/sales-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:2301;s:17:\"sales-marketing-2\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57133\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-success-stories.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:64:\"//websitedemos.net/business-consultancy-firm-04/success-stories/\";s:15:\"astra-sites-tag\";a:4:{i:780;s:12:\"case-studies\";i:1615;s:7:\"reviews\";i:990;s:15:\"success-stories\";i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57134\";a:12:{s:5:\"title\";s:21:\"Technology Consulting\";s:18:\"featured-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-technology-consulting.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:70:\"//websitedemos.net/business-consultancy-firm-04/technology-consulting/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2291;s:21:\"technology-consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57135\";a:12:{s:5:\"title\";s:8:\"Training\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consultancy-firm-04-training.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/business-consultancy-firm-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/business-consultancy-firm-04/training/\";s:15:\"astra-sites-tag\";a:1:{i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46177\";a:24:{s:5:\"title\";s:8:\"Mountain\";s:2:\"id\";i:46177;s:12:\"publish-date\";i:1587542678;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/mountain\";s:20:\"astra-site-parent-id\";i:1524;s:15:\"astra-sites-tag\";a:3:{i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1224:\"<!-- wp:paragraph -->\n<p>Whether you’re an individual or a business, this fast, fully responsive multipurpose template, gives you all the tools you need to build a website. It provides the foundation for an amazing website. All it needs is your creativity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Offer your services on the homepage and in the provided service page template. The template comes with a significant hero image that includes CTA buttons. Additionally, share those breathtaking mountain photos to entice your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Mountain template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Simple and clean design, ideal for building a multipurpose website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dedicated section to offer your services on the homepage</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Share breathtaking photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Call to action button integrated into the top menu</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Compatible with all popular page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"A fantastic multipurpose website template with modern typography and engaging design\";s:5:\"pages\";a:4:{s:8:\"id-46180\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/mountain/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46178\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-about-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/mountain/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46181\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-services-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46179\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/mountain-contact-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/mountain/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/mountain/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:46177;s:26:\"related-gutenberg-template\";i:48348;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-34012\";a:24:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:34012;s:12:\"publish-date\";i:1571055795;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-04\";s:20:\"astra-site-parent-id\";i:992;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2809;s:10:\"pet-animal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1278:\"<!-- wp:paragraph -->\n<p>Want more takers for your pet care services? Promote your services online by building an attractive website using the Pet Care template. It comes with everything you need to take your business online and engage with prospective pet lovers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage is designed to promote your best three services right up front. Scroll down, and you get to showcase all your services, include reviews of happy pet lovers, and book a free consultation call.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Pet Care template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Creatively designed pet care website template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive mouseover effects on the homepage images</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Done-for-you templates for about us, services, reviews, and contact page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>The about us page includes details of the team behind the pet care service</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>SEO-friendly and page builder ready</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"A perfect website template to connect with pet lovers and offer your pet care services\";s:5:\"pages\";a:5:{s:8:\"id-35747\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35745\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35749\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35748\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-35746\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-04-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:34244;s:26:\"related-elementor-template\";i:34012;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55687\";a:24:{s:5:\"title\";s:9:\"Home Stay\";s:2:\"id\";i:55687;s:12:\"publish-date\";i:1623760997;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-04\";s:20:\"astra-site-parent-id\";i:2182;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1059:\"<!-- wp:paragraph -->\n<p>Want your homestay to run on 100% occupancy? You can promote your homestay and accept online reservations from a global audience by having an online presence. The elegantly designed Home Stay web template helps you launch your website quickly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design transports you to the serenity and tranquility of living in the countryside. The template has everything you need to build an informative and engaging website, from showcasing the rooms to the property facilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Home Stay template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple and clean design that gives a rustic and countryside look and feel</li><li>Significant hero image perfect for promoting the homestay</li><li>The homepage features the amenities and customer reviews</li><li>Google map is integrated to help prospective customers locate the property</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"A simple and clean website design that’s perfect for a homestay accommodation website\";s:5:\"pages\";a:5:{s:8:\"id-55688\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55689\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55690\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55691\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55692\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-rooms.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/home-stay-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:55829;s:26:\"related-elementor-template\";i:55687;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55829\";a:24:{s:5:\"title\";s:9:\"Home Stay\";s:2:\"id\";i:55829;s:12:\"publish-date\";i:1624910295;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/home-stay-03\";s:20:\"astra-site-parent-id\";i:2220;s:15:\"astra-sites-tag\";a:11:{i:2193;s:10:\"apartments\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2191;s:11:\"budget-stay\";i:2189;s:11:\"guest-house\";i:2188;s:9:\"home-stay\";i:2194;s:7:\"hostels\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2190;s:13:\"lodging-house\";i:2195;s:4:\"stay\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55830\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/305\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55831\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-stay-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55832\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/home-stay-03/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55833\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/home-stay-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-55834\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/home-stay-03-rooms-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/home-stay-03/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-stay-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51295\";a:24:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:2:\"id\";i:51295;s:12:\"publish-date\";i:1616784275;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-02\";s:20:\"astra-site-parent-id\";i:1859;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1148:\"<!-- wp:paragraph -->\n<p>If you are an independent consultant offering all kinds of business coaching and consulting services, the Business Coaching &amp; Consulting template is precisely what you need to build a professional-looking website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template revolves around you and your services. Promote yourself on the significant hero image while including a CTA button to connect with you. Showcase the various coaching and consulting services you offer and the reviews of your happy clients. It’s all here!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Business Coaching &amp; Consulting template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean and professional-looking website template, perfect for a coaching and consulting business</li><li>Well-placed CTA buttons encouraging prospective clients to connect with you</li><li>Each of the template pages has been well thought out and designed</li><li>The contact page has Google maps integrated and a fully functional form</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Professional website templates tailor-made to build a coaching and consulting business\";s:5:\"pages\";a:4:{s:8:\"id-51296\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/534\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51298\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51299\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-02/wp-json/wp/v2/pages/642\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:54427;s:26:\"related-elementor-template\";i:51295;s:26:\"related-gutenberg-template\";i:57046;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54427\";a:24:{s:5:\"title\";s:34:\"Business Coaching &amp; Consulting\";s:2:\"id\";i:54427;s:12:\"publish-date\";i:1621451238;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-01\";s:20:\"astra-site-parent-id\";i:2032;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54428\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/975\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54431\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54429\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54430\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/business-consulting-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-01/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57046\";a:24:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:2:\"id\";i:57046;s:12:\"publish-date\";i:1626465822;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-400x1575.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1-600x2245.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57048\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1-600x1328.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/961\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57050\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1-600x2098.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57014\";a:24:{s:5:\"title\";s:25:\"Food &amp; Drinks Blogger\";s:2:\"id\";i:57014;s:12:\"publish-date\";i:1626285212;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/food-drinks-blog-04\";s:20:\"astra-site-parent-id\";i:2259;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2263;s:19:\"food-drinks-blogger\";i:2171;s:22:\"food-drinks-influencer\";i:2172;s:19:\"food-drinks-vlogger\";i:890;s:12:\"food-blogger\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2497;s:4:\"blog\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1069:\"<!-- wp:paragraph -->\n<p>Are you a food and drinks blogger? Want to become an influencer or an authority in your niche? Start by building your online presence. Import our Food &amp; Drinks Blogger template and launch your blog quickly and easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses pastel colors that are just perfect for an engaging blog and allows you to share reviews of exotic food and drinks, restaurants, street food places, and recipes on your blog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food &amp; Drinks Blogger template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Appealing design that’s sure to enhance user engagement</li><li>Build an email list by using the well-integrated newsletter subscription form placed in the hero section of your homepage</li><li>Publish blogs and reviews on restaurants, recipes, food, drinks, and more</li><li>Upload video reviews as well on your food and drinks blog</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Appealing website design, ideal for food and drinks bloggers and influencers\";s:5:\"pages\";a:3:{s:8:\"id-57015\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/food-drinks-blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57016\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/food-drinks-blog-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57017\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/food-drinks-blog-04-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/food-drinks-blog-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/food-drinks-blog-04/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54404\";a:24:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:54404;s:12:\"publish-date\";i:1621450227;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-01\";s:20:\"astra-site-parent-id\";i:2030;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54407\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54408\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-home.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54405\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/903\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-54406\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/bestselling-author-01-books.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-01/wp-json/wp/v2/pages/906\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-01/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57071\";a:24:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:57071;s:12:\"publish-date\";i:1626466145;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-600x2212.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-400x1474.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-08\";s:20:\"astra-site-parent-id\";i:2265;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57072\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about-1-600x1890.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57073\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-books.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-books-600x1590.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact-1-600x1003.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-600x2212.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51392\";a:24:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:2:\"id\";i:51392;s:12:\"publish-date\";i:1617131826;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-04\";s:20:\"astra-site-parent-id\";i:1881;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1118:\"<!-- wp:paragraph -->\n<p>Attention tarot card readers, ​​psychic readers, and astrologers. Here’s the perfect template to offer reading and consultancy services online. The template is well designed and looks every bit a tarot reader’s website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From booking an appointment online to viewing your services, the website template has everything you need to build a successful online business. And just in case you’d like to teach how to read tarot, you could also offer courses thanks to built-in LMS integration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Bestselling Author template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Aptly designed website template, tailor-made for a tarot card reader’s website</li><li>The package includes template pages for about, consulting, coaching, and contact</li><li>Well integrated with LMS plugins, allowing you to offer online courses as well</li><li>Allow customers to book an appointment online</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Offer online reading and consulting services through the Tarot Card Reader template\";s:5:\"pages\";a:5:{s:8:\"id-51393\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51394\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-coaching.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/856\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:721;s:8:\"training\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51395\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-consulting.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-04/consulting/\";s:15:\"astra-sites-tag\";a:2:{i:1898;s:10:\"consulting\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51396\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/1017\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51397\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/tarot-card-reader-04-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/tarot-card-reader-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:56535;s:26:\"related-elementor-template\";i:51392;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56535\";a:24:{s:5:\"title\";s:17:\"Tarot Card Reader\";s:2:\"id\";i:56535;s:12:\"publish-date\";i:1624910267;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/tarot-card-reader-03\";s:20:\"astra-site-parent-id\";i:2240;s:15:\"astra-sites-tag\";a:5:{i:1902;s:10:\"cartomancy\";i:1900;s:8:\"geomancy\";i:1903;s:16:\"personal-website\";i:1899;s:5:\"tarot\";i:1901;s:17:\"tarot-card-reader\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56536\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-about-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/tarot-card-reader-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56537\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-coaching-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1211\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/tarot-card-reader-03/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56538\";a:12:{s:5:\"title\";s:10:\"Consulting\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-consulting-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/tarot-card-reader-03/consulting/\";s:15:\"astra-sites-tag\";a:1:{i:1898;s:10:\"consulting\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-56539\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-contact-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1214\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tarot-card-reader-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56540\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/tarot-card-reader-homepage-bb.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/tarot-card-reader-03/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tarot-card-reader-03/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no');
INSERT INTO `wp_options` VALUES (2733,'astra-sites-and-pages-page-16','a:15:{s:8:\"id-55786\";a:24:{s:5:\"title\";s:24:\"Digital Marketing Agency\";s:2:\"id\";i:55786;s:12:\"publish-date\";i:1623871379;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-600x2368.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-400x1578.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/digital-marketing-agency-04\";s:20:\"astra-site-parent-id\";i:2211;s:15:\"astra-sites-tag\";a:14:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:2235;s:24:\"digital-marketing-agency\";i:2036;s:22:\"digital-marketing-firm\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1418:\"<!-- wp:paragraph -->\n<p>It’s one thing saying that it can be done and another showing that it can be done. And when it comes to letting your work do all the talking, a professionally designed website closes the deal for you with your prospective clients.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Digital Marketing Agency template does that. The template is perfect for your agency website, from done-for-you templates showcasing all your individual services to customer reviews.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Digital Marketing Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Professionally crafted templates for your digital marketing agency website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Package comes with individual templates for all your services, such as branding, digital marketing, SEO services, and social media</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Include customer reviews as well as ratings from Google, Facebook, and Trustpilot, among others</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Build authority and showcase your expertise by publishing regular blog posts</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Professionally crafted template best suited for a digital marketing agency website\";s:5:\"pages\";a:8:{s:8:\"id-55787\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-about-600x2017.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/321\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/digital-marketing-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55789\";a:12:{s:5:\"title\";s:8:\"Branding\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-branding.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-branding-600x2306.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/branding/\";s:15:\"astra-sites-tag\";a:2:{i:2213;s:8:\"branding\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-contact-600x955.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/digital-marketing-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55791\";a:12:{s:5:\"title\";s:17:\"Digital Marketing\";s:18:\"featured-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-digital-marketing.jpg\";s:19:\"thumbnail-image-url\";s:110:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-digital-marketing-600x2330.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/589\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:65:\"//websitedemos.net/digital-marketing-agency-04/digital-marketing/\";s:15:\"astra-sites-tag\";a:2:{i:1855;s:17:\"digital-marketing\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55792\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-600x2368.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/digital-marketing-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55793\";a:12:{s:5:\"title\";s:12:\"SEO Services\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-seo-service.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-seo-service-600x2306.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/717\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/seo-services/\";s:15:\"astra-sites-tag\";a:2:{i:2214;s:12:\"seo-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55794\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-services-600x1804.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/digital-marketing-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55795\";a:12:{s:5:\"title\";s:12:\"Social Media\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-social-media.jpg\";s:19:\"thumbnail-image-url\";s:105:\"https://websitedemos.net/wp-content/uploads/2021/06/digital-marketing-agency-04-social-media-600x2306.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/digital-marketing-agency-04/wp-json/wp/v2/pages/719\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/digital-marketing-agency-04/social-media/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:2212;s:12:\"social-media\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58160\";a:24:{s:5:\"title\";s:15:\"Jewellery Store\";s:2:\"id\";i:58160;s:12:\"publish-date\";i:1632243433;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/jewellery-store-04\";s:20:\"astra-site-parent-id\";i:2377;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1116:\"<!-- wp:paragraph -->\n<p>Want to sell jewelry to a broader audience? Consider building an online store! Import our easy-to-use Jewellery Store template and launch your store quickly. Accept orders and payments round the clock through your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clean and minimalistic design has all the correct elements to help you build a high-converting store. From impressive background effects to displaying products based on categories and latest arrivals, Jewellery Store is the perfect web template for your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Jewellery Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean and simple design that has everything you need to build a fantastic online store</li><li>Display products based on categories, such as earrings, necklaces, rings, and more</li><li>Product page displays various payment options as well as related products</li><li>Straightforward checkout process</li><li>Well integrated with the WordPress eCommerce plugin, WooCommerce</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Beautiful website template perfect for building an online store to sell jewelry\";s:5:\"pages\";a:3:{s:8:\"id-58166\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/jewellery-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58167\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/jewellery-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58168\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/jewellery-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/jewellery-store-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/jewellery-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53777\";a:24:{s:5:\"title\";s:18:\"Fashion Influencer\";s:2:\"id\";i:53777;s:12:\"publish-date\";i:1623424711;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/fashion-influencer-04\";s:20:\"astra-site-parent-id\";i:2021;s:15:\"astra-sites-tag\";a:9:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:2164;s:15:\"fashion-blogger\";i:2161;s:18:\"fashion-influencer\";i:1547;s:10:\"influencer\";i:2162;s:17:\"lifestyle-blogger\";i:2166;s:17:\"luxury-influencer\";i:2163;s:23:\"social-media-influencer\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:5:{i:2790;s:14:\"beauty-fashion\";i:2828;s:4:\"blog\";i:2890;s:15:\"makeup-cosmetic\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1086:\"<!-- wp:paragraph -->\n<p>Whether you are a fashion designer, blogger, influencer, or have anything to do with the fashion industry, the Fashion Influencer template is what you need to make a statement.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The classy website design is perfect for promoting various fashion brands, products, accessories, clothing, and cosmetics, among other things. Publish blogs and articles on topics related to fashion and upload videos as well on your fashion website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Influencer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Classy and sophisticated-looking template, perfect for a fashion-related website</li><li>Ideal for fashion influencers, bloggers, and just about anyone in the fashion industry</li><li>Showcase various fashion brands, products, blogs, articles, and videos</li><li>Integrate your Instagram feed and share photos with your website visitors</li><li>Fully customizable and responsive website template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Sophisticated-looking website design that’s perfect for making a fashion statement\";s:5:\"pages\";a:6:{s:8:\"id-53778\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53779\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/731\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/fashion-influencer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53780\";a:12:{s:5:\"title\";s:12:\"Fashion Tips\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-fashion-tips.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/805\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-influencer-04/fashion-tips/\";s:15:\"astra-sites-tag\";a:3:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:2022;s:4:\"tips\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53781\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/fashion-influencer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-53782\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-lookbook.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/613\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/fashion-influencer-04/lookbook/\";s:15:\"astra-sites-tag\";a:1:{i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-53783\";a:12:{s:5:\"title\";s:6:\"Shoots\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/fashion-influencer-02-shoots.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/fashion-influencer-04/wp-json/wp/v2/pages/445\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-influencer-04/shoots/\";s:15:\"astra-sites-tag\";a:2:{i:2023;s:6:\"shoots\";i:2001;s:6:\"videos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:55741;s:26:\"related-elementor-template\";i:53777;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51559\";a:24:{s:5:\"title\";s:14:\"Public Speaker\";s:2:\"id\";i:51559;s:12:\"publish-date\";i:1617821342;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-02\";s:20:\"astra-site-parent-id\";i:1937;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2825;s:8:\"coaching\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1128:\"<!-- wp:paragraph -->\n<p>Want to fill your calendar with speaking engagements? Build a website! To make it easier, we’ve crafted the Public Speaker web template. It’s a thoughtfully crafted template with everything you need to promote yourself as a professional speaker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include videos of your previous speaking engagements, and publish blog posts to build authority and trustworthiness, among other things. If you have your publications, the template is well integrated to let you sell them online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Public Speaker template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Thoughtfully designed template, perfect for a public speaker or an influencer</li><li>Promote videos of your speaking engagements</li><li>Package includes dedicated pages about the speaker, services offered, contact and even to sell your publications online</li><li>Want to offer live sessions? The template has you covered</li><li>Deep integrations with WooCommerce, allowing you to sell online</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"A thoughtful website template that’s perfect for building a website for public speakers\";s:5:\"pages\";a:5:{s:8:\"id-51560\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51562\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-books.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51563\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/867\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51564\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51565\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/public-speaker-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/public-speaker-02/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-02/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51559;s:26:\"related-gutenberg-template\";i:64754;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56739\";a:24:{s:5:\"title\";s:14:\"Public Speaker\";s:2:\"id\";i:56739;s:12:\"publish-date\";i:1626114397;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-600x3080.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-400x2053.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-08\";s:20:\"astra-site-parent-id\";i:2256;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about-1-600x2525.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1068\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56741\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books-1-600x1907.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1070\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56742\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact-1-600x812.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1076\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56744\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer-1-600x2028.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1072\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-08/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-600x3080.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1066\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-52222\";a:24:{s:5:\"title\";s:11:\"Pub and Bar\";s:2:\"id\";i:52222;s:12:\"publish-date\";i:1620390845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pub-and-bar-04\";s:20:\"astra-site-parent-id\";i:1945;s:15:\"astra-sites-tag\";a:13:{i:2009;s:8:\"bar-room\";i:2007;s:19:\"barbeque-restaurant\";i:2010;s:8:\"beer-bar\";i:1988;s:10:\"beer-joint\";i:562;s:6:\"bistro\";i:635;s:7:\"brewery\";i:1989;s:15:\"cocktail-lounge\";i:882;s:6:\"drinks\";i:350;s:5:\"hotel\";i:657;s:6:\"lounge\";i:1983;s:3:\"pub\";i:2008;s:11:\"pub-and-bar\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2769;s:9:\"ecommerce\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1062:\"<!-- wp:paragraph -->\n<p>Build your online presence and let customers connect with you before visiting your joint. Use the appealing Pub and Bar template to launch your website. Share photos of the ambiance, the exquisite food and drinks menu, and customer reviews, among other things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has exciting features, such as online table reservations, details of upcoming events, deals and offers, and more. You also have the option to sell store merchandise online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Pub and Bar template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Take your pub and bar joint online with our appealing and attractive website template</li><li>Include photos of the joint, customer reviews, menu details, and more</li><li>Allow customers to make online table reservations</li><li>Sell your store merchandise online with our well-integrated WooCommerce template</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"The perfect lightweight and responsive template for taking your pub and bar joint online\";s:5:\"pages\";a:6:{s:8:\"id-52224\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/891\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pub-and-bar-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-52225\";a:12:{s:5:\"title\";s:6:\"Drinks\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-drinks.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/683\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/pub-and-bar-04/drinks/\";s:15:\"astra-sites-tag\";a:1:{i:882;s:6:\"drinks\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52226\";a:12:{s:5:\"title\";s:4:\"Food\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-food.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/536\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pub-and-bar-04/food/\";s:15:\"astra-sites-tag\";a:1:{i:336;s:4:\"food\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52223\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/412\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52227\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pub-and-bar-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-52228\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/04/pub-and-bar-02-store.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pub-and-bar-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pub-and-bar-04/store/\";s:15:\"astra-sites-tag\";a:1:{i:749;s:5:\"store\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49780\";a:24:{s:5:\"title\";s:18:\"Meditation Courses\";s:2:\"id\";i:49780;s:12:\"publish-date\";i:1612532912;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-02\";s:20:\"astra-site-parent-id\";i:1849;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1198:\"<!-- wp:paragraph -->\n<p>Want to offer meditation classes online? To make things simple, we’ve crafted an inspirational Meditation Courses template that’s sure to engage with your prospective students. By offering courses online, you reach a much wider audience who can learn through your platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The clean and appealing design uses unique colors, typography, and background effects. It’s fully integrated with leading WordPress LMS plugins, allowing you to create and manage online courses easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Meditation Courses template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A beautifully designed meditation course template, sure to enhance user experience</li><li>Fully integrated with LMS plugins allowing you to create and manage online courses from your WordPress dashboard</li><li>The homepage showcases the featured courses, a list of all courses, student reviews, about the trainer, and more</li><li>All templates have been planned, including a fully functional contact form</li><li>Fully responsive and customizable template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Aweinspiring design that’s perfect for building an online course website on meditation\";s:5:\"pages\";a:4:{s:8:\"id-49781\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49782\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-classes.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/207\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49783\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49784\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-meditation-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/learn-meditation-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55643\";a:24:{s:5:\"title\";s:12:\"Budget Hotel\";s:2:\"id\";i:55643;s:12:\"publish-date\";i:1623434678;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/budget-hotel-04\";s:20:\"astra-site-parent-id\";i:2174;s:15:\"astra-sites-tag\";a:10:{i:2200;s:9:\"apartment\";i:2192;s:2:\"bb\";i:2202;s:17:\"bed-and-breakfast\";i:2175;s:12:\"budget-hotel\";i:2177;s:11:\"cheap-hotel\";i:2189;s:11:\"guest-house\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:2201;s:7:\"lodging\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1069:\"<!-- wp:paragraph -->\n<p>Whether you’re taking your hotel business online or revamping your existing website, the Budget Hotel template is a must-have. The elegantly designed template has all the elements to build a professional and engaging hotel website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The hero section not only has a significant image but also includes a CTA to check room availability. Other attractive templates include pages for rooms, facilities, things to do, and a fully functional contact form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Budget Hotel template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A professionally crafted design that’s perfect for a hotel website</li><li>Well-integrated and placed CTA for making online reservations</li><li>Google maps is integrated on the homepage that allows users to locate your property</li><li>Offer specials deals, include reviews of happy customers, and a lot more</li><li>Include a gallery that showcases your property</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Build and launch your hotel website using our elegantly designed Budget Hotel template\";s:5:\"pages\";a:5:{s:8:\"id-55644\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-contact-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/930\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/budget-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55645\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-facilities-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/792\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/budget-hotel-04/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55646\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-home-page.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/budget-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55647\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-rooms-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/511\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/budget-hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55648\";a:12:{s:5:\"title\";s:12:\"Things to do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/budget-hotel-04-things-to-do-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/budget-hotel-04/wp-json/wp/v2/pages/681\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/budget-hotel-04/things-to-do/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51305\";a:24:{s:5:\"title\";s:18:\"Relationship Coach\";s:2:\"id\";i:51305;s:12:\"publish-date\";i:1616783693;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-02\";s:20:\"astra-site-parent-id\";i:1860;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2814;s:9:\"bookstore\";i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2874;s:10:\"life-coach\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1156:\"<!-- wp:paragraph -->\n<p>Are you a relationship coach? Want to offer services, such as couples problems, parent-child issues, and ​family issues, among other things? Build a website using our Relationship Coach template and help prospective clients to seek guidance and consultation from you, irrespective of their location.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The vibrant template is well planned out and includes all the correct elements in the right place. From well-placed CTA to customer reviews, the template has you covered.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Relationship Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Vibrant and attractive-looking template that’s easy to import and set up</li><li>Impressive background image scrolling effects</li><li>Dedicated and well-planned page layouts for selling books, showcasing your stage shows, and offering one-on-one consultations</li><li>Build authority and get found by search engines by publishing blogs consistently</li><li>Newsletter subscription form is well integrated into the template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Perfect template for building a vibrant-looking website for a relationship and life coach\";s:5:\"pages\";a:6:{s:8:\"id-51306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51307\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-books.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51308\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51310\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-counseling.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-02/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:613;s:10:\"counseling\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51311\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/relationship-coach-02-shows.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/relationship-coach-02/wp-json/wp/v2/pages/639\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-02/stage-shows/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51305;s:26:\"related-gutenberg-template\";i:57085;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57085\";a:24:{s:5:\"title\";s:27:\"Relationship and Life Coach\";s:2:\"id\";i:57085;s:12:\"publish-date\";i:1626464394;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-600x3248.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-400x2165.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-08\";s:20:\"astra-site-parent-id\";i:2279;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:37;s:4:\"blog\";i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-57088\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books-1-600x1682.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57089\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact-1-600x1381.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1020\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57090\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-600x3248.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1022\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about-1-600x1648.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1014\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57091\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counselling.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counselling-600x1993.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1024\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-08/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57092\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows-1-600x1701.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-08/stage-shows/\";s:15:\"astra-sites-tag\";a:1:{i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56996\";a:24:{s:5:\"title\";s:12:\"Tech Blogger\";s:2:\"id\";i:56996;s:12:\"publish-date\";i:1626456827;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-blogger-04\";s:20:\"astra-site-parent-id\";i:2257;s:15:\"astra-sites-tag\";a:9:{i:2269;s:18:\"affiliate-marketer\";i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1547;s:10:\"influencer\";i:2163;s:23:\"social-media-influencer\";i:2266;s:12:\"tech-blogger\";i:2267;s:15:\"tech-influencer\";i:2268;s:17:\"technology-critic\";i:1837;s:7:\"vlogger\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2774;s:8:\"magazine\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1155:\"<!-- wp:paragraph -->\n<p>The Tech Blogger template is an easy-to-use, modern website template that lets you showcase the latest technology blog posts. Include the latest technology news and trends, hottest deals and offers, and posts on anything related to technology.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is designed to help you quickly start your own technology blog. You don’t have to be a tech expert or a web developer to create your own website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Tech Blogger template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern and professional-looking template best suited for a technology blog</li><li>Newsletter subscription form is integrated into the hero section, allowing you to capture the email IDs of visitors. This way, you can update them the next time you publish a post</li><li>Showcase the best deals and offers on the homepage as well as on a dedicated page</li><li>Template is fully customizable and can be tweaked to suit your needs</li><li>Use your favorite page builder to edit and customize content</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"A modern website template that lets you showcase the latest technology blog posts\";s:5:\"pages\";a:4:{s:8:\"id-56997\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-56998\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tech-blogger-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56999\";a:12:{s:5:\"title\";s:5:\"Deals\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-deals.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-deals.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-blogger-04/deals/\";s:15:\"astra-sites-tag\";a:1:{i:2264;s:5:\"deals\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57000\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-blogger-04-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-blogger-04/wp-json/wp/v2/pages/67\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-blogger-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51504\";a:24:{s:5:\"title\";s:18:\"Creative Podcaster\";s:2:\"id\";i:51504;s:12:\"publish-date\";i:1617304812;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-02\";s:20:\"astra-site-parent-id\";i:1923;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2791;s:8:\"creative\";i:2770;s:8:\"personal\";i:2829;s:7:\"podcast\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:997:\"<!-- wp:paragraph -->\n<p>Create your own podcast website in minutes with our Creative Podcaster template. With a clean and minimalistic design that highlights your latest episodes, your latest guests, and your latest reviews, it’s easier than ever to get the word out about your show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes an easy-to-use newsletter subscription form so you can start building up a loyal following of listeners who love what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Creative Podcaster template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean and minimalistic design that’s perfect for any podcaster</li><li>Showcase your latest episodes in a done-for-you template</li><li>Include details of your hosts, customer reviews, and more on the homepage</li><li>Easily customize the colors and typography of your website</li><li>Fully responsive and customizable template</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Perfect website template for any podcaster looking to create their own online presence\";s:5:\"pages\";a:4:{s:8:\"id-51508\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/575\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51506\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/880\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51507\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/04/creative-podcaster-02-episodes.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/creative-podcaster-02/wp-json/wp/v2/pages/758\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-02/episodes/\";s:15:\"astra-sites-tag\";a:2:{i:1924;s:8:\"episodes\";i:1925;s:15:\"podcast-episode\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51504;s:26:\"related-gutenberg-template\";i:56607;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56607\";a:24:{s:5:\"title\";s:18:\"Creative Podcaster\";s:2:\"id\";i:56607;s:12:\"publish-date\";i:1626181230;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-600x2248.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-400x1499.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-08\";s:20:\"astra-site-parent-id\";i:2244;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-56611\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-600x2248.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56610\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes-1-600x1327.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1263\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-08/episodes/\";s:15:\"astra-sites-tag\";a:1:{i:1924;s:8:\"episodes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56609\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact-1-600x1231.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56608\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about-1-600x1652.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57022\";a:24:{s:5:\"title\";s:9:\"Tech News\";s:2:\"id\";i:57022;s:12:\"publish-date\";i:1626294756;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/tech-news-04\";s:20:\"astra-site-parent-id\";i:2260;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2774;s:8:\"magazine\";i:2859;s:4:\"news\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1070:\"<!-- wp:paragraph -->\n<p>Build a technology website using the Tech News template and share the latest trends related to technology, gadgets, software, apps, games, and more. The clean and clutter-free design will help your website visitors find what they\'re looking for without digging through piles of information.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template features a newsletter subscription form that will let you build your newsletter list quickly and easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Tech News template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple and clutter-free website template, perfect for a technology website</li><li>The package includes well-planned layouts for individual category pages as well</li><li>Build an email list using the well-integrated newsletter subscription form</li><li>The template consists of placeholders for showcasing ads and monetizing your blog</li><li>Compatible with Gutenberg and all popular page builder plugins</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Clean and simple website template, perfect for your technology news website\";s:5:\"pages\";a:4:{s:8:\"id-57023\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tech-news-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57024\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/852\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-news-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57025\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/tech-news-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-57026\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/tech-news-04/wp-json/wp/v2/pages/463\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-news-04/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:57290;s:26:\"related-elementor-template\";i:57022;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57290\";a:24:{s:5:\"title\";s:9:\"Tech News\";s:2:\"id\";i:57290;s:12:\"publish-date\";i:1630403202;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/tech-news-03\";s:20:\"astra-site-parent-id\";i:2317;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:2275;s:13:\"business-blog\";i:2277;s:17:\"business-magazine\";i:2276;s:13:\"business-news\";i:2273;s:9:\"editorial\";i:2274;s:8:\"magazine\";i:2271;s:4:\"news\";i:2272;s:10:\"publishing\";i:2278;s:16:\"publishing-house\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57293\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/tech-news-03-home1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/tech-news-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57291\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tech-news-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-57292\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1234\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-news-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-57294\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/tech-news-04-podcasts.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-news-03/wp-json/wp/v2/pages/1236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-news-03/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2735,'astra-sites-and-pages-page-17','a:15:{s:8:\"id-34244\";a:24:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:34244;s:12:\"publish-date\";i:1571857455;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-03\";s:20:\"astra-site-parent-id\";i:1010;s:15:\"astra-sites-tag\";a:6:{i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-35752\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35750\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pet-care-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35754\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35753\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-35751\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/pet-care-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/pet-care-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/pet-care-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55904\";a:24:{s:5:\"title\";s:18:\"Advertising Agency\";s:2:\"id\";i:55904;s:12:\"publish-date\";i:1624378294;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/public-relations-agency-04\";s:20:\"astra-site-parent-id\";i:2225;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1087:\"<!-- wp:paragraph -->\n<p>Want to be the next big thing in advertising? Get your creative juices flowing with our Advertising Agency template. With its clean layout and creatively designed template, this agency website template will help you stand out from the crowd.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You’ll also be able to include a variety of services for your potential clients, along with case studies that will help them understand the process of working with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Advertising Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Beautifully designed website template to showcase the creative side of your business</li><li>A fully integrated template that promotes all the services you offer, case studies, customer reviews, and more</li><li>Add photos of your team members on the about page</li><li>A fully functional contact form that has Google maps integrated</li><li>Dedicated page to highlight your completed projects and case studies</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"A well-planned and professional layout that allows you to showcase your agency services\";s:5:\"pages\";a:6:{s:8:\"id-55905\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/public-relations-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55906\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/1105\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/public-relations-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55907\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/396\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/public-relations-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55908\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/public-relations-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55909\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/public-relations-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55910\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/06/promotion-firm-04-work.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/public-relations-agency-04/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/public-relations-agency-04/work/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49268\";a:24:{s:5:\"title\";s:19:\"Martial Arts School\";s:2:\"id\";i:49268;s:12:\"publish-date\";i:1607721065;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/martial-arts-04\";s:20:\"astra-site-parent-id\";i:1800;s:15:\"astra-sites-tag\";a:5:{i:1804;s:6:\"karate\";i:1803;s:7:\"kung-fu\";i:1801;s:12:\"martial-arts\";i:1805;s:18:\"mixed-martial-arts\";i:1802;s:12:\"self-defence\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2772;s:9:\"education\";i:2782;s:6:\"school\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1100:\"<!-- wp:paragraph -->\n<p>The Martial Arts School template is a professional and elegant design that allows you to showcase your martial arts school. It features a spacious homepage with an elegantly designed layout to allow for large photos and videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is perfect for promoting the various martial arts courses, the instructors, student reviews, and more. A CTA is well integrated into the menu to help prospective students quickly start the programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Martial Arts School template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creatively designed layout that’s perfect for a martial arts school website</li><li>Impressive use of colors, fonts, and images</li><li>Well-designed and planned out layouts for each of the pages, such as about, programs, testimonials, and contact</li><li>Showcase an introductory video of the martial arts school on the about page</li><li>Fully responsive design that looks great across all devices</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Perfect template for a martial arts school and showcasing courses, instructors, and more\";s:5:\"pages\";a:5:{s:8:\"id-49269\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49270\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/209\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/martial-arts-04/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49271\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/martial-arts-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49272\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-programs.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/163\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/martial-arts-04/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49273\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/12/martial-arts-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/martial-arts-04/wp-json/wp/v2/pages/177\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/martial-arts-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49809\";a:24:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:2:\"id\";i:49809;s:12:\"publish-date\";i:1612557346;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-02\";s:20:\"astra-site-parent-id\";i:1853;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2825;s:8:\"coaching\";i:2796;s:17:\"digital-marketing\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1277:\"<!-- wp:paragraph -->\n<p>Want to build a platform and offer courses online? Our Learn Digital Marketing template is an elegant and minimalistic design that’ll help showcase your courses on digital marketing. The template promotes you, the expert, within a significant hero section.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An ‘enroll today’ CTA button integrated into the menu allows potential students to immediately sign up for your courses. The well-integrated newsletter subscription form lets you build a list and send tips and tricks to your students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Learn Digital Marketing template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Build an online platform to offer courses in digital marketing, using our engaging and minimalistic website template</li><li>Well integrated with popular LMS plugins, such as LearnDash, to create, manage, and offer courses online</li><li>Offer additional resources, such as ebooks, and case studies on a specifically designed page</li><li>Fully functional contact form that allows prospective students to get in touch with you</li><li>A customizable and flexible template that can be tweaked to suit your needs</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"An ideal website template to offer courses and resources on digital marketing\";s:5:\"pages\";a:6:{s:8:\"id-49814\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49810\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49813\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49815\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-resource.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-02/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49811\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-digital-marketing-02-blog.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/890\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-49812\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/02/digital-marketing-02-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/learn-digital-marketing-02/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:49809;s:26:\"related-gutenberg-template\";i:56525;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56525\";a:24:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:2:\"id\";i:56525;s:12:\"publish-date\";i:1625493814;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-600x3205.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-400x2137.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-08\";s:20:\"astra-site-parent-id\";i:2239;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56526\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about-1-600x2264.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56527\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog-1-600x1125.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56528\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact-1-600x1238.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56531\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resources.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resources-600x1984.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-08/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56529\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-courses-600x1495.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56530\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-600x3205.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49241\";a:24:{s:5:\"title\";s:21:\"Catering &amp; Events\";s:2:\"id\";i:49241;s:12:\"publish-date\";i:1607708411;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/catering-services-04\";s:20:\"astra-site-parent-id\";i:1788;s:15:\"astra-sites-tag\";a:11:{i:693;s:4:\"cafe\";i:1791;s:17:\"catering-services\";i:1792;s:6:\"caters\";i:792;s:7:\"cooking\";i:1798;s:6:\"dining\";i:1569;s:6:\"events\";i:1789;s:7:\"feeding\";i:336;s:4:\"food\";i:1799;s:13:\"food-festival\";i:1793;s:10:\"meal-serve\";i:1790;s:7:\"serving\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2855;s:8:\"catering\";i:2784;s:5:\"event\";i:2785;s:4:\"food\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1002:\"<!-- wp:paragraph -->\n<p>Have you been looking for a website template that is both easy to use and provides an organized, professional image? Our Catering &amp; Events template is the answer! It comes in various colors to help you stand out from competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whether corporate events or birthday parties, go ahead and promote your various services and menus on your website. Additionally, include testimonials from your clients to show how happy they are with your services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Catering &amp; Events template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A creatively designed template that uses vibrant colors</li><li>All templates are well planned out and easy to use</li><li>Showcase the catering services for various events and menus as well</li><li>Include client testimonials on the homepage</li><li>Fully responsive and customizable design</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"A perfectly designed template for building a catering and events-related business website\";s:5:\"pages\";a:5:{s:8:\"id-49244\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/catering-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49242\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/229\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49245\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/275\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/catering-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49246\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/315\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/catering-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49243\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/catering-services-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/catering-services-04/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/catering-services-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49260\";a:24:{s:5:\"title\";s:12:\"Music School\";s:2:\"id\";i:49260;s:12:\"publish-date\";i:1607708423;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/music-school-04\";s:20:\"astra-site-parent-id\";i:1794;s:15:\"astra-sites-tag\";a:8:{i:339;s:6:\"artist\";i:1797;s:12:\"drama-school\";i:1795;s:13:\"music-academy\";i:1796;s:14:\"musical-school\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:6:{i:2802;s:6:\"artist\";i:2772;s:9:\"education\";i:2781;s:5:\"music\";i:2771;s:8:\"one-page\";i:2782;s:6:\"school\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:3:{i:2486;s:9:\"art-music\";i:2491;s:22:\"educational-institutes\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1226:\"<!-- wp:paragraph -->\n<p>The Music School Template is an easy-to-use website template that can be customized to sell musical instruments, offer music lessons, and showcase your school\'s campus. Use it as a starting point for your website by adding your content and photos of the music teachers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is not only designed for musicians but also offers a great option for people who want to learn how to play an instrument.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Music School template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Build a music school website using our inspiring Music School template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Accept online applications of prospective students</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>A fully compatible template that allows you to offer and manage online courses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sell musical instruments online using a WooCommerce-ready template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable and page-ready template</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Perfect template for any aspiring musician to offer courses and sell musical instruments\";s:5:\"pages\";a:1:{s:8:\"id-49261\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/music-school-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/music-school-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/music-school-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48348\";a:24:{s:5:\"title\";s:8:\"Mountain\";s:2:\"id\";i:48348;s:12:\"publish-date\";i:1603907454;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-600x1463.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-400x975.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/mountain-08\";s:20:\"astra-site-parent-id\";i:1724;s:15:\"astra-sites-tag\";a:4:{i:692;s:8:\"business\";i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-2-600x742.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48350\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-2-600x832.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/mountain-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-600x1463.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/mountain-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48352\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-2-600x1322.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57346\";a:24:{s:5:\"title\";s:16:\"Fashion Designer\";s:2:\"id\";i:57346;s:12:\"publish-date\";i:1630000976;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/fashion-designer-boutique-02\";s:20:\"astra-site-parent-id\";i:2325;s:15:\"astra-sites-tag\";a:20:{i:2105;s:8:\"boutique\";i:2418;s:8:\"commerce\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2327;s:16:\"fashion-designer\";i:2349;s:25:\"fashion-designer-boutique\";i:2351;s:26:\"fashion-designer-portfolio\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:444;s:9:\"portfolio\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1370:\"<!-- wp:paragraph -->\n<p>Want to make a fashion website but don\'t know where to start? Our Fashion Designer template is the perfect place for you. Our template is the ideal home for your fashion designer business with a sleek and sophisticated design.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Promote your clothing or accessories with our modern web design that includes client testimonials and photos from happy customers. Plus, we\'ve included deals and offers to help you get your product noticed by potential customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Designer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Launch your fashion designer store using our classy website template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sell accessories, tops, bottoms, dresses, and more on your online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase products based on the latest collections, new arrivals, best sellers, and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Well integrated with WooCommerce allowing you to set up and sell immediately&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customize and tweak every element of your store to suit your website needs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Classy and sophisticated design that’s perfect for anyone in the fashion industry\";s:5:\"pages\";a:5:{s:8:\"id-57347\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-designer-boutique-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57348\";a:12:{s:5:\"title\";s:11:\"Collections\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-collections-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-collections-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/541\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/fashion-designer-boutique-02/collections/\";s:15:\"astra-sites-tag\";a:1:{i:596;s:10:\"collection\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57349\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/500\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/fashion-designer-boutique-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57351\";a:12:{s:5:\"title\";s:12:\"New Arrivals\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-new-arrivals-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-new-arrivals-1.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/677\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:61:\"//websitedemos.net/fashion-designer-boutique-02/new-arrivals/\";s:15:\"astra-sites-tag\";a:1:{i:2326;s:11:\"new-arrival\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57350\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/08/fashion-designer-boutique-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/fashion-designer-boutique-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-designer-boutique-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:57346;s:26:\"related-gutenberg-template\";i:58561;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-53589\";a:24:{s:5:\"title\";s:24:\"Beer Launch Landing Page\";s:2:\"id\";i:53589;s:12:\"publish-date\";i:1620419986;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/beer-launch-04\";s:20:\"astra-site-parent-id\";i:1959;s:15:\"astra-sites-tag\";a:7:{i:1962;s:4:\"beer\";i:2016;s:16:\"beer-launch-page\";i:635;s:7:\"brewery\";i:1965;s:5:\"drink\";i:1964;s:5:\"lager\";i:850;s:12:\"landing-page\";i:399;s:8:\"one-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1004:\"<!-- wp:paragraph -->\n<p>The Beer Launch Landing Page template is a bright, happy template with a bright yellow header with a strong presence. It’s a modern design with unusual fonts that help the homepage stand out, ideal for new brewers or breweries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the design includes relevant elements such as a timeline, product section, calls to action, a blog area and social media integrations. It’s a very effective design that encourages you to read more and engage further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Beer Launch Landing Page template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Colorful web template for brewers, breweries and drinks companies</li><li>Unusual header font helps it stand out</li><li>Bright colors and high quality images add to the appeal</li><li>Well-designed product section for drinks</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Bright, happy web template ideal for brewers, breweries and artisan drinks companies\";s:5:\"pages\";a:1:{s:8:\"id-53590\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/beer-launch-02.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/beer-launch-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/beer-launch-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:850;s:12:\"landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51427\";a:24:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:51427;s:12:\"publish-date\";i:1617132367;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-02\";s:20:\"astra-site-parent-id\";i:1885;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2787;s:11:\"gym-fitness\";i:2863;s:12:\"landing-page\";i:2881;s:10:\"mobile-app\";i:2779;s:16:\"software-company\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1002:\"<!-- wp:paragraph -->\n<p>The Tech Startup template is a flat, modern design with bright colors, bold fonts and plenty of whitespace. It’s a great layout with fullscreen header setting out your stall and a simple navigation area with a bright download button.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage is light, easygoing but also interesting. You’re encouraged to scroll down to learn more and presented with customizable content areas to outline your products or services and convert those visitors into customers. It’s a very well designed theme!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Tech Startup template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed flat theme suitable for any type of business</li><li>Excellent choice of colors and fonts</li><li>Great layout with borderless sections</li><li>Customizable content areas throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Well-designed flat theme with lovely colors, suitable for any type of business\";s:5:\"pages\";a:4:{s:8:\"id-47711\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47709\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47710\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-features.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-02/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47712\";a:12:{s:5:\"title\";s:5:\"Plans\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/tech-startup-02-plans.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-02/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tech-startup-02/plans/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51427;s:26:\"related-gutenberg-template\";i:48671;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49287\";a:24:{s:5:\"title\";s:10:\"Food Truck\";s:2:\"id\";i:49287;s:12:\"publish-date\";i:1607968453;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-new.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-new-600x3140.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-new-400x2093.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/food-truck-04\";s:20:\"astra-site-parent-id\";i:1806;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2771;s:8:\"one-page\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1321:\"<!-- wp:paragraph -->\n<p>The Food Truck template is an awesome spectacle. It’s a fullscreen design with a lovely green color and a high quality image of a food truck front and center. With an attractive menu section, product highlight area and a timeline, it’s everything you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is superb, with modern fonts that stand out from the background color. The homepage includes relevant sections for a food business including a very attractive menu section, a scheduler for opening, map and a short biography to tell your story. It’s the only template you would ever need!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Food Truck template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Colorful template that’s perfect for food trucks and food businesses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fullscreen design that works on any screen size</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive menu areas really stand out</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable content sections throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Colorful template with awesome design that’s ideal for food trucks and food businesses\";s:5:\"pages\";a:1:{s:8:\"id-49288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-new.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/food-truck-04-new-600x3140.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/food-truck-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/food-truck-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49449\";a:24:{s:5:\"title\";s:7:\"Vlogger\";s:2:\"id\";i:49449;s:12:\"publish-date\";i:1608733132;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-02\";s:20:\"astra-site-parent-id\";i:1836;s:15:\"astra-sites-tag\";a:8:{i:1840;s:9:\"cameraman\";i:1841;s:15:\"cinematographer\";i:1842;s:10:\"film-maker\";i:399;s:8:\"one-page\";i:1718;s:7:\"onepage\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2810;s:9:\"freelance\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";i:2801;s:5:\"video\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:4:{i:2497;s:4:\"blog\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:992:\"<!-- wp:paragraph -->\n<p>The Vlogger template uses a compelling portfolio layout that could be easily customized for any creative. It uses a full width header image with bold header and modern light fonts. It’s a very engaging start to what is an excellent design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes flexible content areas outlining the contents, biography, social media links, videos, timeline and a contact form. Some great colors, well-chosen fonts and subtle graphics elevates this template well above the norm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Vlogger template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Compelling portfolio template ideal for vloggers and creatives</li><li>Areas for biography, timeline and portfolio</li><li>Well-chosen fonts complement strong images</li><li>Customizable content areas throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Fresh, compelling website template ideal for vloggers and any type of creative\";s:5:\"pages\";a:1:{s:8:\"id-49450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/12/vlogger-02-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/vlogger-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51312\";a:24:{s:5:\"title\";s:26:\"Injury and Accident Lawyer\";s:2:\"id\";i:51312;s:12:\"publish-date\";i:1616781589;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-02\";s:20:\"astra-site-parent-id\";i:1861;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1024:\"<!-- wp:paragraph -->\n<p>The Injury and Accident Lawyer template is a sober business template that’s perfect for law firms, lawyers and the legal industry. It uses light and dark design with a strong contrast color to build authority and trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses a standard business layout with full width header before unfolding into a white background with borderless content areas. A combination of text and strong imagery helps you tell your story and engage your audience before converting them with the attractive contact form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Injury and Accident Lawyer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Sober, authoritative web template for lawyers and law firms</li><li>Business layout with flexible content areas</li><li>Good use of colors, fonts and whitespace</li><li>Customizable content areas</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Authoritative web template for lawyers and law firms to showcase their expertise\";s:5:\"pages\";a:6:{s:8:\"id-51317\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-home.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51313\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-about.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51314\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-attorneys.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-02/attorneys/\";s:15:\"astra-sites-tag\";a:2:{i:912;s:9:\"attorneys\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51315\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1261\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51318\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/606\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:1863;s:14:\"practice-areas\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51319\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/injury-accident-lawyer-02-results.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-02/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-02/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51312;s:26:\"related-gutenberg-template\";i:56573;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56573\";a:24:{s:5:\"title\";s:28:\"Injury and Accidental Lawyer\";s:2:\"id\";i:56573;s:12:\"publish-date\";i:1624912486;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-600x2475.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-400x1650.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-08\";s:20:\"astra-site-parent-id\";i:2241;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56574\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-about-600x2370.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1526\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56575\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-attorneys-600x1888.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1539\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-08/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56576\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-contact-600x967.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1547\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56577\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-600x2475.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56578\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-practice-area.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-practice-area-600x2755.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:1863;s:14:\"practice-areas\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56579\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-results.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-results-600x1712.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2737,'astra-sites-and-pages-page-18','a:15:{s:8:\"id-51486\";a:24:{s:5:\"title\";s:12:\"Water Sports\";s:2:\"id\";i:51486;s:12:\"publish-date\";i:1617304815;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/water-sports-04\";s:20:\"astra-site-parent-id\";i:1912;s:15:\"astra-sites-tag\";a:11:{i:544;s:9:\"adventure\";i:1918;s:5:\"beach\";i:1917;s:12:\"beach-sports\";i:1921;s:7:\"sailing\";i:546;s:6:\"sports\";i:1919;s:13:\"summer-sports\";i:1914;s:7:\"surfing\";i:1920;s:9:\"vacations\";i:1916;s:5:\"water\";i:1915;s:9:\"water-ski\";i:1913;s:12:\"water-sports\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2826;s:6:\"sports\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:939:\"<!-- wp:paragraph -->\n<p>The Water Sports template is light, bright and energetic, just like the watersports it represents. It’s an instantly engaging template with fullscreen header on the homepage that opens out into a white background and borderless content areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a contemporary design with modern fonts, high quality images, customizable content areas and attractive header and footer. While designed for watersports, it could be easily customized to suit many types of business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Water Sports template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Energetic website template for multiple uses</li><li>Borderless content areas are a highlight</li><li>Bright colors and modern fonts</li><li>Infinitely customizable</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Energetic web template that could be any website for any conceivable use\";s:5:\"pages\";a:5:{s:8:\"id-51489\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51488\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-activities.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/599\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/water-sports-04/activities/\";s:15:\"astra-sites-tag\";a:3:{i:1922;s:10:\"activities\";i:1569;s:6:\"events\";i:546;s:6:\"sports\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51490\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/water-sports-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51491\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/672\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/water-sports-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51487\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/water-sports-04-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/water-sports-04/wp-json/wp/v2/pages/420\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/water-sports-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49322\";a:24:{s:5:\"title\";s:16:\"Marketing Agency\";s:2:\"id\";i:49322;s:12:\"publish-date\";i:1608637925;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/marketing-agency-02\";s:20:\"astra-site-parent-id\";i:1812;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:892:\"<!-- wp:paragraph -->\n<p>The Marketing Agency template uses dark design to great effect. It’s bold, colorful and designed to attract attention. Ideal for digital businesses, freelancers and creative agencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses a boxed design with smart hover effects, customizable content areas, modern fonts, a portfolio, product showcase, case study section and client area. All within a clever, multi-layered design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Marketing Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dark design that works amazingly well</li><li>Bold contrast colors for extra impact</li><li>Lots of relevant content areas with hover effects</li><li>Memorable for all the right reasons</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:66:\"Dark design with contemporary elements ideal for creative agencies\";s:5:\"pages\";a:5:{s:8:\"id-49323\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49324\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-case-studies-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-02/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49325\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49327\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-what-we-do-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-02/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:1605;s:12:\"our-services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49326\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/marketing-agency-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-58078\";a:24:{s:5:\"title\";s:21:\"Beauty Products Store\";s:2:\"id\";i:58078;s:12:\"publish-date\";i:1632223081;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/beauty-products-store-04\";s:20:\"astra-site-parent-id\";i:2374;s:15:\"astra-sites-tag\";a:18:{i:2385;s:20:\"beauty-products-shop\";i:2384;s:21:\"beauty-products-store\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1002:\"<!-- wp:paragraph -->\n<p>The Beauty Products Store template is a very welcoming design thanks to soft colors and a high quality header. It’s a light design with shaded background, exceptional images and borderless content areas, providing a very contemporary feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of areas to showcase products, special offers, featured products and everything a typical online store would have on the homepage. Category and product pages are equally attractive and fully compatible with WooCommerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Beauty Products Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Welcoming eCommerce store design with lovely feel</li><li>Calm colors and high quality images throughout</li><li>Lots of product and category areas built-in</li><li>Fully compatible with WooCommerce</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:63:\"Welcoming eCommerce website designed to sell anything to anyone\";s:5:\"pages\";a:3:{s:8:\"id-58080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/beauty-products-store-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/beauty-products-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-58079\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/09/beauty-products-store-02-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/beauty-products-store-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/beauty-products-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49385\";a:24:{s:5:\"title\";s:18:\"Calligraphy Artist\";s:2:\"id\";i:49385;s:12:\"publish-date\";i:1608714981;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/calligraphy-artist-02\";s:20:\"astra-site-parent-id\";i:1819;s:15:\"astra-sites-tag\";a:8:{i:1820;s:11:\"calligraphy\";i:1826;s:10:\"characters\";i:1824;s:11:\"chirography\";i:1821;s:11:\"handwriting\";i:1825;s:8:\"pencraft\";i:1823;s:6:\"script\";i:1827;s:5:\"style\";i:1822;s:7:\"writing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:922:\"<!-- wp:paragraph -->\n<p>The Calligraphy Artist template is a descriptive design with handwritten fonts and a full screen design. It’s largely monochrome, with colors provided by images to make them stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a very elegant design with a biography section, timeline, portfolio and all the ingredients you need to promote your skills and experience. It’s useful as a business website or personal portfolio, whatever you might need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Calligraphy Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design with handwritten fonts</li><li>Monochrome design allows images to stand out</li><li>Nice layout with plenty of whitespace</li><li>Works as business website or personal portfolio</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:69:\"Creative web template with calm design ideal for artists of all kinds\";s:5:\"pages\";a:5:{s:8:\"id-49386\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49390\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-work.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-02/works/\";s:15:\"astra-sites-tag\";a:1:{i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49389\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-expertise.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/253\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/calligraphy-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49387\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/calligraphy-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/calligraphy-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/calligraphy-artist-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/calligraphy-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49291\";a:24:{s:5:\"title\";s:14:\"BBQ Food Truck\";s:2:\"id\";i:49291;s:12:\"publish-date\";i:1607968465;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-food-truck-04\";s:20:\"astra-site-parent-id\";i:1807;s:15:\"astra-sites-tag\";a:3:{i:1808;s:10:\"food-truck\";i:1810;s:17:\"ice-cream-truck-2\";i:1809;s:15:\"ice-cream-truck\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2771;s:8:\"one-page\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:966:\"<!-- wp:paragraph -->\n<p>The BBQ Food Truck template is bright, colorful and instantly engaging. It’s a fullscreen template with a huge header image with food truck front and center and descriptive headline. The rest of the homepage includes a menu, schedule and other useful elements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template as a whole is modern and vibrant, ideal for portraying a food truck or food business in the best light. It’s flexible, fully responsive and able to deliver a pro quality website with minimal effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the BBQ Food Truck template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Vibrant and colorful with instant engagement</li><li>Includes attractive menu section and schedule</li><li>Fantastic imagery throughout</li><li>Customizable layout and content areas</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:66:\"Vibrant, colorful web template for food trucks and food businesses\";s:5:\"pages\";a:1:{s:8:\"id-49292\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/12/bbq-food-truck-04.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-food-truck-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-food-truck-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49316\";a:24:{s:5:\"title\";s:19:\"Musical Instruments\";s:2:\"id\";i:49316;s:12:\"publish-date\";i:1608714983;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-02\";s:20:\"astra-site-parent-id\";i:1811;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2781;s:5:\"music\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:995:\"<!-- wp:paragraph -->\n<p>The Musical Instruments template could be perfect for instrument makers, musicians, bands and anyone involved in the music industry. It’s a light theme with lots of whitespace, an engaging header with image, video and audio elements, product areas and a range of flexible content areas throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There is also the opportunity to integrate with WooCommerce and sell directly from your website, ideal for selling records, instruments and anything you care to sell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Musical Instruments template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light theme with great balance and plenty of whitespace</li><li>Supports video and audio</li><li>Flexible content areas you can customize with ease</li><li>Integrate with WooCommerce to sell direct from your website</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Light web template for musicians, instrument makers and music businesses\";s:5:\"pages\";a:5:{s:8:\"id-49317\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-artists.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/760\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49319\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-guitars.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/338\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-02/guitars/\";s:15:\"astra-sites-tag\";a:2:{i:1815;s:7:\"guitars\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-home.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49321\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/12/musical-instrument-maker-02-about.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-02/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-02/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:455;s:8:\"about-us\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:49316;s:26:\"related-gutenberg-template\";i:56632;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56632\";a:24:{s:5:\"title\";s:19:\"Musical Instruments\";s:2:\"id\";i:56632;s:12:\"publish-date\";i:1624912490;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-08\";s:20:\"astra-site-parent-id\";i:2245;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2781;s:5:\"music\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56633\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/984\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56634\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/988\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56635\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/982\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/guitars/\";s:15:\"astra-sites-tag\";a:1:{i:1815;s:7:\"guitars\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56636\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56637\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/986\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-08/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55844\";a:24:{s:5:\"title\";s:18:\"Real Estate Agency\";s:2:\"id\";i:55844;s:12:\"publish-date\";i:1627060163;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/real-estate-agency-04\";s:20:\"astra-site-parent-id\";i:2221;s:15:\"astra-sites-tag\";a:7:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2836;s:12:\"construction\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1033:\"<!-- wp:paragraph -->\n<p>The Real Estate Agency template is an upmarket design ideal for architects, real estate, property management and other uses. It’s a full screen template with lots of whitespace and strong fonts and images. Ideal for the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes lots of content areas to outline your services and a featured listing section to showcase properties, it also includes a contact form, testimonials section and clear navigation. Everything you see can be easily customized to fit your exact needs too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Real Estate Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Upmarket design ideal for architects, real estate and property management</li><li>Superb layout with plenty of whitespace</li><li>Featured properties section</li><li>Customizable content areas throughout the template</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Upmarket web design ideal for architects, real estate and property management\";s:5:\"pages\";a:7:{s:8:\"id-55845\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/real-estate-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55846\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/real-estate-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55847\";a:12:{s:5:\"title\";s:17:\"Exclusive Listing\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-listing.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-listing.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/real-estate-agency-04/exclusive-listing/\";s:15:\"astra-sites-tag\";a:1:{i:2304;s:17:\"exclusive-listing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55848\";a:12:{s:5:\"title\";s:16:\"Exclusive Rental\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-rental.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-exclusive-rental.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/real-estate-agency-04/exclusive-rental/\";s:15:\"astra-sites-tag\";a:1:{i:2305;s:16:\"exclusive-rental\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55849\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-homepage-02.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55850\";a:12:{s:5:\"title\";s:9:\"Locations\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-locations.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-locations.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/111\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/real-estate-agency-04/neighborhoods/\";s:15:\"astra-sites-tag\";a:2:{i:2306;s:9:\"locations\";i:2307;s:13:\"nearby-places\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55851\";a:12:{s:5:\"title\";s:16:\"Luxury Buildings\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-luxury-buildings.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/real-estate-agency-04-luxury-buildings.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/real-estate-agency-04/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/real-estate-agency-04/luxury-buildings/\";s:15:\"astra-sites-tag\";a:1:{i:2308;s:16:\"luxury-buildings\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18882\";a:24:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:18882;s:12:\"publish-date\";i:1536651360;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-04\";s:20:\"astra-site-parent-id\";i:113;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:988:\"<!-- wp:paragraph -->\n<p>The Deeplight Restaurant template is a cool, contemporary design with a full screen image, central navigation and a subtle arrow directing you down. Further down the homepage, things lighten up with a white background and lots of image options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes lots of options for content, a menu section, testimonials, booking option and contact details. Everything a food business would want from a page. There are also relevant extra pages suitable for the niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Deeplight Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary design with modern touches throughout</li><li>Sections for menus, images and testimonials</li><li>Subtle graphic encourages you to scroll down</li><li>Extra pages relevant to food businesses</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Contemporary website template ideal for cafes, restaurants and food businesses\";s:5:\"pages\";a:6:{s:8:\"id-23049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23050\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-menu-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-04/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23048\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23051\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23047\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-04/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19058;s:26:\"related-elementor-template\";i:18882;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19058\";a:24:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:19058;s:12:\"publish-date\";i:1536648815;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-03\";s:20:\"astra-site-parent-id\";i:114;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23063\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23064\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-menu.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-03/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23059\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23062\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23065\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23061\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/restaurant-03/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21081\";a:24:{s:5:\"title\";s:20:\"Deeplight Restaurant\";s:2:\"id\";i:21081;s:12:\"publish-date\";i:1552457750;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/restaurant-06\";s:20:\"astra-site-parent-id\";i:158;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-06-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/restaurant-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23511\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-menu.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/190\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/restaurant-06/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23507\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/restaurant-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23509\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23512\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-testimonials.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/restaurant-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23508\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/restaurant-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/restaurant-06/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/restaurant-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51452\";a:24:{s:5:\"title\";s:14:\"Theatre Artist\";s:2:\"id\";i:51452;s:12:\"publish-date\";i:1617304821;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/theatre-artist-02\";s:20:\"astra-site-parent-id\";i:1904;s:15:\"astra-sites-tag\";a:5:{i:1906;s:5:\"actor\";i:339;s:6:\"artist\";i:1572;s:9:\"performer\";i:444;s:9:\"portfolio\";i:1905;s:14:\"theatre-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2784;s:5:\"event\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1013:\"<!-- wp:paragraph -->\n<p>The Theater Artist template is a dark design with an elegant feel thanks to gold contrast color. The design has a full screen image and simple navigation that gives an upscale look while the rest of the homepage includes everything you might need to promote yourself or your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While configured for an actor, you can see how it could work for musicians, bands or other businesses. It’s easy to customize and allows you to change everything you see on the page using a drag and drop page builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Theater Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design ideal as a business website or portfolio</li><li>Attractive dark theme with gold contrast color</li><li>Lots of product and service areas</li><li>Useful timeline element on the homepage</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Upscale web template with dark design and gold elements that stand out\";s:5:\"pages\";a:4:{s:8:\"id-51453\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-biography.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/394\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/theatre-artist-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51454\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/theatre-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51455\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/theatre-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51456\";a:12:{s:5:\"title\";s:10:\"Repertoire\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/theatre-artist-02-repertoire.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-02/wp-json/wp/v2/pages/447\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/theatre-artist-02/repertoire/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:1907;s:10:\"repertoire\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47138\";a:24:{s:5:\"title\";s:23:\"Event Management Agency\";s:2:\"id\";i:47138;s:12:\"publish-date\";i:1597226669;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/event-management-04\";s:20:\"astra-site-parent-id\";i:1609;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:1611;s:16:\"corporate-events\";i:1612;s:12:\"event-agency\";i:1610;s:16:\"event-management\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2784;s:5:\"event\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1049:\"<!-- wp:paragraph -->\n<p>The Event Management Agency template is a business website with a professional feel. It’s engaging and includes options for a video header as well as images to show off the events you manage. It’s a very modern design with instant appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes lots of content areas to share products and services, a portfolio area to show off previous events, a testimonial area and optional blog and event sections. Everything can be fully customized so you can build your pages however you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Event Management Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional business template ideal for event management companies</li><li>Lots of content areas for products and services</li><li>Supports video and audio headers</li><li>Attractive portfolio section to showcase previous events</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Professional web template ideal for businesses that like to show as well as tell\";s:5:\"pages\";a:5:{s:8:\"id-47141\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/event-management-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47143\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-works.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/event-management-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47142\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/206\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47139\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/event-management-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47140\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/08/event-management-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/event-management-04/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/event-management-04/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47815\";a:24:{s:5:\"title\";s:14:\"Online Courses\";s:2:\"id\";i:47815;s:12:\"publish-date\";i:1602850916;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-02\";s:20:\"astra-site-parent-id\";i:1676;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2825;s:8:\"coaching\";i:2772;s:9:\"education\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1082:\"<!-- wp:paragraph -->\n<p>The Online Courses template uses reassuring colors and plenty of whitespace to build authority immediately. It’s ideal for schools, colleges, universities and online learning. Built to convert and provide everything you need to deliver eLearning courses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a relaxed feel, with light colors, attractive course boxes and course pages, lots of banners and graphics to communicate and convert, as well as build confidence in students. It’s an excellent option for eLearning and is fully compatible with popular learning management systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Online Courses template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Reassuring website template ideal for building trust</li><li>Attractive course elements and course pages</li><li>Built to convert and sell as well as build authority</li><li>Supports popular learning management systems</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Reassuring web template ideal for schools, colleges, universities and online learning\";s:5:\"pages\";a:6:{s:8:\"id-47819\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47817\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-courses.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47816\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47820\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-instructors-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47821\";a:12:{s:5:\"title\";s:17:\"Pricing &amp; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-pricing.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-02/pricing-faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47818\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:48985;s:26:\"related-elementor-template\";i:47815;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48985\";a:24:{s:5:\"title\";s:14:\"Online Courses\";s:2:\"id\";i:48985;s:12:\"publish-date\";i:1606840880;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-01\";s:20:\"astra-site-parent-id\";i:1767;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48986\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/738\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48987\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-course.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/737\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48988\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/741\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48990\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-instructors.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48991\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/online-courses-01-pricing.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/online-courses-01/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-01/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2739,'astra-sites-and-pages-page-19','a:15:{s:8:\"id-51405\";a:24:{s:5:\"title\";s:15:\"Child Care Blog\";s:2:\"id\";i:51405;s:12:\"publish-date\";i:1617130819;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/childcare-blog-02\";s:20:\"astra-site-parent-id\";i:1882;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:1652;s:7:\"blogger\";i:1897;s:15:\"child-care-blog\";i:1896;s:17:\"child-care-expert\";i:1547;s:10:\"influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1013:\"<!-- wp:paragraph -->\n<p>The Child Care Blog template is a great option for sharing your expertise, using as a childcare business website or for becoming the next Mumsnet. It’s a light, engaging design with fullscreen header and a genuine, welcoming feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes flexible content areas with areas for images, a biography, your latest posts, products and services, testimonials and a signup form. Extra pages reflect the niche and can be easily customized to suit your particular needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Child Care Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional blog template ideal for childcare or similar niches</li><li>Light and engaging design with a genuine feel</li><li>Flexible content areas you can customize to suit</li><li>Supplementary pages ideal for the industry</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Light and engaging web template for childminders and the childcare niche\";s:5:\"pages\";a:2:{s:8:\"id-51406\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/468\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/childcare-blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/childcare-blog-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/childcare-blog-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/childcare-blog-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47745\";a:24:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47745;s:12:\"publish-date\";i:1602788588;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-02\";s:20:\"astra-site-parent-id\";i:1671;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2825;s:8:\"coaching\";i:2772;s:9:\"education\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:3;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1064:\"<!-- wp:paragraph -->\n<p>The Online Programming Course template is ideal for schools, colleges, universities or online learning. It’s a light design with bold colors that reassure visitors as soon as they arrive, ready for them to explore the rest of your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a very attractive homepage with course outline areas and a selection of course pages to add more detail. The template is fully compatible with most learning management systems and WooCommerce, so you’re all set to offer courses for free or for money.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Online Programming Course template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light website template with strong colors for learning</li><li>Compatible with learning management systems</li><li>Compatible with WooCommerce for paid courses</li><li>Ideal for schools, colleges, universities or online learning</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Light online course website that welcomes you in and converts you easily\";s:5:\"pages\";a:4:{s:8:\"id-47749\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-home.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47747\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/179\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47746\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47748\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-coding-course-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-02/wp-json/wp/v2/pages/332\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:48719;s:26:\"related-elementor-template\";i:47745;s:26:\"related-gutenberg-template\";i:47896;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48719\";a:24:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:48719;s:12:\"publish-date\";i:1605548862;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-01\";s:20:\"astra-site-parent-id\";i:1765;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48720\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48721\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-all-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-01/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-48722\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48723\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/11/online-coding-course-01-wip-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-01/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48026\";a:24:{s:5:\"title\";s:13:\"Online Course\";s:2:\"id\";i:48026;s:12:\"publish-date\";i:1603830103;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-400x1354.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1-600x936.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1-600x1431.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1-600x1306.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq-600x1417.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1-600x978.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55936\";a:24:{s:5:\"title\";s:12:\"Media Agency\";s:2:\"id\";i:55936;s:12:\"publish-date\";i:1624472955;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/media-agency-04\";s:20:\"astra-site-parent-id\";i:2236;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2237;s:12:\"media-agency\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:926:\"<!-- wp:paragraph -->\n<p>The Media Agency template is a stylish dark design with bold colors and exactly the kind of impact a media agency would want to make. It’s a well-designed web template with strong imagery, bold content boxes and a well-chosen font.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes typical content areas and supplementary pages you would need along with the flexibility to change anything you see on the page using a page builder. It’s an excellent option for any agency!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Media Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Stylish dark design that makes an impact</li><li>Well-chosen colors and fonts</li><li>Prominent product and service sections</li><li>Cutting edge design ideal for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Stylish dark website template ideal for freelancers, media or digital agencies\";s:5:\"pages\";a:5:{s:8:\"id-47003\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/media-agency-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47001\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47005\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/57\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/media-agency-04/services/\";s:15:\"astra-sites-tag\";a:3:{i:425;s:8:\"services\";i:628;s:10:\"what-we-do\";i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47004\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-portfolio.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/media-agency-04/works/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47002\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/media-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/media-agency-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/media-agency-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21574\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:21574;s:12:\"publish-date\";i:1555388906;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/life-coach-sara-john\";s:20:\"astra-site-parent-id\";i:91;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2825;s:8:\"coaching\";i:2769;s:9:\"ecommerce\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1276:\"<!-- wp:paragraph -->\n<p>The Life Coach template is a simple, effective design that enables your content to take center stage. It’s a welcoming template with a static image header with headline and clear content and service areas down the page to help tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template offers a range of flexible elements and pages you can customize to your particular needs without losing the overall appeal. The theme works seamlessly with WooCommerce and includes a product page so you can sell merch as soon as you launch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Life Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Effective design ideal for life coaches and the wellness niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible pages and content areas can be easily personalized</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Integrates with WooCommerce for selling online</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of images, content areas and layout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Effective web design that can be fully customized for life coaches or wellness\";s:5:\"pages\";a:5:{s:8:\"id-22854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/life-coach-sara-john-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/life-coach-sara-john/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-about-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/621\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22855\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-work-with-me-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/622\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/life-coach-sara-john/work-with-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22852\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-books-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/342\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/life-coach-sara-john/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-sara-john-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/life-coach-sara-john/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/life-coach-sara-john/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:51341;s:26:\"related-gutenberg-template\";i:48149;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47529\";a:24:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:47529;s:12:\"publish-date\";i:1600948285;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-02\";s:20:\"astra-site-parent-id\";i:1628;s:15:\"astra-sites-tag\";a:6:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2818;s:7:\"roofing\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2477;s:13:\"home-services\";i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1025:\"<!-- wp:paragraph -->\n<p>The Roofing Services web template is a bright and breezy business design that welcomes you with open arms. It opens with a fullscreen image with bright colors and white headline that sets the scene perfectly. It could be used for literally any type of business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is light and easy to use, with modern fonts, lots of whitespace, a contact form front and center, creative product and service section and supplementary pages. It’s a very composed design that inspires confidence, ideal for business use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Roofing Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright and breezy design suitable for many types of business</li><li>Excellent layout with customizable content areas</li><li>Contact form front and center</li><li>Supplementary pages ideal for business</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Bright and breezy web template suitable for almost any business you can think of\";s:5:\"pages\";a:5:{s:8:\"id-47532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47530\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47533\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/oofing-services-02-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47531\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/roofing-services-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-02/wp-json/wp/v2/pages/169\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:47529;s:26:\"related-gutenberg-template\";i:48648;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48648\";a:24:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:48648;s:12:\"publish-date\";i:1603984605;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-400x1909.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2818;s:7:\"roofing\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2477;s:13:\"home-services\";i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us-600x2103.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1-600x2432.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1-600x1716.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us-600x1170.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57190\";a:24:{s:5:\"title\";s:12:\"Luxury Hotel\";s:2:\"id\";i:57190;s:12:\"publish-date\";i:1627060454;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/luxury-hotel-04\";s:20:\"astra-site-parent-id\";i:2282;s:15:\"astra-sites-tag\";a:9:{i:2073;s:13:\"accommodation\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:350;s:5:\"hotel\";i:2082;s:12:\"luxury-hotel\";i:2197;s:16:\"luxury-residence\";i:714;s:6:\"resort\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1056:\"<!-- wp:paragraph -->\n<p>The Luxury Hotel template uses a dark design and gold color to create a feeling of elegance and luxury. It includes an attractive slider to paint the picture of a lifestyle and a parallax effect with hotel images as the background. All designed to help sell rooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes typical content areas for a hotel including for rooms, amenities, dining and more. Each can be fully customized to suit your particular hotel, as can the portfolio, blog area and individual room and amenity pages. It’s the only hotel template you need!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Luxury Hotel template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant website template ideal for luxury hotels</li><li>Dark and gold colors create an exclusive feel</li><li>Lots of opportunities for images to help sell</li><li>Relevant content areas and pages for hotels</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"Elegant web template ideal for luxury hotels, travel and big ticket items\";s:5:\"pages\";a:6:{s:8:\"id-57195\";a:12:{s:5:\"title\";s:26:\"Facilities &amp; Amenities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-facilities.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/luxury-hotel-04/fascilities-amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57191\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/luxury-hotel-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57192\";a:12:{s:5:\"title\";s:13:\"Accommodation\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-accomodation.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-accomodation.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/luxury-hotel-04/accommodation/\";s:15:\"astra-sites-tag\";a:1:{i:2073;s:13:\"accommodation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57193\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/luxury-hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57194\";a:12:{s:5:\"title\";s:6:\"Dining\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-dining.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-dining.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/1121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/luxury-hotel-04/dining/\";s:15:\"astra-sites-tag\";a:1:{i:1798;s:6:\"dining\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57196\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/07/luxury-hotel-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/luxury-hotel-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/luxury-hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47896\";a:24:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47896;s:12:\"publish-date\";i:1603825611;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-400x1557.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses-600x1348.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about-600x1986.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact-600x1047.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47585\";a:24:{s:5:\"title\";s:20:\"Freelance Copywriter\";s:2:\"id\";i:47585;s:12:\"publish-date\";i:1600960953;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/freelance-copywriter-02\";s:20:\"astra-site-parent-id\";i:1647;s:15:\"astra-sites-tag\";a:8:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1649;s:14:\"content-writer\";i:1650;s:10:\"copywriter\";i:1648;s:20:\"freelance-copywriter\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:1653;s:19:\"web-content-creator\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2839;s:13:\"author-writer\";i:2810;s:9:\"freelance\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1032:\"<!-- wp:paragraph -->\n<p>The Freelance Copywriter template works as a business website or online resume depending on how you configure it. It’s a relaxed design with lots of white space and calm complementing colors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes plenty of opportunities to highlight skills and experience as well as products and services. There’s an engaging call to action, milestone and awards section, a portfolio page, testimonials page and an attractive contact page. Everything the budding freelancer needs to grow their business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Freelance Copywriter template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Configurable resume or business website for freelancers</li><li>Easygoing design with calm colors and whitespace</li><li>Lots of customizable content areas</li><li>Portfolio page already designed and ready to go</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Adaptable web template ideal for freelancer and small business promotion\";s:5:\"pages\";a:4:{s:8:\"id-47587\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/freelance-copywriter-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47589\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-work.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/freelance-copywriter-02/work/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47588\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-testimonials.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/freelance-copywriter-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47586\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/09/freelance-copywriter-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-02/wp-json/wp/v2/pages/158\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/freelance-copywriter-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48149\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:48149;s:12:\"publish-date\";i:1603893471;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-400x1012.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2825;s:8:\"coaching\";i:2769;s:9:\"ecommerce\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4-600x1199.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2-600x1382.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2-600x738.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me-600x1249.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51415\";a:24:{s:5:\"title\";s:22:\"Pharmaceutical Company\";s:2:\"id\";i:51415;s:12:\"publish-date\";i:1617130217;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pharmaceutical-02\";s:20:\"astra-site-parent-id\";i:1884;s:15:\"astra-sites-tag\";a:4:{i:1888;s:6:\"pharma\";i:1890;s:14:\"pharma-company\";i:1891;s:22:\"pharmaceutical-company\";i:1889;s:15:\"pharmaceuticals\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1102:\"<!-- wp:paragraph -->\n<p>The Pharmaceutical Company template has a light, inclusive feel that uses colors related to the medical feel to inspire confidence and communicate meaning. Modern fonts, animations and quality images combine with customizable content areas to tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of space on the homepage to outline products and services and supplementary pages to expand and convert visitors. The overall look and feel of the template is positive and reassuring, just what pharmaceutical companies or the medical profession needs to communicate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Pharmaceutical Company template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Reassuring website design ideal for pharma or the medical field</li><li>Includes lots of content areas for products and services</li><li>Lots of whitespace helps your message stand out</li><li>Supplementary pages ideal for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Reassuring website design with some nice touches, ideal for pharmaceutical companies\";s:5:\"pages\";a:5:{s:8:\"id-51416\";a:12:{s:5:\"title\";s:7:\"Company\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-company.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/company/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:979;s:7:\"company\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51417\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/771\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51418\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pharmaceutical-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51419\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-products.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/458\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/pharmaceutical-02/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51420\";a:12:{s:5:\"title\";s:26:\"Research &amp; Development\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/pharmaceutical-02-research.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/pharmaceutical-02/wp-json/wp/v2/pages/611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:62:\"//websitedemos.net/pharmaceutical-02/research-and-development/\";s:15:\"astra-sites-tag\";a:2:{i:1887;s:7:\"process\";i:1886;s:8:\"research\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-51578\";a:24:{s:5:\"title\";s:13:\"Family Lawyer\";s:2:\"id\";i:51578;s:12:\"publish-date\";i:1617821337;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/family-lawyer-02\";s:20:\"astra-site-parent-id\";i:1941;s:15:\"astra-sites-tag\";a:5:{i:912;s:9:\"attorneys\";i:1943;s:14:\"divorce-lawyer\";i:1942;s:13:\"family-lawyer\";i:706;s:6:\"lawyer\";i:1870;s:11:\"lawyer-firm\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1072:\"<!-- wp:paragraph -->\n<p>The Family Lawyer template is a sober design ideal for an industry like the law. It remains approachable and welcoming though, thanks to friendly fonts and a nice contrast color. The overall design helps create authority and trust, two things a lawyer needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a simple header with a background image and opens up into a white background with borderless content areas to show products, services and specialties. Everything can be customized to suit your business with minimal effort to create something truly unique.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Family Lawyer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern design that helps build trust and authority</li><li>Customizable homepage so you can showcase your services</li><li>Borderless content areas make the page flow seamlessly</li><li>Extra pages ideal for the legal profession</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Modern business web template ideal for lawyers and the legal profession\";s:5:\"pages\";a:4:{s:8:\"id-51579\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/family-lawyer-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51580\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/family-lawyer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-51581\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/family-lawyer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-51582\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/04/family-lawyer-02-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/family-lawyer-02/practice-areas/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57319\";a:24:{s:5:\"title\";s:10:\"Book Store\";s:2:\"id\";i:57319;s:12:\"publish-date\";i:1629996901;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/book-store-02\";s:20:\"astra-site-parent-id\";i:2319;s:15:\"astra-sites-tag\";a:8:{i:724;s:6:\"author\";i:2355;s:17:\"author-book-store\";i:2354;s:16:\"author-portfolio\";i:2353;s:11:\"book-writer\";i:2352;s:11:\"books-store\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1254:\"<!-- wp:paragraph -->\n<p>The Book Store website template is a focused template designed for small books stores or authors who want to sell directly to the public. It’s a relaxed design with the header section set up to showcase your latest publication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template integrates seamlessly with WooCommerce so you can sell digital downloads or physical books from the site. There are customizable content areas throughout and a range of calls to action, image options, testimonials and review options to include if you want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Book Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Relaxed design that lets products shine</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Optional extra sections for books and categories</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with WooCommerce for direct sales</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable sections and pages for any type of store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Relaxed web template ideal for book stores and authors who want to sell direct\";s:5:\"pages\";a:4:{s:8:\"id-57336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/book-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57334\";a:12:{s:5:\"title\";s:12:\"About Author\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-biography-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-biography-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/book-store-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57335\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-books.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-books.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/587\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/book-store-02/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/book-store-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-02/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/book-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2741,'astra-sites-and-pages-page-20','a:15:{s:8:\"id-47838\";a:24:{s:5:\"title\";s:22:\"Online Cooking Courses\";s:2:\"id\";i:47838;s:12:\"publish-date\";i:1602871358;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-02\";s:20:\"astra-site-parent-id\";i:1678;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1042:\"<!-- wp:paragraph -->\n<p>The Online Cooking Courses template makes an instant impact thanks to a colorful header with a strong image and headline. It’s an engaging design that unfolds into a light, white page with lots of options to outline courses and use imagery to sell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is an LMS website template that will be compatible with leading learning management systems to help you set up your courses quickly and easily. Course pages are equally well designed and include everything you need to attract new students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Online Cooking Courses template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful design with bright colors and strong imagery</li><li>Light content areas designed for courses</li><li>Course pages include basic outline all ready to customize</li><li>Includes enrolment button for quick and easy signups</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Vibrant online learning template designed to help make learning fun for everyone\";s:5:\"pages\";a:4:{s:8:\"id-47842\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47840\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-all-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/351\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-02/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47839\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47841\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-02-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45894\";a:24:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:2:\"id\";i:45894;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-04\";s:20:\"astra-site-parent-id\";i:1492;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2854;s:7:\"courier\";i:2831;s:7:\"service\";i:2806;s:14:\"transportation\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1052:\"<!-- wp:paragraph -->\n<p>The Courier &amp; Delivery Services template is ideal for couriers, moving firms, delivery services and anyone involved in moving things from A to B. It’s a bright, welcoming design with a bold header, attractive graphics and a strong headline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There’s also a booking form above the fold so visitors can engage instantly. The template includes all the sections you would expect in a business website like this. It’s communicative, responsive and includes lots of product and services sections to showcase your offer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Courier &amp; Delivery Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright and colorful web template ideal for couriers and delivery services</li><li>Warm welcome as soon as it loads</li><li>Booking form front and center</li><li>Customizable content sections on every page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Bright and colorful web template ideal for couriers and a wide range of businesses\";s:5:\"pages\";a:6:{s:8:\"id-45897\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45899\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-04-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45895\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45898\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-prices.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45900\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45896\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/03/courier-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/courier-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45924;s:26:\"related-elementor-template\";i:45894;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45924\";a:24:{s:5:\"title\";s:31:\"Courier &amp; Delivery Services\";s:2:\"id\";i:45924;s:12:\"publish-date\";i:1590081799;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/courier-03\";s:20:\"astra-site-parent-id\";i:1501;s:15:\"astra-sites-tag\";a:7:{i:1498;s:6:\"bearer\";i:1493;s:7:\"carrier\";i:1494;s:7:\"courier\";i:1497;s:8:\"delivery\";i:1495;s:7:\"express\";i:1500;s:8:\"messager\";i:1496;s:6:\"parcel\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-45927\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/courier-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45929\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/231\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/courier-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45925\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/233\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/courier-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45928\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-prices.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/courier-03/prices/\";s:15:\"astra-sites-tag\";a:1:{i:815;s:5:\"price\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45930\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/courier-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45926\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/courier-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/courier-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/courier-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49406\";a:24:{s:5:\"title\";s:27:\"Freelance Voice-over Artist\";s:2:\"id\";i:49406;s:12:\"publish-date\";i:1616088047;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/voiceover-artist-02\";s:20:\"astra-site-parent-id\";i:1828;s:15:\"astra-sites-tag\";a:7:{i:1908;s:14:\"dubbing-artist\";i:669;s:10:\"freelancer\";i:969;s:8:\"musician\";i:1834;s:16:\"recording-artist\";i:1571;s:6:\"singer\";i:1510;s:6:\"studio\";i:1833;s:17:\"voice-over-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:999:\"<!-- wp:paragraph -->\n<p>The Freelance Voice-over Artist template could work as a resume or portfolio for musicians and many other professions. It’s a light modern design with strong images, calm colors and very modern fonts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has been configured for musicians but would work for anyone with a little customization. It has flexible content areas with space for images, text, audio or video clips, a biography, testimonials and social media integration. Everything you need to promote yourself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Freelance Voice-over Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern business theme that works as a portfolio or resume</li><li>Calm colors and contemporary fonts</li><li>Great use of images, content areas and layout</li><li>Supports images, audio and video</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Contemporary website template that’s perfect for freelance artists and performers\";s:5:\"pages\";a:5:{s:8:\"id-49407\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/voiceover-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49408\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/400\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/voiceover-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49409\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/voiceover-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49410\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/voiceover-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49411\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/voiceover-artist-02-studio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-02/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/voiceover-artist-02/studio/\";s:15:\"astra-sites-tag\";a:2:{i:1510;s:6:\"studio\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47672\";a:24:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47672;s:12:\"publish-date\";i:1603984733;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-400x2577.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:4:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us-600x1665.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services-600x1566.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial-600x1606.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us-600x1026.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49217\";a:24:{s:5:\"title\";s:11:\"Piano Tutor\";s:2:\"id\";i:49217;s:12:\"publish-date\";i:1607943895;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/piano-tutor-02\";s:20:\"astra-site-parent-id\";i:1780;s:15:\"astra-sites-tag\";a:7:{i:1786;s:5:\"forte\";i:407;s:5:\"music\";i:1782;s:5:\"piano\";i:1784;s:15:\"piano-institute\";i:1783;s:13:\"piano-lessons\";i:1785;s:14:\"piano-programs\";i:1781;s:8:\"tutorial\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2781;s:5:\"music\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:980:\"<!-- wp:paragraph -->\n<p>The Piano Tutor template communicates its purpose immediately with a thoughtful image and header. The homepage opens out into a light, informative design with areas for courses, specializations, a biography, service area and testimonials, everything a piano teacher might need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses high quality images throughout to help tell your story, along with flexible content areas, an enrolment form, relevant extra pages and an attractive content page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Piano Tutor template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Communicative web template for piano tutors and teachers</li><li>Well-designed layout with music elements everywhere</li><li>Flexible content areas with some nice effects</li><li>Relevant extra pages ideal for tutors</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Communicative website template designed for teachers, tutors and instructors\";s:5:\"pages\";a:5:{s:8:\"id-49220\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/piano-tutor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49218\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49221\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-programs.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-02/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49222\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/278\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/piano-tutor-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49219\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/12/piano-tutor-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-02/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/piano-tutor-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21592\";a:24:{s:5:\"title\";s:19:\"Custom Printing Pro\";s:2:\"id\";i:21592;s:12:\"publish-date\";i:1555478369;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-04\";s:20:\"astra-site-parent-id\";i:67;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1054:\"<!-- wp:paragraph -->\n<p>The Custom Printing Pro template is designed for eCommerce and is fully compatible with WooCommerce. It’s a modern flat design with strong imagery and fonts that help create instant engagement. It’s a powerful theme designed to sell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a gray background with bold colors, attractive images and lots of opportunities to sell your products. It’s a well-designed template with minimal navigation with cart, bold calls to action and lots of opportunities to showcase products, special offers and anything else you might need to feature.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Custom Printing Pro template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elevated eCommerce design with a modern appeal</li><li>Fully compatible with WooCommerce</li><li>Lots of product and category areas</li><li>Special offer and calls to action sections</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Elevated eCommerce template with modern touches ideal for online stores\";s:5:\"pages\";a:3:{s:8:\"id-36096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22180\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-about-hdx.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-04/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22183\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/04/custom-printing-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47547\";a:24:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47547;s:12:\"publish-date\";i:1600971205;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-02\";s:20:\"astra-site-parent-id\";i:1635;s:15:\"astra-sites-tag\";a:5:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";i:1639;s:8:\"workshop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1039:\"<!-- wp:paragraph -->\n<p>The Diagnostics Lab template proves you don’t have to be cold to be clinical. It’s a professional design with reassuring blue and green colors on a light background. It’s a boxed layout with flexible content areas and engaging elements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme as a whole communicates well, with those colors, modern fonts, lots of whitespace, areas for images, graphics, icons and calls to action. There are also a range of complementing pages that reflect the core design while answering the core brief of this kind of niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Diagnostics Lab template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern web template ideal for medicine, clinics or hospitals</li><li>Reassuring colors and fonts</li><li>Great use of light backgrounds, bold colors and images</li><li>Relevant supplementary pages for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Well-designed website template ideal for clinics, hospitals, doctors and medicine\";s:5:\"pages\";a:5:{s:8:\"id-47550\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47548\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47551\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-services.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/157\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47552\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/170\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-02/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47549\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/09/diagnostics-lab-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-02/wp-json/wp/v2/pages/183\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:47547;s:26:\"related-gutenberg-template\";i:47672;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48061\";a:24:{s:5:\"title\";s:21:\"Online Cooking Course\";s:2:\"id\";i:48061;s:12:\"publish-date\";i:1603831834;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-400x963.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2-600x1153.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2-600x1190.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2-600x859.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21821\";a:24:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:21821;s:12:\"publish-date\";i:1556523458;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-03\";s:20:\"astra-site-parent-id\";i:318;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:8:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:5;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:6;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:7;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-34081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26341\";a:12:{s:5:\"title\";s:9:\"About HDX\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/custom-printing-03/about-hdx/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-26344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-03-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47023\";a:24:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:47023;s:12:\"publish-date\";i:1596836442;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-02\";s:20:\"astra-site-parent-id\";i:1590;s:15:\"astra-sites-tag\";a:2:{i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2784;s:5:\"event\";i:2821;s:14:\"feminine-girly\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1010:\"<!-- wp:paragraph -->\n<p>The Women Empowerment NGO template delivers a pleasant feel as soon as it loads. It opens with a fullscreen image header with soft colors and modest headline before flowing into an alternating light and dark homepage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses soft colors and fonts throughout to create somewhere you want to spend time. With a range of flexible content areas, lots of space to tell your story and relevant calls to action, including a donation element, this is the ideal theme for nonprofits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Women Empowerment NGO template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Pleasant, welcoming website template for nonprofits</li><li>Soft colors and fonts make you feel wanted</li><li>Alternating light and dark areas with parallax effects</li><li>Donation and calls to action elements</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Pleasant web template designed for good causes, nonprofits and charities\";s:5:\"pages\";a:6:{s:8:\"id-47028\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47024\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47029\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-02/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47026\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-events.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-02/events/\";s:15:\"astra-sites-tag\";a:2:{i:1569;s:6:\"events\";i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47027\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/08/women-empowerment-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/women-empowerment-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:47023;s:26:\"related-gutenberg-template\";i:64787;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48447\";a:24:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:48447;s:12:\"publish-date\";i:1603927254;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-600x3142.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-400x2094.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-08\";s:20:\"astra-site-parent-id\";i:1735;s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:5:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2784;s:5:\"event\";i:2821;s:14:\"feminine-girly\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48448\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-1-600x2417.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-1-600x1616.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-1-600x1711.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/418\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-1-600x1590.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-600x3142.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-1-600x2048.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/403\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46688\";a:24:{s:5:\"title\";s:21:\"Inspirational Speaker\";s:2:\"id\";i:46688;s:12:\"publish-date\";i:1595356079;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/inspirational-speaker-04\";s:20:\"astra-site-parent-id\";i:1550;s:15:\"astra-sites-tag\";a:6:{i:1548;s:9:\"encourage\";i:1549;s:10:\"enthusiasm\";i:1547;s:10:\"influencer\";i:1546;s:11:\"inspiration\";i:1545;s:21:\"inspirational-speaker\";i:609;s:9:\"motivator\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2821;s:14:\"feminine-girly\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The Inspirational Speaker template is a light, welcoming design with a pastel palette and soft fonts. It creates a feeling of calm as soon as it loads, drawing you in and making you want to learn more, ideal for growing or engaging with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme uses a standard business layout with product and service sections, a biography area, a timeline for events, client testimonials and an attractive contact form to book appointments. It’s such a nice design!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Inspirational Speaker template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm website design with a warm welcome</li><li>Lots of flexible content areas to tell your story</li><li>Pastel color palette with complementing elements</li><li>Soft fonts</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Calm web design that makes you feel welcome, ideal for speakers and wellness\";s:5:\"pages\";a:5:{s:8:\"id-46693\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/inspirational-speaker-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46689\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/inspirational-speaker-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46691\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-courses.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/228\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46692\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-events.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/inspirational-speaker-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46690\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/06/inspirational-speaker-03-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/inspirational-speaker-04/wp-json/wp/v2/pages/226\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/inspirational-speaker-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46941\";a:24:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:46941;s:12:\"publish-date\";i:1596730045;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-02\";s:20:\"astra-site-parent-id\";i:1564;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2869;s:2:\"dj\";i:2781;s:5:\"music\";i:2868;s:15:\"musician-singer\";i:2829;s:7:\"podcast\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1092:\"<!-- wp:paragraph -->\n<p>The Musician website template is a dark design with bold red colorway that instantly engages. It uses a shaded image background overlaid with a parallax effect to communicate, along with a biography, tour date section, latest released and lots of opportunity to engage with your fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is bold and will definitely stand out. Everything is customizable though, so if black and red don’t work, you can choose any color. Extra pages all reflect the core design and add more opportunities to tell your story and engage, along with a contract page to make it as easy as possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Musician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful dark design with bold color</li><li>Parallax effect with shaded image background</li><li>Artist-related elements such as tour dates and latest releases</li><li>Extra pages relevant to musicians</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:69:\"Dark modern web template ideal for promoting bands, DJs and musicians\";s:5:\"pages\";a:6:{s:8:\"id-46947\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/167\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46943\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-biography.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/294\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-02/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46944\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-concerts.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-02/concerts/\";s:15:\"astra-sites-tag\";a:3:{i:1567;s:8:\"concerts\";i:1569;s:6:\"events\";i:1568;s:5:\"shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46942\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-albums.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-02/albums/\";s:15:\"astra-sites-tag\";a:3:{i:1565;s:6:\"albums\";i:763;s:11:\"discography\";i:407;s:5:\"music\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46946\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46945\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/musician-02-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/musician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:46941;s:26:\"related-gutenberg-template\";i:48611;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48611\";a:24:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:48611;s:12:\"publish-date\";i:1603984612;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-400x1729.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1-600x1455.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1-600x1374.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1-600x1007.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1-600x827.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2743,'astra-sites-and-pages-page-21','a:15:{s:8:\"id-55517\";a:24:{s:5:\"title\";s:18:\"Portfolio &amp; CV\";s:2:\"id\";i:55517;s:12:\"publish-date\";i:1622060981;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-02\";s:20:\"astra-site-parent-id\";i:2149;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2783;s:6:\"resume\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1096:\"<!-- wp:paragraph -->\n<p>The Portfolio &amp; CV website template is the perfect way to showcase yourself and your skills to potential employers. It has a professional design with calm colors, modern fonts and lots of content areas to show off your skills and experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes flexible content areas you can customize to your particular skills and showcase them in the best way possible. The template includes skills graphics and a timeline to easily communicate key still and experience. There’s also an attractive portfolio and contact page to help seal the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Portfolio &amp; CV template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional portfolio website with CV elements</li><li>Calm, competent design to showcase skills and experience</li><li>Image-based portfolio, ideal for showcasing previous work</li><li>Graphical skills and timeline elements</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Professional web template with portfolio and CV perfect for job seekers\";s:5:\"pages\";a:5:{s:8:\"id-55518\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55519\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55520\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55521\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55522\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-02-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/portfolio-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55517;s:26:\"related-gutenberg-template\";i:55511;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55511\";a:24:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:2:\"id\";i:55511;s:12:\"publish-date\";i:1622061009;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-400x1793.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1-600x1828.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1-600x896.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1-600x1826.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1-600x1165.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48671\";a:24:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:48671;s:12:\"publish-date\";i:1603984602;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-400x1571.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us-600x2175.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1-600x2647.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49795\";a:24:{s:5:\"title\";s:18:\"Learn Oil Painting\";s:2:\"id\";i:49795;s:12:\"publish-date\";i:1612553999;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/learn-oil-painting-02\";s:20:\"astra-site-parent-id\";i:1851;s:15:\"astra-sites-tag\";a:4:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2802;s:6:\"artist\";i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:938:\"<!-- wp:paragraph -->\n<p>The Learn Oil Painting template is built ready for eLearning. While art is the subject here, it could easily be customized to suit any niche. It’s an informative website with great colors, a mix of elegant fonts and some powerful imagery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes an attractive block effect with lots of space for content and images. It has areas to outline courses, attractive course pages, a testimonials section and a selection of supplementary pages ideal for eLearning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Learn Oil Painting template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Informative design ideal for eLearning</li><li>Great use of colors and fonts</li><li>Course pages already made</li><li>Flexible content areas throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:67:\"Informative web template for online courses or eLearning businesses\";s:5:\"pages\";a:4:{s:8:\"id-49796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-oil-painting-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49797\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-classes.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/02/learn-oil-painting-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-oil-painting-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-oil-painting-02/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47565\";a:24:{s:5:\"title\";s:28:\"Hairdressers and Hair Salons\";s:2:\"id\";i:47565;s:12:\"publish-date\";i:1600968683;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/hair-salon-04\";s:20:\"astra-site-parent-id\";i:1641;s:15:\"astra-sites-tag\";a:7:{i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:1645;s:8:\"hair-cut\";i:1642;s:10:\"hair-salon\";i:1644;s:12:\"hair-styling\";i:1646;s:23:\"professional-hair-salon\";i:1643;s:7:\"styling\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2890;s:15:\"makeup-cosmetic\";i:2837;s:5:\"salon\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1067:\"<!-- wp:paragraph -->\n<p>The Hairdresser and Hair Salon template uses fullscreen design to maximum effect, ideal for the hair and beauty niche. The homepage opens with a fullscreen image with bold headline and complementing colors before opening into attractive content areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The colors have been well-chosen, with complementing colors throughout that create a luxury vibe without being too much. A selection of flexible content areas throughout, spaces for videos, a service list, testimonials and a booking form should be everything a hair salon needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Hairdresser and Hair Salon template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Luxurious design with some very attractive elements</li><li>Fullscreen design that works perfectly on large and small screens</li><li>Space for product and service lists on homepage</li><li>Engaging images throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Luxurious website template that could work for hairdressers and hair salons\";s:5:\"pages\";a:5:{s:8:\"id-47567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/hair-salon-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47569\";a:12:{s:5:\"title\";s:6:\"Salons\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-salon.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/hair-salon-04/salons/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:650;s:5:\"salon\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47570\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/hair-salon-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47568\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hair-salon-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47566\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/09/hair-salon-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/hair-salon-04/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/hair-salon-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54423\";a:24:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:54423;s:12:\"publish-date\";i:1621457260;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-02\";s:20:\"astra-site-parent-id\";i:2031;s:15:\"astra-sites-tag\";a:10:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2771;s:8:\"one-page\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:969:\"<!-- wp:paragraph -->\n<p>The Coffee Shop template is a smart modern design with a fullscreen image on the homepage that instantly communicates what the page is about. The rest of the design opens into alternating image and white backgrounds featuring content and product areas ideal for coffee shops.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template has a similarly pleasing design with customizable content areas, lots of space for images, a menu, testimonials and all the other elements a business website needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Coffee Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Smart modern design ideal for cafes and coffee shops</li><li>Great balance of color, images and whitespace</li><li>Simple but effective extra pages</li><li>Can work with WooCommerce for online sales</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"Modern coffee shop template ideal for cafes, bistros and other businesses\";s:5:\"pages\";a:1:{s:8:\"id-54424\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-02.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-02/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:49457;s:26:\"related-gutenberg-template\";i:54442;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46305\";a:24:{s:5:\"title\";s:15:\"Moving Services\";s:2:\"id\";i:46305;s:12:\"publish-date\";i:1590081787;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/moving-services-03\";s:20:\"astra-site-parent-id\";i:1531;s:15:\"astra-sites-tag\";a:5:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:1535;s:10:\"relocation\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-46309\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/moving-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46306\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/234\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/moving-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46310\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-services-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/235\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/moving-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46311\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/moving-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46308\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-faq-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/237\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/moving-services-03/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/06/moving-services-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/moving-services-03/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/moving-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49412\";a:24:{s:5:\"title\";s:17:\"Bike Modification\";s:2:\"id\";i:49412;s:12:\"publish-date\";i:1608714973;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/bike-modification-04\";s:20:\"astra-site-parent-id\";i:1829;s:15:\"astra-sites-tag\";a:4:{i:1831;s:10:\"automobile\";i:1830;s:17:\"bike-modification\";i:1832;s:12:\"custom-bikes\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1209:\"<!-- wp:paragraph -->\n<p>The Bike Modification template is bold. It’s a dark design with a strong green contrast color and full screen image header. It’s not afraid to make a statement and is ideal for the target market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of content areas to share products and services, some animations, graphics, a gallery and testimonials section, ideal for a business looking to expand its reach. The template also comes with extra pages already designed, ready to promote your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Bike Modification template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Bold dark design not afraid to stand out</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bright contrast color to draw you in</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Excellent content areas ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Extra pages reflect the homepage design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Daring dark web template ideal for motorcycles, bike customizers and enthusiasts\";s:5:\"pages\";a:6:{s:8:\"id-49413\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49414\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/782\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bike-modification-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49415\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/bike-modification-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49416\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bike-modification-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49417\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-testimonial.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/655\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/bike-modification-04/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-49418\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/12/bike-modification-04-works.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/bike-modification-04/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bike-modification-04/works/\";s:15:\"astra-sites-tag\";a:3:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45466\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:45466;s:12:\"publish-date\";i:1584036009;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-04\";s:20:\"astra-site-parent-id\";i:1443;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:1:{i:2777;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1021:\"<!-- wp:paragraph -->\n<p>The Co-Working Space website template is cool, contemporary and communicative. Exactly what you need from a business website. It’s colorful, with a full screen header on the homepage and uses modern fonts, shaded backgrounds and nice graphics to elevate the experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of areas for sharing products and services, a gallery for showcasing the building and amenities and an attractive pricing section. Supplementary pages are all geared around co-working and deliver readymade pages to customize.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Co-Working Space template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Communicative design with a modern touch</li><li>Vibrant colors create engagement</li><li>Flexible content areas to showcase products and services</li><li>Gallery option to show and tell</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Contemporary, colorful web template for modern businesses of all kinds\";s:5:\"pages\";a:5:{s:8:\"id-45469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45467\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45471\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-workspace.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-04/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45470\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-pricing-pro.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45468\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-04-contact-pro.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45483;s:26:\"related-elementor-template\";i:45466;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45483\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:45483;s:12:\"publish-date\";i:1585154177;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-03\";s:20:\"astra-site-parent-id\";i:1445;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-45486\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45484\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/478\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45488\";a:12:{s:5:\"title\";s:9:\"Workspace\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-workspace.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/479\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-03/workspace/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:1444;s:9:\"workspace\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45487\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-pricing.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/480\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45485\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/co-working-space-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-03/wp-json/wp/v2/pages/481\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47052\";a:24:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:47052;s:12:\"publish-date\";i:1597077645;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-02\";s:20:\"astra-site-parent-id\";i:1593;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2872;s:19:\"donation-fundraiser\";i:2834;s:10:\"healthcare\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1067:\"<!-- wp:paragraph -->\n<p>The Elderly Home template has a friendly feel with a full screen image and calm colors throughout. The homepage opens with a full screen image and contact details front and center before unfolding into a white background with a selection of relevant content areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has been aimed at nursing and care homes and uses a number of flexible content areas, graphics and images to tell the story. There’s also a modest parallax effect, some nice animations and information boxes to help engage readers, ideal for any business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Elderly Home template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Friendly, welcoming feel ideal for the elderly care niche</li><li>Calm colors with a mixture of full page areas and white backgrounds</li><li>Flexible content areas throughout</li><li>Subtle page effects elevate the experience</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Friendly and welcoming web template for nursing homes and elderly care\";s:5:\"pages\";a:5:{s:8:\"id-47056\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47053\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47057\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47055\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-facilities.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-02/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47054\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/elderly-care-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-02/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:47052;s:26:\"related-gutenberg-template\";i:48519;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48519\";a:24:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:48519;s:12:\"publish-date\";i:1603984628;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-400x1551.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1-600x1670.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1-600x2083.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1-600x1725.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1-600x1222.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47084\";a:24:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47084;s:12:\"publish-date\";i:1597154802;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-02\";s:20:\"astra-site-parent-id\";i:1600;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2830;s:6:\"nature\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1055:\"<!-- wp:paragraph -->\n<p>The Horticulture template uses a standard business layout but elevates it with some great images, green contrast color and a nice layout. It’s a calm design reminiscent of plants and growing and creates an atmosphere you want to indulge in for a little longer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design starts with a full width image before opening out into a white background with flexible content areas to share products and services, tell your story, showcase reviews and anything else you might want. Everything can be customized to suit your particular needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Horticulture template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calming website template ideal for the horticulture niche</li><li>Laid back feel with flexible content areas</li><li>Can be easily customized to fit any industry</li><li>Readymade pages for a fully working website</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Calming web template ideal for growers, farmers and nursery businesses\";s:5:\"pages\";a:5:{s:8:\"id-47086\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47087\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-farm.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/92\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-02/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47088\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-our-produce.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/our-produce/\";s:15:\"astra-sites-tag\";a:3:{i:1606;s:12:\"our-products\";i:1605;s:12:\"our-services\";i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47089\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-02/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47085\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/horticulture-02-contact-us.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/horticulture-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-02/contact-us/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:47084;s:26:\"related-gutenberg-template\";i:47723;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47723\";a:24:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47723;s:12:\"publish-date\";i:1603821508;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-400x1606.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm-600x2178.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce-600x1790.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1-600x1433.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-600x1263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46988\";a:24:{s:5:\"title\";s:7:\"AppPlus\";s:2:\"id\";i:46988;s:12:\"publish-date\";i:1596732885;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/app-landing-page-04\";s:20:\"astra-site-parent-id\";i:1581;s:15:\"astra-sites-tag\";a:4:{i:1583;s:16:\"app-landing-page\";i:423;s:4:\"home\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";i:2881;s:10:\"mobile-app\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2499;s:10:\"technology\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1351:\"<!-- wp:paragraph -->\n<p>The AppPlus template uses bold design to create that initial first impression with a modern feel reminiscent of technology such as apps. It’s a full page design with instructive header with bold headline and app store links and alternating pink and purple colorway.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a strong design and would work amazingly well for tech. The homepage has flexible content areas to tell your story as well as showcase the app. It can work with WooCommerce to sell merch and products and include those app store links for simple downloads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the AppPlus template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Powerful web template ideal for tech and disruptive businesses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full page design keeps your attention throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas to tell stories and promote products</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Create an online store or enable digital downloads</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Powerful web template tailor made for tech, apps and modern business websites\";s:5:\"pages\";a:1:{s:8:\"id-46989\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/app-landing-page-04.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/app-landing-page-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/app-landing-page-04/\";s:15:\"astra-sites-tag\";a:3:{i:1582;s:13:\"download-page\";i:850;s:12:\"landing-page\";i:629;s:20:\"product-landing-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2745,'astra-sites-and-pages-page-22','a:15:{s:8:\"id-45850\";a:24:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:2:\"id\";i:45850;s:12:\"publish-date\";i:1586952785;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-04\";s:20:\"astra-site-parent-id\";i:1487;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1121:\"<!-- wp:paragraph -->\n<p>The School &amp; Kindergarten website template is a bright and energetic design that reflects its target market. It’s friendly, vibrant and inclusive, exactly what you want to see. Using bold colors, handwritten fonts and attractive graphics, it’s perfect for this niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage uses bright colors and simple content areas with a few great images to tell the story. It includes areas for classes, testimonials, a gallery, FAQs and contact form, all the things you want to see on a business website. It’s perfect for the learning industry!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the School &amp; Kindergarten template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright, energetic design ideal for the target market</li><li>Full page design with colorful backgrounds and attractive fonts</li><li>Flexible content areas configured to be instantly useful for the niche</li><li>Extra pages all reflect the core design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Bright and energetic web template ideal for early learning and kindergartens\";s:5:\"pages\";a:6:{s:8:\"id-45854\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/04/school-kindergarten-04.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45851\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45855\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-04/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45852\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45856\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45853\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45870;s:26:\"related-elementor-template\";i:45850;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45870\";a:24:{s:5:\"title\";s:25:\"School &amp; Kindergarten\";s:2:\"id\";i:45870;s:12:\"publish-date\";i:1586952772;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/school-kindergarten-03\";s:20:\"astra-site-parent-id\";i:1491;s:15:\"astra-sites-tag\";a:5:{i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-45874\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/school-kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45871\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-about-us.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/school-kindergarten-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45872\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-classes.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45875\";a:12:{s:5:\"title\";s:11:\"Parent Info\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-parent-info.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/school-kindergarten-03/parent-info/\";s:15:\"astra-sites-tag\";a:2:{i:1489;s:11:\"information\";i:1488;s:6:\"parent\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45876\";a:12:{s:5:\"title\";s:6:\"Review\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-review.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/school-kindergarten-03/review/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/school-kindergarten-03-wip-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/school-kindergarten-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/school-kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45584\";a:24:{s:5:\"title\";s:9:\"Cake Shop\";s:2:\"id\";i:45584;s:12:\"publish-date\";i:1590081789;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-04\";s:20:\"astra-site-parent-id\";i:1452;s:15:\"astra-sites-tag\";a:4:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2804;s:11:\"cafe-bakery\";i:2877;s:9:\"cake-shop\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1070:\"<!-- wp:paragraph -->\n<p>The Cake Shop template is an attractive design with full page graphics and a relaxed gray background and red contrast color. It opens strong with a slideshow of cakes before opening into a product showcase via parallax effects. It’s an exceptional template!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes a mix of colored and image backgrounds to create a feeling of kitchen or bakery overlaid by images and content areas to showcase cakes and tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Cake Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Exceptional design with some lovely touches</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full page layout with a mixture of backgrounds</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Parallax effect is particularly useful</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Exceptional web design for cakes, bakeries and confectionery businesses\";s:5:\"pages\";a:5:{s:8:\"id-45588\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45585\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45586\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-cakes.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-04/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45589\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-04/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-45587\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cake-shop-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:46271;s:26:\"related-elementor-template\";i:45584;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46271\";a:24:{s:5:\"title\";s:9:\"Cake Shop\";s:2:\"id\";i:46271;s:12:\"publish-date\";i:1590081789;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/cake-shop-03\";s:20:\"astra-site-parent-id\";i:1529;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:1528;s:9:\"cake-shop\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-46275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/cake-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46273\";a:12:{s:5:\"title\";s:5:\"Cakes\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cake-shop-03/cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46276\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/cake-shop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/06/cake-shop-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/cake-shop-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cake-shop-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22058\";a:24:{s:5:\"title\";s:13:\"Travel Agency\";s:2:\"id\";i:22058;s:12:\"publish-date\";i:1560489916;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22058-travel-agency-resize.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-04\";s:20:\"astra-site-parent-id\";i:68;s:15:\"astra-sites-tag\";a:6:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:431;s:13:\"tours-travels\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1020:\"<!-- wp:paragraph -->\n<p>The Travel Agency template is a bright and breezy design ideal for the travel niche. The homepage has an instantly engaging header with travel-related sections before opening into a light page with tropical colors and lots of content areas to promote your travel business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses a mixture of fonts and images to create atmosphere while also keeping things light with whitespace. It’s a lovely blend of strong design and relaxation that makes pages a pleasure to browse, ideal for an industry like travel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Travel Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright and breezy design for travel websites</li><li>Strong header makes an instant impact</li><li>Color and font choices elevate the overall design</li><li>Extra pages are equally well-designed</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Bright, engaging website template with travel and travel businesses at its heart\";s:5:\"pages\";a:5:{s:8:\"id-39869\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22203-travel-agency-home-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39867\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22200-travel-agency-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39871\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22205-travel-agency-tours-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-04/tours/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39870\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22204-travel-agency-reviews-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39868\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/tourism-04-contact-revised-1200.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:22091;s:26:\"related-elementor-template\";i:22058;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22091\";a:24:{s:5:\"title\";s:13:\"Travel Agency\";s:2:\"id\";i:22091;s:12:\"publish-date\";i:1561001708;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/tourism-03\";s:20:\"astra-site-parent-id\";i:92;s:15:\"astra-sites-tag\";a:5:{i:979;s:7:\"company\";i:812;s:6:\"office\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-22859\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/200\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/tourism-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22856\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tourism-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22861\";a:12:{s:5:\"title\";s:5:\"Tours\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-tours.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/tourism-03/tours/\";s:15:\"astra-sites-tag\";a:1:{i:770;s:4:\"tour\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22860\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22857\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/tourism-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/tourism-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/tourism-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47181\";a:24:{s:5:\"title\";s:16:\"Consultants Firm\";s:2:\"id\";i:47181;s:12:\"publish-date\";i:1597262009;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/consultant-firm-04\";s:20:\"astra-site-parent-id\";i:1618;s:15:\"astra-sites-tag\";a:2:{i:1620;s:19:\"business-consultant\";i:1621;s:10:\"consultant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2823;s:10:\"accounting\";i:2777;s:8:\"business\";i:2794;s:10:\"consulting\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1028:\"<!-- wp:paragraph -->\n<p>The Consultants Firm template manages to be both serious and engaging at the same time. A combination of bold colors, smart graphics, hover effects and modern fonts creates a professional feel that’s still accessible, ideal for any business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a bold header with strong colors before opening out into a lighter page. Subtle effects, nice graphics, a mix of dark and light backgrounds and composed design creates a professional feel without being too overbearing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Consultants Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern design ideal for any type of consultant or business website</li><li>Bold colors and features make an impact</li><li>Subtle effects throughout the homepage adds a touch of class</li><li>Relevant additional pages already created</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Modern website template for consultant firms and any type of consulting business\";s:5:\"pages\";a:6:{s:8:\"id-47185\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/consultant-firm-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47182\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/consultant-firm-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47186\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/consultant-firm-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:1605;s:12:\"our-services\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47183\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/consultant-firm-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47187\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-team.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/consultant-firm-04/team/\";s:15:\"astra-sites-tag\";a:2:{i:996;s:8:\"our-team\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-47184\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/08/consultant-firm-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/consultant-firm-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/consultant-firm-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46967\";a:24:{s:5:\"title\";s:4:\"Cafe\";s:2:\"id\";i:46967;s:12:\"publish-date\";i:1596731285;s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/cafe-04\";s:20:\"astra-site-parent-id\";i:1574;s:15:\"astra-sites-tag\";a:5:{i:693;s:4:\"cafe\";i:1576;s:17:\"casual-restaurant\";i:1575;s:11:\"coffee-shop\";i:1577;s:13:\"confectionery\";i:335;s:10:\"restaurant\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2804;s:11:\"cafe-bakery\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:974:\"<!-- wp:paragraph -->\n<p>The Café template has a combination of contemporary and heritage feel we associate with coffee shops and cafes. It’s bright and breezy, with a shaded image in the header and lots of whitespace and content areas on all pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes some well-designed graphics, a smart parallax effect on the homepage and flexible content areas to tell your story and showcase your products and services. There’s everything a café or coffee shop needs to get online right here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Café template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Combination contemporary and heritage design</li><li>Reflects the look and feel of a café or coffee shop</li><li>Neat parallax effect on the homepage</li><li>Relevant extra pages already built</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Refined café and coffee shop web template to promote your food business\";s:5:\"pages\";a:6:{s:8:\"id-46971\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/cafe-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46968\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46973\";a:12:{s:5:\"title\";s:13:\"What We Offer\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-what-we-offer.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-04/what-we-offer/\";s:15:\"astra-sites-tag\";a:1:{i:1542;s:13:\"what-we-offer\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46972\";a:12:{s:5:\"title\";s:8:\"Our Menu\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-our-menu.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cafe-04/our-menu/\";s:15:\"astra-sites-tag\";a:4:{i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";i:1578;s:8:\"our-menu\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46970\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:1580;s:6:\"photos\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/08/cafe-04-contact.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/cafe-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-04/contact/\";s:15:\"astra-sites-tag\";a:4:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55408\";a:24:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55408;s:12:\"publish-date\";i:1622059860;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-02\";s:20:\"astra-site-parent-id\";i:2109;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1011:\"<!-- wp:paragraph -->\n<p>The School template provides everything you need to build an engaging website for schools, colleges, universities and all kinds of learning institutions. It’s a modern light design with a full screen header on the homepage and content areas throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pages include lots of content areas that can include images, graphics, audio and video and help portray your school in the best light. The extra pages reflect the core design and provide the information parents and future students need to engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the School template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Template designed specifically for learning</li><li>Lots of flexible content areas on every page</li><li>Calm white and blue colors provide reassurance</li><li>Relevant extra pages for schools and colleges</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Welcoming web template ideal for schools, colleges, universities and learning\";s:5:\"pages\";a:5:{s:8:\"id-55412\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/155\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55409\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55410\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-academics-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-02/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2110;s:7:\"academy\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55411\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-activities-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-02/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55413\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/school-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55408;s:26:\"related-gutenberg-template\";i:55500;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55500\";a:24:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55500;s:12:\"publish-date\";i:1622059216;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-600x2968.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-400x1978.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-08\";s:20:\"astra-site-parent-id\";i:2147;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact-1-600x615.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-1-600x1294.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08academics.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08academics-600x1776.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/79\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-08/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2114;s:8:\"academic\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-1-600x1121.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-08/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-600x2968.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-57385\";a:24:{s:5:\"title\";s:9:\"Gift Shop\";s:2:\"id\";i:57385;s:12:\"publish-date\";i:1630001335;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/gift-shop-04\";s:20:\"astra-site-parent-id\";i:2334;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:2348;s:20:\"corporate-gift-store\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:404;s:9:\"gift-shop\";i:401;s:10:\"gift-store\";i:2347;s:17:\"online-gift-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2346;s:18:\"personalised-gifts\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1253:\"<!-- wp:paragraph -->\n<p>The Gift Shop template is a light, bright and welcoming website template ideal for gift shops, sweet shops, confectioners and anyone who wants to portray a vibrant personality. The design is colorful, engaging and provides lots of opportunities to promote your products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gift Shop template includes impactful headers and calls to action, lots of space to showcase product categories and individual products and highlight special offers. It integrates seamlessly with WooCommerce too, so building your store is a breeze!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Gift Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Colorful website template for online stores</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of areas for products and special offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of whitespace as relief from the color</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Product and category pages included</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"Colorful web template ideal for selling fun items, online stores and more\";s:5:\"pages\";a:3:{s:8:\"id-57386\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/gift-shop-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-57387\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/gift-shop-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/gift-shop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gift-shop-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/gift-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46704\";a:24:{s:5:\"title\";s:13:\"e-Book Author\";s:2:\"id\";i:46704;s:12:\"publish-date\";i:1595355691;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-02\";s:20:\"astra-site-parent-id\";i:1551;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1015:\"<!-- wp:paragraph -->\n<p>The eBook Author template is a calm, composed website template with a large area above the fold to promote your latest book. There are more opportunities promote your work further down the page as well as individual pages for books and any other publications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has been well-designed and keeps things light and accessible, with a professional air. There is a lot of whitespace with plenty of content areas for you to tell your story and share your work. It’s an excellent template for promotion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eBook Author template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template for publishers and authors</li><li>Nice layout with whitespace and content areas</li><li>Attractive header for your latest book</li><li>Extra pages and sections for other books</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Well-designed web template for promoting books, authors and publishers\";s:5:\"pages\";a:5:{s:8:\"id-46709\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-home-page.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46705\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46707\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46708\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-events.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-02/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46706\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/07/ebook-author-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ebook-author-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:46704;s:26:\"related-gutenberg-template\";i:48472;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48472\";a:24:{s:5:\"title\";s:13:\"e-book Author\";s:2:\"id\";i:48472;s:12:\"publish-date\";i:1603931209;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-600x2338.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-400x1558.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-08\";s:20:\"astra-site-parent-id\";i:1739;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-1-600x1605.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48474\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-1-600x724.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48475\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-ebooks.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-ebooks-600x1344.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48476\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-1-600x1355.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48477\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-600x2338.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45725\";a:24:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:45725;s:12:\"publish-date\";i:1585306131;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-01\";s:20:\"astra-site-parent-id\";i:1469;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-45728\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/38\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-01/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1467;s:14:\"store-homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45729\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-01/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:1468;s:15:\"product-reviews\";i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45726\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-01/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-45727\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/cosmetics-store-01-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-01/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-01/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19494\";a:24:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:19494;s:12:\"publish-date\";i:1538655023;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-02\";s:20:\"astra-site-parent-id\";i:66;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1013:\"<!-- wp:paragraph -->\n<p>The BBQ Restaurant template makes an instant impact with a video header overlaid with sympathetic fonts. It sets the scene immediately and is backed up by a great color scheme, mix of serif and sans serif fonts and plenty of content areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entire website template has been well thought-out, with lots of space for images, a menu, graphics, descriptions and a booking form. Both the menu and contact pages are particularly good, which should help increase the number of bookings you get.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the BBQ Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Striking video header sets the scene instantly</li><li>Lots of relevant content areas including menu and booking</li><li>Great mix of colors and fonts</li><li>Attractive extra pages relevant to the restaurant niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:72:\"Impactful web template for restaurants, eateries and new food businesses\";s:5:\"pages\";a:4:{s:8:\"id-22165\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-steaks-place.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22162\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-about-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22166\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/the-bbq-restaurant-menu-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22164\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/06/bbq-restaurant-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19579;s:26:\"related-elementor-template\";i:19494;s:26:\"related-gutenberg-template\";i:47979;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2747,'astra-sites-and-pages-page-23','a:15:{s:8:\"id-19579\";a:24:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:19579;s:12:\"publish-date\";i:1540186022;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-01\";s:20:\"astra-site-parent-id\";i:84;s:15:\"astra-sites-tag\";a:11:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-22694\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22691\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22695\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-menu.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-01/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22693\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/bbq-restaurant-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/bbq-restaurant-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47979\";a:24:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:47979;s:12:\"publish-date\";i:1603828775;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-600x2555.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-400x1703.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-08\";s:20:\"astra-site-parent-id\";i:1690;s:15:\"astra-sites-tag\";a:10:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47982\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-600x2555.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/531\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47980\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-us-600x2062.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47983\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-2-600x1886.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/535\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47981\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-us-600x1571.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/537\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21828\";a:24:{s:5:\"title\";s:12:\"Health Coach\";s:2:\"id\";i:21828;s:12:\"publish-date\";i:1557135032;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-04\";s:20:\"astra-site-parent-id\";i:88;s:15:\"astra-sites-tag\";a:9:{i:480;s:4:\"blog\";i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:7:{i:2828;s:4:\"blog\";i:2825;s:8:\"coaching\";i:2787;s:11:\"gym-fitness\";i:2875;s:12:\"health-coach\";i:2834;s:10:\"healthcare\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1039:\"<!-- wp:paragraph -->\n<p>The Health Coach template has a fantastic design with bright colors, an illustrative header image, bright contrast color and plenty of whitespace around content areas. It’s ideal for fitness, health, wellness and associated businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage is instantly engaging, with clear messaging, attractive graphics and elements designed for health coaches. Everything can be tweaked for other fitness or wellness businesses using a drag and drop page builder. It’s too good a template not to use!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Health Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Fantastic design with engaging colors and fonts</li><li>Designed around the health and wellness niche</li><li>Lots of content areas on the homepage and supplementary pages</li><li>Complementing colors for calls to action and graphics</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Vibrant health and wellness template that engages instantly and draws you in\";s:5:\"pages\";a:4:{s:8:\"id-22740\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/05/susan-burns-health-coach-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22741\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-mystory.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-04/my-story/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22738\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-04-blog-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22739\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/health-coach-susan-contact-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/health-coach-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-04/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:766;s:11:\"get-started\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:44066;s:26:\"related-elementor-template\";i:21828;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-44066\";a:24:{s:5:\"title\";s:12:\"Health Coach\";s:2:\"id\";i:44066;s:12:\"publish-date\";i:1584363116;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/health-coach-03\";s:20:\"astra-site-parent-id\";i:1420;s:15:\"astra-sites-tag\";a:7:{i:516;s:4:\"diet\";i:521;s:12:\"fitness-blog\";i:336;s:4:\"food\";i:518;s:12:\"health-coach\";i:517;s:14:\"healthy-eating\";i:519;s:14:\"healthy-living\";i:520;s:9:\"nutrition\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-45544\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/health-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45545\";a:12:{s:5:\"title\";s:8:\"My Story\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/465\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-coach-03/my-story/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45542\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-blog-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/health-coach-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-45543\";a:12:{s:5:\"title\";s:11:\"Get Started\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/03/health-coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/health-coach-03/wp-json/wp/v2/pages/410\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-coach-03/get-started/\";s:15:\"astra-sites-tag\";a:2:{i:766;s:11:\"get-started\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18191\";a:24:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:18191;s:12:\"publish-date\";i:1516691505;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-04\";s:20:\"astra-site-parent-id\";i:263;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:399;s:8:\"one-page\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:988:\"<!-- wp:paragraph -->\n<p>The Plant Shop template has an authentic feel reminiscent of a nursery, florist or store that sells plants. The homepage opens with a large image of a houseplant, with a simple headline and call to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page showcases your products using calm colors, a simple layout and lots of images to show as well as tell. It’s an effective store template that integrates with WooCommerce to deliver an easy to use store that actively encourages people to browse and buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Plant Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive eCommerce store template for plants</li><li>Modern design with plenty of customization options</li><li>Effective product and category listing sections</li><li>Conversion-oriented product pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Conversion-oriented eCommerce template for plant stores and nursery businesses\";s:5:\"pages\";a:1:{s:8:\"id-39975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/01/plant-shop-grow-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-04/wp-json/wp/v2/pages/238\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18166\";a:24:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:18166;s:12:\"publish-date\";i:1516691491;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-03\";s:20:\"astra-site-parent-id\";i:266;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24758\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/plant-shop-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-43398\";a:24:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:43398;s:12:\"publish-date\";i:1581008140;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-06\";s:20:\"astra-site-parent-id\";i:1413;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:399;s:8:\"one-page\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-43399\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plant-shop-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-shop-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-06/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46009\";a:24:{s:5:\"title\";s:7:\"Painter\";s:2:\"id\";i:46009;s:12:\"publish-date\";i:1586952856;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-04\";s:20:\"astra-site-parent-id\";i:1508;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2802;s:6:\"artist\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:992:\"<!-- wp:paragraph -->\n<p>The Painter template is a bright, engaging design that opens with a large header, handwritten and modern fonts and lots of bright images. It’s a very creative web template that fits the artist and painter niche perfectly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes alternating colored and light backgrounds with textured images, bright contrast colors and flowing layout. Complementary pages all reflect the core design, with different colors to indicate different purposes while looking and feeling similar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Painter template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bright, colorful design perfect for painters and artists</li><li>Flowing layout that encourages you to explore</li><li>Strong images to help showcase your work</li><li>Extra pages including a portfolio</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Colorful website template for artists, creatives and painters to show their work\";s:5:\"pages\";a:5:{s:8:\"id-46013\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46010\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46011\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-artworks.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-04/artworks/\";s:15:\"astra-sites-tag\";a:2:{i:597;s:3:\"art\";i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46014\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-studio.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-04/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46012\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/painter-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:46026;s:26:\"related-elementor-template\";i:46009;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-46026\";a:24:{s:5:\"title\";s:7:\"Painter\";s:2:\"id\";i:46026;s:12:\"publish-date\";i:1586952849;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/painter-03\";s:20:\"astra-site-parent-id\";i:1515;s:15:\"astra-sites-tag\";a:7:{i:597;s:3:\"art\";i:1511;s:7:\"artisan\";i:339;s:6:\"artist\";i:1513;s:5:\"craft\";i:1514;s:6:\"dauber\";i:614;s:7:\"painter\";i:1512;s:8:\"painting\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-46030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/painter-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46027\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-about-page-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/painter-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46028\";a:12:{s:5:\"title\";s:8:\"Artworks\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-artworks.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/painter-03/artworks/\";s:15:\"astra-sites-tag\";a:1:{i:1509;s:7:\"artwork\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46031\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-studio.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/painter-03/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-46029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/painter-03-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/painter-03/wp-json/wp/v2/pages/221\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/painter-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19540\";a:24:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:19540;s:12:\"publish-date\";i:1540964155;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-02\";s:20:\"astra-site-parent-id\";i:105;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2787;s:11:\"gym-fitness\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:982:\"<!-- wp:paragraph -->\n<p>The Yoga Instructor template is a light, accessible design with a relaxed feel ideal for the wellness niche. It has a light fullscreen image with a yoga pose and engaging headline text. The rest of the design uses plenty of whitespace and a nice pink contrast color.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The page uses lovely graphics to showcase services and includes flexible content areas where you can share your passion and engage your audience with storytelling. All backed up by subtle calls to action and an attractive contact page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Yoga Instructor template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Relaxed design that works for the yoga niche</li><li>Light layout with plenty of whitespace</li><li>Flexible content areas</li><li>Contact form included with the template</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Relaxed web template ideal for yoga instructors and wellness business owners\";s:5:\"pages\";a:5:{s:8:\"id-22967\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2018/10/yoga-instructor-sarah-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22963\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-sarah-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22965\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-class-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22968\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-publication.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-02/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22966\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-getfit-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-02/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-02/get-fit/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19629;s:26:\"related-elementor-template\";i:19540;s:26:\"related-gutenberg-template\";i:48631;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19629\";a:24:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:19629;s:12:\"publish-date\";i:1540964157;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-01\";s:20:\"astra-site-parent-id\";i:107;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-22987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22980\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-about-me-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22985\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-classes-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22988\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-publications-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-01/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22986\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/yoga-instructor-01-get-fit-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-01/wp-json/wp/v2/pages/94\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-01/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:769;s:7:\"get-fit\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48631\";a:24:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:48631;s:12:\"publish-date\";i:1603984609;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-600x2239.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-400x1493.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-08\";s:20:\"astra-site-parent-id\";i:1753;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2787;s:11:\"gym-fitness\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-600x2239.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/51\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-1-600x1297.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/52\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-1-600x1746.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-1-600x1082.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-08/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-1-600x1079.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49936\";a:24:{s:5:\"title\";s:11:\"Recipe Blog\";s:2:\"id\";i:49936;s:12:\"publish-date\";i:1614595588;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-600x1623.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-400x1082.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/recipe-blog-08\";s:20:\"astra-site-parent-id\";i:1858;s:15:\"astra-sites-tag\";a:5:{i:792;s:7:\"cooking\";i:787;s:6:\"dinner\";i:336;s:4:\"food\";i:793;s:11:\"food-making\";i:788;s:5:\"snack\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-600x1623.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/recipe-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-1-600x897.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1071\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/recipe-blog-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-1-600x1429.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1067\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/recipe-blog-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-1-600x758.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1074\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recipe-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-39906\";a:24:{s:5:\"title\";s:6:\"Church\";s:2:\"id\";i:39906;s:12:\"publish-date\";i:1579633611;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-04\";s:20:\"astra-site-parent-id\";i:1199;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:5:{i:2786;s:17:\"charity-nonprofit\";i:2789;s:6:\"church\";i:2864;s:9:\"community\";i:2872;s:19:\"donation-fundraiser\";i:2784;s:5:\"event\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:937:\"<!-- wp:paragraph -->\n<p>The Church website template has a serene feel while portraying the seriousness of the subject in a welcoming manner. The template opens with a full screen image and strong headlines and call to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the theme has a lighter feel and more open layout with images, content areas, offset sections and feature spaces. The extra pages are all relevant to the niche and provide lots of opportunities to continue spreading the good word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Church template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Serene design with lots of modern touches</li><li>Offset layout creates engagement and feels open</li><li>Lots of content areas for spreading the word</li><li>Extra pages relevant to the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Welcoming church web template that’s open and inclusive to help spread the word\";s:5:\"pages\";a:11:{s:8:\"id-57915\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2050\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57916\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2041\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/church-04/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57917\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57918\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/2047\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/church-04/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-39912\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-home.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39907\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39910\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-get-connected.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-04/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39913\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-sermons.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39909\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-events.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39908\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-39911\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/church-04-give.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/church-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-04/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:44450;s:26:\"related-elementor-template\";i:39906;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-44450\";a:24:{s:5:\"title\";s:6:\"Church\";s:2:\"id\";i:44450;s:12:\"publish-date\";i:1586540158;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/church-03\";s:20:\"astra-site-parent-id\";i:1428;s:15:\"astra-sites-tag\";a:5:{i:897;s:15:\"catholic-church\";i:625;s:7:\"charity\";i:893;s:6:\"church\";i:898;s:16:\"community-church\";i:735;s:6:\"donate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:8:{s:8:\"id-57928\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/2034\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/church-03/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-44457\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/church-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44451\";a:12:{s:5:\"title\";s:8:\"About us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/308\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/church-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44455\";a:12:{s:5:\"title\";s:13:\"Get connected\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-get-connected.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/309\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/church-03/get-connected/\";s:15:\"astra-sites-tag\";a:1:{i:896;s:13:\"get-connected\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44458\";a:12:{s:5:\"title\";s:7:\"Sermons\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-sermons.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/sermons/\";s:15:\"astra-sites-tag\";a:1:{i:892;s:7:\"sermons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44454\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-events.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/311\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/church-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44453\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/313\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/church-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44456\";a:12:{s:5:\"title\";s:4:\"Give\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/04/church-03-give.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/church-03/wp-json/wp/v2/pages/312\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/church-03/give/\";s:15:\"astra-sites-tag\";a:2:{i:735;s:6:\"donate\";i:1015;s:4:\"give\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2749,'astra-sites-and-pages-page-24','a:15:{s:8:\"id-45643\";a:24:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:45643;s:12:\"publish-date\";i:1585296959;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-02\";s:20:\"astra-site-parent-id\";i:1461;s:15:\"astra-sites-tag\";a:6:{i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2890;s:15:\"makeup-cosmetic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1180:\"<!-- wp:paragraph -->\n<p>The Cosmetics Store template is ideal for eCommerce websites. It has an engaging full screen image where you can showcase your latest products and minimalist store areas further down the page along with featured products and promotion areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a minimal design with some powerful features, modern fonts, some nice images and graphical touches, minimal navigation with shopping cart and category pages. Everything you need to launch your online store!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Cosmetics Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Minimalist eCommerce template with some nice touches</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of images and fonts</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Borderless content areas keep the flow</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Category and product pages included</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Minimalist eCommerce template that could be used for any type of online store\";s:5:\"pages\";a:4:{s:8:\"id-46041\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetic-store-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46042\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-testimonialspage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-02/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-46039\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-46040\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/04/cosmetics-store-01-contactpage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cosmetics-store-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45725;s:26:\"related-elementor-template\";i:45643;s:26:\"related-gutenberg-template\";i:48591;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48591\";a:24:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:48591;s:12:\"publish-date\";i:1603984615;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-400x1601.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1-600x1218.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials-600x1164.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1-600x1187.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";i:75418;s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45577\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:45577;s:12:\"publish-date\";i:1584542585;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-04\";s:20:\"astra-site-parent-id\";i:1451;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2784;s:5:\"event\";i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:941:\"<!-- wp:paragraph -->\n<p>The Wedding Invitation template is a romantic one-page design with a modern twist. It opens with an inset video of the happy couple before unfolding to outline the what, where and when of the wedding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even though it’s a one-page web template with a limited goal, the design makes it seem so much more. The combination of flower graphics, fonts and colors help create that happy feeling you want to invoke for a wedding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Invitation template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Romantic one-page template with genuine appeal</li><li>Inset video can showcase the happy couple or venue</li><li>Great mix of colors, graphics and fonts</li><li>Can be fully customized in every way possible</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Romantic one-page wedding invitation template for happy couples and wedding planners\";s:5:\"pages\";a:1:{s:8:\"id-45578\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-invitation-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45592;s:26:\"related-elementor-template\";i:58999;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45592\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:45592;s:12:\"publish-date\";i:1585155322;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-03\";s:20:\"astra-site-parent-id\";i:1456;s:15:\"astra-sites-tag\";a:3:{i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-45593\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/wedding-invitation-04.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-invitation-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:699;s:10:\"invitation\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38795\";a:24:{s:5:\"title\";s:8:\"Law Firm\";s:2:\"id\";i:38795;s:12:\"publish-date\";i:1579110787;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-03\";s:20:\"astra-site-parent-id\";i:1132;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:916;s:3:\"law\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-38799\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/334\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/335\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38800\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-practice-areas.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/336\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-03/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38797\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-attorneys.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-03/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38798\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-03-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/law-firm-03/wp-json/wp/v2/pages/337\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38787\";a:24:{s:5:\"title\";s:8:\"Law Firm\";s:2:\"id\";i:38787;s:12:\"publish-date\";i:1579110690;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/law-firm-04\";s:20:\"astra-site-parent-id\";i:1131;s:15:\"astra-sites-tag\";a:8:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:702;s:8:\"law-firm\";i:998;s:10:\"law-office\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";i:917;s:10:\"legal-firm\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:961:\"<!-- wp:paragraph -->\n<p>The Law Firm template is a corporate-style design with the gravity and authority you would expect from the niche. It still remains welcoming and accessible, but combines the atmosphere you would expect from the law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses fullscreen header with simple navigation and a calm contrast color for calls to action. The rest of the template has a light feel with lots of content areas to share your services, expertise, testimonials and to tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Law Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Welcoming with the gravity expected of a law firm</li><li>Calm contrast color works very well</li><li>Lots of content areas for services and expertise</li><li>Supplementary pages ideal for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Corporate web design ideal for law firms and lawyers wanting to build authority\";s:5:\"pages\";a:5:{s:8:\"id-38791\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-home-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/law-firm-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38788\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-about-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/law-firm-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38792\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-practice-areas-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/law-firm-04/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38789\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-attorneys-page.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/law-firm-04/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38790\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/law-firm-04-contact-page.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/law-firm-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/law-firm-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38795;s:26:\"related-elementor-template\";i:38787;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38757\";a:24:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:38757;s:12:\"publish-date\";i:1579110029;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-02\";s:20:\"astra-site-parent-id\";i:1129;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2828;s:4:\"blog\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2785;s:4:\"food\";i:2875;s:12:\"health-coach\";i:2834;s:10:\"healthcare\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1009:\"<!-- wp:paragraph -->\n<p>The Nutritionist template is a creative business template that could be customized to suit any niche, including this one. With an open design and a combination of light and dark areas, borderless content areas and that green contrast color, it’s a real winner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage is effective, with a call to action in the header, lots of content areas to showcase products and services, share class schedules, offer videos and downloads and feature your latest blog posts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Nutritionist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern business website template ideal for a range of niches</li><li>Strong header with image and calls to action</li><li>Borderless content area provides an open feel</li><li>Lots of opportunities to customize to your specific needs</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Well-designed web template for nutritionists that could be tweaked to any use\";s:5:\"pages\";a:6:{s:8:\"id-38761\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38758\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-about-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38762\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-program-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-02/programs/\";s:15:\"astra-sites-tag\";a:2:{i:989;s:8:\"programs\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38763\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-success-stories.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-02/success-stories/\";s:15:\"astra-sites-tag\";a:2:{i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38759\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38760\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/nutrionist-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-02/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38771;s:26:\"related-elementor-template\";i:38757;s:26:\"related-gutenberg-template\";i:48318;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38771\";a:24:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:38771;s:12:\"publish-date\";i:1579110114;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-01\";s:20:\"astra-site-parent-id\";i:1130;s:15:\"astra-sites-tag\";a:5:{i:516;s:4:\"diet\";i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:991;s:7:\"healthy\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-38775\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38772\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38776\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-programms.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-01/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38777\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-success-stories.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-01/success-stories/\";s:15:\"astra-sites-tag\";a:1:{i:990;s:15:\"success-stories\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-38773\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-blog.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/307\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-01/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38774\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/nutritionist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-01/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48318\";a:24:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:48318;s:12:\"publish-date\";i:1603908961;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-400x1820.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69529\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog-600x1061.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/728\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-08/blog/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs-600x1480.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1-600x942.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1-600x808.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-49726\";a:24:{s:5:\"title\";s:12:\"Entrepreneur\";s:2:\"id\";i:49726;s:12:\"publish-date\";i:1612274657;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38716\";a:24:{s:5:\"title\";s:10:\"Life Guide\";s:2:\"id\";i:38716;s:12:\"publish-date\";i:1579108927;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-04\";s:20:\"astra-site-parent-id\";i:1122;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:1123;s:11:\"councelling\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1018;s:18:\"self-improvement-2\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:962:\"<!-- wp:paragraph -->\n<p>The Life Guide template is a captivating design ideal for life coaches, counsellors and other experts. It opens will a fullscreen image and bold headline and expands into a white, welcoming homepage that beckons you in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s exactly the kind of design that works for this niche, inclusive, accessible and relaxing. The subtle putty color helps with that, as do the simple graphics and page layouts. It’s an excellent design ideal for the industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Life Guide template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template for life coaches, counsellors and professionals</li><li>Informal, relaxing feel</li><li>Great balance of colors, fonts and whitespace</li><li>Flexible content areas to tell your story</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Captivating web design that creates reassurance and welcome in equal measure\";s:5:\"pages\";a:4:{s:8:\"id-38721\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38717\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-about-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38719\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-coaching-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-04/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:610;s:8:\"coaching\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38720\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-contact-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38710;s:26:\"related-elementor-template\";i:38716;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38710\";a:24:{s:5:\"title\";s:10:\"Life Guide\";s:2:\"id\";i:38710;s:12:\"publish-date\";i:1579108625;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-03\";s:20:\"astra-site-parent-id\";i:1121;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-38714\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38711\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38712\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-03/coaching/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38713\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/life-coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/life-coach-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38704\";a:24:{s:5:\"title\";s:15:\"Furniture Store\";s:2:\"id\";i:38704;s:12:\"publish-date\";i:1579108220;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-04\";s:20:\"astra-site-parent-id\";i:1120;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2879;s:9:\"furniture\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1208:\"<!-- wp:paragraph -->\n<p>The Furniture Store template utilizes classic design with a Scandi twist to deliver an eCommerce template that’s as current as it gets. It includes subtle colors, lots of whitespace and images that fit seamlessly into the overall feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a minimal look while including everything a store needs, product showcases, special offer sections, featured product areas and a shopping cart in the header. It’s all here!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Furniture Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Classically designed template with a Scandi twist</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Minimalist layout that lets product images stand out</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Relaxed design ideal for a wide range of online stores</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive category and product pages to help you sell</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Classically designed eCommerce template perfect for selling anything online\";s:5:\"pages\";a:2:{s:8:\"id-38706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-decore-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38705\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:38696;s:26:\"related-elementor-template\";i:38704;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38696\";a:24:{s:5:\"title\";s:15:\"Furniture Store\";s:2:\"id\";i:38696;s:12:\"publish-date\";i:1579108013;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/furniture-store-03\";s:20:\"astra-site-parent-id\";i:1119;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:524;s:9:\"furniture\";i:856;s:15:\"furniture-store\";i:436;s:8:\"interior\";i:2357;s:22:\"online-furniture-store\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-38698\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/furniture-store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38697\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/furniture-store-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/furniture-store-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/furniture-store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38673\";a:24:{s:5:\"title\";s:17:\"Architecture Firm\";s:2:\"id\";i:38673;s:12:\"publish-date\";i:1579107353;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-04\";s:20:\"astra-site-parent-id\";i:1118;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2793;s:15:\"interior-design\";i:2852;s:11:\"landscaping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:932:\"<!-- wp:paragraph -->\n<p>The Architecture Firm template has a stylish feel with light grayscale design, borderless content areas and some nice black and white images. It’s exactly the kind of feel you would expect from this niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses an understated header image with a smooth parallax effect. The rest of the homepage includes a great layout with subtle content areas and contemporary fonts to create a feeling of calm competence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Architecture Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Stylish grayscale design with monochrome images</li><li>Non-linear layout ideal for creative industries</li><li>Contemporary fonts add extra lift</li><li>Welcome pops of color on supplementary pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Stylish grayscale web template that shows great taste, perfect for architects\";s:5:\"pages\";a:6:{s:8:\"id-38677\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-home-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38674\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-about.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-services.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38678\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-project-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-04/projects/\";s:15:\"astra-sites-tag\";a:2:{i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38675\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-client-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38676\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-04-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-04/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38661;s:26:\"related-elementor-template\";i:38673;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2751,'astra-sites-fresh-site','no','no'),(2759,'astra-sites-last-export-checksums-latest','P26NYDOVV3sf','no'),(2762,'astra-sites-batch-status-string','Error! Batch Not Start due to disabled cron events!','no'),(2765,'astra-blocks-batch-status-string','Complete storing data for page 4','no'),(2766,'astra-blocks-requests','4','no'),(2772,'astra-sites-all-site-categories-and-tags','a:632:{i:0;a:2:{s:2:\"id\";i:2487;s:4:\"name\";s:6:\"Agency\";}i:1;a:2:{s:2:\"id\";s:6:\"2487-0\";s:4:\"name\";s:8:\"creative\";}i:2;a:2:{s:2:\"id\";s:6:\"2487-1\";s:4:\"name\";s:8:\"branding\";}i:3;a:2:{s:2:\"id\";s:6:\"2487-2\";s:4:\"name\";s:6:\"agency\";}i:4;a:2:{s:2:\"id\";s:6:\"2487-3\";s:4:\"name\";s:3:\"web\";}i:5;a:2:{s:2:\"id\";s:6:\"2487-4\";s:4:\"name\";s:6:\"social\";}i:6;a:2:{s:2:\"id\";s:6:\"2487-5\";s:4:\"name\";s:5:\"media\";}i:7;a:2:{s:2:\"id\";s:6:\"2487-6\";s:4:\"name\";s:7:\"graphic\";}i:8;a:2:{s:2:\"id\";s:6:\"2487-7\";s:4:\"name\";s:7:\"digital\";}i:9;a:2:{s:2:\"id\";s:6:\"2487-8\";s:4:\"name\";s:3:\"SEO\";}i:10;a:2:{s:2:\"id\";s:6:\"2487-9\";s:4:\"name\";s:9:\"marketing\";}i:11;a:2:{s:2:\"id\";s:7:\"2487-10\";s:4:\"name\";s:11:\"advertising\";}i:12;a:2:{s:2:\"id\";s:7:\"2487-11\";s:4:\"name\";s:22:\"information technology\";}i:13;a:2:{s:2:\"id\";s:7:\"2487-12\";s:4:\"name\";s:7:\"website\";}i:14;a:2:{s:2:\"id\";s:7:\"2487-13\";s:4:\"name\";s:7:\"startup\";}i:15;a:2:{s:2:\"id\";s:7:\"2487-14\";s:4:\"name\";s:8:\"internet\";}i:16;a:2:{s:2:\"id\";s:7:\"2487-15\";s:4:\"name\";s:8:\"software\";}i:17;a:2:{s:2:\"id\";s:7:\"2487-16\";s:4:\"name\";s:10:\"copywriter\";}i:18;a:2:{s:2:\"id\";s:7:\"2487-17\";s:4:\"name\";s:9:\"animation\";}i:19;a:2:{s:2:\"id\";s:7:\"2487-18\";s:4:\"name\";s:7:\"writing\";}i:20;a:2:{s:2:\"id\";s:7:\"2487-19\";s:4:\"name\";s:6:\"online\";}i:21;a:2:{s:2:\"id\";s:7:\"2487-20\";s:4:\"name\";s:4:\"firm\";}i:22;a:2:{s:2:\"id\";s:7:\"2487-21\";s:4:\"name\";s:8:\"template\";}i:23;a:2:{s:2:\"id\";s:7:\"2487-22\";s:4:\"name\";s:8:\"business\";}i:24;a:2:{s:2:\"id\";s:7:\"2487-23\";s:4:\"name\";s:5:\"Astra\";}i:25;a:2:{s:2:\"id\";s:7:\"2487-24\";s:4:\"name\";s:10:\"consulting\";}i:26;a:2:{s:2:\"id\";s:7:\"2487-25\";s:4:\"name\";s:10:\"consultant\";}i:27;a:2:{s:2:\"id\";s:7:\"2487-26\";s:4:\"name\";s:7:\"company\";}i:28;a:2:{s:2:\"id\";s:7:\"2487-27\";s:4:\"name\";s:6:\"design\";}i:29;a:2:{s:2:\"id\";s:7:\"2487-28\";s:4:\"name\";s:8:\"designer\";}i:30;a:2:{s:2:\"id\";s:7:\"2487-29\";s:4:\"name\";s:6:\"studio\";}i:31;a:2:{s:2:\"id\";s:7:\"2487-30\";s:4:\"name\";s:9:\"developer\";}i:32;a:2:{s:2:\"id\";s:7:\"2487-31\";s:4:\"name\";s:7:\"website\";}i:33;a:2:{s:2:\"id\";s:7:\"2487-32\";s:4:\"name\";s:4:\"logo\";}i:34;a:2:{s:2:\"id\";s:7:\"2487-33\";s:4:\"name\";s:0:\"\";}i:35;a:2:{s:2:\"id\";i:2486;s:4:\"name\";s:11:\"Art & Music\";}i:36;a:2:{s:2:\"id\";s:6:\"2486-0\";s:4:\"name\";s:2:\"DJ\";}i:37;a:2:{s:2:\"id\";s:6:\"2486-1\";s:4:\"name\";s:5:\"Music\";}i:38;a:2:{s:2:\"id\";s:6:\"2486-2\";s:4:\"name\";s:5:\"Album\";}i:39;a:2:{s:2:\"id\";s:6:\"2486-3\";s:4:\"name\";s:6:\"Singer\";}i:40;a:2:{s:2:\"id\";s:6:\"2486-4\";s:4:\"name\";s:4:\"Band\";}i:41;a:2:{s:2:\"id\";s:6:\"2486-5\";s:4:\"name\";s:4:\"Rock\";}i:42;a:2:{s:2:\"id\";s:6:\"2486-6\";s:4:\"name\";s:11:\"Disc Jockey\";}i:43;a:2:{s:2:\"id\";s:6:\"2486-7\";s:4:\"name\";s:6:\"Guitar\";}i:44;a:2:{s:2:\"id\";s:6:\"2486-8\";s:4:\"name\";s:9:\"Voiceover\";}i:45;a:2:{s:2:\"id\";s:6:\"2486-9\";s:4:\"name\";s:8:\"Musician\";}i:46;a:2:{s:2:\"id\";s:7:\"2486-10\";s:4:\"name\";s:8:\"template\";}i:47;a:2:{s:2:\"id\";s:7:\"2486-11\";s:4:\"name\";s:5:\"Astra\";}i:48;a:2:{s:2:\"id\";s:7:\"2486-12\";s:4:\"name\";s:7:\"website\";}i:49;a:2:{s:2:\"id\";s:7:\"2486-13\";s:4:\"name\";s:0:\"\";}i:50;a:2:{s:2:\"id\";i:2475;s:4:\"name\";s:10:\"Automotive\";}i:51;a:2:{s:2:\"id\";s:6:\"2475-0\";s:4:\"name\";s:6:\"garage\";}i:52;a:2:{s:2:\"id\";s:6:\"2475-1\";s:4:\"name\";s:6:\"retail\";}i:53;a:2:{s:2:\"id\";s:6:\"2475-2\";s:4:\"name\";s:4:\"bike\";}i:54;a:2:{s:2:\"id\";s:6:\"2475-3\";s:4:\"name\";s:3:\"car\";}i:55;a:2:{s:2:\"id\";s:6:\"2475-4\";s:4:\"name\";s:9:\"detailing\";}i:56;a:2:{s:2:\"id\";s:6:\"2475-5\";s:4:\"name\";s:7:\"denting\";}i:57;a:2:{s:2:\"id\";s:6:\"2475-6\";s:4:\"name\";s:4:\"wash\";}i:58;a:2:{s:2:\"id\";s:6:\"2475-7\";s:4:\"name\";s:7:\"service\";}i:59;a:2:{s:2:\"id\";s:6:\"2475-8\";s:4:\"name\";s:8:\"services\";}i:60;a:2:{s:2:\"id\";s:6:\"2475-9\";s:4:\"name\";s:8:\"template\";}i:61;a:2:{s:2:\"id\";s:7:\"2475-10\";s:4:\"name\";s:5:\"local\";}i:62;a:2:{s:2:\"id\";s:7:\"2475-11\";s:4:\"name\";s:8:\"business\";}i:63;a:2:{s:2:\"id\";s:7:\"2475-12\";s:4:\"name\";s:5:\"Astra\";}i:64;a:2:{s:2:\"id\";s:7:\"2475-13\";s:4:\"name\";s:4:\"shop\";}i:65;a:2:{s:2:\"id\";s:7:\"2475-14\";s:4:\"name\";s:7:\"company\";}i:66;a:2:{s:2:\"id\";s:7:\"2475-15\";s:4:\"name\";s:6:\"repair\";}i:67;a:2:{s:2:\"id\";s:7:\"2475-16\";s:4:\"name\";s:7:\"website\";}i:68;a:2:{s:2:\"id\";s:7:\"2475-17\";s:4:\"name\";s:0:\"\";}i:69;a:2:{s:2:\"id\";i:2479;s:4:\"name\";s:6:\"Beauty\";}i:70;a:2:{s:2:\"id\";s:6:\"2479-0\";s:4:\"name\";s:10:\"beautician\";}i:71;a:2:{s:2:\"id\";s:6:\"2479-1\";s:4:\"name\";s:7:\"massage\";}i:72;a:2:{s:2:\"id\";s:6:\"2479-2\";s:4:\"name\";s:6:\"beauty\";}i:73;a:2:{s:2:\"id\";s:6:\"2479-3\";s:4:\"name\";s:6:\"parlor\";}i:74;a:2:{s:2:\"id\";s:6:\"2479-4\";s:4:\"name\";s:6:\"saloon\";}i:75;a:2:{s:2:\"id\";s:6:\"2479-5\";s:4:\"name\";s:3:\"spa\";}i:76;a:2:{s:2:\"id\";s:6:\"2479-6\";s:4:\"name\";s:7:\"dresser\";}i:77;a:2:{s:2:\"id\";s:6:\"2479-7\";s:4:\"name\";s:6:\"bridal\";}i:78;a:2:{s:2:\"id\";s:6:\"2479-8\";s:4:\"name\";s:6:\"facial\";}i:79;a:2:{s:2:\"id\";s:6:\"2479-9\";s:4:\"name\";s:4:\"nail\";}i:80;a:2:{s:2:\"id\";s:7:\"2479-10\";s:4:\"name\";s:7:\"stylist\";}i:81;a:2:{s:2:\"id\";s:7:\"2479-11\";s:4:\"name\";s:4:\"skin\";}i:82;a:2:{s:2:\"id\";s:7:\"2479-12\";s:4:\"name\";s:4:\"care\";}i:83;a:2:{s:2:\"id\";s:7:\"2479-13\";s:4:\"name\";s:9:\"cosmetics\";}i:84;a:2:{s:2:\"id\";s:7:\"2479-14\";s:4:\"name\";s:5:\"salon\";}i:85;a:2:{s:2:\"id\";s:7:\"2479-15\";s:4:\"name\";s:6:\"waxing\";}i:86;a:2:{s:2:\"id\";s:7:\"2479-16\";s:4:\"name\";s:6:\"barber\";}i:87;a:2:{s:2:\"id\";s:7:\"2479-17\";s:4:\"name\";s:6:\"makeup\";}i:88;a:2:{s:2:\"id\";s:7:\"2479-18\";s:4:\"name\";s:4:\"hair\";}i:89;a:2:{s:2:\"id\";s:7:\"2479-19\";s:4:\"name\";s:7:\"service\";}i:90;a:2:{s:2:\"id\";s:7:\"2479-20\";s:4:\"name\";s:8:\"services\";}i:91;a:2:{s:2:\"id\";s:7:\"2479-21\";s:4:\"name\";s:8:\"template\";}i:92;a:2:{s:2:\"id\";s:7:\"2479-22\";s:4:\"name\";s:5:\"local\";}i:93;a:2:{s:2:\"id\";s:7:\"2479-23\";s:4:\"name\";s:8:\"business\";}i:94;a:2:{s:2:\"id\";s:7:\"2479-24\";s:4:\"name\";s:5:\"Astra\";}i:95;a:2:{s:2:\"id\";s:7:\"2479-25\";s:4:\"name\";s:7:\"website\";}i:96;a:2:{s:2:\"id\";s:7:\"2479-26\";s:4:\"name\";s:0:\"\";}i:97;a:2:{s:2:\"id\";i:2497;s:4:\"name\";s:4:\"Blog\";}i:98;a:2:{s:2:\"id\";s:6:\"2497-0\";s:4:\"name\";s:7:\"blogger\";}i:99;a:2:{s:2:\"id\";s:6:\"2497-1\";s:4:\"name\";s:4:\"blog\";}i:100;a:2:{s:2:\"id\";s:6:\"2497-2\";s:4:\"name\";s:6:\"author\";}i:101;a:2:{s:2:\"id\";s:6:\"2497-3\";s:4:\"name\";s:4:\"news\";}i:102;a:2:{s:2:\"id\";s:6:\"2497-4\";s:4:\"name\";s:9:\"editorial\";}i:103;a:2:{s:2:\"id\";s:6:\"2497-5\";s:4:\"name\";s:8:\"magazine\";}i:104;a:2:{s:2:\"id\";s:6:\"2497-6\";s:4:\"name\";s:9:\"newspaper\";}i:105;a:2:{s:2:\"id\";s:6:\"2497-7\";s:4:\"name\";s:7:\"vlogger\";}i:106;a:2:{s:2:\"id\";s:6:\"2497-8\";s:4:\"name\";s:8:\"YouTuber\";}i:107;a:2:{s:2:\"id\";s:6:\"2497-9\";s:4:\"name\";s:7:\"podcast\";}i:108;a:2:{s:2:\"id\";s:7:\"2497-10\";s:4:\"name\";s:6:\"online\";}i:109;a:2:{s:2:\"id\";s:7:\"2497-11\";s:4:\"name\";s:8:\"template\";}i:110;a:2:{s:2:\"id\";s:7:\"2497-12\";s:4:\"name\";s:5:\"Astra\";}i:111;a:2:{s:2:\"id\";s:7:\"2497-13\";s:4:\"name\";s:7:\"website\";}i:112;a:2:{s:2:\"id\";s:7:\"2497-14\";s:4:\"name\";s:10:\"influencer\";}i:113;a:2:{s:2:\"id\";s:7:\"2497-15\";s:4:\"name\";s:0:\"\";}i:114;a:2:{s:2:\"id\";i:2495;s:4:\"name\";s:9:\"eCommerce\";}i:115;a:2:{s:2:\"id\";s:6:\"2495-0\";s:4:\"name\";s:11:\"WooCommerce\";}i:116;a:2:{s:2:\"id\";s:6:\"2495-1\";s:4:\"name\";s:10:\"e-commerce\";}i:117;a:2:{s:2:\"id\";s:6:\"2495-2\";s:4:\"name\";s:9:\"eCommerce\";}i:118;a:2:{s:2:\"id\";s:6:\"2495-3\";s:4:\"name\";s:5:\"store\";}i:119;a:2:{s:2:\"id\";s:6:\"2495-4\";s:4:\"name\";s:4:\"shop\";}i:120;a:2:{s:2:\"id\";s:6:\"2495-5\";s:4:\"name\";s:4:\"cart\";}i:121;a:2:{s:2:\"id\";s:6:\"2495-6\";s:4:\"name\";s:8:\"checkout\";}i:122;a:2:{s:2:\"id\";s:6:\"2495-7\";s:4:\"name\";s:8:\"commerce\";}i:123;a:2:{s:2:\"id\";s:6:\"2495-8\";s:4:\"name\";s:12:\"dropshipping\";}i:124;a:2:{s:2:\"id\";s:6:\"2495-9\";s:4:\"name\";s:11:\"fulfillment\";}i:125;a:2:{s:2:\"id\";s:7:\"2495-10\";s:4:\"name\";s:6:\"online\";}i:126;a:2:{s:2:\"id\";s:7:\"2495-11\";s:4:\"name\";s:8:\"template\";}i:127;a:2:{s:2:\"id\";s:7:\"2495-12\";s:4:\"name\";s:5:\"Astra\";}i:128;a:2:{s:2:\"id\";s:7:\"2495-13\";s:4:\"name\";s:7:\"website\";}i:129;a:2:{s:2:\"id\";s:7:\"2495-14\";s:4:\"name\";s:8:\"shopping\";}i:130;a:2:{s:2:\"id\";s:7:\"2495-15\";s:4:\"name\";s:15:\"online shopping\";}i:131;a:2:{s:2:\"id\";i:2491;s:4:\"name\";s:22:\"Educational Institutes\";}i:132;a:2:{s:2:\"id\";s:6:\"2491-0\";s:4:\"name\";s:9:\"education\";}i:133;a:2:{s:2:\"id\";s:6:\"2491-1\";s:4:\"name\";s:7:\"college\";}i:134;a:2:{s:2:\"id\";s:6:\"2491-2\";s:4:\"name\";s:10:\"university\";}i:135;a:2:{s:2:\"id\";s:6:\"2491-3\";s:4:\"name\";s:6:\"course\";}i:136;a:2:{s:2:\"id\";s:6:\"2491-4\";s:4:\"name\";s:7:\"courses\";}i:137;a:2:{s:2:\"id\";s:6:\"2491-5\";s:4:\"name\";s:8:\"learning\";}i:138;a:2:{s:2:\"id\";s:6:\"2491-6\";s:4:\"name\";s:5:\"tutor\";}i:139;a:2:{s:2:\"id\";s:6:\"2491-7\";s:4:\"name\";s:10:\"graduation\";}i:140;a:2:{s:2:\"id\";s:6:\"2491-8\";s:4:\"name\";s:8:\"academic\";}i:141;a:2:{s:2:\"id\";s:6:\"2491-9\";s:4:\"name\";s:7:\"library\";}i:142;a:2:{s:2:\"id\";s:7:\"2491-10\";s:4:\"name\";s:8:\"training\";}i:143;a:2:{s:2:\"id\";s:7:\"2491-11\";s:4:\"name\";s:7:\"academy\";}i:144;a:2:{s:2:\"id\";s:7:\"2491-12\";s:4:\"name\";s:5:\"class\";}i:145;a:2:{s:2:\"id\";s:7:\"2491-13\";s:4:\"name\";s:7:\"classes\";}i:146;a:2:{s:2:\"id\";s:7:\"2491-14\";s:4:\"name\";s:12:\"kindergarten\";}i:147;a:2:{s:2:\"id\";s:7:\"2491-15\";s:4:\"name\";s:9:\"preschool\";}i:148;a:2:{s:2:\"id\";s:7:\"2491-16\";s:4:\"name\";s:6:\"school\";}i:149;a:2:{s:2:\"id\";s:7:\"2491-17\";s:4:\"name\";s:9:\"classroom\";}i:150;a:2:{s:2:\"id\";s:7:\"2491-18\";s:4:\"name\";s:7:\"lecture\";}i:151;a:2:{s:2:\"id\";s:7:\"2491-19\";s:4:\"name\";s:7:\"program\";}i:152;a:2:{s:2:\"id\";s:7:\"2491-20\";s:4:\"name\";s:5:\"learn\";}i:153;a:2:{s:2:\"id\";s:7:\"2491-21\";s:4:\"name\";s:7:\"tutions\";}i:154;a:2:{s:2:\"id\";s:7:\"2491-22\";s:4:\"name\";s:8:\"template\";}i:155;a:2:{s:2:\"id\";s:7:\"2491-23\";s:4:\"name\";s:5:\"Astra\";}i:156;a:2:{s:2:\"id\";s:7:\"2491-24\";s:4:\"name\";s:7:\"website\";}i:157;a:2:{s:2:\"id\";s:7:\"2491-25\";s:4:\"name\";s:0:\"\";}i:158;a:2:{s:2:\"id\";i:2494;s:4:\"name\";s:9:\"eLearning\";}i:159;a:2:{s:2:\"id\";s:6:\"2494-0\";s:4:\"name\";s:8:\"Learning\";}i:160;a:2:{s:2:\"id\";s:6:\"2494-1\";s:4:\"name\";s:8:\"Learning\";}i:161;a:2:{s:2:\"id\";s:6:\"2494-2\";s:4:\"name\";s:10:\"e-Learning\";}i:162;a:2:{s:2:\"id\";s:6:\"2494-3\";s:4:\"name\";s:9:\"LearnDash\";}i:163;a:2:{s:2:\"id\";s:6:\"2494-4\";s:4:\"name\";s:8:\"Template\";}i:164;a:2:{s:2:\"id\";s:6:\"2494-5\";s:4:\"name\";s:7:\"Website\";}i:165;a:2:{s:2:\"id\";s:6:\"2494-6\";s:4:\"name\";s:4:\"Site\";}i:166;a:2:{s:2:\"id\";s:6:\"2494-7\";s:4:\"name\";s:3:\"LMS\";}i:167;a:2:{s:2:\"id\";s:6:\"2494-8\";s:4:\"name\";s:6:\"Course\";}i:168;a:2:{s:2:\"id\";s:6:\"2494-9\";s:4:\"name\";s:7:\"Courses\";}i:169;a:2:{s:2:\"id\";s:7:\"2494-10\";s:4:\"name\";s:9:\"education\";}i:170;a:2:{s:2:\"id\";s:7:\"2494-11\";s:4:\"name\";s:11:\"masterclass\";}i:171;a:2:{s:2:\"id\";s:7:\"2494-12\";s:4:\"name\";s:6:\"online\";}i:172;a:2:{s:2:\"id\";s:7:\"2494-13\";s:4:\"name\";s:8:\"template\";}i:173;a:2:{s:2:\"id\";s:7:\"2494-14\";s:4:\"name\";s:5:\"Astra\";}i:174;a:2:{s:2:\"id\";s:7:\"2494-15\";s:4:\"name\";s:7:\"website\";}i:175;a:2:{s:2:\"id\";s:7:\"2494-16\";s:4:\"name\";s:10:\"membership\";}i:176;a:2:{s:2:\"id\";s:7:\"2494-17\";s:4:\"name\";s:5:\"tutor\";}i:177;a:2:{s:2:\"id\";i:2489;s:4:\"name\";s:16:\"Event Invitation\";}i:178;a:2:{s:2:\"id\";s:6:\"2489-0\";s:4:\"name\";s:5:\"event\";}i:179;a:2:{s:2:\"id\";s:6:\"2489-1\";s:4:\"name\";s:7:\"wedding\";}i:180;a:2:{s:2:\"id\";s:6:\"2489-2\";s:4:\"name\";s:7:\"planner\";}i:181;a:2:{s:2:\"id\";s:6:\"2489-3\";s:4:\"name\";s:8:\"catering\";}i:182;a:2:{s:2:\"id\";s:6:\"2489-4\";s:4:\"name\";s:5:\"party\";}i:183;a:2:{s:2:\"id\";s:6:\"2489-5\";s:4:\"name\";s:8:\"birthday\";}i:184;a:2:{s:2:\"id\";s:6:\"2489-6\";s:4:\"name\";s:11:\"anniversary\";}i:185;a:2:{s:2:\"id\";s:6:\"2489-7\";s:4:\"name\";s:10:\"conference\";}i:186;a:2:{s:2:\"id\";s:6:\"2489-8\";s:4:\"name\";s:6:\"meetup\";}i:187;a:2:{s:2:\"id\";s:6:\"2489-9\";s:4:\"name\";s:7:\"meet up\";}i:188;a:2:{s:2:\"id\";s:7:\"2489-10\";s:4:\"name\";s:9:\"organizer\";}i:189;a:2:{s:2:\"id\";s:7:\"2489-11\";s:4:\"name\";s:7:\"concert\";}i:190;a:2:{s:2:\"id\";s:7:\"2489-12\";s:4:\"name\";s:11:\"celebration\";}i:191;a:2:{s:2:\"id\";s:7:\"2489-13\";s:4:\"name\";s:12:\"celebrations\";}i:192;a:2:{s:2:\"id\";s:7:\"2489-14\";s:4:\"name\";s:5:\"venue\";}i:193;a:2:{s:2:\"id\";s:7:\"2489-15\";s:4:\"name\";s:10:\"invitation\";}i:194;a:2:{s:2:\"id\";s:7:\"2489-16\";s:4:\"name\";s:8:\"template\";}i:195;a:2:{s:2:\"id\";s:7:\"2489-17\";s:4:\"name\";s:5:\"Astra\";}i:196;a:2:{s:2:\"id\";s:7:\"2489-18\";s:4:\"name\";s:7:\"company\";}i:197;a:2:{s:2:\"id\";s:7:\"2489-19\";s:4:\"name\";s:7:\"website\";}i:198;a:2:{s:2:\"id\";s:7:\"2489-20\";s:4:\"name\";s:0:\"\";}i:199;a:2:{s:2:\"id\";i:2483;s:4:\"name\";s:15:\"Expert Services\";}i:200;a:2:{s:2:\"id\";s:6:\"2483-0\";s:4:\"name\";s:8:\"personal\";}i:201;a:2:{s:2:\"id\";s:6:\"2483-1\";s:4:\"name\";s:5:\"coach\";}i:202;a:2:{s:2:\"id\";s:6:\"2483-2\";s:4:\"name\";s:8:\"coaching\";}i:203;a:2:{s:2:\"id\";s:6:\"2483-3\";s:4:\"name\";s:10:\"counseling\";}i:204;a:2:{s:2:\"id\";s:6:\"2483-4\";s:4:\"name\";s:12:\"relationship\";}i:205;a:2:{s:2:\"id\";s:6:\"2483-5\";s:4:\"name\";s:4:\"life\";}i:206;a:2:{s:2:\"id\";s:6:\"2483-6\";s:4:\"name\";s:12:\"motivational\";}i:207;a:2:{s:2:\"id\";s:6:\"2483-7\";s:4:\"name\";s:7:\"speaker\";}i:208;a:2:{s:2:\"id\";s:6:\"2483-8\";s:4:\"name\";s:10:\"influencer\";}i:209;a:2:{s:2:\"id\";s:6:\"2483-9\";s:4:\"name\";s:12:\"entrepreneur\";}i:210;a:2:{s:2:\"id\";s:7:\"2483-10\";s:4:\"name\";s:7:\"service\";}i:211;a:2:{s:2:\"id\";s:7:\"2483-11\";s:4:\"name\";s:8:\"services\";}i:212;a:2:{s:2:\"id\";s:7:\"2483-12\";s:4:\"name\";s:8:\"template\";}i:213;a:2:{s:2:\"id\";s:7:\"2483-13\";s:4:\"name\";s:8:\"business\";}i:214;a:2:{s:2:\"id\";s:7:\"2483-14\";s:4:\"name\";s:5:\"Astra\";}i:215;a:2:{s:2:\"id\";s:7:\"2483-15\";s:4:\"name\";s:10:\"consulting\";}i:216;a:2:{s:2:\"id\";s:7:\"2483-16\";s:4:\"name\";s:10:\"consultant\";}i:217;a:2:{s:2:\"id\";s:7:\"2483-17\";s:4:\"name\";s:7:\"website\";}i:218;a:2:{s:2:\"id\";s:7:\"2483-18\";s:4:\"name\";s:12:\"professional\";}i:219;a:2:{s:2:\"id\";s:7:\"2483-19\";s:4:\"name\";s:21:\"professional services\";}i:220;a:2:{s:2:\"id\";s:7:\"2483-20\";s:4:\"name\";s:0:\"\";}i:221;a:2:{s:2:\"id\";i:2481;s:4:\"name\";s:15:\"Finance Service\";}i:222;a:2:{s:2:\"id\";s:6:\"2481-0\";s:4:\"name\";s:7:\"finance\";}i:223;a:2:{s:2:\"id\";s:6:\"2481-1\";s:4:\"name\";s:9:\"financial\";}i:224;a:2:{s:2:\"id\";s:6:\"2481-2\";s:4:\"name\";s:10:\"investment\";}i:225;a:2:{s:2:\"id\";s:6:\"2481-3\";s:4:\"name\";s:10:\"accountant\";}i:226;a:2:{s:2:\"id\";s:6:\"2481-4\";s:4:\"name\";s:10:\"accounting\";}i:227;a:2:{s:2:\"id\";s:6:\"2481-5\";s:4:\"name\";s:9:\"insurance\";}i:228;a:2:{s:2:\"id\";s:6:\"2481-6\";s:4:\"name\";s:8:\"advisory\";}i:229;a:2:{s:2:\"id\";s:6:\"2481-7\";s:4:\"name\";s:7:\"finance\";}i:230;a:2:{s:2:\"id\";s:6:\"2481-8\";s:4:\"name\";s:9:\"chartered\";}i:231;a:2:{s:2:\"id\";s:6:\"2481-9\";s:4:\"name\";s:3:\"CPA\";}i:232;a:2:{s:2:\"id\";s:7:\"2481-10\";s:4:\"name\";s:9:\"corporate\";}i:233;a:2:{s:2:\"id\";s:7:\"2481-11\";s:4:\"name\";s:3:\"tax\";}i:234;a:2:{s:2:\"id\";s:7:\"2481-12\";s:4:\"name\";s:8:\"advisory\";}i:235;a:2:{s:2:\"id\";s:7:\"2481-13\";s:4:\"name\";s:7:\"banking\";}i:236;a:2:{s:2:\"id\";s:7:\"2481-14\";s:4:\"name\";s:7:\"adviser\";}i:237;a:2:{s:2:\"id\";s:7:\"2481-15\";s:4:\"name\";s:7:\"service\";}i:238;a:2:{s:2:\"id\";s:7:\"2481-16\";s:4:\"name\";s:8:\"services\";}i:239;a:2:{s:2:\"id\";s:7:\"2481-17\";s:4:\"name\";s:8:\"template\";}i:240;a:2:{s:2:\"id\";s:7:\"2481-18\";s:4:\"name\";s:8:\"business\";}i:241;a:2:{s:2:\"id\";s:7:\"2481-19\";s:4:\"name\";s:5:\"Astra\";}i:242;a:2:{s:2:\"id\";s:7:\"2481-20\";s:4:\"name\";s:10:\"consulting\";}i:243;a:2:{s:2:\"id\";s:7:\"2481-21\";s:4:\"name\";s:10:\"consultant\";}i:244;a:2:{s:2:\"id\";s:7:\"2481-22\";s:4:\"name\";s:7:\"company\";}i:245;a:2:{s:2:\"id\";s:7:\"2481-23\";s:4:\"name\";s:7:\"website\";}i:246;a:2:{s:2:\"id\";s:7:\"2481-24\";s:4:\"name\";s:0:\"\";}i:247;a:2:{s:2:\"id\";i:2480;s:4:\"name\";s:18:\"Fitness & Wellness\";}i:248;a:2:{s:2:\"id\";s:6:\"2480-0\";s:4:\"name\";s:7:\"trainer\";}i:249;a:2:{s:2:\"id\";s:6:\"2480-1\";s:4:\"name\";s:10:\"instructor\";}i:250;a:2:{s:2:\"id\";s:6:\"2480-2\";s:4:\"name\";s:9:\"dietitian\";}i:251;a:2:{s:2:\"id\";s:6:\"2480-3\";s:4:\"name\";s:10:\"meditation\";}i:252;a:2:{s:2:\"id\";s:6:\"2480-4\";s:4:\"name\";s:12:\"nutritionist\";}i:253;a:2:{s:2:\"id\";s:6:\"2480-5\";s:4:\"name\";s:4:\"yoga\";}i:254;a:2:{s:2:\"id\";s:6:\"2480-6\";s:4:\"name\";s:7:\"fitness\";}i:255;a:2:{s:2:\"id\";s:6:\"2480-7\";s:4:\"name\";s:3:\"gym\";}i:256;a:2:{s:2:\"id\";s:6:\"2480-8\";s:4:\"name\";s:9:\"gymnasium\";}i:257;a:2:{s:2:\"id\";s:6:\"2480-9\";s:4:\"name\";s:9:\"athletics\";}i:258;a:2:{s:2:\"id\";s:7:\"2480-10\";s:4:\"name\";s:6:\"health\";}i:259;a:2:{s:2:\"id\";s:7:\"2480-11\";s:4:\"name\";s:7:\"service\";}i:260;a:2:{s:2:\"id\";s:7:\"2480-12\";s:4:\"name\";s:8:\"services\";}i:261;a:2:{s:2:\"id\";s:7:\"2480-13\";s:4:\"name\";s:8:\"template\";}i:262;a:2:{s:2:\"id\";s:7:\"2480-14\";s:4:\"name\";s:5:\"local\";}i:263;a:2:{s:2:\"id\";s:7:\"2480-15\";s:4:\"name\";s:8:\"business\";}i:264;a:2:{s:2:\"id\";s:7:\"2480-16\";s:4:\"name\";s:5:\"Astra\";}i:265;a:2:{s:2:\"id\";s:7:\"2480-17\";s:4:\"name\";s:10:\"consulting\";}i:266;a:2:{s:2:\"id\";s:7:\"2480-18\";s:4:\"name\";s:10:\"consultant\";}i:267;a:2:{s:2:\"id\";s:7:\"2480-19\";s:4:\"name\";s:7:\"website\";}i:268;a:2:{s:2:\"id\";s:7:\"2480-20\";s:4:\"name\";s:0:\"\";}i:269;a:2:{s:2:\"id\";i:2476;s:4:\"name\";s:9:\"Gardening\";}i:270;a:2:{s:2:\"id\";s:6:\"2476-0\";s:4:\"name\";s:6:\"garden\";}i:271;a:2:{s:2:\"id\";s:6:\"2476-1\";s:4:\"name\";s:7:\"florist\";}i:272;a:2:{s:2:\"id\";s:6:\"2476-2\";s:4:\"name\";s:8:\"gardener\";}i:273;a:2:{s:2:\"id\";s:6:\"2476-3\";s:4:\"name\";s:9:\"gardening\";}i:274;a:2:{s:2:\"id\";s:6:\"2476-4\";s:4:\"name\";s:9:\"landscape\";}i:275;a:2:{s:2:\"id\";s:6:\"2476-5\";s:4:\"name\";s:11:\"landscaping\";}i:276;a:2:{s:2:\"id\";s:6:\"2476-6\";s:4:\"name\";s:9:\"lawn care\";}i:277;a:2:{s:2:\"id\";s:6:\"2476-7\";s:4:\"name\";s:9:\"botanical\";}i:278;a:2:{s:2:\"id\";s:6:\"2476-8\";s:4:\"name\";s:7:\"service\";}i:279;a:2:{s:2:\"id\";s:6:\"2476-9\";s:4:\"name\";s:8:\"services\";}i:280;a:2:{s:2:\"id\";s:7:\"2476-10\";s:4:\"name\";s:8:\"template\";}i:281;a:2:{s:2:\"id\";s:7:\"2476-11\";s:4:\"name\";s:5:\"local\";}i:282;a:2:{s:2:\"id\";s:7:\"2476-12\";s:4:\"name\";s:8:\"business\";}i:283;a:2:{s:2:\"id\";s:7:\"2476-13\";s:4:\"name\";s:5:\"Astra\";}i:284;a:2:{s:2:\"id\";s:7:\"2476-14\";s:4:\"name\";s:4:\"shop\";}i:285;a:2:{s:2:\"id\";s:7:\"2476-15\";s:4:\"name\";s:7:\"company\";}i:286;a:2:{s:2:\"id\";s:7:\"2476-16\";s:4:\"name\";s:6:\"repair\";}i:287;a:2:{s:2:\"id\";s:7:\"2476-17\";s:4:\"name\";s:7:\"website\";}i:288;a:2:{s:2:\"id\";s:7:\"2476-18\";s:4:\"name\";s:6:\"Flower\";}i:289;a:2:{s:2:\"id\";s:7:\"2476-19\";s:4:\"name\";s:0:\"\";}i:290;a:2:{s:2:\"id\";i:2490;s:4:\"name\";s:10:\"Healthcare\";}i:291;a:2:{s:2:\"id\";s:6:\"2490-0\";s:4:\"name\";s:6:\"dental\";}i:292;a:2:{s:2:\"id\";s:6:\"2490-1\";s:4:\"name\";s:5:\"teeth\";}i:293;a:2:{s:2:\"id\";s:6:\"2490-2\";s:4:\"name\";s:11:\"acupuncture\";}i:294;a:2:{s:2:\"id\";s:6:\"2490-3\";s:4:\"name\";s:9:\"treatment\";}i:295;a:2:{s:2:\"id\";s:6:\"2490-4\";s:4:\"name\";s:7:\"dentist\";}i:296;a:2:{s:2:\"id\";s:6:\"2490-5\";s:4:\"name\";s:8:\"diabetes\";}i:297;a:2:{s:2:\"id\";s:6:\"2490-6\";s:4:\"name\";s:9:\"diagnosis\";}i:298;a:2:{s:2:\"id\";s:6:\"2490-7\";s:4:\"name\";s:6:\"doctor\";}i:299;a:2:{s:2:\"id\";s:6:\"2490-8\";s:4:\"name\";s:3:\"eye\";}i:300;a:2:{s:2:\"id\";s:6:\"2490-9\";s:4:\"name\";s:4:\"care\";}i:301;a:2:{s:2:\"id\";s:7:\"2490-10\";s:4:\"name\";s:12:\"psychologist\";}i:302;a:2:{s:2:\"id\";s:7:\"2490-11\";s:4:\"name\";s:7:\"surgeon\";}i:303;a:2:{s:2:\"id\";s:7:\"2490-12\";s:4:\"name\";s:6:\"health\";}i:304;a:2:{s:2:\"id\";s:7:\"2490-13\";s:4:\"name\";s:11:\"homeopathic\";}i:305;a:2:{s:2:\"id\";s:7:\"2490-14\";s:4:\"name\";s:6:\"mental\";}i:306;a:2:{s:2:\"id\";s:7:\"2490-15\";s:4:\"name\";s:11:\"neurologist\";}i:307;a:2:{s:2:\"id\";s:7:\"2490-16\";s:4:\"name\";s:12:\"orthodontist\";}i:308;a:2:{s:2:\"id\";s:7:\"2490-17\";s:4:\"name\";s:7:\"medical\";}i:309;a:2:{s:2:\"id\";s:7:\"2490-18\";s:4:\"name\";s:12:\"psychiatrist\";}i:310;a:2:{s:2:\"id\";s:7:\"2490-19\";s:4:\"name\";s:12:\"pediatrician\";}i:311;a:2:{s:2:\"id\";s:7:\"2490-20\";s:4:\"name\";s:4:\"skin\";}i:312;a:2:{s:2:\"id\";s:7:\"2490-21\";s:4:\"name\";s:7:\"dentist\";}i:313;a:2:{s:2:\"id\";s:7:\"2490-22\";s:4:\"name\";s:6:\"health\";}i:314;a:2:{s:2:\"id\";s:7:\"2490-23\";s:4:\"name\";s:7:\"medical\";}i:315;a:2:{s:2:\"id\";s:7:\"2490-24\";s:4:\"name\";s:3:\"lab\";}i:316;a:2:{s:2:\"id\";s:7:\"2490-25\";s:4:\"name\";s:8:\"hospital\";}i:317;a:2:{s:2:\"id\";s:7:\"2490-26\";s:4:\"name\";s:9:\"therapist\";}i:318;a:2:{s:2:\"id\";s:7:\"2490-27\";s:4:\"name\";s:8:\"template\";}i:319;a:2:{s:2:\"id\";s:7:\"2490-28\";s:4:\"name\";s:8:\"business\";}i:320;a:2:{s:2:\"id\";s:7:\"2490-29\";s:4:\"name\";s:5:\"Astra\";}i:321;a:2:{s:2:\"id\";s:7:\"2490-30\";s:4:\"name\";s:10:\"consulting\";}i:322;a:2:{s:2:\"id\";s:7:\"2490-31\";s:4:\"name\";s:10:\"consultant\";}i:323;a:2:{s:2:\"id\";s:7:\"2490-32\";s:4:\"name\";s:7:\"website\";}i:324;a:2:{s:2:\"id\";s:7:\"2490-33\";s:4:\"name\";s:0:\"\";}i:325;a:2:{s:2:\"id\";i:2477;s:4:\"name\";s:13:\"Home Services\";}i:326;a:2:{s:2:\"id\";s:6:\"2477-0\";s:4:\"name\";s:8:\"cleaning\";}i:327;a:2:{s:2:\"id\";s:6:\"2477-1\";s:4:\"name\";s:13:\"home cleaning\";}i:328;a:2:{s:2:\"id\";s:6:\"2477-2\";s:4:\"name\";s:15:\"office cleaning\";}i:329;a:2:{s:2:\"id\";s:6:\"2477-3\";s:4:\"name\";s:20:\"residential cleaning\";}i:330;a:2:{s:2:\"id\";s:6:\"2477-4\";s:4:\"name\";s:4:\"maid\";}i:331;a:2:{s:2:\"id\";s:6:\"2477-5\";s:4:\"name\";s:6:\"carpet\";}i:332;a:2:{s:2:\"id\";s:6:\"2477-6\";s:4:\"name\";s:10:\"babysitter\";}i:333;a:2:{s:2:\"id\";s:6:\"2477-7\";s:4:\"name\";s:11:\"babysitting\";}i:334;a:2:{s:2:\"id\";s:6:\"2477-8\";s:4:\"name\";s:7:\"laundry\";}i:335;a:2:{s:2:\"id\";s:6:\"2477-9\";s:4:\"name\";s:4:\"pest\";}i:336;a:2:{s:2:\"id\";s:7:\"2477-10\";s:4:\"name\";s:7:\"painter\";}i:337;a:2:{s:2:\"id\";s:7:\"2477-11\";s:4:\"name\";s:8:\"painting\";}i:338;a:2:{s:2:\"id\";s:7:\"2477-12\";s:4:\"name\";s:14:\"security guard\";}i:339;a:2:{s:2:\"id\";s:7:\"2477-13\";s:4:\"name\";s:7:\"service\";}i:340;a:2:{s:2:\"id\";s:7:\"2477-14\";s:4:\"name\";s:8:\"services\";}i:341;a:2:{s:2:\"id\";s:7:\"2477-15\";s:4:\"name\";s:8:\"template\";}i:342;a:2:{s:2:\"id\";s:7:\"2477-16\";s:4:\"name\";s:5:\"local\";}i:343;a:2:{s:2:\"id\";s:7:\"2477-17\";s:4:\"name\";s:8:\"business\";}i:344;a:2:{s:2:\"id\";s:7:\"2477-18\";s:4:\"name\";s:5:\"Astra\";}i:345;a:2:{s:2:\"id\";s:7:\"2477-19\";s:4:\"name\";s:4:\"shop\";}i:346;a:2:{s:2:\"id\";s:7:\"2477-20\";s:4:\"name\";s:7:\"company\";}i:347;a:2:{s:2:\"id\";s:7:\"2477-21\";s:4:\"name\";s:6:\"repair\";}i:348;a:2:{s:2:\"id\";s:7:\"2477-22\";s:4:\"name\";s:7:\"website\";}i:349;a:2:{s:2:\"id\";s:7:\"2477-23\";s:4:\"name\";s:0:\"\";}i:350;a:2:{s:2:\"id\";i:2498;s:4:\"name\";s:14:\"Hotel & Travel\";}i:351;a:2:{s:2:\"id\";s:6:\"2498-0\";s:4:\"name\";s:3:\"inn\";}i:352;a:2:{s:2:\"id\";s:6:\"2498-1\";s:4:\"name\";s:5:\"motel\";}i:353;a:2:{s:2:\"id\";s:6:\"2498-2\";s:4:\"name\";s:8:\"boarding\";}i:354;a:2:{s:2:\"id\";s:6:\"2498-3\";s:4:\"name\";s:5:\"guest\";}i:355;a:2:{s:2:\"id\";s:6:\"2498-4\";s:4:\"name\";s:5:\"lodge\";}i:356;a:2:{s:2:\"id\";s:6:\"2498-5\";s:4:\"name\";s:17:\"bed and breakfast\";}i:357;a:2:{s:2:\"id\";s:6:\"2498-6\";s:4:\"name\";s:3:\"b&b\";}i:358;a:2:{s:2:\"id\";s:6:\"2498-7\";s:4:\"name\";s:3:\"bnb\";}i:359;a:2:{s:2:\"id\";s:6:\"2498-8\";s:4:\"name\";s:6:\"hostel\";}i:360;a:2:{s:2:\"id\";s:6:\"2498-9\";s:4:\"name\";s:10:\"aparthotel\";}i:361;a:2:{s:2:\"id\";s:7:\"2498-10\";s:4:\"name\";s:6:\"boatel\";}i:362;a:2:{s:2:\"id\";s:7:\"2498-11\";s:4:\"name\";s:13:\"accommodation\";}i:363;a:2:{s:2:\"id\";s:7:\"2498-12\";s:4:\"name\";s:5:\"hotel\";}i:364;a:2:{s:2:\"id\";s:7:\"2498-13\";s:4:\"name\";s:10:\"guesthouse\";}i:365;a:2:{s:2:\"id\";s:7:\"2498-14\";s:4:\"name\";s:8:\"homestay\";}i:366;a:2:{s:2:\"id\";s:7:\"2498-15\";s:4:\"name\";s:6:\"resort\";}i:367;a:2:{s:2:\"id\";s:7:\"2498-16\";s:4:\"name\";s:7:\"camping\";}i:368;a:2:{s:2:\"id\";s:7:\"2498-17\";s:4:\"name\";s:8:\"heritage\";}i:369;a:2:{s:2:\"id\";s:7:\"2498-18\";s:4:\"name\";s:7:\"lodging\";}i:370;a:2:{s:2:\"id\";s:7:\"2498-19\";s:4:\"name\";s:8:\"template\";}i:371;a:2:{s:2:\"id\";s:7:\"2498-20\";s:4:\"name\";s:8:\"business\";}i:372;a:2:{s:2:\"id\";s:7:\"2498-21\";s:4:\"name\";s:5:\"Astra\";}i:373;a:2:{s:2:\"id\";s:7:\"2498-22\";s:4:\"name\";s:7:\"website\";}i:374;a:2:{s:2:\"id\";s:7:\"2498-23\";s:4:\"name\";s:0:\"\";}i:375;a:2:{s:2:\"id\";i:2482;s:4:\"name\";s:3:\"Law\";}i:376;a:2:{s:2:\"id\";s:6:\"2482-0\";s:4:\"name\";s:3:\"law\";}i:377;a:2:{s:2:\"id\";s:6:\"2482-1\";s:4:\"name\";s:6:\"lawyer\";}i:378;a:2:{s:2:\"id\";s:6:\"2482-2\";s:4:\"name\";s:8:\"criminal\";}i:379;a:2:{s:2:\"id\";s:6:\"2482-3\";s:4:\"name\";s:7:\"defense\";}i:380;a:2:{s:2:\"id\";s:6:\"2482-4\";s:4:\"name\";s:7:\"lawyers\";}i:381;a:2:{s:2:\"id\";s:6:\"2482-5\";s:4:\"name\";s:6:\"injury\";}i:382;a:2:{s:2:\"id\";s:6:\"2482-6\";s:4:\"name\";s:11:\"immigration\";}i:383;a:2:{s:2:\"id\";s:6:\"2482-7\";s:4:\"name\";s:12:\"compensation\";}i:384;a:2:{s:2:\"id\";s:6:\"2482-8\";s:4:\"name\";s:10:\"litigation\";}i:385;a:2:{s:2:\"id\";s:6:\"2482-9\";s:4:\"name\";s:5:\"civil\";}i:386;a:2:{s:2:\"id\";s:7:\"2482-10\";s:4:\"name\";s:8:\"advocate\";}i:387;a:2:{s:2:\"id\";s:7:\"2482-11\";s:4:\"name\";s:9:\"counselor\";}i:388;a:2:{s:2:\"id\";s:7:\"2482-12\";s:4:\"name\";s:8:\"accident\";}i:389;a:2:{s:2:\"id\";s:7:\"2482-13\";s:4:\"name\";s:7:\"divorce\";}i:390;a:2:{s:2:\"id\";s:7:\"2482-14\";s:4:\"name\";s:5:\"legal\";}i:391;a:2:{s:2:\"id\";s:7:\"2482-15\";s:4:\"name\";s:9:\"solicitor\";}i:392;a:2:{s:2:\"id\";s:7:\"2482-16\";s:4:\"name\";s:8:\"attorney\";}i:393;a:2:{s:2:\"id\";s:7:\"2482-17\";s:4:\"name\";s:14:\"representative\";}i:394;a:2:{s:2:\"id\";s:7:\"2482-18\";s:4:\"name\";s:10:\"employment\";}i:395;a:2:{s:2:\"id\";s:7:\"2482-19\";s:4:\"name\";s:4:\"firm\";}i:396;a:2:{s:2:\"id\";s:7:\"2482-20\";s:4:\"name\";s:8:\"services\";}i:397;a:2:{s:2:\"id\";s:7:\"2482-21\";s:4:\"name\";s:7:\"service\";}i:398;a:2:{s:2:\"id\";s:7:\"2482-22\";s:4:\"name\";s:8:\"template\";}i:399;a:2:{s:2:\"id\";s:7:\"2482-23\";s:4:\"name\";s:8:\"business\";}i:400;a:2:{s:2:\"id\";s:7:\"2482-24\";s:4:\"name\";s:5:\"Astra\";}i:401;a:2:{s:2:\"id\";s:7:\"2482-25\";s:4:\"name\";s:10:\"consulting\";}i:402;a:2:{s:2:\"id\";s:7:\"2482-26\";s:4:\"name\";s:10:\"consultant\";}i:403;a:2:{s:2:\"id\";s:7:\"2482-27\";s:4:\"name\";s:7:\"website\";}i:404;a:2:{s:2:\"id\";s:7:\"2482-28\";s:4:\"name\";s:0:\"\";}i:405;a:2:{s:2:\"id\";i:3191;s:4:\"name\";s:11:\"Link in Bio\";}i:406;a:2:{s:2:\"id\";s:6:\"3191-0\";s:4:\"name\";s:11:\"Link in Bio\";}i:407;a:2:{s:2:\"id\";s:6:\"3191-1\";s:4:\"name\";s:9:\"Portfolio\";}i:408;a:2:{s:2:\"id\";s:6:\"3191-2\";s:4:\"name\";s:8:\"LinkTree\";}i:409;a:2:{s:2:\"id\";s:6:\"3191-3\";s:4:\"name\";s:2:\"CV\";}i:410;a:2:{s:2:\"id\";s:6:\"3191-4\";s:4:\"name\";s:6:\"Resume\";}i:411;a:2:{s:2:\"id\";s:6:\"3191-5\";s:4:\"name\";s:18:\"Personal Portfolio\";}i:412;a:2:{s:2:\"id\";s:6:\"3191-6\";s:4:\"name\";s:3:\"Bio\";}i:413;a:2:{s:2:\"id\";s:6:\"3191-7\";s:4:\"name\";s:23:\"Social Media Influencer\";}i:414;a:2:{s:2:\"id\";s:6:\"3191-8\";s:4:\"name\";s:10:\"Influencer\";}i:415;a:2:{s:2:\"id\";i:2478;s:4:\"name\";s:17:\"Local Storefronts\";}i:416;a:2:{s:2:\"id\";s:6:\"2478-0\";s:4:\"name\";s:5:\"store\";}i:417;a:2:{s:2:\"id\";s:6:\"2478-1\";s:4:\"name\";s:4:\"shop\";}i:418;a:2:{s:2:\"id\";s:6:\"2478-2\";s:4:\"name\";s:10:\"storefront\";}i:419;a:2:{s:2:\"id\";s:6:\"2478-3\";s:4:\"name\";s:16:\"brick and mortar\";}i:420;a:2:{s:2:\"id\";s:6:\"2478-4\";s:4:\"name\";s:6:\"retail\";}i:421;a:2:{s:2:\"id\";s:6:\"2478-5\";s:4:\"name\";s:12:\"departmental\";}i:422;a:2:{s:2:\"id\";s:6:\"2478-6\";s:4:\"name\";s:9:\"shopfront\";}i:423;a:2:{s:2:\"id\";s:6:\"2478-7\";s:4:\"name\";s:4:\"gift\";}i:424;a:2:{s:2:\"id\";s:6:\"2478-8\";s:4:\"name\";s:10:\"bookstores\";}i:425;a:2:{s:2:\"id\";s:6:\"2478-9\";s:4:\"name\";s:6:\"bakery\";}i:426;a:2:{s:2:\"id\";s:7:\"2478-10\";s:4:\"name\";s:4:\"cake\";}i:427;a:2:{s:2:\"id\";s:7:\"2478-11\";s:4:\"name\";s:4:\"cafe\";}i:428;a:2:{s:2:\"id\";i:2471;s:4:\"name\";s:16:\"Local Technician\";}i:429;a:2:{s:2:\"id\";s:6:\"2471-0\";s:4:\"name\";s:5:\"local\";}i:430;a:2:{s:2:\"id\";s:6:\"2471-1\";s:4:\"name\";s:10:\"technician\";}i:431;a:2:{s:2:\"id\";s:6:\"2471-2\";s:4:\"name\";s:8:\"air duct\";}i:432;a:2:{s:2:\"id\";s:6:\"2471-3\";s:4:\"name\";s:9:\"carpenter\";}i:433;a:2:{s:2:\"id\";s:6:\"2471-4\";s:4:\"name\";s:4:\"CCTV\";}i:434;a:2:{s:2:\"id\";s:6:\"2471-5\";s:4:\"name\";s:11:\"electrician\";}i:435;a:2:{s:2:\"id\";s:6:\"2471-6\";s:4:\"name\";s:9:\"furniture\";}i:436;a:2:{s:2:\"id\";s:6:\"2471-7\";s:4:\"name\";s:8:\"handyman\";}i:437;a:2:{s:2:\"id\";s:6:\"2471-8\";s:4:\"name\";s:10:\"remodeling\";}i:438;a:2:{s:2:\"id\";s:6:\"2471-9\";s:4:\"name\";s:4:\"HVAC\";}i:439;a:2:{s:2:\"id\";s:7:\"2471-10\";s:4:\"name\";s:9:\"locksmith\";}i:440;a:2:{s:2:\"id\";s:7:\"2471-11\";s:4:\"name\";s:7:\"plumber\";}i:441;a:2:{s:2:\"id\";s:7:\"2471-12\";s:4:\"name\";s:8:\"plumbing\";}i:442;a:2:{s:2:\"id\";s:7:\"2471-13\";s:4:\"name\";s:8:\"swimming\";}i:443;a:2:{s:2:\"id\";s:7:\"2471-14\";s:4:\"name\";s:4:\"pool\";}i:444;a:2:{s:2:\"id\";s:7:\"2471-15\";s:4:\"name\";s:7:\"roofing\";}i:445;a:2:{s:2:\"id\";s:7:\"2471-16\";s:4:\"name\";s:6:\"window\";}i:446;a:2:{s:2:\"id\";s:7:\"2471-17\";s:4:\"name\";s:12:\"installation\";}i:447;a:2:{s:2:\"id\";s:7:\"2471-18\";s:4:\"name\";s:11:\"maintenance\";}i:448;a:2:{s:2:\"id\";s:7:\"2471-19\";s:4:\"name\";s:6:\"worker\";}i:449;a:2:{s:2:\"id\";s:7:\"2471-20\";s:4:\"name\";s:8:\"services\";}i:450;a:2:{s:2:\"id\";s:7:\"2471-21\";s:4:\"name\";s:7:\"service\";}i:451;a:2:{s:2:\"id\";s:7:\"2471-22\";s:4:\"name\";s:8:\"template\";}i:452;a:2:{s:2:\"id\";s:7:\"2471-23\";s:4:\"name\";s:8:\"business\";}i:453;a:2:{s:2:\"id\";s:7:\"2471-24\";s:4:\"name\";s:5:\"Astra\";}i:454;a:2:{s:2:\"id\";s:7:\"2471-25\";s:4:\"name\";s:7:\"company\";}i:455;a:2:{s:2:\"id\";s:7:\"2471-26\";s:4:\"name\";s:6:\"repair\";}i:456;a:2:{s:2:\"id\";s:7:\"2471-27\";s:4:\"name\";s:7:\"website\";}i:457;a:2:{s:2:\"id\";s:7:\"2471-28\";s:4:\"name\";s:0:\"\";}i:458;a:2:{s:2:\"id\";i:2474;s:4:\"name\";s:13:\"Manufacturing\";}i:459;a:2:{s:2:\"id\";s:6:\"2474-0\";s:4:\"name\";s:8:\"industry\";}i:460;a:2:{s:2:\"id\";s:6:\"2474-1\";s:4:\"name\";s:23:\"industrial manufacturer\";}i:461;a:2:{s:2:\"id\";s:6:\"2474-2\";s:4:\"name\";s:13:\"manufacturing\";}i:462;a:2:{s:2:\"id\";s:6:\"2474-3\";s:4:\"name\";s:8:\"mechanic\";}i:463;a:2:{s:2:\"id\";s:6:\"2474-4\";s:4:\"name\";s:14:\"pharmaceutical\";}i:464;a:2:{s:2:\"id\";s:6:\"2474-5\";s:4:\"name\";s:8:\"template\";}i:465;a:2:{s:2:\"id\";s:6:\"2474-6\";s:4:\"name\";s:5:\"local\";}i:466;a:2:{s:2:\"id\";s:6:\"2474-7\";s:4:\"name\";s:8:\"business\";}i:467;a:2:{s:2:\"id\";s:6:\"2474-8\";s:4:\"name\";s:5:\"Astra\";}i:468;a:2:{s:2:\"id\";s:6:\"2474-9\";s:4:\"name\";s:7:\"company\";}i:469;a:2:{s:2:\"id\";s:7:\"2474-10\";s:4:\"name\";s:7:\"website\";}i:470;a:2:{s:2:\"id\";s:7:\"2474-11\";s:4:\"name\";s:0:\"\";}i:471;a:2:{s:2:\"id\";i:2500;s:4:\"name\";s:12:\"Multipurpose\";}i:472;a:2:{s:2:\"id\";s:6:\"2500-0\";s:4:\"name\";s:5:\"clean\";}i:473;a:2:{s:2:\"id\";s:6:\"2500-1\";s:4:\"name\";s:7:\"minimal\";}i:474;a:2:{s:2:\"id\";s:6:\"2500-2\";s:4:\"name\";s:12:\"multipurpose\";}i:475;a:2:{s:2:\"id\";s:6:\"2500-3\";s:4:\"name\";s:6:\"simple\";}i:476;a:2:{s:2:\"id\";s:6:\"2500-4\";s:4:\"name\";s:7:\"generic\";}i:477;a:2:{s:2:\"id\";i:2492;s:4:\"name\";s:10:\"Non Profit\";}i:478;a:2:{s:2:\"id\";s:6:\"2492-0\";s:4:\"name\";s:7:\"charity\";}i:479;a:2:{s:2:\"id\";s:6:\"2492-1\";s:4:\"name\";s:12:\"organization\";}i:480;a:2:{s:2:\"id\";s:6:\"2492-2\";s:4:\"name\";s:6:\"church\";}i:481;a:2:{s:2:\"id\";s:6:\"2492-3\";s:4:\"name\";s:9:\"nonprofit\";}i:482;a:2:{s:2:\"id\";s:6:\"2492-4\";s:4:\"name\";s:3:\"NGO\";}i:483;a:2:{s:2:\"id\";s:6:\"2492-5\";s:4:\"name\";s:5:\"event\";}i:484;a:2:{s:2:\"id\";s:6:\"2492-6\";s:4:\"name\";s:12:\"crowdfunding\";}i:485;a:2:{s:2:\"id\";s:6:\"2492-7\";s:4:\"name\";s:8:\"campaign\";}i:486;a:2:{s:2:\"id\";s:6:\"2492-8\";s:4:\"name\";s:10:\"fundraiser\";}i:487;a:2:{s:2:\"id\";s:6:\"2492-9\";s:4:\"name\";s:6:\"donate\";}i:488;a:2:{s:2:\"id\";s:7:\"2492-10\";s:4:\"name\";s:8:\"donation\";}i:489;a:2:{s:2:\"id\";s:7:\"2492-11\";s:4:\"name\";s:9:\"community\";}i:490;a:2:{s:2:\"id\";s:7:\"2492-12\";s:4:\"name\";s:8:\"politics\";}i:491;a:2:{s:2:\"id\";s:7:\"2492-13\";s:4:\"name\";s:10:\"politician\";}i:492;a:2:{s:2:\"id\";s:7:\"2492-14\";s:4:\"name\";s:8:\"template\";}i:493;a:2:{s:2:\"id\";s:7:\"2492-15\";s:4:\"name\";s:5:\"Astra\";}i:494;a:2:{s:2:\"id\";s:7:\"2492-16\";s:4:\"name\";s:7:\"website\";}i:495;a:2:{s:2:\"id\";s:7:\"2492-17\";s:4:\"name\";s:0:\"\";}i:496;a:2:{s:2:\"id\";i:2927;s:4:\"name\";s:8:\"One Page\";}i:497;a:2:{s:2:\"id\";s:6:\"2927-0\";s:4:\"name\";s:7:\"onepage\";}i:498;a:2:{s:2:\"id\";s:6:\"2927-1\";s:4:\"name\";s:8:\"one-page\";}i:499;a:2:{s:2:\"id\";s:6:\"2927-2\";s:4:\"name\";s:11:\"single page\";}i:500;a:2:{s:2:\"id\";s:6:\"2927-3\";s:4:\"name\";s:8:\"one page\";}i:501;a:2:{s:2:\"id\";s:6:\"2927-4\";s:4:\"name\";s:7:\"landing\";}i:502;a:2:{s:2:\"id\";i:2472;s:4:\"name\";s:4:\"Pets\";}i:503;a:2:{s:2:\"id\";s:6:\"2472-0\";s:4:\"name\";s:10:\"dog sitter\";}i:504;a:2:{s:2:\"id\";s:6:\"2472-1\";s:4:\"name\";s:3:\"dog\";}i:505;a:2:{s:2:\"id\";s:6:\"2472-2\";s:4:\"name\";s:7:\"walking\";}i:506;a:2:{s:2:\"id\";s:6:\"2472-3\";s:4:\"name\";s:3:\"pet\";}i:507;a:2:{s:2:\"id\";s:6:\"2472-4\";s:4:\"name\";s:8:\"groomers\";}i:508;a:2:{s:2:\"id\";s:6:\"2472-5\";s:4:\"name\";s:12:\"veterinarian\";}i:509;a:2:{s:2:\"id\";s:6:\"2472-6\";s:4:\"name\";s:3:\"vet\";}i:510;a:2:{s:2:\"id\";s:6:\"2472-7\";s:4:\"name\";s:10:\"veterinary\";}i:511;a:2:{s:2:\"id\";s:6:\"2472-8\";s:4:\"name\";s:7:\"service\";}i:512;a:2:{s:2:\"id\";s:6:\"2472-9\";s:4:\"name\";s:8:\"services\";}i:513;a:2:{s:2:\"id\";s:7:\"2472-10\";s:4:\"name\";s:8:\"template\";}i:514;a:2:{s:2:\"id\";s:7:\"2472-11\";s:4:\"name\";s:8:\"business\";}i:515;a:2:{s:2:\"id\";s:7:\"2472-12\";s:4:\"name\";s:5:\"local\";}i:516;a:2:{s:2:\"id\";s:7:\"2472-13\";s:4:\"name\";s:8:\"business\";}i:517;a:2:{s:2:\"id\";s:7:\"2472-14\";s:4:\"name\";s:5:\"Astra\";}i:518;a:2:{s:2:\"id\";s:7:\"2472-15\";s:4:\"name\";s:10:\"consulting\";}i:519;a:2:{s:2:\"id\";s:7:\"2472-16\";s:4:\"name\";s:10:\"consultant\";}i:520;a:2:{s:2:\"id\";s:7:\"2472-17\";s:4:\"name\";s:7:\"website\";}i:521;a:2:{s:2:\"id\";s:7:\"2472-18\";s:4:\"name\";s:0:\"\";}i:522;a:2:{s:2:\"id\";i:2485;s:4:\"name\";s:11:\"Photography\";}i:523;a:2:{s:2:\"id\";s:6:\"2485-0\";s:4:\"name\";s:11:\"photography\";}i:524;a:2:{s:2:\"id\";s:6:\"2485-1\";s:4:\"name\";s:12:\"photographer\";}i:525;a:2:{s:2:\"id\";s:6:\"2485-2\";s:4:\"name\";s:9:\"portfolio\";}i:526;a:2:{s:2:\"id\";s:6:\"2485-3\";s:4:\"name\";s:8:\"portrait\";}i:527;a:2:{s:2:\"id\";s:6:\"2485-4\";s:4:\"name\";s:8:\"template\";}i:528;a:2:{s:2:\"id\";s:6:\"2485-5\";s:4:\"name\";s:5:\"Astra\";}i:529;a:2:{s:2:\"id\";s:6:\"2485-6\";s:4:\"name\";s:7:\"website\";}i:530;a:2:{s:2:\"id\";s:6:\"2485-7\";s:4:\"name\";s:0:\"\";}i:531;a:2:{s:2:\"id\";i:2488;s:4:\"name\";s:9:\"Portfolio\";}i:532;a:2:{s:2:\"id\";s:6:\"2488-0\";s:4:\"name\";s:2:\"UX\";}i:533;a:2:{s:2:\"id\";s:6:\"2488-1\";s:4:\"name\";s:2:\"UI\";}i:534;a:2:{s:2:\"id\";s:6:\"2488-2\";s:4:\"name\";s:9:\"animation\";}i:535;a:2:{s:2:\"id\";s:6:\"2488-3\";s:4:\"name\";s:6:\"resume\";}i:536;a:2:{s:2:\"id\";s:6:\"2488-4\";s:4:\"name\";s:16:\"curriculum vitae\";}i:537;a:2:{s:2:\"id\";s:6:\"2488-5\";s:4:\"name\";s:2:\"cv\";}i:538;a:2:{s:2:\"id\";s:6:\"2488-6\";s:4:\"name\";s:6:\"career\";}i:539;a:2:{s:2:\"id\";s:6:\"2488-7\";s:4:\"name\";s:8:\"animator\";}i:540;a:2:{s:2:\"id\";s:6:\"2488-8\";s:4:\"name\";s:5:\"actor\";}i:541;a:2:{s:2:\"id\";s:6:\"2488-9\";s:4:\"name\";s:6:\"writer\";}i:542;a:2:{s:2:\"id\";s:7:\"2488-10\";s:4:\"name\";s:10:\"voice-over\";}i:543;a:2:{s:2:\"id\";s:7:\"2488-11\";s:4:\"name\";s:12:\"web designer\";}i:544;a:2:{s:2:\"id\";s:7:\"2488-12\";s:4:\"name\";s:17:\"tarot card reader\";}i:545;a:2:{s:2:\"id\";s:7:\"2488-13\";s:4:\"name\";s:11:\"illustrator\";}i:546;a:2:{s:2:\"id\";s:7:\"2488-14\";s:4:\"name\";s:10:\"freelancer\";}i:547;a:2:{s:2:\"id\";s:7:\"2488-15\";s:4:\"name\";s:9:\"freelance\";}i:548;a:2:{s:2:\"id\";s:7:\"2488-16\";s:4:\"name\";s:6:\"author\";}i:549;a:2:{s:2:\"id\";s:7:\"2488-17\";s:4:\"name\";s:6:\"visual\";}i:550;a:2:{s:2:\"id\";s:7:\"2488-18\";s:4:\"name\";s:7:\"student\";}i:551;a:2:{s:2:\"id\";s:7:\"2488-19\";s:4:\"name\";s:11:\"programming\";}i:552;a:2:{s:2:\"id\";s:7:\"2488-20\";s:4:\"name\";s:11:\"photography\";}i:553;a:2:{s:2:\"id\";s:7:\"2488-21\";s:4:\"name\";s:12:\"photographer\";}i:554;a:2:{s:2:\"id\";s:7:\"2488-22\";s:4:\"name\";s:5:\"model\";}i:555;a:2:{s:2:\"id\";s:7:\"2488-23\";s:4:\"name\";s:6:\"online\";}i:556;a:2:{s:2:\"id\";s:7:\"2488-24\";s:4:\"name\";s:8:\"personal\";}i:557;a:2:{s:2:\"id\";s:7:\"2488-25\";s:4:\"name\";s:7:\"website\";}i:558;a:2:{s:2:\"id\";s:7:\"2488-26\";s:4:\"name\";s:8:\"template\";}i:559;a:2:{s:2:\"id\";s:7:\"2488-27\";s:4:\"name\";s:5:\"Astra\";}i:560;a:2:{s:2:\"id\";s:7:\"2488-28\";s:4:\"name\";s:10:\"consulting\";}i:561;a:2:{s:2:\"id\";s:7:\"2488-29\";s:4:\"name\";s:10:\"consultant\";}i:562;a:2:{s:2:\"id\";s:7:\"2488-30\";s:4:\"name\";s:8:\"designer\";}i:563;a:2:{s:2:\"id\";s:7:\"2488-31\";s:4:\"name\";s:6:\"design\";}i:564;a:2:{s:2:\"id\";s:7:\"2488-32\";s:4:\"name\";s:6:\"studio\";}i:565;a:2:{s:2:\"id\";s:7:\"2488-33\";s:4:\"name\";s:6:\"artist\";}i:566;a:2:{s:2:\"id\";s:7:\"2488-34\";s:4:\"name\";s:9:\"developer\";}i:567;a:2:{s:2:\"id\";s:7:\"2488-35\";s:4:\"name\";s:7:\"website\";}i:568;a:2:{s:2:\"id\";s:7:\"2488-36\";s:4:\"name\";s:0:\"\";}i:569;a:2:{s:2:\"id\";i:2484;s:4:\"name\";s:11:\"Real Estate\";}i:570;a:2:{s:2:\"id\";s:6:\"2484-0\";s:4:\"name\";s:4:\"real\";}i:571;a:2:{s:2:\"id\";s:6:\"2484-1\";s:4:\"name\";s:6:\"estate\";}i:572;a:2:{s:2:\"id\";s:6:\"2484-2\";s:4:\"name\";s:8:\"building\";}i:573;a:2:{s:2:\"id\";s:6:\"2484-3\";s:4:\"name\";s:12:\"construction\";}i:574;a:2:{s:2:\"id\";s:6:\"2484-4\";s:4:\"name\";s:10:\"contractor\";}i:575;a:2:{s:2:\"id\";s:6:\"2484-5\";s:4:\"name\";s:5:\"agent\";}i:576;a:2:{s:2:\"id\";s:6:\"2484-6\";s:4:\"name\";s:9:\"architect\";}i:577;a:2:{s:2:\"id\";s:6:\"2484-7\";s:4:\"name\";s:8:\"interior\";}i:578;a:2:{s:2:\"id\";s:6:\"2484-8\";s:4:\"name\";s:4:\"firm\";}i:579;a:2:{s:2:\"id\";s:6:\"2484-9\";s:4:\"name\";s:7:\"service\";}i:580;a:2:{s:2:\"id\";s:7:\"2484-10\";s:4:\"name\";s:8:\"template\";}i:581;a:2:{s:2:\"id\";s:7:\"2484-11\";s:4:\"name\";s:8:\"business\";}i:582;a:2:{s:2:\"id\";s:7:\"2484-12\";s:4:\"name\";s:5:\"Astra\";}i:583;a:2:{s:2:\"id\";s:7:\"2484-13\";s:4:\"name\";s:10:\"consulting\";}i:584;a:2:{s:2:\"id\";s:7:\"2484-14\";s:4:\"name\";s:10:\"consultant\";}i:585;a:2:{s:2:\"id\";s:7:\"2484-15\";s:4:\"name\";s:7:\"company\";}i:586;a:2:{s:2:\"id\";s:7:\"2484-16\";s:4:\"name\";s:8:\"designer\";}i:587;a:2:{s:2:\"id\";s:7:\"2484-17\";s:4:\"name\";s:7:\"website\";}i:588;a:2:{s:2:\"id\";s:7:\"2484-18\";s:4:\"name\";s:8:\"property\";}i:589;a:2:{s:2:\"id\";i:2496;s:4:\"name\";s:17:\"Restaurant & Food\";}i:590;a:2:{s:2:\"id\";s:6:\"2496-0\";s:4:\"name\";s:4:\"food\";}i:591;a:2:{s:2:\"id\";s:6:\"2496-1\";s:4:\"name\";s:10:\"restaurant\";}i:592;a:2:{s:2:\"id\";s:6:\"2496-2\";s:4:\"name\";s:7:\"kitchen\";}i:593;a:2:{s:2:\"id\";s:6:\"2496-3\";s:4:\"name\";s:9:\"breakfast\";}i:594;a:2:{s:2:\"id\";s:6:\"2496-4\";s:4:\"name\";s:6:\"brunch\";}i:595;a:2:{s:2:\"id\";s:6:\"2496-5\";s:4:\"name\";s:6:\"dining\";}i:596;a:2:{s:2:\"id\";s:6:\"2496-6\";s:4:\"name\";s:5:\"diner\";}i:597;a:2:{s:2:\"id\";s:6:\"2496-7\";s:4:\"name\";s:7:\"cooking\";}i:598;a:2:{s:2:\"id\";s:6:\"2496-8\";s:4:\"name\";s:8:\"template\";}i:599;a:2:{s:2:\"id\";s:6:\"2496-9\";s:4:\"name\";s:8:\"business\";}i:600;a:2:{s:2:\"id\";s:7:\"2496-10\";s:4:\"name\";s:5:\"Astra\";}i:601;a:2:{s:2:\"id\";s:7:\"2496-11\";s:4:\"name\";s:7:\"website\";}i:602;a:2:{s:2:\"id\";s:7:\"2496-12\";s:4:\"name\";s:0:\"\";}i:603;a:2:{s:2:\"id\";i:2499;s:4:\"name\";s:10:\"Technology\";}i:604;a:2:{s:2:\"id\";s:6:\"2499-0\";s:4:\"name\";s:4:\"SaaS\";}i:605;a:2:{s:2:\"id\";s:6:\"2499-1\";s:4:\"name\";s:10:\"Mobile App\";}i:606;a:2:{s:2:\"id\";s:6:\"2499-2\";s:4:\"name\";s:4:\"Tech\";}i:607;a:2:{s:2:\"id\";s:6:\"2499-3\";s:4:\"name\";s:7:\"Product\";}i:608;a:2:{s:2:\"id\";s:6:\"2499-4\";s:4:\"name\";s:8:\"Software\";}i:609;a:2:{s:2:\"id\";s:6:\"2499-5\";s:4:\"name\";s:7:\"Startup\";}i:610;a:2:{s:2:\"id\";s:6:\"2499-6\";s:4:\"name\";s:0:\"\";}i:611;a:2:{s:2:\"id\";i:2473;s:4:\"name\";s:9:\"Transport\";}i:612;a:2:{s:2:\"id\";s:6:\"2473-0\";s:4:\"name\";s:6:\"movers\";}i:613;a:2:{s:2:\"id\";s:6:\"2473-1\";s:4:\"name\";s:7:\"packers\";}i:614;a:2:{s:2:\"id\";s:6:\"2473-2\";s:4:\"name\";s:6:\"moving\";}i:615;a:2:{s:2:\"id\";s:6:\"2473-3\";s:4:\"name\";s:6:\"towing\";}i:616;a:2:{s:2:\"id\";s:6:\"2473-4\";s:4:\"name\";s:6:\"rental\";}i:617;a:2:{s:2:\"id\";s:6:\"2473-5\";s:4:\"name\";s:7:\"service\";}i:618;a:2:{s:2:\"id\";s:6:\"2473-6\";s:4:\"name\";s:8:\"services\";}i:619;a:2:{s:2:\"id\";s:6:\"2473-7\";s:4:\"name\";s:8:\"delivery\";}i:620;a:2:{s:2:\"id\";s:6:\"2473-8\";s:4:\"name\";s:8:\"template\";}i:621;a:2:{s:2:\"id\";s:6:\"2473-9\";s:4:\"name\";s:5:\"local\";}i:622;a:2:{s:2:\"id\";s:7:\"2473-10\";s:4:\"name\";s:8:\"business\";}i:623;a:2:{s:2:\"id\";s:7:\"2473-11\";s:4:\"name\";s:5:\"Astra\";}i:624;a:2:{s:2:\"id\";s:7:\"2473-12\";s:4:\"name\";s:7:\"company\";}i:625;a:2:{s:2:\"id\";s:7:\"2473-13\";s:4:\"name\";s:7:\"website\";}i:626;a:2:{s:2:\"id\";s:7:\"2473-14\";s:4:\"name\";s:7:\"courier\";}i:627;a:2:{s:2:\"id\";s:7:\"2473-15\";s:4:\"name\";s:0:\"\";}i:628;a:2:{s:2:\"id\";i:2926;s:4:\"name\";s:5:\"Video\";}i:629;a:2:{s:2:\"id\";s:6:\"2926-0\";s:4:\"name\";s:5:\"video\";}i:630;a:2:{s:2:\"id\";s:6:\"2926-1\";s:4:\"name\";s:4:\"vlog\";}i:631;a:2:{s:2:\"id\";s:6:\"2926-2\";s:4:\"name\";s:7:\"vlogger\";}}','no');
INSERT INTO `wp_options` VALUES (2773,'astra-sites-all-site-categories','a:32:{i:0;a:3:{s:2:\"id\";i:2487;s:4:\"name\";s:6:\"Agency\";s:4:\"slug\";s:6:\"agency\";}i:1;a:3:{s:2:\"id\";i:2486;s:4:\"name\";s:15:\"Art &amp; Music\";s:4:\"slug\";s:9:\"art-music\";}i:2;a:3:{s:2:\"id\";i:2475;s:4:\"name\";s:10:\"Automotive\";s:4:\"slug\";s:10:\"automotive\";}i:3;a:3:{s:2:\"id\";i:2479;s:4:\"name\";s:6:\"Beauty\";s:4:\"slug\";s:6:\"beauty\";}i:4;a:3:{s:2:\"id\";i:2497;s:4:\"name\";s:4:\"Blog\";s:4:\"slug\";s:4:\"blog\";}i:5;a:3:{s:2:\"id\";i:2495;s:4:\"name\";s:9:\"eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";}i:6;a:3:{s:2:\"id\";i:2491;s:4:\"name\";s:22:\"Educational Institutes\";s:4:\"slug\";s:22:\"educational-institutes\";}i:7;a:3:{s:2:\"id\";i:2494;s:4:\"name\";s:9:\"eLearning\";s:4:\"slug\";s:9:\"elearning\";}i:8;a:3:{s:2:\"id\";i:2489;s:4:\"name\";s:16:\"Event Invitation\";s:4:\"slug\";s:16:\"event-invitation\";}i:9;a:3:{s:2:\"id\";i:2483;s:4:\"name\";s:15:\"Expert Services\";s:4:\"slug\";s:15:\"expert-services\";}i:10;a:3:{s:2:\"id\";i:2481;s:4:\"name\";s:15:\"Finance Service\";s:4:\"slug\";s:15:\"finance-service\";}i:11;a:3:{s:2:\"id\";i:2480;s:4:\"name\";s:22:\"Fitness &amp; Wellness\";s:4:\"slug\";s:16:\"fitness-wellness\";}i:12;a:3:{s:2:\"id\";i:2476;s:4:\"name\";s:9:\"Gardening\";s:4:\"slug\";s:9:\"gardening\";}i:13;a:3:{s:2:\"id\";i:2490;s:4:\"name\";s:10:\"Healthcare\";s:4:\"slug\";s:10:\"healthcare\";}i:14;a:3:{s:2:\"id\";i:2477;s:4:\"name\";s:13:\"Home Services\";s:4:\"slug\";s:13:\"home-services\";}i:15;a:3:{s:2:\"id\";i:2498;s:4:\"name\";s:18:\"Hotel &amp; Travel\";s:4:\"slug\";s:12:\"hotel-travel\";}i:16;a:3:{s:2:\"id\";i:2482;s:4:\"name\";s:3:\"Law\";s:4:\"slug\";s:3:\"law\";}i:17;a:3:{s:2:\"id\";i:3191;s:4:\"name\";s:11:\"Link in Bio\";s:4:\"slug\";s:11:\"link-in-bio\";}i:18;a:3:{s:2:\"id\";i:2478;s:4:\"name\";s:17:\"Local Storefronts\";s:4:\"slug\";s:17:\"local-storefronts\";}i:19;a:3:{s:2:\"id\";i:2471;s:4:\"name\";s:16:\"Local Technician\";s:4:\"slug\";s:16:\"local-technician\";}i:20;a:3:{s:2:\"id\";i:2474;s:4:\"name\";s:13:\"Manufacturing\";s:4:\"slug\";s:13:\"manufacturing\";}i:21;a:3:{s:2:\"id\";i:2500;s:4:\"name\";s:12:\"Multipurpose\";s:4:\"slug\";s:12:\"multipurpose\";}i:22;a:3:{s:2:\"id\";i:2492;s:4:\"name\";s:10:\"Non Profit\";s:4:\"slug\";s:10:\"non-profit\";}i:23;a:3:{s:2:\"id\";i:2927;s:4:\"name\";s:8:\"One Page\";s:4:\"slug\";s:8:\"one-page\";}i:24;a:3:{s:2:\"id\";i:2472;s:4:\"name\";s:4:\"Pets\";s:4:\"slug\";s:4:\"pets\";}i:25;a:3:{s:2:\"id\";i:2485;s:4:\"name\";s:11:\"Photography\";s:4:\"slug\";s:11:\"photography\";}i:26;a:3:{s:2:\"id\";i:2488;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";}i:27;a:3:{s:2:\"id\";i:2484;s:4:\"name\";s:11:\"Real Estate\";s:4:\"slug\";s:11:\"real-estate\";}i:28;a:3:{s:2:\"id\";i:2496;s:4:\"name\";s:21:\"Restaurant &amp; Food\";s:4:\"slug\";s:15:\"restaurant-food\";}i:29;a:3:{s:2:\"id\";i:2499;s:4:\"name\";s:10:\"Technology\";s:4:\"slug\";s:10:\"technology\";}i:30;a:3:{s:2:\"id\";i:2473;s:4:\"name\";s:9:\"Transport\";s:4:\"slug\";s:9:\"transport\";}i:31;a:3:{s:2:\"id\";i:2926;s:4:\"name\";s:5:\"Video\";s:4:\"slug\";s:5:\"video\";}}','no'),(2774,'ast-block-templates-categories','a:18:{i:0;a:5:{s:2:\"id\";i:832;s:5:\"count\";i:44;s:4:\"name\";s:14:\"Call To Action\";s:4:\"slug\";s:14:\"call-to-action\";s:6:\"parent\";i:0;}i:1;a:5:{s:2:\"id\";i:825;s:5:\"count\";i:60;s:4:\"name\";s:5:\"About\";s:4:\"slug\";s:5:\"about\";s:6:\"parent\";i:0;}i:2;a:5:{s:2:\"id\";i:1091;s:5:\"count\";i:20;s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";s:6:\"parent\";i:0;}i:3;a:5:{s:2:\"id\";i:1416;s:5:\"count\";i:42;s:4:\"name\";s:7:\"Contact\";s:4:\"slug\";s:7:\"contact\";s:6:\"parent\";i:0;}i:4;a:5:{s:2:\"id\";i:1001;s:5:\"count\";i:31;s:4:\"name\";s:3:\"FAQ\";s:4:\"slug\";s:3:\"faq\";s:6:\"parent\";i:0;}i:5;a:5:{s:2:\"id\";i:919;s:5:\"count\";i:51;s:4:\"name\";s:8:\"Features\";s:4:\"slug\";s:8:\"features\";s:6:\"parent\";i:0;}i:6;a:5:{s:2:\"id\";i:1094;s:5:\"count\";i:30;s:4:\"name\";s:7:\"Heading\";s:4:\"slug\";s:7:\"heading\";s:6:\"parent\";i:0;}i:7;a:5:{s:2:\"id\";i:831;s:5:\"count\";i:61;s:4:\"name\";s:4:\"Hero\";s:4:\"slug\";s:4:\"hero\";s:6:\"parent\";i:0;}i:8;a:5:{s:2:\"id\";i:1948;s:5:\"count\";i:30;s:4:\"name\";s:14:\"Image and Text\";s:4:\"slug\";s:14:\"image-and-text\";s:6:\"parent\";i:0;}i:9;a:5:{s:2:\"id\";i:1950;s:5:\"count\";i:16;s:4:\"name\";s:18:\"Location And Hours\";s:4:\"slug\";s:18:\"location-and-hours\";s:6:\"parent\";i:0;}i:10;a:5:{s:2:\"id\";i:1425;s:5:\"count\";i:36;s:4:\"name\";s:9:\"Portfolio\";s:4:\"slug\";s:9:\"portfolio\";s:6:\"parent\";i:0;}i:11;a:5:{s:2:\"id\";i:952;s:5:\"count\";i:51;s:4:\"name\";s:8:\"Services\";s:4:\"slug\";s:8:\"services\";s:6:\"parent\";i:0;}i:12;a:5:{s:2:\"id\";i:1424;s:5:\"count\";i:28;s:4:\"name\";s:12:\"Single Quote\";s:4:\"slug\";s:12:\"single-quote\";s:6:\"parent\";i:0;}i:13;a:5:{s:2:\"id\";i:1096;s:5:\"count\";i:26;s:4:\"name\";s:10:\"Statistics\";s:4:\"slug\";s:10:\"statistics\";s:6:\"parent\";i:0;}i:14;a:5:{s:2:\"id\";i:1953;s:5:\"count\";i:18;s:4:\"name\";s:14:\"Subscribe Form\";s:4:\"slug\";s:14:\"subscribe-form\";s:6:\"parent\";i:0;}i:15;a:5:{s:2:\"id\";i:829;s:5:\"count\";i:46;s:4:\"name\";s:4:\"Team\";s:4:\"slug\";s:4:\"team\";s:6:\"parent\";i:0;}i:16;a:5:{s:2:\"id\";i:830;s:5:\"count\";i:48;s:4:\"name\";s:12:\"Testimonials\";s:4:\"slug\";s:12:\"testimonials\";s:6:\"parent\";i:0;}i:17;a:5:{s:2:\"id\";i:1946;s:5:\"count\";i:27;s:4:\"name\";s:4:\"Text\";s:4:\"slug\";s:4:\"text\";s:6:\"parent\";i:0;}}','no'),(2775,'ast-block-templates-sites-1','a:100:{s:8:\"id-71474\";a:22:{s:5:\"title\";s:17:\"Day Care Services\";s:2:\"id\";i:71474;s:12:\"publish-date\";i:1676368033;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-600x4246.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-400x2830.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/daycare-08\";s:20:\"astra-site-parent-id\";i:3086;s:15:\"astra-sites-tag\";a:7:{i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:1490;s:4:\"kids\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:425;s:8:\"services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2772;s:9:\"education\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71475\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-about.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-about-600x2222.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/daycare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71476\";a:12:{s:5:\"title\";s:9:\"Admission\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-admission.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-admission-600x1137.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/daycare-08/admission/\";s:15:\"astra-sites-tag\";a:1:{i:2680;s:9:\"admission\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71477\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-contact-600x1091.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1399\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71478\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-600x4246.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1390\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/daycare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71479\";a:12:{s:5:\"title\";s:7:\"Program\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-program.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/daycare-08-program-600x3047.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/daycare-08/wp-json/wp/v2/pages/1395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/daycare-08/program/\";s:15:\"astra-sites-tag\";a:1:{i:2684;s:7:\"program\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71491\";a:22:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:71491;s:12:\"publish-date\";i:1676039584;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-600x2117.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-400x1411.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-08\";s:20:\"astra-site-parent-id\";i:3087;s:15:\"astra-sites-tag\";a:4:{i:341;s:11:\"electrician\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2815;s:11:\"electrician\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71496\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-services-600x1935.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1400\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71492\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-about-600x1430.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1399\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71493\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-contact-600x1159.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1402\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71494\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-faq-600x1139.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71495\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/electrician-08-600x2117.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/electrician-08/wp-json/wp/v2/pages/1373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71341\";a:22:{s:5:\"title\";s:15:\"Language Tutors\";s:2:\"id\";i:71341;s:12:\"publish-date\";i:1676036408;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-600x2736.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-400x1824.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/language-tutors-08\";s:20:\"astra-site-parent-id\";i:3081;s:15:\"astra-sites-tag\";a:7:{i:2747;s:8:\"language\";i:2749;s:14:\"language-tutor\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:2748;s:5:\"tutor\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2835;s:9:\"elearning\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71345\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-600x2736.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/320\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/language-tutors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71346\";a:12:{s:5:\"title\";s:12:\"Our Teachers\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-teachers.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-teachers-600x1857.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/language-tutors-08/our-teachers/\";s:15:\"astra-sites-tag\";a:1:{i:2751;s:12:\"our-teachers\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71342\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-about-600x1809.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/327\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/language-tutors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-contact-600x1246.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/language-tutors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71344\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/language-tutors-08-courses-600x1477.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/language-tutors-08/wp-json/wp/v2/pages/323\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/language-tutors-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71334\";a:22:{s:5:\"title\";s:22:\"Real Estate Consultant\";s:2:\"id\";i:71334;s:12:\"publish-date\";i:1675775296;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-600x2702.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-400x1801.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/real-estate-consultant-08\";s:20:\"astra-site-parent-id\";i:3080;s:15:\"astra-sites-tag\";a:8:{i:2311;s:19:\"construction-agency\";i:2088;s:20:\"construction-company\";i:2313;s:16:\"property-rentals\";i:485;s:11:\"real-estate\";i:2310;s:18:\"real-estate-agency\";i:2535;s:22:\"real-estate-consultant\";i:2314;s:22:\"real-estate-developers\";i:2312;s:14:\"sales-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2794;s:10:\"consulting\";i:2778;s:11:\"real-estate\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2483;s:15:\"expert-services\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71335\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-about-me-600x1324.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/705\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-contact-600x1112.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/709\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-600x2702.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/701\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-consultant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71338\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-reviews-600x1107.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/707\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/real-estate-consultant-08/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:1615;s:7:\"reviews\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71339\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-service.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2023/02/real-estate-consultant-08-service-600x1228.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/real-estate-consultant-08/wp-json/wp/v2/pages/703\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/real-estate-consultant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71404\";a:22:{s:5:\"title\";s:22:\"Pharmaceutical Company\";s:2:\"id\";i:71404;s:12:\"publish-date\";i:1675771021;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-600x2532.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-400x1688.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/pharmaceutical-08\";s:20:\"astra-site-parent-id\";i:3084;s:15:\"astra-sites-tag\";a:4:{i:1888;s:6:\"pharma\";i:1890;s:14:\"pharma-company\";i:1891;s:22:\"pharmaceutical-company\";i:1889;s:15:\"pharmaceuticals\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71406\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-contact-600x1494.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71407\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-600x2532.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/pharmaceutical-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71408\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-products.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-products-600x2210.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/pharmaceutical-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71409\";a:12:{s:5:\"title\";s:10:\"R &#038; D\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-rd.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-rd-600x1892.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/pharmaceutical-08/r-d/\";s:15:\"astra-sites-tag\";a:1:{i:3085;s:3:\"r-d\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71405\";a:12:{s:5:\"title\";s:7:\"Company\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-company.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/02/pharmaceutical-08-company-600x2194.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pharmaceutical-08/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pharmaceutical-08/company/\";s:15:\"astra-sites-tag\";a:1:{i:979;s:7:\"company\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71384\";a:22:{s:5:\"title\";s:18:\"Learn Oil Painting\";s:2:\"id\";i:71384;s:12:\"publish-date\";i:1675765696;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-600x2033.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-400x1355.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/learn-oil-painting-08\";s:20:\"astra-site-parent-id\";i:3083;s:15:\"astra-sites-tag\";a:4:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2802;s:6:\"artist\";i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71385\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-about-600x940.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/739\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-oil-painting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71386\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-classes-600x1344.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/738\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71387\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-contact-600x920.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/740\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/learn-oil-painting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71388\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/02/learn-oil-painting-08-600x2033.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/learn-oil-painting-08/wp-json/wp/v2/pages/736\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-oil-painting-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71367\";a:22:{s:5:\"title\";s:11:\"Piano Tutor\";s:2:\"id\";i:71367;s:12:\"publish-date\";i:1675763538;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-600x3262.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-400x2175.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/piano-tutor-08\";s:20:\"astra-site-parent-id\";i:3082;s:15:\"astra-sites-tag\";a:7:{i:1786;s:5:\"forte\";i:407;s:5:\"music\";i:1782;s:5:\"piano\";i:1784;s:15:\"piano-institute\";i:1783;s:13:\"piano-lessons\";i:1785;s:14:\"piano-programs\";i:1781;s:8:\"tutorial\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2781;s:5:\"music\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71369\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-contact-600x1249.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/piano-tutor-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71370\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-600x3262.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/piano-tutor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71371\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-programs.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-programs-600x2509.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71372\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-testimonials-600x1712.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/362\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/piano-tutor-08/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71368\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2023/02/piano-tutor-08-about-us-600x1815.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/piano-tutor-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/piano-tutor-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71300\";a:22:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:71300;s:12:\"publish-date\";i:1674824635;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-600x3410.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-400x2273.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-08\";s:20:\"astra-site-parent-id\";i:3079;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-71301\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/01/dental-08-600x3410.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/dental-08/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71183\";a:22:{s:5:\"title\";s:27:\"Freelance Voice-over Artist\";s:2:\"id\";i:71183;s:12:\"publish-date\";i:1672827177;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-600x2428.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-400x1618.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/voiceover-artist-08\";s:20:\"astra-site-parent-id\";i:3062;s:15:\"astra-sites-tag\";a:6:{i:1908;s:14:\"dubbing-artist\";i:669;s:10:\"freelancer\";i:969;s:8:\"musician\";i:1834;s:16:\"recording-artist\";i:1571;s:6:\"singer\";i:1510;s:6:\"studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71185\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-contact-600x1184.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/565\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/voiceover-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71186\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-600x2428.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/556\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/voiceover-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71187\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-services-600x1940.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/voiceover-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71188\";a:12:{s:5:\"title\";s:6:\"Studio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-studio.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-studio-600x1550.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/563\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/voiceover-artist-08/studio/\";s:15:\"astra-sites-tag\";a:1:{i:1510;s:6:\"studio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71184\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2023/01/voiceover-artist-08-about-600x1430.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/voiceover-artist-08/wp-json/wp/v2/pages/559\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/voiceover-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71180\";a:22:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:71180;s:12:\"publish-date\";i:1672826233;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-600x3364.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-400x2242.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/wedding-invitation-08\";s:20:\"astra-site-parent-id\";i:3061;s:15:\"astra-sites-tag\";a:4:{i:699;s:10:\"invitation\";i:2560;s:20:\"reception-invitation\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-59134\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2023/01/wedding-invitation-08-600x3364.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/wedding-invitation-08/wp-json/wp/v2/pages/203\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/wedding-invitation-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71149\";a:22:{s:5:\"title\";s:16:\"Freelance Artist\";s:2:\"id\";i:71149;s:12:\"publish-date\";i:1672396583;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-600x1234.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-400x823.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-08\";s:20:\"astra-site-parent-id\";i:3060;s:15:\"astra-sites-tag\";a:9:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:496;s:9:\"ecommerce\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:1020;s:8:\"personal\";i:967;s:13:\"product-store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2769;s:9:\"ecommerce\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-71150\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-about-me-600x1013.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71151\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-contact-600x864.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/608\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-71152\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/12/artist-08-600x1234.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-08/wp-json/wp/v2/pages/606\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71122\";a:22:{s:5:\"title\";s:16:\"Marketing Agency\";s:2:\"id\";i:71122;s:12:\"publish-date\";i:1672395349;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-600x2638.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-400x1758.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/marketing-agency-08\";s:20:\"astra-site-parent-id\";i:3059;s:15:\"astra-sites-tag\";a:12:{i:1587;s:18:\"advertising-agency\";i:2232;s:19:\"advertising-company\";i:2229;s:16:\"advertising-firm\";i:663;s:6:\"agency\";i:979;s:7:\"company\";i:1588;s:16:\"marketing-agency\";i:2233;s:17:\"marketing-company\";i:2228;s:14:\"marketing-firm\";i:2230;s:12:\"press-agency\";i:2227;s:14:\"promotion-firm\";i:2231;s:14:\"publicity-firm\";i:2234;s:18:\"publicity-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2796;s:17:\"digital-marketing\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:10:{s:8:\"id-71123\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-about-us-600x1450.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71124\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-case-studies-600x1280.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-08/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71125\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-contact-us-600x889.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71126\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-600x2638.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71127\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/12/marketing-agency-08-what-we-do-600x1954.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/58\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71131\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/marketing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71132\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/marketing-agency-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71133\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/58\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/marketing-agency-08/what-we-do/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71129\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/marketing-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71130\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/marketing-agency-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/marketing-agency-08/case-studies/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71116\";a:22:{s:5:\"title\";s:7:\"Vlogger\";s:2:\"id\";i:71116;s:12:\"publish-date\";i:1672393023;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-600x2621.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-400x1747.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/vlogger-08\";s:20:\"astra-site-parent-id\";i:3058;s:15:\"astra-sites-tag\";a:8:{i:1840;s:9:\"cameraman\";i:1841;s:15:\"cinematographer\";i:1842;s:10:\"film-maker\";i:399;s:8:\"one-page\";i:1718;s:7:\"onepage\";i:1839;s:13:\"video-creator\";i:1837;s:7:\"vlogger\";i:1838;s:8:\"youtuber\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2810;s:9:\"freelance\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";i:2801;s:5:\"video\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:4:{i:2497;s:4:\"blog\";i:2927;s:8:\"one-page\";i:2488;s:9:\"portfolio\";i:2926;s:5:\"video\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-71117\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/vlogger-08-600x2621.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/vlogger-08/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/vlogger-08/\";s:15:\"astra-sites-tag\";a:1:{i:1837;s:7:\"vlogger\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71099\";a:22:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:71099;s:12:\"publish-date\";i:1672390818;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-600x2051.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-400x1367.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-08\";s:20:\"astra-site-parent-id\";i:3056;s:15:\"astra-sites-tag\";a:5:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:1021;s:14:\"local-business\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71103\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-our-staff-600x1409.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1813\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-08/our-staff/\";s:15:\"astra-sites-tag\";a:1:{i:3057;s:9:\"our-staff\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71104\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-services-600x1878.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1812\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71100\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-about-600x1286.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1811\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71101\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-contact-600x1024.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1814\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71102\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/car-repair-08-600x2051.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/car-repair-08/wp-json/wp/v2/pages/1847\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71085\";a:22:{s:5:\"title\";s:13:\"AC Technician\";s:2:\"id\";i:71085;s:12:\"publish-date\";i:1672389636;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-600x1531.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-400x1020.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-08\";s:20:\"astra-site-parent-id\";i:3055;s:15:\"astra-sites-tag\";a:5:{i:599;s:9:\"ac-repair\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-about-600x1418.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71087\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-contact-600x1015.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/ac-technician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71088\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-600x1531.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71089\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/12/ac-technician-08-services-600x1210.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ac-technician-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71072\";a:22:{s:5:\"title\";s:19:\"Skin Cleanser Store\";s:2:\"id\";i:71072;s:12:\"publish-date\";i:1672331775;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-600x3296.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-400x2197.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/skin-cleanser-store-08\";s:20:\"astra-site-parent-id\";i:3054;s:15:\"astra-sites-tag\";a:19:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2392;s:19:\"online-beauty-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2391;s:11:\"skin-beauty\";i:1127;s:9:\"skin-care\";i:2380;s:19:\"skin-cleanser-store\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-71073\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-about.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-about-600x1723.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1116\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/skin-cleanser-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-contact-600x1291.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/skin-cleanser-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/12/skin-cleanser-store-08-600x3296.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/skin-cleanser-store-08/wp-json/wp/v2/pages/1113\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/skin-cleanser-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71064\";a:22:{s:5:\"title\";s:15:\"Child Care Blog\";s:2:\"id\";i:71064;s:12:\"publish-date\";i:1672330833;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-600x2522.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-400x1681.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/childcare-blog-08\";s:20:\"astra-site-parent-id\";i:3053;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:1652;s:7:\"blogger\";i:1897;s:15:\"child-care-blog\";i:1896;s:17:\"child-care-expert\";i:1547;s:10:\"influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2828;s:4:\"blog\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-71065\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-contact-600x1176.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-08/wp-json/wp/v2/pages/662\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/childcare-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71066\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/childcare-blog-08-600x2522.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/childcare-blog-08/wp-json/wp/v2/pages/653\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/childcare-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71038\";a:22:{s:5:\"title\";s:14:\"Roofing Agency\";s:2:\"id\";i:71038;s:12:\"publish-date\";i:1672328084;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-600x3001.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-400x2001.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/roofing-agency-08\";s:20:\"astra-site-parent-id\";i:3052;s:15:\"astra-sites-tag\";a:7:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1634;s:17:\"roof-installation\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:2570;s:14:\"roofing-agency\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2818;s:7:\"roofing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-71039\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-about-600x1749.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/908\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/roofing-agency-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71040\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-contact-1-600x1169.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/914\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/roofing-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71041\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-600x3001.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/906\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/roofing-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71042\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-projects-600x1100.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/910\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-71043\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/12/roofing-agency-08-services-600x1168.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/roofing-agency-08/wp-json/wp/v2/pages/912\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/roofing-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-71002\";a:22:{s:5:\"title\";s:14:\"Theatre Artist\";s:2:\"id\";i:71002;s:12:\"publish-date\";i:1671647801;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-600x2960.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-400x1973.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/theatre-artist-08\";s:20:\"astra-site-parent-id\";i:3050;s:15:\"astra-sites-tag\";a:5:{i:1906;s:5:\"actor\";i:339;s:6:\"artist\";i:1572;s:9:\"performer\";i:444;s:9:\"portfolio\";i:1905;s:14:\"theatre-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2784;s:5:\"event\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-71003\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-biography-600x1977.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/694\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/theatre-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71004\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-contact-600x882.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/698\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/theatre-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71005\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-600x2960.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/theatre-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-71006\";a:12:{s:5:\"title\";s:10:\"Repertoire\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-repertoire.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/12/theatre-artist-08-repertoire-600x2207.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/theatre-artist-08/wp-json/wp/v2/pages/696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/theatre-artist-08/repertoire/\";s:15:\"astra-sites-tag\";a:1:{i:1907;s:10:\"repertoire\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-70993\";a:22:{s:5:\"title\";s:17:\"Fashion Lifestyle\";s:2:\"id\";i:70993;s:12:\"publish-date\";i:1671645110;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-600x2411.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-400x1607.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/fashion-lifestyle-08\";s:20:\"astra-site-parent-id\";i:3049;s:15:\"astra-sites-tag\";a:6:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:479;s:9:\"lifestyle\";i:1020;s:8:\"personal\";i:483;s:16:\"styling-shopping\";i:481;s:5:\"trend\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2790;s:14:\"beauty-fashion\";i:2828;s:4:\"blog\";i:2794;s:10:\"consulting\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-70995\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-600x2411.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fashion-lifestyle-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fashion-lifestyle-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-70994\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/12/fashion-lifestyle-08-contact-600x761.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/fashion-lifestyle-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-lifestyle-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-70987\";a:22:{s:5:\"title\";s:7:\"Webinar\";s:2:\"id\";i:70987;s:12:\"publish-date\";i:1671644202;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-600x2107.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-400x1405.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/webinar-08\";s:20:\"astra-site-parent-id\";i:3043;s:15:\"astra-sites-tag\";a:3:{i:850;s:12:\"landing-page\";i:1892;s:7:\"webinar\";i:1894;s:25:\"webinar-registration-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2777;s:8:\"business\";i:2811;s:10:\"conference\";i:2784;s:5:\"event\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";i:2801;s:5:\"video\";i:2870;s:4:\"vlog\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-70988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/12/webinar-08-600x2107.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/webinar-08/wp-json/wp/v2/pages/592\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/webinar-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-70969\";a:22:{s:5:\"title\";s:9:\"Locksmith\";s:2:\"id\";i:70969;s:12:\"publish-date\";i:1671619748;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-600x3725.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-400x2483.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/locksmith-08\";s:20:\"astra-site-parent-id\";i:3033;s:15:\"astra-sites-tag\";a:10:{i:3042;s:10:\"keycutting\";i:3035;s:4:\"keys\";i:3040;s:4:\"lock\";i:3034;s:5:\"locks\";i:2430;s:9:\"locksmith\";i:3039;s:12:\"locksmithing\";i:3036;s:16:\"locksmithservice\";i:3038;s:17:\"locksmithservices\";i:3041;s:7:\"lostkey\";i:3037;s:8:\"security\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2863;s:12:\"landing-page\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:3:{i:2483;s:15:\"expert-services\";i:2471;s:16:\"local-technician\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-70970\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/12/locksmith-08-600x3725.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/locksmith-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/locksmith-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-70972\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/locksmith-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/locksmith-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69906\";a:22:{s:5:\"title\";s:13:\"Creative Blog\";s:2:\"id\";i:69906;s:12:\"publish-date\";i:1669231742;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-600x1491.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-400x994.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/creative-blog-08\";s:20:\"astra-site-parent-id\";i:2997;s:15:\"astra-sites-tag\";a:10:{i:2209;s:11:\"advertising\";i:1652;s:7:\"blogger\";i:729;s:8:\"blogging\";i:2408;s:13:\"creative-blog\";i:2410;s:11:\"design-blog\";i:2646;s:12:\"digital-blog\";i:2412;s:9:\"film-blog\";i:509;s:11:\"photography\";i:2270;s:8:\"podcasts\";i:2165;s:16:\"style-influencer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2791;s:8:\"creative\";i:2774;s:8:\"magazine\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69907\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-about-600x1282.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1578\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/creative-blog-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69908\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-contact-600x856.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1582\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/creative-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69909\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-600x1491.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/776\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/creative-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69910\";a:12:{s:5:\"title\";s:8:\"Podcasts\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-podcast.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/11/creative-blog-08-podcast-600x896.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-blog-08/wp-json/wp/v2/pages/1584\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-blog-08/podcasts/\";s:15:\"astra-sites-tag\";a:1:{i:2270;s:8:\"podcasts\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69916\";a:22:{s:5:\"title\";s:12:\"Planet Earth\";s:2:\"id\";i:69916;s:12:\"publish-date\";i:1669231717;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-600x1250.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-400x833.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/earth-08\";s:20:\"astra-site-parent-id\";i:2998;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2812;s:14:\"digital-agency\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69917\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-about-1-600x828.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/107\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/earth-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69918\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-contact-1-600x706.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/100\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/earth-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69919\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-1-600x1250.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/78\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/earth-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69920\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/earth-08-services-1-600x1348.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/earth-08/wp-json/wp/v2/pages/77\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/earth-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69941\";a:22:{s:5:\"title\";s:11:\"Real Estate\";s:2:\"id\";i:69941;s:12:\"publish-date\";i:1669231573;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-600x2718.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-400x1812.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/real-estate-08\";s:20:\"astra-site-parent-id\";i:2999;s:15:\"astra-sites-tag\";a:7:{i:979;s:7:\"company\";i:550;s:14:\"estate-broking\";i:547;s:7:\"listing\";i:812;s:6:\"office\";i:549;s:8:\"property\";i:485;s:11:\"real-estate\";i:548;s:16:\"renting-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69942\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-about-600x1278.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/real-estate-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69943\";a:12:{s:5:\"title\";s:6:\"Agents\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-agents.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-agents-600x1596.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-08/agents/\";s:15:\"astra-sites-tag\";a:1:{i:552;s:6:\"agents\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69947\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-properties.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-properties-600x2630.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-08/properties/\";s:15:\"astra-sites-tag\";a:1:{i:553;s:10:\"properties\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69944\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-contact-600x872.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69945\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-faq-600x1091.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/real-estate-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69946\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/11/real-estate-08-600x2718.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/real-estate-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/real-estate-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69655\";a:22:{s:5:\"title\";s:21:\"Home and Garden Decor\";s:2:\"id\";i:69655;s:12:\"publish-date\";i:1665073396;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-600x3656.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-400x2437.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/home-garden-decor-08\";s:20:\"astra-site-parent-id\";i:2929;s:15:\"astra-sites-tag\";a:7:{i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:423;s:4:\"home\";i:862;s:10:\"home-decor\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2495;s:9:\"ecommerce\";i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-69656\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-about-600x1736.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-garden-decor-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-contact-600x1065.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/330\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/home-garden-decor-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/10/home-garden-decor-08-600x3656.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/home-garden-decor-08/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/home-garden-decor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69646\";a:22:{s:5:\"title\";s:25:\"Heating And AC Technician\";s:2:\"id\";i:69646;s:12:\"publish-date\";i:1665071731;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-600x2986.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-400x1990.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/heating-and-ac-technician-08\";s:20:\"astra-site-parent-id\";i:2928;s:15:\"astra-sites-tag\";a:7:{i:599;s:9:\"ac-repair\";i:2573;s:24:\"air-conditioning-service\";i:439;s:14:\"local-services\";i:2572;s:12:\"manufacturer\";i:2094;s:8:\"mechanic\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59183\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-600x2986.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/885\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/heating-and-ac-technician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59184\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-services.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-services-600x1659.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/889\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/heating-and-ac-technician-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59181\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-about.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-about-600x1288.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/887\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/heating-and-ac-technician-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59182\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2022/10/heating-and-ac-technician-08-contact-600x1066.jpg\";s:18:\"astra-page-api-url\";s:77:\"https://websitedemos.net/heating-and-ac-technician-08/wp-json/wp/v2/pages/891\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/heating-and-ac-technician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69486\";a:22:{s:5:\"title\";s:12:\"Learn Baking\";s:2:\"id\";i:69486;s:12:\"publish-date\";i:1664211488;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-600x2667.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-400x1778.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/learn-baking-08\";s:20:\"astra-site-parent-id\";i:2925;s:15:\"astra-sites-tag\";a:4:{i:1857;s:6:\"baking\";i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2828;s:4:\"blog\";i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";i:2873;s:5:\"tutor\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-58588\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-about-600x1916.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1077\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/learn-baking-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58589\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-all-courses-600x1819.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1075\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-baking-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58590\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-blog-600x1123.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1079\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learn-baking-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58591\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-contact-600x1547.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1081\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/learn-baking-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58592\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/09/learn-baking-08-600x2667.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/learn-baking-08/wp-json/wp/v2/pages/1073\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/learn-baking-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69465\";a:22:{s:5:\"title\";s:12:\"eBook Author\";s:2:\"id\";i:69465;s:12:\"publish-date\";i:1664208739;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-600x2110.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-400x1406.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/kathryn-ebook-author-08\";s:20:\"astra-site-parent-id\";i:2923;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-69467\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-books.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-books-600x2104.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/kathryn-ebook-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69466\";a:12:{s:5:\"title\";s:3:\"Bio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-bio.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-bio-600x2227.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/548\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/kathryn-ebook-author-08/bio/\";s:15:\"astra-sites-tag\";a:1:{i:2924;s:3:\"bio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69468\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-contact-600x1047.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/550\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kathryn-ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/kathryn-ebook-author-08-600x2110.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/kathryn-ebook-author-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kathryn-ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-69112\";a:22:{s:5:\"title\";s:15:\"Deli Restaurant\";s:2:\"id\";i:69112;s:12:\"publish-date\";i:1663068937;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-600x2199.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-400x1466.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/deli-restaurant-08\";s:20:\"astra-site-parent-id\";i:2903;s:15:\"astra-sites-tag\";a:14:{i:1527;s:9:\"cafeteria\";i:783;s:4:\"cake\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:2394;s:15:\"deli-restaurant\";i:1974;s:7:\"dessert\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:1579;s:9:\"food-menu\";i:2513;s:11:\"fruits-dish\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69114\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-contact-600x1089.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/deli-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-69115\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-600x2199.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/deli-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69116\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-600x2056.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/deli-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69117\";a:12:{s:5:\"title\";s:9:\"Menu Dark\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-dark.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-menu-dark-600x2109.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/deli-restaurant-08/menu-dark/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69118\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-testimonials-600x1413.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/374\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/deli-restaurant-08/testimonial/\";s:15:\"astra-sites-tag\";a:1:{i:2302;s:11:\"testimonial\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-69113\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/09/deli-restaurant-08-about-us-600x1532.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/deli-restaurant-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/deli-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68423\";a:22:{s:5:\"title\";s:10:\"Cycle Shop\";s:2:\"id\";i:68423;s:12:\"publish-date\";i:1661430112;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-600x3500.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-400x2333.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/cycle-shop-08\";s:20:\"astra-site-parent-id\";i:2902;s:15:\"astra-sites-tag\";a:17:{i:880;s:9:\"cartflows\";i:2418;s:8:\"commerce\";i:2548;s:10:\"cycle-shop\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2549;s:12:\"sport-cycyle\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-59171\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-contact-600x1060.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1197\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cycle-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59172\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-600x3500.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1193\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/cycle-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59170\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/cycle-shop-08-about-us-600x2348.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/cycle-shop-08/wp-json/wp/v2/pages/1195\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cycle-shop-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68320\";a:22:{s:5:\"title\";s:13:\"Party Planner\";s:2:\"id\";i:68320;s:12:\"publish-date\";i:1661347018;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-600x3106.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-400x2071.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/party-planner-08\";s:20:\"astra-site-parent-id\";i:2901;s:15:\"astra-sites-tag\";a:6:{i:2633;s:19:\"celebration-planner\";i:2630;s:17:\"event-coordinator\";i:2632;s:17:\"event-facilitator\";i:2631;s:13:\"event-manager\";i:2635;s:5:\"party\";i:2634;s:15:\"party-organizer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-68321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/party-planner-08-600x3106.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/party-planner-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/party-planner-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68254\";a:22:{s:5:\"title\";s:20:\"Construction Company\";s:2:\"id\";i:68254;s:12:\"publish-date\";i:1661280044;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-600x3578.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-400x2385.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/construction-company-08\";s:20:\"astra-site-parent-id\";i:2900;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:3078;s:7:\"builder\";i:692;s:8:\"business\";i:484;s:12:\"construction\";i:795;s:10:\"contractor\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1320:\"<!-- wp:paragraph -->\n<p>The Construction template is very clean and crisp, ideal for forward-looking businesses. While set up for construction, you could easily use it for architecture, real estate, and other business types.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses bright colors and whitespace along with great imagery to create a positive first impression. Something continued effortlessly throughout the template. Thanks to full compatibility with page builders, you can transform this template without touching a line of code!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clean, crisp business template ideal for business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fantastic use of colors, images, and whitespace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Equally attractive extra pages to continue the feel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Standout engagement buttons</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content areas on every page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with drag-and-drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Inspire confidence in new clients with this clean and crisp construction template\";s:5:\"pages\";a:5:{s:8:\"id-68255\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-about.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-about-600x1664.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/499\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/construction-company-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68256\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-contact-600x1495.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/501\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/construction-company-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68257\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-600x3578.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/construction-company-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68258\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-projects-600x1191.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/495\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-08/projects/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68259\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-services.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/08/construction-company-08-services-600x1119.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/construction-company-08/wp-json/wp/v2/pages/497\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/construction-company-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68223\";a:22:{s:5:\"title\";s:16:\"Generic Template\";s:2:\"id\";i:68223;s:12:\"publish-date\";i:1661271693;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-600x2196.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-400x1464.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/generic-template-08\";s:20:\"astra-site-parent-id\";i:2898;s:15:\"astra-sites-tag\";a:6:{i:2456;s:7:\"generic\";i:2667;s:16:\"generic-template\";i:862;s:10:\"home-decor\";i:522;s:15:\"home-remodeling\";i:2184;s:5:\"house\";i:2666;s:10:\"realestate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68229\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-about-us-600x1567.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/generic-template-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68230\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-contact-600x1212.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/76\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/generic-template-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68231\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-600x2196.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/generic-template-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68232\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-services.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/generic-template-08-services-600x1109.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/generic-template-08/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/generic-template-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68171\";a:22:{s:5:\"title\";s:13:\"Family Lawyer\";s:2:\"id\";i:68171;s:12:\"publish-date\";i:1661266994;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-600x2896.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-400x1930.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/family-lawyer-08\";s:20:\"astra-site-parent-id\";i:2893;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57306\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-about-600x1481.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/family-lawyer-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57307\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-contact-600x1008.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/family-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57308\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-600x2896.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/family-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57309\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-practice-areas.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/08/family-lawyer-08-practice-areas-600x1842.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/family-lawyer-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/family-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68194\";a:22:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:68194;s:12:\"publish-date\";i:1661256899;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-600x2271.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-400x1514.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-08\";s:20:\"astra-site-parent-id\";i:2896;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-68198\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-our-partners.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-our-partners-600x1318.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/charity-08/our-partners/\";s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:2897;s:12:\"our-partners\";i:734;s:8:\"partners\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68195\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-contact-us-600x984.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2123\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68196\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-donate.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-donate-600x500.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2125\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/charity-08/donate/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68197\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-600x2271.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2114\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68199\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-what-we-do-600x1747.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68200\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/charity-08-who-we-are-600x1643.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/charity-08/wp-json/wp/v2/pages/2119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-08/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:625;s:7:\"charity\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68177\";a:22:{s:5:\"title\";s:18:\"Calligraphy Artist\";s:2:\"id\";i:68177;s:12:\"publish-date\";i:1661254653;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-600x2499.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-400x1666.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/calligraphy-artist-08\";s:20:\"astra-site-parent-id\";i:2894;s:15:\"astra-sites-tag\";a:8:{i:1820;s:11:\"calligraphy\";i:1826;s:10:\"characters\";i:1824;s:11:\"chirography\";i:1821;s:11:\"handwriting\";i:1825;s:8:\"pencraft\";i:1823;s:6:\"script\";i:1827;s:5:\"style\";i:1822;s:7:\"writing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-68182\";a:12:{s:5:\"title\";s:5:\"Works\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-works.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-works-600x2867.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/453\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-08/works/\";s:15:\"astra-sites-tag\";a:2:{i:451;s:4:\"work\";i:2895;s:5:\"works\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68178\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-about-600x1910.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/452\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/calligraphy-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68179\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-contact-600x898.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/455\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/calligraphy-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68180\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-600x2499.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/calligraphy-artist-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68181\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/08/calligraphy-artist-08-services-600x1688.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/calligraphy-artist-08/wp-json/wp/v2/pages/454\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/calligraphy-artist-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:1408;s:7:\"service\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";s:0:\"\";}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68139\";a:22:{s:5:\"title\";s:9:\"Lotus Spa\";s:2:\"id\";i:68139;s:12:\"publish-date\";i:1661190425;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-600x3001.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-400x2000.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-08\";s:20:\"astra-site-parent-id\";i:2892;s:15:\"astra-sites-tag\";a:0:{}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68140\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-about-600x2208.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/760\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68141\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-contact-600x952.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/764\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-68142\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-600x3001.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/757\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-68143\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/lotus-spa-08-services-600x2570.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/lotus-spa-08/wp-json/wp/v2/pages/762\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-68088\";a:22:{s:5:\"title\";s:12:\"Flute Artist\";s:2:\"id\";i:68088;s:12:\"publish-date\";i:1660910628;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-400x1840.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/flute-artist-08\";s:20:\"astra-site-parent-id\";i:2891;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:2438;s:12:\"flute-artist\";i:2439;s:12:\"flute-player\";i:2503;s:7:\"grooved\";i:407;s:5:\"music\";i:2504;s:25:\"musical-instrument-player\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2802;s:6:\"artist\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2486;s:9:\"art-music\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1249:\"<!-- wp:paragraph -->\n<p>The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set the scene. There are also options to include video and audio clips, a biography page, portfolio page and contact form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Flute Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Flexible portfolio website for musicians</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Elegant design ideal for the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes the option to add audio and video</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dedicated portfolio and contact page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible layout that can be fully customized</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Page builder compatible for ease of use</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:395:\"The Flute Artist template has been designed to reflect the elegance and classic nature of the instrument and the industry. It’s a very calm layout with sober colors and an instant appeal. The homepage begins dark and quickly opens out to include lots of white space, modern, elegant fonts and lots of imagery to set &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:4:{s:8:\"id-59103\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-biography-600x1848.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/652\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/flute-artist-08/biography/\";s:15:\"astra-sites-tag\";a:1:{i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59104\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-contact-600x890.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/656\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59105\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-gallery-600x2369.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/654\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/flute-artist-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/flute-artist-08-600x2761.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/flute-artist-08/wp-json/wp/v2/pages/650\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/flute-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59803\";a:22:{s:5:\"title\";s:18:\"Ayurvedic Products\";s:2:\"id\";i:59803;s:12:\"publish-date\";i:1661245799;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-600x2964.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-400x1976.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-08\";s:20:\"astra-site-parent-id\";i:2658;s:15:\"astra-sites-tag\";a:5:{i:2650;s:8:\"ayurveda\";i:618;s:9:\"ayurvedic\";i:2643;s:19:\"ayurvedic-treatment\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-59804\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-about-600x2203.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/329\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/ayurveda-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59805\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-contact-600x796.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/331\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/ayurveda-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59806\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/ayurveda-08-600x2964.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/ayurveda-08/wp-json/wp/v2/pages/326\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59789\";a:22:{s:5:\"title\";s:10:\"Book Store\";s:2:\"id\";i:59789;s:12:\"publish-date\";i:1661251526;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-600x2546.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-400x1697.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/book-store-08\";s:20:\"astra-site-parent-id\";i:2657;s:15:\"astra-sites-tag\";a:8:{i:724;s:6:\"author\";i:2355;s:17:\"author-book-store\";i:2354;s:16:\"author-portfolio\";i:2353;s:11:\"book-writer\";i:2352;s:11:\"books-store\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59790\";a:12:{s:5:\"title\";s:12:\"About Author\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-about-author.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-about-author-600x1597.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/book-store-08/about-author/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59791\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-books.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-books-600x1400.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/book-store-08/books/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-59792\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-contact-600x931.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/book-store-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59793\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/book-store-08-600x2546.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/book-store-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/book-store-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59775\";a:22:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:59775;s:12:\"publish-date\";i:1661176634;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-600x2216.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-400x1477.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-08\";s:20:\"astra-site-parent-id\";i:2656;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59776\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-about-600x1426.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59777\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-contact-600x829.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1494\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59778\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-600x2216.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2022/08/agency-08-services-600x1322.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/agency-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59760\";a:22:{s:5:\"title\";s:11:\"Love Nature\";s:2:\"id\";i:59760;s:12:\"publish-date\";i:1661343275;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-600x1562.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-400x1041.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/love-nature-08\";s:20:\"astra-site-parent-id\";i:2655;s:15:\"astra-sites-tag\";a:8:{i:538;s:6:\"forest\";i:2456;s:7:\"generic\";i:2493;s:12:\"multipurpose\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59761\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-about-600x908.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1324\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/love-nature-08/about/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59762\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-contact-600x830.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1328\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/love-nature-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59763\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-600x1562.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1322\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/love-nature-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59764\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/love-nature-08-services-600x1347.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/love-nature-08/wp-json/wp/v2/pages/1326\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/love-nature-08/services/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59726\";a:22:{s:5:\"title\";s:20:\"Freelance Copywriter\";s:2:\"id\";i:59726;s:12:\"publish-date\";i:1665068704;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-600x2282.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-400x1521.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/freelance-copywriter-08\";s:20:\"astra-site-parent-id\";i:2653;s:15:\"astra-sites-tag\";a:8:{i:1652;s:7:\"blogger\";i:1654;s:15:\"content-creator\";i:1649;s:14:\"content-writer\";i:1650;s:10:\"copywriter\";i:1648;s:20:\"freelance-copywriter\";i:669;s:10:\"freelancer\";i:1651;s:8:\"marketer\";i:1653;s:19:\"web-content-creator\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59729\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-testimonials-600x1631.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/262\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/freelance-copywriter-08/testimonials/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59730\";a:12:{s:5:\"title\";s:4:\"Work\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-work.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-work-600x1479.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/260\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/freelance-copywriter-08/work/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59727\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-contact-600x1176.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/freelance-copywriter-08/contact/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59728\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/10/freelance-copywriter-08-600x2282.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/freelance-copywriter-08/wp-json/wp/v2/pages/257\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/freelance-copywriter-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59557\";a:22:{s:5:\"title\";s:9:\"Guitarist\";s:2:\"id\";i:59557;s:12:\"publish-date\";i:1675438131;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-600x3032.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-400x2021.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/guitarist-08\";s:20:\"astra-site-parent-id\";i:2637;s:15:\"astra-sites-tag\";a:5:{i:2612;s:12:\"guitar-cello\";i:2611;s:13:\"guitar-player\";i:2610;s:9:\"guitarist\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2802;s:6:\"artist\";i:2781;s:5:\"music\";i:2868;s:15:\"musician-singer\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59559\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-contact-600x921.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/780\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/guitarist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59560\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-600x3032.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/772\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/guitarist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59561\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-lessons.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-lessons-600x1434.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/776\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/guitarist-08/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59562\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-shows.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-shows-600x1090.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/778\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/guitarist-08/shows/\";s:15:\"astra-sites-tag\";a:1:{i:1568;s:5:\"shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59558\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2023/02/guitarist-08-about-600x2350.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/guitarist-08/wp-json/wp/v2/pages/774\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/guitarist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59249\";a:22:{s:5:\"title\";s:17:\"Security Services\";s:2:\"id\";i:59249;s:12:\"publish-date\";i:1669220644;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-600x2231.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-400x1487.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/security-services-08\";s:20:\"astra-site-parent-id\";i:2586;s:15:\"astra-sites-tag\";a:8:{i:2508;s:14:\"alarm-security\";i:2507;s:15:\"camera-security\";i:2511;s:16:\"custody-services\";i:2510;s:5:\"guard\";i:2506;s:16:\"private-security\";i:2509;s:6:\"safety\";i:2399;s:17:\"security-services\";i:2400;s:15:\"security-system\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59252\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-600x2231.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/476\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/security-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59253\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-services-600x2320.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/513\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/security-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59250\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-about-600x1145.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/528\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/security-services-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59251\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2022/11/security-services-08-contact-600x932.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/security-services-08/wp-json/wp/v2/pages/532\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/security-services-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59233\";a:22:{s:5:\"title\";s:12:\"Coffee House\";s:2:\"id\";i:59233;s:12:\"publish-date\";i:1661278258;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-600x2042.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-400x1361.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/coffee-house-08\";s:20:\"astra-site-parent-id\";i:2585;s:15:\"astra-sites-tag\";a:9:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59236\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-600x2042.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/514\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coffee-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59237\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-menu-600x1102.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/518\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/coffee-house-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59234\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-about-600x1733.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/516\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/coffee-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59235\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/08/coffee-house-08-contact-600x1114.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/coffee-house-08/wp-json/wp/v2/pages/520\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/coffee-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59219\";a:22:{s:5:\"title\";s:18:\"Personal Portfolio\";s:2:\"id\";i:59219;s:12:\"publish-date\";i:1643987375;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-600x2832.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-400x1888.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/personal-portfolio-08\";s:20:\"astra-site-parent-id\";i:2584;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-59223\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-portfolio-1-600x733.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1205\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/personal-portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59220\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-about-1-600x1481.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1203\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/personal-portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59221\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-contact-1-600x791.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1207\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/personal-portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59222\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/02/personal-portfolio-08-1-600x2832.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/personal-portfolio-08/wp-json/wp/v2/pages/1201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/personal-portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59202\";a:22:{s:5:\"title\";s:23:\"Limousine Rental Agency\";s:2:\"id\";i:59202;s:12:\"publish-date\";i:1669231673;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-600x3360.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-400x2240.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/rental-agency-08\";s:20:\"astra-site-parent-id\";i:2582;s:15:\"astra-sites-tag\";a:5:{i:2540;s:9:\"limousine\";i:2538;s:15:\"rent-limousines\";i:2539;s:13:\"rent-services\";i:2537;s:13:\"rental-agency\";i:2541;s:5:\"sedan\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59203\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-about-us-600x2154.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/578\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59204\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-save.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-save-600x1413.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/584\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/rental-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59205\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-600x3360.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/576\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/rental-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59206\";a:12:{s:5:\"title\";s:9:\"Our Fleet\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-our-fleet.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-our-fleet-600x2014.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/580\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/rental-agency-08/our-fleet/\";s:15:\"astra-sites-tag\";a:1:{i:2583;s:9:\"our-fleet\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59207\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-services.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2022/11/rental-agency-08-services-600x2575.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/rental-agency-08/wp-json/wp/v2/pages/582\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/rental-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-58478\";a:22:{s:5:\"title\";s:10:\"Plant Shop\";s:2:\"id\";i:58478;s:12:\"publish-date\";i:1633716900;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-600x2149.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-400x1432.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/plant-shop-08\";s:20:\"astra-site-parent-id\";i:2451;s:15:\"astra-sites-tag\";a:15:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-58545\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about-.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-about--600x1317.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1002\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plant-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-58546\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-contact-1-600x701.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1004\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/plant-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58547\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/10/plant-shop-08-600x2149.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-shop-08/wp-json/wp/v2/pages/1008\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/plant-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56593\";a:22:{s:5:\"title\";s:18:\"Meditation Courses\";s:2:\"id\";i:56593;s:12:\"publish-date\";i:1632945042;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-600x2660.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-400x1773.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/learn-meditation-08\";s:20:\"astra-site-parent-id\";i:2242;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:467;s:9:\"learndash\";i:1850;s:10:\"meditation\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2494;s:9:\"elearning\";i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-56595\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-classes.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-classes-600x976.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/607\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56596\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-contact-600x855.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/617\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/learn-meditation-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56594\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-about.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-about-600x1259.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/learn-meditation-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56597\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/learn-meditation-08-600x2660.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/learn-meditation-08/wp-json/wp/v2/pages/572\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/learn-meditation-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48078\";a:22:{s:5:\"title\";s:17:\"Outdoor Adventure\";s:2:\"id\";i:48078;s:12:\"publish-date\";i:1603893485;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1-600x1377.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-home-1-400x918.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/outdoor-adventure-08\";s:20:\"astra-site-parent-id\";i:1698;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:545;s:7:\"camping\";i:543;s:14:\"extreme-sports\";i:541;s:9:\"mountains\";i:542;s:4:\"park\";i:546;s:6:\"sports\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48081\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-600x1377.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/outdoor-adventure-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48079\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-about-1-600x731.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/outdoor-adventure-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48083\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-services-1-600x1162.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48082\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-projects-1-600x1218.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/outdoor-adventure-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48080\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/outdoor-adventure-08-contact-1-600x598.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/outdoor-adventure-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/outdoor-adventure-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48050\";a:22:{s:5:\"title\";s:10:\"Brandstore\";s:2:\"id\";i:48050;s:12:\"publish-date\";i:1603830906;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-600x1827.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-400x1218.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/brandstore-08\";s:20:\"astra-site-parent-id\";i:1695;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1341:\"<!-- wp:paragraph -->\n<p>Let your brand shine with our Brandstore website template. The Brandstore template is a simple, clean, mobile-friendly design, helping customers shop from anywhere. The template is built to integrate with WooCommerce seamlessly, so you can start showcasing your products in minutes and accept online payments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have a range of custom page templates for you to use as the foundation for your site and a range of beautiful preset designs we’ve created. It’s a modern design with a lot to recommend it, ideal for online stores.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Brandstore template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>High converting and lightweight online store template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Seamless integration with WooCommerce</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Impressive hero image to display your best products and offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Host of customization options from colors and typography to layout and more</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully responsive and works perfectly well on mobile devices</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:437:\"Let your brand shine with our Brandstore website template. The Brandstore template is a simple, clean, mobile-friendly design, helping customers shop from anywhere. The template is built to integrate with WooCommerce seamlessly, so you can start showcasing your products in minutes and accept online payments. We also have a range of custom page templates for &hellip;<p class=\"read-more\"> <a class=\"\" href=\"\">  Read More &raquo;</a></p>\";s:5:\"pages\";a:3:{s:8:\"id-48053\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-600x1827.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/61\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/brandstore-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48051\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-about-2-600x1491.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/59\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/brandstore-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48052\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/brandstore-08-contact-2-600x888.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/brandstore-08/wp-json/wp/v2/pages/60\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/brandstore-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48121\";a:22:{s:5:\"title\";s:13:\"Organic Store\";s:2:\"id\";i:48121;s:12:\"publish-date\";i:1603893477;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-600x2164.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-400x1442.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/organic-shop-08\";s:20:\"astra-site-parent-id\";i:1702;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2424;s:11:\"health-food\";i:2425;s:9:\"lite-food\";i:369;s:7:\"natural\";i:2215;s:16:\"online-marketing\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:368;s:7:\"organic\";i:2423;s:12:\"organic-food\";i:967;s:13:\"product-store\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:2426;s:15:\"vegetarian-food\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-48124\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-600x2164.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3610\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/organic-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48122\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-about-600x1246.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3612\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/organic-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48123\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/organic-shop-08-contact-600x832.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/organic-shop-08/wp-json/wp/v2/pages/3614\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/organic-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-58561\";a:22:{s:5:\"title\";s:16:\"Fashion Designer\";s:2:\"id\";i:58561;s:12:\"publish-date\";i:1634042866;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-600x2900.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-400x1933.jpg\";s:14:\"astra-site-url\";s:47:\"//websitedemos.net/fashion-designer-boutique-08\";s:20:\"astra-site-parent-id\";i:2452;s:15:\"astra-sites-tag\";a:20:{i:2105;s:8:\"boutique\";i:2418;s:8:\"commerce\";i:2350;s:21:\"designer-cloths-store\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:2327;s:16:\"fashion-designer\";i:2349;s:25:\"fashion-designer-boutique\";i:2351;s:26:\"fashion-designer-portfolio\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:444;s:9:\"portfolio\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-58565\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-600x2900.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1007\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/fashion-designer-boutique-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58566\";a:12:{s:5:\"title\";s:12:\"New Arrivals\";s:18:\"featured-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals-1.jpg\";s:19:\"thumbnail-image-url\";s:108:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-new-arrivals-1-600x2023.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1013\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:61:\"//websitedemos.net/fashion-designer-boutique-08/new-arrivals/\";s:15:\"astra-sites-tag\";a:1:{i:2326;s:11:\"new-arrival\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58563\";a:12:{s:5:\"title\";s:10:\"Collection\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection-1.jpg\";s:19:\"thumbnail-image-url\";s:106:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-collection-1-600x2040.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1011\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/fashion-designer-boutique-08/collection/\";s:15:\"astra-sites-tag\";a:2:{i:596;s:10:\"collection\";i:2453;s:5:\"stock\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-contact-1-600x1045.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1015\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/fashion-designer-boutique-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-58562\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/10/fashion-designer-boutique-08-about-2-600x1400.jpg\";s:18:\"astra-page-api-url\";s:78:\"https://websitedemos.net/fashion-designer-boutique-08/wp-json/wp/v2/pages/1009\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/fashion-designer-boutique-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47984\";a:22:{s:5:\"title\";s:17:\"LearnDash Academy\";s:2:\"id\";i:47984;s:12:\"publish-date\";i:1603828903;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-600x1847.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-400x1231.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/learndash-academy-08\";s:20:\"astra-site-parent-id\";i:1691;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47988\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-600x1847.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25407\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/learndash-academy-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47986\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-all-courses.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-all-courses-600x966.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25403\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learndash-academy-08/all-courses/\";s:15:\"astra-sites-tag\";a:2:{i:1692;s:11:\"all-courses\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47985\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-about-2-600x1582.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25401\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learndash-academy-08/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47987\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/learndash-academy-08-contact-2-600x1274.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/learndash-academy-08/wp-json/wp/v2/pages/25405\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/learndash-academy-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47932\";a:22:{s:5:\"title\";s:19:\"Online Health Coach\";s:2:\"id\";i:47932;s:12:\"publish-date\";i:1603823106;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-600x1990.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-400x1327.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/online-health-coach-08\";s:20:\"astra-site-parent-id\";i:1684;s:15:\"astra-sites-tag\";a:8:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:518;s:12:\"health-coach\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47941\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-600x1990.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/online-health-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47939\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-courses-600x954.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24366\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/online-health-coach-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47938\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-about.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-about-600x1541.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/online-health-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47940\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-health-08-contact-600x734.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/online-health-coach-08/wp-json/wp/v2/pages/24369\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-health-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-59540\";a:22:{s:5:\"title\";s:12:\"Library Cafe\";s:2:\"id\";i:59540;s:12:\"publish-date\";i:1646329876;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-600x2416.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-400x1610.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/cafe-library-08\";s:20:\"astra-site-parent-id\";i:2636;s:15:\"astra-sites-tag\";a:7:{i:2607;s:10:\"book-house\";i:1740;s:5:\"books\";i:2606;s:10:\"books-room\";i:1527;s:9:\"cafeteria\";i:2603;s:10:\"coffee-bar\";i:2604;s:7:\"library\";i:2605;s:12:\"library-cafe\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-59541\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-about.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-about-600x1438.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/710\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cafe-library-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-contact-600x939.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/712\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-59543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-600x2416.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/704\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/cafe-library-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59544\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-menu.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-menu-600x1081.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/706\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cafe-library-08/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-59545\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-reviews.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2022/03/cafe-library-08-reviews-600x1040.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/cafe-library-08/wp-json/wp/v2/pages/708\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cafe-library-08/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48431\";a:22:{s:5:\"title\";s:14:\"Simply Natural\";s:2:\"id\";i:48431;s:12:\"publish-date\";i:1603963839;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-400x1508.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/plant-store-08\";s:20:\"astra-site-parent-id\";i:1732;s:15:\"astra-sites-tag\";a:16:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2419;s:9:\"eshopping\";i:535;s:6:\"nature\";i:2422;s:13:\"online-market\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:497;s:11:\"plant-store\";i:495;s:6:\"plants\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-68346\";a:12:{s:5:\"title\";s:5:\"Store\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-store-600x1973.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/118\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/plant-store-08/store/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48432\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-about-us-600x1926.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/119\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plant-store-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48433\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-contact-us-600x886.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/plant-store-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48434\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plant-store-08-600x2263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/plant-store-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plant-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55315\";a:22:{s:5:\"title\";s:14:\"Local Business\";s:2:\"id\";i:55315;s:12:\"publish-date\";i:1621624705;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-400x1609.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/local-business-08\";s:20:\"astra-site-parent-id\";i:2066;s:15:\"astra-sites-tag\";a:15:{i:586;s:8:\"car-wash\";i:2085;s:9:\"carpentry\";i:2089;s:16:\"cleaning-company\";i:2088;s:20:\"construction-company\";i:341;s:11:\"electrician\";i:2090;s:16:\"flooring-company\";i:1021;s:14:\"local-business\";i:2086;s:12:\"local-worker\";i:2094;s:8:\"mechanic\";i:2093;s:16:\"painting-company\";i:508;s:8:\"plumbing\";i:2092;s:16:\"plumbing-company\";i:2091;s:15:\"roofing-company\";i:2087;s:20:\"services-maintenance\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55317\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-contact-1-600x939.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/local-business-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55318\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-1-600x2413.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/local-business-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55319\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-services-1-600x1283.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/local-business-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55316\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/local-business-08-about-2-600x1662.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/local-business-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/local-business-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54338\";a:22:{s:5:\"title\";s:11:\"Steak House\";s:2:\"id\";i:54338;s:12:\"publish-date\";i:1620833417;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-400x1580.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/steak-house-08\";s:20:\"astra-site-parent-id\";i:2025;s:15:\"astra-sites-tag\";a:9:{i:2071;s:15:\"chef-restaurant\";i:336;s:4:\"food\";i:2068;s:15:\"food-and-drinks\";i:2067;s:19:\"food-and-restaurant\";i:2070;s:10:\"food-house\";i:350;s:5:\"hotel\";i:2069;s:25:\"non-vegetarian-restaurant\";i:335;s:10:\"restaurant\";i:2072;s:11:\"steak-house\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54341\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-600x2370.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/steak-house-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54339\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-about-1-600x1939.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/steak-house-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54340\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-contact-1-600x1150.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/steak-house-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54342\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/steak-house-08-menu-1-600x1663.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/steak-house-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/steak-house-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-54463\";a:22:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:54463;s:12:\"publish-date\";i:1621459243;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-400x1637.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/digital-agency-08\";s:20:\"astra-site-parent-id\";i:2051;s:15:\"astra-sites-tag\";a:13:{i:1587;s:18:\"advertising-agency\";i:663;s:6:\"agency\";i:2050;s:27:\"business-consulting-company\";i:2037;s:13:\"design-agency\";i:2048;s:13:\"design-studio\";i:2039;s:14:\"digital-agency\";i:2036;s:22:\"digital-marketing-firm\";i:2040;s:4:\"firm\";i:2049;s:21:\"graphic-design-studio\";i:2038;s:11:\"it-services\";i:1588;s:16:\"marketing-agency\";i:2035;s:18:\"marketing-services\";i:1762;s:16:\"software-company\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54464\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-about-us-2-600x1549.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54465\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-contact-1-600x969.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/141\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/digital-agency-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54466\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-1-600x2456.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/135\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/digital-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54467\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/digital-agency-08-services-1-600x1326.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/digital-agency-08/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/digital-agency-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57046\";a:22:{s:5:\"title\";s:35:\"Business Coaching &#038; Consulting\";s:2:\"id\";i:57046;s:12:\"publish-date\";i:1626465822;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-400x1575.jpg\";s:14:\"astra-site-url\";s:41:\"//websitedemos.net/business-consulting-08\";s:20:\"astra-site-parent-id\";i:2261;s:15:\"astra-sites-tag\";a:6:{i:1878;s:14:\"business-coach\";i:1620;s:19:\"business-consultant\";i:1879;s:14:\"business-guide\";i:854;s:5:\"coach\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-about-1-600x2245.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/business-consulting-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57048\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-contact-1-600x1328.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/business-consulting-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57049\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-1-600x2363.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/961\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/business-consulting-08/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57050\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/business-consulting-08-services-1-600x2098.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/business-consulting-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/business-consulting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57071\";a:22:{s:5:\"title\";s:18:\"Bestselling Author\";s:2:\"id\";i:57071;s:12:\"publish-date\";i:1626466145;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-600x2212.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-400x1474.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/bestselling-author-08\";s:20:\"astra-site-parent-id\";i:2265;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:1911;s:23:\"bestselling-book-author\";i:1910;s:11:\"book-author\";i:1740;s:5:\"books\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-57072\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-about-1-600x1890.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57073\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-books.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-books-600x1590.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/bestselling-author-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-contact-1-600x1003.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/898\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/bestselling-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57075\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/bestselling-author-08-1-600x2212.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/bestselling-author-08/wp-json/wp/v2/pages/896\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/bestselling-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56739\";a:22:{s:5:\"title\";s:14:\"Public Speaker\";s:2:\"id\";i:56739;s:12:\"publish-date\";i:1626114397;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-600x3080.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-400x2053.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/public-speaker-08\";s:20:\"astra-site-parent-id\";i:2256;s:15:\"astra-sites-tag\";a:9:{i:724;s:6:\"author\";i:854;s:5:\"coach\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1880;s:6:\"mentor\";i:855;s:20:\"motivational-speaker\";i:1903;s:16:\"personal-website\";i:1939;s:14:\"public-speaker\";i:1940;s:11:\"storyteller\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-600x3080.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1066\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/public-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-about-1-600x2525.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1068\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56741\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-books-1-600x1907.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1070\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/public-speaker-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56742\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-contact-1-600x812.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1076\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/public-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56744\";a:12:{s:5:\"title\";s:12:\"What I Offer\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/public-speaker-08-what-i-offer-1-600x2028.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/public-speaker-08/wp-json/wp/v2/pages/1072\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/public-speaker-08/what-i-offer/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:1938;s:12:\"what-i-offer\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-57085\";a:22:{s:5:\"title\";s:27:\"Relationship and Life Coach\";s:2:\"id\";i:57085;s:12:\"publish-date\";i:1626464394;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-600x3248.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-400x2165.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/relationship-coach-08\";s:20:\"astra-site-parent-id\";i:2279;s:15:\"astra-sites-tag\";a:5:{i:854;s:5:\"coach\";i:1876;s:10:\"counsellor\";i:612;s:10:\"life-coach\";i:1866;s:10:\"life-guide\";i:1877;s:18:\"relationship-coach\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:3:{i:37;s:4:\"blog\";i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-57086\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-about-1-600x1648.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1014\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57091\";a:12:{s:5:\"title\";s:21:\"One-on-One Counseling\";s:18:\"featured-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counselling.jpg\";s:19:\"thumbnail-image-url\";s:109:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-one-on-one-counselling-600x1993.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1024\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:63:\"//websitedemos.net/relationship-coach-08/one-on-one-counseling/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57092\";a:12:{s:5:\"title\";s:11:\"Stage Shows\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-stage-shows-1-600x1701.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/relationship-coach-08/stage-shows/\";s:15:\"astra-sites-tag\";a:1:{i:1875;s:11:\"stage-shows\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57088\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-books-1-600x1682.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1018\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/relationship-coach-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:1740;s:5:\"books\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-57089\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-contact-1-600x1381.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1020\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/relationship-coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-57090\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/relationship-coach-08-1-600x3248.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/relationship-coach-08/wp-json/wp/v2/pages/1022\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/relationship-coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:3:{i:74;s:4:\"blog\";i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56607\";a:22:{s:5:\"title\";s:18:\"Creative Podcaster\";s:2:\"id\";i:56607;s:12:\"publish-date\";i:1626181230;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-600x2248.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-400x1499.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/creative-podcaster-08\";s:20:\"astra-site-parent-id\";i:2244;s:15:\"astra-sites-tag\";a:5:{i:1654;s:15:\"content-creator\";i:1928;s:16:\"creative-podcast\";i:1929;s:9:\"creatives\";i:1927;s:15:\"podcast-website\";i:1926;s:9:\"podcaster\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-56611\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-1-600x2248.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/creative-podcaster-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56610\";a:12:{s:5:\"title\";s:8:\"Episodes\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-episodes-1-600x1327.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1263\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/creative-podcaster-08/episodes/\";s:15:\"astra-sites-tag\";a:1:{i:1924;s:8:\"episodes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56609\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-contact-1-600x1231.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1274\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/creative-podcaster-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56608\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/07/creative-podcaster-08-about-1-600x1652.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/creative-podcaster-08/wp-json/wp/v2/pages/1271\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-podcaster-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56525\";a:22:{s:5:\"title\";s:23:\"Learn Digital Marketing\";s:2:\"id\";i:56525;s:12:\"publish-date\";i:1625493814;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-600x3205.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-400x2137.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/learn-digital-marketing-08\";s:20:\"astra-site-parent-id\";i:2239;s:15:\"astra-sites-tag\";a:5:{i:462;s:7:\"courses\";i:1855;s:17:\"digital-marketing\";i:467;s:9:\"learndash\";i:975;s:15:\"online-learning\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56526\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-about-1-600x2264.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/learn-digital-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56527\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-blog-1-600x1125.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/learn-digital-marketing-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56528\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-contact-1-600x1238.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/learn-digital-marketing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56531\";a:12:{s:5:\"title\";s:8:\"Resource\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resources.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-resources-600x1984.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/learn-digital-marketing-08/resource/\";s:15:\"astra-sites-tag\";a:1:{i:1854;s:8:\"resource\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56529\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-courses-600x1495.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:58:\"//websitedemos.net/learn-digital-marketing-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56530\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/07/learn-digital-marketing-08-600x3205.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/learn-digital-marketing-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/learn-digital-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48348\";a:22:{s:5:\"title\";s:8:\"Mountain\";s:2:\"id\";i:48348;s:12:\"publish-date\";i:1603907454;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-600x1463.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-400x975.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/mountain-08\";s:20:\"astra-site-parent-id\";i:1724;s:15:\"astra-sites-tag\";a:4:{i:692;s:8:\"business\";i:1525;s:8:\"mountain\";i:1526;s:13:\"multi-purpose\";i:535;s:6:\"nature\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48349\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-about-2-600x742.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/218\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/mountain-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48350\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-contact-2-600x832.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/mountain-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48351\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-1-600x1463.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/mountain-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48352\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/mountain-08-services-2-600x1322.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/mountain-08/wp-json/wp/v2/pages/219\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/mountain-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56573\";a:22:{s:5:\"title\";s:28:\"Injury and Accidental Lawyer\";s:2:\"id\";i:56573;s:12:\"publish-date\";i:1624912486;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-600x2475.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-400x1650.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/injury-accident-lawyer-08\";s:20:\"astra-site-parent-id\";i:2241;s:15:\"astra-sites-tag\";a:4:{i:1869;s:16:\"accident-lawyers\";i:1867;s:14:\"injury-lawyers\";i:1870;s:11:\"lawyer-firm\";i:1868;s:7:\"lawyers\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56574\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-about-600x2370.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1526\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/injury-accident-lawyer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56575\";a:12:{s:5:\"title\";s:9:\"Attorneys\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-attorneys.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-attorneys-600x1888.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1539\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/injury-accident-lawyer-08/attorneys/\";s:15:\"astra-sites-tag\";a:1:{i:912;s:9:\"attorneys\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56576\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-contact-600x967.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1547\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56577\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-600x2475.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1503\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/injury-accident-lawyer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56578\";a:12:{s:5:\"title\";s:14:\"Practice Areas\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-practice-area.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-practice-area-600x2755.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:60:\"//websitedemos.net/injury-accident-lawyer-08/practice-areas/\";s:15:\"astra-sites-tag\";a:1:{i:1863;s:14:\"practice-areas\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56579\";a:12:{s:5:\"title\";s:7:\"Results\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-results.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/06/injury-accident-lawyer-08-results-600x1712.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/injury-accident-lawyer-08/wp-json/wp/v2/pages/1543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/injury-accident-lawyer-08/results/\";s:15:\"astra-sites-tag\";a:1:{i:1864;s:7:\"results\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56632\";a:22:{s:5:\"title\";s:19:\"Musical Instruments\";s:2:\"id\";i:56632;s:12:\"publish-date\";i:1624912490;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:14:\"astra-site-url\";s:46:\"//websitedemos.net/musical-instrument-maker-08\";s:20:\"astra-site-parent-id\";i:2245;s:15:\"astra-sites-tag\";a:6:{i:2248;s:12:\"guitar-maker\";i:2249;s:15:\"instrumentalist\";i:407;s:5:\"music\";i:2250;s:18:\"music-craftsperson\";i:2246;s:16:\"music-instrument\";i:1814;s:24:\"musical-instrument-maker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2777;s:8:\"business\";i:2781;s:5:\"music\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56633\";a:12:{s:5:\"title\";s:7:\"Artists\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-artists.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/984\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/artists/\";s:15:\"astra-sites-tag\";a:1:{i:339;s:6:\"artist\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56634\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/988\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56635\";a:12:{s:5:\"title\";s:7:\"Guitars\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-guitars.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/982\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/musical-instrument-maker-08/guitars/\";s:15:\"astra-sites-tag\";a:1:{i:1815;s:7:\"guitars\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56636\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-home.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/980\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/musical-instrument-maker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56637\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/06/musical-instrument-maker-08-our-story.jpg\";s:18:\"astra-page-api-url\";s:76:\"https://websitedemos.net/musical-instrument-maker-08/wp-json/wp/v2/pages/986\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/musical-instrument-maker-08/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48026\";a:22:{s:5:\"title\";s:13:\"Online Course\";s:2:\"id\";i:48026;s:12:\"publish-date\";i:1603830103;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-400x1354.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/online-courses-08\";s:20:\"astra-site-parent-id\";i:1694;s:15:\"astra-sites-tag\";a:6:{i:462;s:7:\"courses\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:460;s:8:\"learning\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48030\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-1-600x2031.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/online-courses-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48028\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-all-courses-1-600x936.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48027\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-about-us-1-600x1431.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/online-courses-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48031\";a:12:{s:5:\"title\";s:11:\"Instructors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-instructors-1-600x1306.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/instructors/\";s:15:\"astra-sites-tag\";a:1:{i:1677;s:11:\"instructors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48032\";a:12:{s:5:\"title\";s:18:\"Pricing &#038; FAQ\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-pricing-and-faq-600x1417.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-courses-08/pricing-faq/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48029\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-courses-08-contact-1-600x978.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/online-courses-08/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/online-courses-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48648\";a:22:{s:5:\"title\";s:16:\"Roofing Services\";s:2:\"id\";i:48648;s:12:\"publish-date\";i:1603984605;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-400x1909.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/roofing-services-08\";s:20:\"astra-site-parent-id\";i:1754;s:15:\"astra-sites-tag\";a:5:{i:1630;s:18:\"commercial-roofing\";i:1629;s:19:\"residential-roofing\";i:1633;s:11:\"roof-repair\";i:1631;s:16:\"roof-replacement\";i:1632;s:16:\"roofing-services\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2818;s:7:\"roofing\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2477;s:13:\"home-services\";i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48651\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-600x2864.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/roofing-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48649\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-about-us-600x2103.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48653\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-services-1-600x2432.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48652\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-projects-1-600x1716.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/roofing-services-08/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:1613;s:8:\"projects\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48650\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/roofing-services-08-contact-us-600x1170.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/roofing-services-08/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/roofing-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47896\";a:22:{s:5:\"title\";s:25:\"Online Programming Course\";s:2:\"id\";i:47896;s:12:\"publish-date\";i:1603825611;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-400x1557.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/online-coding-course-08\";s:20:\"astra-site-parent-id\";i:1681;s:15:\"astra-sites-tag\";a:7:{i:462;s:7:\"courses\";i:469;s:7:\"ecourse\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";i:1673;s:18:\"programming-course\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:13:\"presto-player\";s:4:\"init\";s:31:\"presto-player/presto-player.php\";s:4:\"name\";s:13:\"Presto Player\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47900\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-600x2335.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/523\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/online-coding-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47898\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-courses-600x1348.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/519\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/online-coding-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47897\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-about-600x1986.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/517\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/online-coding-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47899\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-programming-08-contact-600x1047.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-coding-course-08/wp-json/wp/v2/pages/521\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/online-coding-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48149\";a:22:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:48149;s:12:\"publish-date\";i:1603893471;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-400x1012.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/life-coach-sara-john-08\";s:20:\"astra-site-parent-id\";i:1704;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2825;s:8:\"coaching\";i:2769;s:9:\"ecommerce\";i:2874;s:10:\"life-coach\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48171\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-about-4-600x1199.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48172\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-books-2-600x1382.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/life-coach-sara-john-08/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48173\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-contact-2-600x738.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1372\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/life-coach-sara-john-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48174\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-600x1518.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1376\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/life-coach-sara-john-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48175\";a:12:{s:5:\"title\";s:12:\"Work With Me\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me.jpg\";s:19:\"thumbnail-image-url\";s:101:\"https://websitedemos.net/wp-content/uploads/2020/10/life-coach-sara-john-08-work-with-me-600x1249.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/life-coach-sara-john-08/wp-json/wp/v2/pages/1374\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/life-coach-sara-john-08/work-with-me/\";s:15:\"astra-sites-tag\";a:1:{i:784;s:12:\"work-with-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47672\";a:22:{s:5:\"title\";s:15:\"Diagnostics Lab\";s:2:\"id\";i:47672;s:12:\"publish-date\";i:1603984733;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-400x2577.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/diagnostics-lab-08\";s:20:\"astra-site-parent-id\";i:1657;s:15:\"astra-sites-tag\";a:4:{i:1637;s:18:\"clinical-diagnosis\";i:1636;s:9:\"diagnosis\";i:1640;s:10:\"laboratory\";i:1638;s:4:\"test\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2834;s:10:\"healthcare\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-600x3865.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/242\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/diagnostics-lab-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47673\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-about-us-600x1665.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47676\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-services-600x1566.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/diagnostics-lab-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47677\";a:12:{s:5:\"title\";s:11:\"Testimonial\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-testimonial-600x1606.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/diagnostics-lab-08/testimonial/\";s:15:\"astra-sites-tag\";a:2:{i:1615;s:7:\"reviews\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47674\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/diagnostics-lab-08-contact-us-600x1026.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/diagnostics-lab-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/diagnostics-lab-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48061\";a:22:{s:5:\"title\";s:21:\"Online Cooking Course\";s:2:\"id\";i:48061;s:12:\"publish-date\";i:1603831834;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-400x963.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/online-cooking-course-08\";s:20:\"astra-site-parent-id\";i:1696;s:15:\"astra-sites-tag\";a:6:{i:1679;s:14:\"cooking-course\";i:468;s:9:\"elearning\";i:467;s:9:\"learndash\";i:719;s:15:\"online-coaching\";i:466;s:14:\"online-courses\";i:975;s:15:\"online-learning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2835;s:9:\"elearning\";i:2785;s:4:\"food\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:2;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48065\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-2-600x1445.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/online-cooking-course-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48063\";a:12:{s:5:\"title\";s:11:\"All Courses\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-all-courses-2-600x1153.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/online-cooking-course-08/all-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:8:\"sfwd-lms\";s:4:\"init\";s:21:\"sfwd-lms/sfwd_lms.php\";s:4:\"name\";s:13:\"LearnDash LMS\";}i:1;a:3:{s:4:\"slug\";s:21:\"learndash-course-grid\";s:4:\"init\";s:47:\"learndash-course-grid/learndash_course_grid.php\";s:4:\"name\";s:27:\"LearnDash LMS - Course Grid\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48062\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-about-2-600x1190.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/online-cooking-course-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48064\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/online-cooking-course-08-contact-2-600x859.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/online-cooking-course-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/online-cooking-course-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48447\";a:22:{s:5:\"title\";s:21:\"Women Empowerment NGO\";s:2:\"id\";i:48447;s:12:\"publish-date\";i:1603927254;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-600x3142.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-400x2094.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/women-empowerment-08\";s:20:\"astra-site-parent-id\";i:1735;s:15:\"astra-sites-tag\";a:3:{i:625;s:7:\"charity\";i:1592;s:3:\"ngo\";i:1591;s:17:\"women-empowerment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:5:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2784;s:5:\"event\";i:2821;s:14:\"feminine-girly\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48448\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-about-us-1-600x2417.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/357\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/women-empowerment-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-contact-1-600x1616.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/442\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48450\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-events-1-600x1711.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/418\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/women-empowerment-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48451\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-gallery-1-600x1590.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/women-empowerment-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48452\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-1-600x3142.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/297\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/women-empowerment-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48453\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/women-empowerment-08-what-we-do-1-600x2048.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/women-empowerment-08/wp-json/wp/v2/pages/403\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/women-empowerment-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48611\";a:22:{s:5:\"title\";s:8:\"Musician\";s:2:\"id\";i:48611;s:12:\"publish-date\";i:1603984612;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-400x1729.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/musician-08\";s:20:\"astra-site-parent-id\";i:1752;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:969;s:8:\"musician\";i:1572;s:9:\"performer\";i:1571;s:6:\"singer\";i:1573;s:8:\"vocalist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48612\";a:12:{s:5:\"title\";s:6:\"Albums\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-albums-1-600x1455.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/437\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/musician-08/albums/\";s:15:\"astra-sites-tag\";a:2:{i:1565;s:6:\"albums\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48617\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-1-600x2594.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/musician-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48613\";a:12:{s:5:\"title\";s:9:\"Biography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-biography-1-600x1374.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/408\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/musician-08/biography/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1566;s:9:\"biography\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48614\";a:12:{s:5:\"title\";s:8:\"Concerts\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-concerts-1-600x1007.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/432\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/musician-08/concerts/\";s:15:\"astra-sites-tag\";a:1:{i:755;s:7:\"concert\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48616\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-gallery-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/443\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48615\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/musician-08-contact-1-600x827.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/musician-08/wp-json/wp/v2/pages/451\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/musician-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55511\";a:22:{s:5:\"title\";s:19:\"Portfolio &#038; CV\";s:2:\"id\";i:55511;s:12:\"publish-date\";i:1622061009;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-400x1793.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/portfolio-08\";s:20:\"astra-site-parent-id\";i:2148;s:15:\"astra-sites-tag\";a:6:{i:2151;s:16:\"curriculum-vitae\";i:2150;s:2:\"cv\";i:1903;s:16:\"personal-website\";i:444;s:9:\"portfolio\";i:2153;s:6:\"resume\";i:2152;s:12:\"work-profile\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55512\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-about-1-600x1828.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/345\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/portfolio-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55513\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-contact-1-600x896.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/375\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/portfolio-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55514\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-1-600x2690.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/portfolio-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55515\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-portfolio-1-600x1826.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/portfolio-08/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55516\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/portfolio-08-services-1-600x1165.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/portfolio-08/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/portfolio-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48671\";a:22:{s:5:\"title\";s:12:\"Tech Startup\";s:2:\"id\";i:48671;s:12:\"publish-date\";i:1603984602;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-400x1571.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tech-startup-08\";s:20:\"astra-site-parent-id\";i:1758;s:15:\"astra-sites-tag\";a:7:{i:1761;s:11:\"application\";i:745;s:12:\"organization\";i:1762;s:16:\"software-company\";i:1760;s:13:\"software-firm\";i:1665;s:7:\"startup\";i:1759;s:13:\"tech-business\";i:1763;s:12:\"tech-startup\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48672\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-about-us-600x2175.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48673\";a:12:{s:5:\"title\";s:8:\"Features\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-features-1-600x2647.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tech-startup-08/features/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48674\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-600x2357.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tech-startup-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48675\";a:12:{s:5:\"title\";s:4:\"Plan\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/tech-startup-08-plan-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tech-startup-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/tech-startup-08/plan/\";s:15:\"astra-sites-tag\";a:2:{i:1663;s:4:\"plan\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48519\";a:22:{s:5:\"title\";s:12:\"Elderly Home\";s:2:\"id\";i:48519;s:12:\"publish-date\";i:1603984628;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-400x1551.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/elderly-care-08\";s:20:\"astra-site-parent-id\";i:1744;s:15:\"astra-sites-tag\";a:5:{i:1598;s:24:\"assisted-living-facility\";i:1596;s:10:\"elder-home\";i:1595;s:11:\"elders-care\";i:1594;s:12:\"old-age-home\";i:1597;s:15:\"retirement-home\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48523\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-600x2326.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/elderly-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48520\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-about-1-600x1670.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/elderly-care-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48524\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-services-1-600x2083.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/elderly-care-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48522\";a:12:{s:5:\"title\";s:10:\"Facilities\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-facilities-1-600x1725.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/elderly-care-08/facilities/\";s:15:\"astra-sites-tag\";a:1:{i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48521\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/elderly-care-08-contact-1-600x1222.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/elderly-care-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/elderly-care-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47723\";a:22:{s:5:\"title\";s:12:\"Horticulture\";s:2:\"id\";i:47723;s:12:\"publish-date\";i:1603821508;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-400x1606.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/horticulture-08\";s:20:\"astra-site-parent-id\";i:1669;s:15:\"astra-sites-tag\";a:4:{i:1601;s:11:\"agriculture\";i:1603;s:13:\"farm-products\";i:632;s:7:\"farming\";i:1602;s:12:\"horticulture\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47725\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-1-600x2409.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/horticulture-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47726\";a:12:{s:5:\"title\";s:8:\"Our Farm\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-farm-600x2178.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/horticulture-08/our-farm/\";s:15:\"astra-sites-tag\";a:2:{i:1737;s:4:\"farm\";i:1736;s:8:\"our-farm\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47727\";a:12:{s:5:\"title\";s:11:\"Our Produce\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-produce-600x1790.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/horticulture-08/our-produce/\";s:15:\"astra-sites-tag\";a:1:{i:1606;s:12:\"our-products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47728\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-testimonials-1-600x1433.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/horticulture-08/testimonials/\";s:15:\"astra-sites-tag\";a:3:{i:1738;s:9:\"feedbacks\";i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47724\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/horticulture-08-contact-600x1263.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/horticulture-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/horticulture-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55500\";a:22:{s:5:\"title\";s:6:\"School\";s:2:\"id\";i:55500;s:12:\"publish-date\";i:1622059216;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-600x2968.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-400x1978.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/school-08\";s:20:\"astra-site-parent-id\";i:2147;s:15:\"astra-sites-tag\";a:10:{i:2154;s:9:\"academics\";i:610;s:8:\"coaching\";i:2156;s:7:\"daycare\";i:459;s:9:\"education\";i:2158;s:8:\"educator\";i:2155;s:11:\"high-school\";i:617;s:12:\"kindergarten\";i:2157;s:9:\"preschool\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-55504\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-contact-1-600x615.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/117\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/school-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55501\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-about-1-600x1294.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/school-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55502\";a:12:{s:5:\"title\";s:9:\"Academics\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08academics.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08academics-600x1776.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/79\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/school-08/academics/\";s:15:\"astra-sites-tag\";a:1:{i:2114;s:8:\"academic\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55503\";a:12:{s:5:\"title\";s:10:\"Activities\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-activities-1-600x1121.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/102\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/school-08/activities/\";s:15:\"astra-sites-tag\";a:1:{i:1922;s:10:\"activities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55505\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/school-08-600x2968.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/school-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/school-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48472\";a:22:{s:5:\"title\";s:13:\"e-book Author\";s:2:\"id\";i:48472;s:12:\"publish-date\";i:1603931209;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-600x2338.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-400x1558.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/ebook-author-08\";s:20:\"astra-site-parent-id\";i:1739;s:15:\"astra-sites-tag\";a:4:{i:724;s:6:\"author\";i:727;s:4:\"book\";i:748;s:5:\"ebook\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48473\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-about-1-600x1605.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/ebook-author-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48474\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-contact-1-600x724.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48475\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-ebooks.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-ebooks-600x1344.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/254\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/ebook-author-08/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:1740;s:5:\"books\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48476\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-events-1-600x1355.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/256\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ebook-author-08/events/\";s:15:\"astra-sites-tag\";a:1:{i:1569;s:6:\"events\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48477\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/ebook-author-08-1-600x2338.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/ebook-author-08/wp-json/wp/v2/pages/250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/ebook-author-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47979\";a:22:{s:5:\"title\";s:14:\"BBQ Restaurant\";s:2:\"id\";i:47979;s:12:\"publish-date\";i:1603828775;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-600x2555.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-400x1703.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/bbq-restaurant-08\";s:20:\"astra-site-parent-id\";i:1690;s:15:\"astra-sites-tag\";a:10:{i:566;s:14:\"bbq-restaurant\";i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47982\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-600x2555.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/531\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/bbq-restaurant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47980\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-about-us-600x2062.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/533\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/bbq-restaurant-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47983\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-menu-2-600x1886.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/535\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/bbq-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47981\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/bbq-restaurant-08-contact-us-600x1571.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/bbq-restaurant-08/wp-json/wp/v2/pages/537\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/bbq-restaurant-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48631\";a:22:{s:5:\"title\";s:15:\"Yoga Instructor\";s:2:\"id\";i:48631;s:12:\"publish-date\";i:1603984609;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-600x2239.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-400x1493.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/yoga-instructor-08\";s:20:\"astra-site-parent-id\";i:1753;s:15:\"astra-sites-tag\";a:7:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:849;s:11:\"health-yoga\";i:1020;s:8:\"personal\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2787;s:11:\"gym-fitness\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-600x2239.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/51\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/yoga-instructor-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48632\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-about-me-1-600x1297.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/52\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/yoga-instructor-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48633\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-classes-1-600x1746.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48636\";a:12:{s:5:\"title\";s:12:\"Publications\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-publications-1-600x1082.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/yoga-instructor-08/publications/\";s:15:\"astra-sites-tag\";a:1:{i:558;s:11:\"publication\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48634\";a:12:{s:5:\"title\";s:7:\"Get Fit\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/yoga-instructor-08-get-fit-1-600x1079.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/yoga-instructor-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/yoga-instructor-08/get-fit/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-49936\";a:22:{s:5:\"title\";s:11:\"Recipe Blog\";s:2:\"id\";i:49936;s:12:\"publish-date\";i:1614595588;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-600x1623.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-400x1082.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/recipe-blog-08\";s:20:\"astra-site-parent-id\";i:1858;s:15:\"astra-sites-tag\";a:5:{i:792;s:7:\"cooking\";i:787;s:6:\"dinner\";i:336;s:4:\"food\";i:793;s:11:\"food-making\";i:788;s:5:\"snack\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2785;s:4:\"food\";i:2770;s:8:\"personal\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-49940\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-1-600x1623.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1055\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/recipe-blog-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49937\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-about-me-1-600x897.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1071\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/recipe-blog-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49938\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-blog-1-600x1429.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1067\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/recipe-blog-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-49939\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/03/recipe-blog-08-contact-1-600x758.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/recipe-blog-08/wp-json/wp/v2/pages/1074\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/recipe-blog-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48591\";a:22:{s:5:\"title\";s:15:\"Cosmetics Store\";s:2:\"id\";i:48591;s:12:\"publish-date\";i:1603984615;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-400x1601.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cosmetics-store-08\";s:20:\"astra-site-parent-id\";i:1748;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:1465;s:15:\"beauty-products\";i:1466;s:17:\"cosmetic-products\";i:1464;s:14:\"cosmetic-store\";i:1463;s:9:\"cosmetics\";i:496;s:9:\"ecommerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"checkout-plugins-stripe-woo\";s:4:\"init\";s:59:\"checkout-plugins-stripe-woo/checkout-plugins-stripe-woo.php\";s:4:\"name\";s:41:\"Checkout Plugins - Stripe for WooCommerce\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48594\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-600x2401.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/542\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cosmetics-store-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48592\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-about-1-600x1218.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/545\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cosmetics-store-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48595\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-testimonials-600x1164.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/544\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cosmetics-store-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48593\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/cosmetics-store-08-contact-1-600x1187.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cosmetics-store-08/wp-json/wp/v2/pages/546\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cosmetics-store-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48318\";a:22:{s:5:\"title\";s:12:\"Nutritionist\";s:2:\"id\";i:48318;s:12:\"publish-date\";i:1603908961;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-400x1820.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/nutritionist-08\";s:20:\"astra-site-parent-id\";i:1722;s:15:\"astra-sites-tag\";a:6:{i:753;s:9:\"dietitian\";i:1726;s:15:\"nutrition-coach\";i:1727;s:18:\"nutrition-coaching\";i:1725;s:17:\"nutrition-trainer\";i:754;s:12:\"nutritionist\";i:1454;s:16:\"personal-trainer\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-69529\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-blog-600x1061.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/728\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/nutritionist-08/blog/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48321\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-600x2730.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/nutritionist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48319\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-about-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/nutritionist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-48322\";a:12:{s:5:\"title\";s:8:\"Programs\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-programs-600x1480.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/nutritionist-08/programs/\";s:15:\"astra-sites-tag\";a:1:{i:989;s:8:\"programs\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48323\";a:12:{s:5:\"title\";s:15:\"Success Stories\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-success-stories-1-600x942.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/nutritionist-08/success-stories/\";s:15:\"astra-sites-tag\";a:3:{i:432;s:6:\"review\";i:990;s:15:\"success-stories\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48320\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/nutritionist-08-contact-1-600x808.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/nutritionist-08/wp-json/wp/v2/pages/196\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/nutritionist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-49726\";a:22:{s:5:\"title\";s:12:\"Entrepreneur\";s:2:\"id\";i:49726;s:12:\"publish-date\";i:1612274657;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/entrepreneur-08\";s:20:\"astra-site-parent-id\";i:1847;s:15:\"astra-sites-tag\";a:7:{i:795;s:10:\"contractor\";i:1848;s:12:\"entrepreneur\";i:796;s:9:\"executive\";i:801;s:7:\"founder\";i:798;s:7:\"manager\";i:799;s:9:\"organizer\";i:804;s:8:\"promoter\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-49727\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-about-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25265\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/entrepreneur-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49728\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-blog.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25266\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/entrepreneur-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}s:8:\"id-49729\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08-contact-me.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/entrepreneur-08/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-49730\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/02/entrepreneur-08.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/entrepreneur-08/wp-json/wp/v2/pages/25264\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/entrepreneur-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48076\";a:22:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:48076;s:12:\"publish-date\";i:1603893488;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-400x2094.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-56682\";a:22:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56682;s:12:\"publish-date\";i:1614963624;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-400x1667.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-08\";s:20:\"astra-site-parent-id\";i:2252;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56684\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact-600x975.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56685\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56686\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services-600x1364.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56687\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials-600x1326.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56688\";a:12:{s:5:\"title\";s:13:\"Why Choose Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me-600x1040.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-08/why-choose-me/\";s:15:\"astra-sites-tag\";a:3:{i:453;s:8:\"features\";i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56683\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about-600x1203.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48490\";a:22:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:48490;s:12:\"publish-date\";i:1603984632;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-400x1816.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:13:{s:8:\"id-57940\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57938\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57939\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57935\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57936\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-5/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57937\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57934\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57933\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1485\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-08/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1-600x1695.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns-600x1711.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor-600x1625.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48442\";a:22:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:48442;s:12:\"publish-date\";i:1603913248;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-400x1653.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-47862\";a:22:{s:5:\"title\";s:11:\"Pet Sitting\";s:2:\"id\";i:47862;s:12:\"publish-date\";i:1603821511;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-400x1610.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are-600x2193.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services-600x2250.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch-600x1036.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48300\";a:22:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:48300;s:12:\"publish-date\";i:1603905872;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-400x1335.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about-600x1552.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact-600x554.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-55455\";a:22:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55455;s:12:\"publish-date\";i:1621891263;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-400x1177.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1-600x1034.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1-600x1490.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1-600x1010.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-22317\";a:22:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:22317;s:12:\"publish-date\";i:1561719372;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-400x1692.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1-600x1349.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1-600x961.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}s:8:\"id-48391\";a:22:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-400x1356.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1-600x1247.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1-600x1696.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1-600x810.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1-600x792.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";}}','no'),(2776,'ast-block-templates-site-requests','2','no'),(2777,'ast-block-templates-blocks-1','a:100:{s:8:\"id-58234\";a:10:{s:5:\"title\";s:18:\"About Wireframe 08\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/09/about-wireframe-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/09/about-wireframe-08.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-08/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58227\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 08\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/services-wireframe-08.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/services-wireframe-08.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-08/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58226\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 07\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/services-wireframe-07.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/09/services-wireframe-07.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-07/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58207\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 08\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/features-wireframe-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/09/features-wireframe-08-1-400x210.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-08/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58206\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 07\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/09/features-wireframe-07-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/09/features-wireframe-07-1-400x216.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-07/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58156\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 06\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/hero-wireframe-06-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/hero-wireframe-06-1-400x194.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58129\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 05\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/09/hero-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/09/hero-wireframe-05-1-400x214.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58118\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 06\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/portfolio-wireframe-06-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/portfolio-wireframe-06-1-400x258.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58117\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 05\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/09/portfolio-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/09/portfolio-wireframe-05-1-400x270.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58103\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 06\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/09/team-wireframe-06.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/team-wireframe-06-400x178.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58095\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 05\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/09/team-wireframe-05.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/09/team-wireframe-05-400x166.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-58068\";a:10:{s:5:\"title\";s:18:\"About Wireframe 07\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/09/about-wireframe-07-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/09/about-wireframe-07-1-400x139.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-07/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57769\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 04\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-04-1-400x239.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57768\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 03\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-03-1-400x229.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57747\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 02\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-02-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-02-1-400x238.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57746\";a:10:{s:5:\"title\";s:22:\"Portfolio Wireframe 01\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/08/portfolio-wireframe-01-1-400x220.jpg\";s:3:\"url\";s:61:\"https://websitedemos.net/astra-blocks/portfolio-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1425;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57722\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 04\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-04.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-04.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57721\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 03\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-03.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-03.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57709\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 02\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-02-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-02-1-400x246.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57708\";a:10:{s:5:\"title\";s:17:\"Team Wireframe 01\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/team-wireframe-01-1-400x233.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/team-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:829;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57697\";a:10:{s:5:\"title\";s:24:\"Testimonial Wireframe 04\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-04.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-04.jpg\";s:3:\"url\";s:63:\"https://websitedemos.net/astra-blocks/testimonial-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:830;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57696\";a:10:{s:5:\"title\";s:24:\"Testimonial Wireframe 03\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-03.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-03.jpg\";s:3:\"url\";s:63:\"https://websitedemos.net/astra-blocks/testimonial-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:830;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57689\";a:10:{s:5:\"title\";s:24:\"Testimonial Wireframe 02\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-02.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-02.jpg\";s:3:\"url\";s:63:\"https://websitedemos.net/astra-blocks/testimonial-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:830;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57688\";a:10:{s:5:\"title\";s:24:\"Testimonial Wireframe 01\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/08/testimonial-wireframe-01.jpg\";s:3:\"url\";s:63:\"https://websitedemos.net/astra-blocks/testimonial-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:830;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57661\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 06\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-06-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-06-1-400x279.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57660\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 05\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-05-1-400x254.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57648\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 04\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-04-1-400x257.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57647\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 03\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-03-1-400x241.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57637\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 02\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-02.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-02.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57636\";a:10:{s:5:\"title\";s:21:\"Services Wireframe 01\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/08/services-wireframe-01.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/services-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:952;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57626\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 06\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-06-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-06-1-400x246.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57625\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 05\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-05-1-400x209.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57616\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 04\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-04-1-400x183.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57614\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 03\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-03-1-400x159.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57605\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 02\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-02-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-02-1-400x202.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57604\";a:10:{s:5:\"title\";s:21:\"Features Wireframe 01\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/08/features-wireframe-01-1-400x175.jpg\";s:3:\"url\";s:60:\"https://websitedemos.net/astra-blocks/features-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:919;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57590\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 06\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-06.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-06.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57589\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 05\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-05.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-05.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57567\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 03\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-03-1-400x247.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57568\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 04\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-04-1-400x260.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57561\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 02\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-02.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-02.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57560\";a:10:{s:5:\"title\";s:17:\"FAQs Wireframe 01\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-01.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/08/faqs-wireframe-01.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/faqs-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:1001;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57535\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 06\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-06.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-06.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57534\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 05\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-05-1-400x120.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57533\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 04\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-04.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-04.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57530\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 03\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-03-1-400x94.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57512\";a:10:{s:5:\"title\";s:18:\"About Wireframe 05\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-05-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-05-1-400x131.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-05/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57532\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 02\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-02.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57531\";a:10:{s:5:\"title\";s:27:\"Call To Action Wireframe 01\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/08/call-to-action-wireframe-01-1-400x94.jpg\";s:3:\"url\";s:66:\"https://websitedemos.net/astra-blocks/call-to-action-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:832;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57513\";a:10:{s:5:\"title\";s:18:\"About Wireframe 06\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-06-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-06-1-400x131.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-06/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57504\";a:10:{s:5:\"title\";s:18:\"About Wireframe 03\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-03-1-400x177.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57505\";a:10:{s:5:\"title\";s:18:\"About Wireframe 04\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-04-1-400x176.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57502\";a:10:{s:5:\"title\";s:18:\"About Wireframe 02\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-02-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-02-1-400x176.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57496\";a:10:{s:5:\"title\";s:18:\"About Wireframe 01\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/08/about-wireframe-01-1-400x179.jpg\";s:3:\"url\";s:57:\"https://websitedemos.net/astra-blocks/about-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:825;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57483\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 03\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-03-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-03-1-400x282.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-03/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57484\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 04\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-04-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-04-1-400x286.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-04/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57476\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 02\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-02-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-02-1-400x209.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-02/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-57467\";a:10:{s:5:\"title\";s:17:\"Hero Wireframe 01\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-01-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/08/hero-wireframe-01-1-400x220.jpg\";s:3:\"url\";s:56:\"https://websitedemos.net/astra-blocks/hero-wireframe-01/\";s:3:\"tag\";a:0:{}s:8:\"category\";i:831;s:9:\"wireframe\";a:1:{i:2330;s:7:\"enabled\";}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:5:\"light\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56233\";a:10:{s:5:\"title\";s:7:\"Hero 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-10.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-10.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/hero-10b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56151\";a:10:{s:5:\"title\";s:11:\"Features 21\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-21g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-21g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-21g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56152\";a:10:{s:5:\"title\";s:11:\"Features 22\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-22g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/features-22g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-22g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56134\";a:10:{s:5:\"title\";s:11:\"Features 19\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-19g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-19g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-19g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56135\";a:10:{s:5:\"title\";s:11:\"Features 20\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-20g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-20g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-20g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56133\";a:10:{s:5:\"title\";s:11:\"Features 18\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-18g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-18g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-18g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56119\";a:10:{s:5:\"title\";s:11:\"Features 15\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-15g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-15g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-15g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56121\";a:10:{s:5:\"title\";s:11:\"Features 17\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-17g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-17g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-17g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56120\";a:10:{s:5:\"title\";s:11:\"Features 16\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-16g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-16g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-16g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56113\";a:10:{s:5:\"title\";s:11:\"Features 14\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-14g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-14g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-14g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56101\";a:10:{s:5:\"title\";s:11:\"Features 13\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-13g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-13g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-13g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56100\";a:10:{s:5:\"title\";s:11:\"Features 12\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-12g.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/06/features-12g.jpg\";s:3:\"url\";s:51:\"https://websitedemos.net/astra-blocks/features-12g/\";s:3:\"tag\";a:1:{i:920;s:8:\"features\";}s:8:\"category\";i:919;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56074\";a:10:{s:5:\"title\";s:7:\"Text 15\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-15.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-15.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-15g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56061\";a:10:{s:5:\"title\";s:7:\"Text 14\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-14.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-14.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-14g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56060\";a:10:{s:5:\"title\";s:7:\"Text 13\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-13.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-13.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-13g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56048\";a:10:{s:5:\"title\";s:7:\"Text 12\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-12.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-12.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-12g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56047\";a:10:{s:5:\"title\";s:7:\"Text 11\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-11.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-11.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-11g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56164\";a:10:{s:5:\"title\";s:9:\"Heading 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-6g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-6g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-6g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56165\";a:10:{s:5:\"title\";s:9:\"Heading 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-7g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-7g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-7g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56231\";a:10:{s:5:\"title\";s:6:\"Hero 7\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-7.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-7.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/hero-7b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56232\";a:10:{s:5:\"title\";s:6:\"Hero 9\";s:18:\"featured-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-9.jpg\";s:19:\"thumbnail-image-url\";s:62:\"https://websitedemos.net/wp-content/uploads/2021/07/hero-9.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/hero-9b-2/\";s:3:\"tag\";a:1:{i:817;s:4:\"hero\";}s:8:\"category\";i:831;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56238\";a:10:{s:5:\"title\";s:7:\"Text 18\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-18.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-18.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-18g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56237\";a:10:{s:5:\"title\";s:7:\"Text 17\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-17.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-17.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-17g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56226\";a:10:{s:5:\"title\";s:7:\"Text 16\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-16.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-16.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-16g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56209\";a:10:{s:5:\"title\";s:14:\"Contact Form 6\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-6g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-6g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-6g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56208\";a:10:{s:5:\"title\";s:14:\"Contact Form 5\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-5g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-5g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-5g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56210\";a:10:{s:5:\"title\";s:14:\"Contact Form 7\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-7g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-7g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-7g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56193\";a:10:{s:5:\"title\";s:9:\"Contact 7\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-7g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-7g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-7g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56211\";a:10:{s:5:\"title\";s:14:\"Contact Form 8\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-8g.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-form-8g.jpg\";s:3:\"url\";s:54:\"https://websitedemos.net/astra-blocks/contact-form-8g/\";s:3:\"tag\";a:2:{i:823;s:7:\"contact\";i:1955;s:12:\"contact-form\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56195\";a:10:{s:5:\"title\";s:9:\"Contact 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-9g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-9g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-9g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56194\";a:10:{s:5:\"title\";s:9:\"Contact 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-8g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-8g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-8g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56192\";a:10:{s:5:\"title\";s:9:\"Contact 6\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-6g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/06/contact-6g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/contact-6g/\";s:3:\"tag\";a:1:{i:823;s:7:\"contact\";}s:8:\"category\";i:1416;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56169\";a:10:{s:5:\"title\";s:10:\"Heading 10\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-10g.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-10g.jpg\";s:3:\"url\";s:50:\"https://websitedemos.net/astra-blocks/heading-10g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56168\";a:10:{s:5:\"title\";s:9:\"Heading 9\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-9g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-9g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-9g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56167\";a:10:{s:5:\"title\";s:9:\"Heading 8\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-8g.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/07/heading-8g.jpg\";s:3:\"url\";s:49:\"https://websitedemos.net/astra-blocks/heading-8g/\";s:3:\"tag\";a:1:{i:1093;s:7:\"heading\";}s:8:\"category\";i:1094;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56046\";a:10:{s:5:\"title\";s:7:\"Text 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-10.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/text-10.jpg\";s:3:\"url\";s:47:\"https://websitedemos.net/astra-blocks/text-10g/\";s:3:\"tag\";a:1:{i:1947;s:4:\"text\";}s:8:\"category\";i:1946;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-56037\";a:10:{s:5:\"title\";s:6:\"FAQ 10\";s:18:\"featured-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-10g.jpg\";s:19:\"thumbnail-image-url\";s:63:\"https://websitedemos.net/wp-content/uploads/2021/06/faq-10g.jpg\";s:3:\"url\";s:46:\"https://websitedemos.net/astra-blocks/faq-10g/\";s:3:\"tag\";a:1:{i:822;s:3:\"faq\";}s:8:\"category\";i:1001;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55980\";a:10:{s:5:\"title\";s:8:\"About 25\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-25g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-25g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-25g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55976\";a:10:{s:5:\"title\";s:8:\"About 24\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-24g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-24g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-24g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55975\";a:10:{s:5:\"title\";s:8:\"About 23\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-23g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-23g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-23g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55967\";a:10:{s:5:\"title\";s:8:\"About 22\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-22g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-22g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-22g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}s:8:\"id-55966\";a:10:{s:5:\"title\";s:8:\"About 21\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-21g.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2021/07/about-21g.jpg\";s:3:\"url\";s:48:\"https://websitedemos.net/astra-blocks/about-21g/\";s:3:\"tag\";a:1:{i:818;s:5:\"about\";}s:8:\"category\";i:825;s:9:\"wireframe\";a:0:{}s:12:\"page-builder\";s:9:\"gutenberg\";s:6:\"filter\";s:4:\"dark\";s:16:\"required-plugins\";a:0:{}}}','no'),(2778,'ast-block-templates-block-requests','4','no'),(2779,'ast_block_templates_fresh_site','no','no'),(2780,'astra-sites-and-pages-page-25','a:15:{s:8:\"id-38661\";a:24:{s:5:\"title\";s:17:\"Architecture Firm\";s:2:\"id\";i:38661;s:12:\"publish-date\";i:1579107125;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/architects-03\";s:20:\"astra-site-parent-id\";i:1117;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-38665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/architects-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38662\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/70\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/architects-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38666\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-projects-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/architects-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38663\";a:12:{s:5:\"title\";s:7:\"Clients\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-clients-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/clients/\";s:15:\"astra-sites-tag\";a:1:{i:450;s:7:\"clients\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/architects-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/architects-03/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/architects-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38619\";a:24:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:38619;s:12:\"publish-date\";i:1579106727;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-04\";s:20:\"astra-site-parent-id\";i:1115;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:1019;s:14:\"wine-prouction\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2813;s:6:\"winery\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:948:\"<!-- wp:paragraph -->\n<p>The Winery template makes its case immediately with a high quality image in the header. The rest of the homepage combines dark, light and a red contrast color to create that feeling of luxury you’re looking for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a superb layout with plenty of opportunities to tell your story, share products and services and communicate with your audience. The supplementary pages are equally attractive, helping to keep a coherent feel throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Winery template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Design makes an instant impact with that header</li><li>Innovative layout with interesting content areas</li><li>Great mix of dark, light and colors</li><li>Supplementary pages ideal for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Classy web template that sets the scene for vineyards, vintners and wine sellers\";s:5:\"pages\";a:5:{s:8:\"id-38623\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-homepage-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38624\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-our-story-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-04/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:905;s:9:\"our-story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38622\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-experience-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-04/experience/\";s:15:\"astra-sites-tag\";a:3:{i:636;s:10:\"experience\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38621\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-events-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-04/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38620\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-04-contact-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:38629;s:26:\"related-elementor-template\";i:38619;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38629\";a:24:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:38629;s:12:\"publish-date\";i:1579106213;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-03\";s:20:\"astra-site-parent-id\";i:1116;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-38633\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38634\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-our-story.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-03/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38632\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-experience.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-03/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38631\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-events.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-03/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38630\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/winery-03-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/winery-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38590\";a:24:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:38590;s:12:\"publish-date\";i:1579104172;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-02\";s:20:\"astra-site-parent-id\";i:1108;s:15:\"astra-sites-tag\";a:8:{i:1109;s:7:\"exercse\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2787;s:11:\"gym-fitness\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2480;s:16:\"fitness-wellness\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:984:\"<!-- wp:paragraph -->\n<p>The Personal Fitness Trainer website template is a well-balanced design with dark and light areas, a subtle but effective parallax effect and some very modern fonts. It’s a well-designed template that avoids the usual masculine design for something much more universal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a strong introduction with header and image and bold contrast color. The rest of the homepage includes areas for storytelling, products, services and other content as required.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Personal Fitness Trainer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-balanced fitness theme with universal appeal</li><li>Dark, light and red are a great combination</li><li>Subtle but effective parallax effect</li><li>Readymade pages relevant to the fitness niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Well-balanced web design with universal appeal ideal for fitness trainers and gyms\";s:5:\"pages\";a:1:{s:8:\"id-38591\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:399;s:8:\"one-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38573;s:26:\"related-elementor-template\";i:38590;s:26:\"related-gutenberg-template\";i:48076;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38573\";a:24:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:38573;s:12:\"publish-date\";i:1579104023;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-01\";s:20:\"astra-site-parent-id\";i:1107;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-38574\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/fitness-trainer-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48076\";a:24:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:48076;s:12:\"publish-date\";i:1603893488;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-400x2094.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-08\";s:20:\"astra-site-parent-id\";i:1697;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48077\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/fitness-trainer-08-600x3142.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38563\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:38563;s:12:\"publish-date\";i:1579100483;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-04\";s:20:\"astra-site-parent-id\";i:1106;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2802;s:6:\"artist\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:944:\"<!-- wp:paragraph -->\n<p>The Artist template tells your story through framed images within a compelling dark and light layout. It’s a well-balanced design with comfortable fonts, great contrast colors and those images front and center.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a flowing layout that showcases your creations alongside modest content areas to add context. Each piece can have its own page or link to the readymade portfolio page that comes with this template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Absorbing template ideal for artists and visual creatives</li><li>Dark and light theme with contrasting colors</li><li>Allows your art or imagery to stand proud</li><li>Readymade portfolio page with attractive layout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:71:\"Absorbing web template that’s ideal for artists, and visual creatives\";s:5:\"pages\";a:4:{s:8:\"id-38566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38567\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38564\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38565\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:38554;s:26:\"related-elementor-template\";i:38563;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38554\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:38554;s:12:\"publish-date\";i:1579099739;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-03\";s:20:\"astra-site-parent-id\";i:1105;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-38557\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38558\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-portfolio.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38555\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38556\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22000\";a:24:{s:5:\"title\";s:15:\"Fitness Trainer\";s:2:\"id\";i:22000;s:12:\"publish-date\";i:1559805744;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-03\";s:20:\"astra-site-parent-id\";i:93;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-22875\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-trainer-03.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-trainer-03/wp-json/wp/v2/pages/99\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21904\";a:24:{s:5:\"title\";s:15:\"Fitness Trainer\";s:2:\"id\";i:21904;s:12:\"publish-date\";i:1557396062;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/05/image-21904-432-resized.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-04\";s:20:\"astra-site-parent-id\";i:103;s:15:\"astra-sites-tag\";a:13:{i:845;s:4:\"blue\";i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2787;s:11:\"gym-fitness\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2480;s:16:\"fitness-wellness\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:965:\"<!-- wp:paragraph -->\n<p>The Fitness Trainer template is a bold, colorful design with impactful fullscreen image overlaid by an engaging blue and green colorway. It combines the physical attributes a fitness trainer wants to communicate without being too masculine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inclusion of those colors along with contemporary fonts keeps the design accessible. Down the page, distinct sections divide the page and provide plenty of opportunity to communicate and engage your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fitness Trainer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Appealing design with great use of color and imagery</li><li>Shaded images work particularly well</li><li>Communicates meaning without being too masculine</li><li>Extra pages ideal for the fitness niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Appealing website template with great colors ideal for gyms and fitness trainers\";s:5:\"pages\";a:1:{s:8:\"id-22949\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22000-fitness-trainer-resize.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-trainer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:22000;s:26:\"related-elementor-template\";i:21904;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38528\";a:24:{s:5:\"title\";s:17:\"Wedding Organizer\";s:2:\"id\";i:38528;s:12:\"publish-date\";i:1579099197;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-04\";s:20:\"astra-site-parent-id\";i:1103;s:15:\"astra-sites-tag\";a:6:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2784;s:5:\"event\";i:2768;s:9:\"portfolio\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The Wedding Organizer template has a romantic feel that’s balanced with a business layout to combine the two things visitors want to see. It’s light, welcoming and charming in equal measure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses a combination of content and imagery that helps paint the picture of the perfect wedding, while promoting your products and services. It’s an exceptional template that should make conversion easy!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Organizer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Romantic website design ideal for the wedding niche</li><li>Uses plenty of imagery and nice layout to engage</li><li>Includes lots of opportunity to showcase products and services</li><li>Readymade pages are ideal for the wedding niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Romantic website design that’s designed to convert, ideal for the wedding industry\";s:5:\"pages\";a:6:{s:8:\"id-38532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38529\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-about-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38533\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-services-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38531\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38534\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-testimonials-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38530\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-org-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38513;s:26:\"related-elementor-template\";i:38528;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38513\";a:24:{s:5:\"title\";s:17:\"Wedding Organizer\";s:2:\"id\";i:38513;s:12:\"publish-date\";i:1579099020;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/wedding-organizer-03\";s:20:\"astra-site-parent-id\";i:1102;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:717;s:13:\"event-planner\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-38517\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/wedding-organizer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38514\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-about.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-organizer-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38518\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-services.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/225\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-organizer-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38516\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38519\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/wedding-organizer-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38515\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/wedding-organizer-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wedding-organizer-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wedding-organizer-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56689\";a:24:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56689;s:12:\"publish-date\";i:1625667840;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/accountant-02.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-02\";s:20:\"astra-site-parent-id\";i:2253;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2823;s:10:\"accounting\";i:2805;s:7:\"finance\";i:2866;s:9:\"insurance\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1181:\"<!-- wp:paragraph -->\n<p>The Chartered Accountant template avoids the usual seriousness of the niche while building the authority it needs using modern design and a bright blue color.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template reflects a calm competence we would want from an accountant without being too sober. There is plenty of whitespace and flexible content areas to cover products, services and expertise while creating an inclusive vibe that draws you in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Chartered Accountant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Bold blue color makes a statement without overbearing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Design communicated competence without being too serious</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of opportunities to showcase products and services</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Readymade pages covering most needs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Well-designed web template with fetching colors ideal for any business or profession\";s:5:\"pages\";a:0:{}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:56689;s:26:\"related-gutenberg-template\";i:56682;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56682\";a:24:{s:5:\"title\";s:20:\"Chartered Accountant\";s:2:\"id\";i:56682;s:12:\"publish-date\";i:1614963624;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-400x1667.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/accountant-08\";s:20:\"astra-site-parent-id\";i:2252;s:15:\"astra-sites-tag\";a:3:{i:447;s:10:\"accountant\";i:449;s:20:\"chartered-accountant\";i:2254;s:22:\"finance-and-accounting\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-56683\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-about-600x1203.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/accountant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56684\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-contact-600x975.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/accountant-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56685\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-600x2501.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/accountant-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56686\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-services-600x1364.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/accountant-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56687\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-testimonials-600x1326.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/accountant-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56688\";a:12:{s:5:\"title\";s:13:\"Why Choose Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/03/accountant-08-why-choose-me-600x1040.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/accountant-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/accountant-08/why-choose-me/\";s:15:\"astra-sites-tag\";a:3:{i:453;s:8:\"features\";i:760;s:13:\"why-choose-us\";i:852;s:6:\"why-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38488\";a:24:{s:5:\"title\";s:17:\"Massage Therapist\";s:2:\"id\";i:38488;s:12:\"publish-date\";i:1579094291;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-04\";s:20:\"astra-site-parent-id\";i:1101;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2822;s:15:\"massage-therapy\";i:2856;s:3:\"spa\";i:2833;s:20:\"therapy-psychologist\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:899:\"<!-- wp:paragraph -->\n<p>The Massage Therapist template has that serene feel you want to evoke in future clients alongside the information you need to provide to convert them into customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is a relaxed mix of purple and white that creates engagement as well as a feeling of luxury. There’s lots of whitespace and a strong product section in the center.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Massage Therapist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Nice color combination creates the feeling of a lifestyle</li><li>Attractive service section in the center of the page</li><li>Additional pages ideal for massage therapists</li><li>Flexible content areas to add or change what’s already there</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Relaxed, modern website template ideal for massage therapists and spa businesses\";s:5:\"pages\";a:5:{s:8:\"id-38491\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38489\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-about-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38492\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-massgaes-page.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-04/massages/\";s:15:\"astra-sites-tag\";a:2:{i:528;s:7:\"massage\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38493\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-testimonials-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-38490\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-spa-contact-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38429;s:26:\"related-elementor-template\";i:38488;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2781,'astra-sites-and-pages-page-26','a:15:{s:8:\"id-38449\";a:24:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:38449;s:12:\"publish-date\";i:1579091446;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-03\";s:20:\"astra-site-parent-id\";i:1100;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-38453\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38450\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38454\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38451\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-blog.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-03/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38452\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/dietitian-03-contact-me.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-03/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38429\";a:24:{s:5:\"title\";s:17:\"Massage Therapist\";s:2:\"id\";i:38429;s:12:\"publish-date\";i:1579090737;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/massage-therapist-03\";s:20:\"astra-site-parent-id\";i:1099;s:15:\"astra-sites-tag\";a:7:{i:532;s:11:\"acupressure\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:622;s:13:\"psychotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-38432\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/massage-therapist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/massage-therapist-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38433\";a:12:{s:5:\"title\";s:8:\"Massages\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-massages.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/massage-therapist-03/massages/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/massage-therapist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-38431\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/massage-therapist-03-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/massage-therapist-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/massage-therapist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38418\";a:24:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:38418;s:12:\"publish-date\";i:1579090429;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-04\";s:20:\"astra-site-parent-id\";i:1098;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2794;s:10:\"consulting\";i:2785;s:4:\"food\";i:2834;s:10:\"healthcare\";i:2833;s:20:\"therapy-psychologist\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1036:\"<!-- wp:paragraph -->\n<p>The Personal Dietitian template is a stylish design that uses a green color to provide reassurance alongside whitespace and alternating dark and light backgrounds. It’s a simple and very effective look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes all the essential ingredients a dietitian or nutritionist would want to share including products, services, recipes, consultation information and calls to action. There’s also a readymade blog section for you to engage further.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Personal Dietitian template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Composed design ideal for dietitians or nutritionists</li><li>Includes areas to share products, services, consultations and more</li><li>Readymade blog page so you can begin communicating with your audience</li><li>Attractive contact form to help consultation signups</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Composed website template ideal for dietitians, nutritionists or consultants\";s:5:\"pages\";a:5:{s:8:\"id-38422\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/450\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-38419\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-about-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38423\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-services-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38420\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-blog.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/995\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/dietitian-04/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-38421\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/personal-dietitian-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/dietitian-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-04/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:1009;s:10:\"contact-me\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38449;s:26:\"related-elementor-template\";i:38418;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-34226\";a:24:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:34226;s:12:\"publish-date\";i:1571855974;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-04\";s:20:\"astra-site-parent-id\";i:1006;s:15:\"astra-sites-tag\";a:7:{i:513;s:6:\"camera\";i:515;s:4:\"lens\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:937:\"<!-- wp:paragraph -->\n<p>The Photographer website template opens in an exceptional way with an awesome graphic and headline. Scroll through the parallax effects to access content areas where you can tell your story and outline your products and services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a very creative template with plenty of white space to offset strong imagery and lots of opportunities to promote your work and engage the audience with some high quality images and graphics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Photographer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Awesome introduction thanks to that graphical header</li><li>Nice parallax effect that adds a touch of style</li><li>Great fonts used throughout the template</li><li>Lots of opportunities to use images</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Creative web template that’s ideal for painters, photographers and visual artists\";s:5:\"pages\";a:5:{s:8:\"id-34229\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-04/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:1008;s:21:\"photographer-homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34227\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-04/about/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:1007;s:8:\"about-me\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34231\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/photographer-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34230\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-portfolio-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-34228\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/10/photographer-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/photographer-04/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:1009;s:10:\"contact-me\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-34326\";a:24:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:34326;s:12:\"publish-date\";i:1573127791;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-02\";s:20:\"astra-site-parent-id\";i:1011;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2830;s:6:\"nature\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1003:\"<!-- wp:paragraph -->\n<p>The Animal Welfare template uses a bold full screen shaded image and contrasting colors to make an impact. The image sets the scene perfectly while the white and orange fonts ensure your message is heard loud and clear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall design lightens up after that header, with a light, bright feel that encourages you to explore. Flexible content areas and extra pages provide the opportunity to state your case, tell your story and encourage giving.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Animal Welfare template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful design with bold full screen header section</li><li>Contrasting dark and white with orange colors work well</li><li>Example pages are all relevant to charities and nonprofits</li><li>Attractive contact page with engagement opportunities</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Impactful web template with strong introduction and all the ingredients you need\";s:5:\"pages\";a:9:{s:8:\"id-57929\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1611\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-02/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57930\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1619\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57931\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1623\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57932\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/1626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-43720\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-home-page.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-02/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43718\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-about-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/138\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/animal-welfare-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43721\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/animals-welfare-campaigns-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/290\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:5:{i:1479;s:9:\"campaigns\";i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1015;s:4:\"give\";i:1482;s:6:\"givewp\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43722\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-contributor-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/386\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-02/star-contributors/\";s:15:\"astra-sites-tag\";a:3:{i:1480;s:6:\"donors\";i:1482;s:6:\"givewp\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}s:8:\"id-43719\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/03/animal-welfare-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/animal-welfare-02/wp-json/wp/v2/pages/139\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-02/contact/\";s:15:\"astra-sites-tag\";a:5:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:896;s:13:\"get-connected\";i:377;s:12:\"get-in-touch\";i:1483;s:12:\"get-involved\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:34326;s:26:\"related-gutenberg-template\";i:48490;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48490\";a:24:{s:5:\"title\";s:14:\"Animal Welfare\";s:2:\"id\";i:48490;s:12:\"publish-date\";i:1603984632;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-400x1816.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/animal-welfare-08\";s:20:\"astra-site-parent-id\";i:1741;s:15:\"astra-sites-tag\";a:7:{i:625;s:7:\"charity\";i:735;s:6:\"donate\";i:1013;s:8:\"donation\";i:624;s:10:\"foundation\";i:1482;s:6:\"givewp\";i:745;s:12:\"organization\";i:1012;s:7:\"welfare\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:13:{s:8:\"id-57933\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1485\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/animal-welfare-08/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57934\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1486\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57935\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1488\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57936\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1489\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-5/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57937\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1490\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57938\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1491\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-3/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57939\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1492\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/animal-welfare-08/donor-dashboard-3-2/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-57940\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/donor-dashboard-4/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-48493\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-600x2724.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1026\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/animal-welfare-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48491\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-about-1-600x1695.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1027\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/animal-welfare-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48494\";a:12:{s:5:\"title\";s:17:\"See All Campaigns\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-see-all-campaigns-600x1711.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1028\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/see-all-campaigns/\";s:15:\"astra-sites-tag\";a:1:{i:1479;s:9:\"campaigns\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48495\";a:12:{s:5:\"title\";s:17:\"Star Contributors\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-star-contributor-600x1625.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1029\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/animal-welfare-08/star-contributors/\";s:15:\"astra-sites-tag\";a:2:{i:1014;s:10:\"contribute\";i:1481;s:11:\"star-donors\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48492\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/animal-welfare-08-contact-1-600x1230.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/animal-welfare-08/wp-json/wp/v2/pages/1030\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/animal-welfare-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48442\";a:24:{s:5:\"title\";s:14:\"Dentist Clinic\";s:2:\"id\";i:48442;s:12:\"publish-date\";i:1603913248;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-400x1653.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/dentist-08\";s:20:\"astra-site-parent-id\";i:1733;s:15:\"astra-sites-tag\";a:3:{i:338;s:6:\"dental\";i:623;s:7:\"dentist\";i:1734;s:14:\"dentist-clinic\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/dentist-08-1-600x2480.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/dentist-08/wp-json/wp/v2/pages/409\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/dentist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-31976\";a:24:{s:5:\"title\";s:12:\"Pet Services\";s:2:\"id\";i:31976;s:12:\"publish-date\";i:1568715864;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-01\";s:20:\"astra-site-parent-id\";i:909;s:15:\"astra-sites-tag\";a:7:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-31980\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31977\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-about-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31981\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-31979\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/09/pet-sitting-01-contact-us.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-01/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47862\";a:24:{s:5:\"title\";s:11:\"Pet Sitting\";s:2:\"id\";i:47862;s:12:\"publish-date\";i:1603821511;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-400x1610.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-08\";s:20:\"astra-site-parent-id\";i:1680;s:15:\"astra-sites-tag\";a:5:{i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47864\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-600x2415.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/506\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47866\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-who-we-are-600x2193.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-08/who-we-are/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47865\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-services-600x2250.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/509\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47863\";a:12:{s:5:\"title\";s:12:\"Get In Touch\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-sitting-08-get-in-touch-600x1036.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pet-sitting-08/wp-json/wp/v2/pages/510\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/pet-sitting-08/get-in-touch/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-28824\";a:24:{s:5:\"title\";s:10:\"Fly Movers\";s:2:\"id\";i:28824;s:12:\"publish-date\";i:1565114013;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-03\";s:20:\"astra-site-parent-id\";i:363;s:15:\"astra-sites-tag\";a:3:{i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-28828\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28825\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28829\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28830\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28827\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-faq-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28826\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-03/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-28407\";a:24:{s:5:\"title\";s:12:\"Tow Services\";s:2:\"id\";i:28407;s:12:\"publish-date\";i:1564752014;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-03\";s:20:\"astra-site-parent-id\";i:358;s:15:\"astra-sites-tag\";a:3:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-28411\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-home01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28408\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-about01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/288\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28412\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28413\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28410\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-faq-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-28409\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/tow-services-03-contact01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22675\";a:24:{s:5:\"title\";s:12:\"Pet Services\";s:2:\"id\";i:22675;s:12:\"publish-date\";i:1562655449;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/pet-sitting-02\";s:20:\"astra-site-parent-id\";i:908;s:15:\"astra-sites-tag\";a:8:{i:974;s:3:\"cat\";i:376;s:12:\"dog-training\";i:375;s:11:\"dog-walking\";i:1021;s:14:\"local-business\";i:374;s:8:\"pet-care\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2809;s:10:\"pet-animal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:957:\"<!-- wp:paragraph -->\n<p>The Pet Services template uses an emotive image front and center to begin building a relationship with the reader. That is complemented by friendly fonts, approachable colors and a nice feel throughout the template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is simple but very effective, with a combination of dark, light and the orange color keeping things light and accessible. There are a range of flexible content areas to help tell your story along with opportunities to accept donations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Pet Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Emotive image to being building relationships</li><li>Great use of whitespace on all pages</li><li>Default colors and fonts work well</li><li>Option to accept donations through the website</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Emotive template that could be used for any type of pet shop or pet services company\";s:5:\"pages\";a:4:{s:8:\"id-22679\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/pet-sitting-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22676\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22680\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-services-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/pet-sitting-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22678\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pet-sitting-get-in-touch.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/pet-sitting-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pet-sitting-02/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:31976;s:26:\"related-elementor-template\";i:22675;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22422\";a:24:{s:5:\"title\";s:13:\"Pool Services\";s:2:\"id\";i:22422;s:12:\"publish-date\";i:1562220916;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-03\";s:20:\"astra-site-parent-id\";i:81;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-22427\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/244\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22429\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22426\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-gallery.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37956\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-37955\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-03/wp-json/wp/v2/pages/245\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22129\";a:24:{s:5:\"title\";s:10:\"Shoe Store\";s:2:\"id\";i:22129;s:12:\"publish-date\";i:1561972554;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-04\";s:20:\"astra-site-parent-id\";i:63;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";i:2878;s:5:\"shoes\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:994:\"<!-- wp:paragraph -->\n<p>The Shoe Store template engages as soon as you open the page. It’s an eCommerce website template that sets the scene with a full screen image with graphic overlay and then unfolds into a white page with several product areas, a slider, product highlights and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall design is modern, sleek and set the scene for buying. It has an excellent layout, lots of whitespace and flexible content areas you can customize to suit your exact needs. It would work for any type of store!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Shoe Store template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging eCommerce template designed to sell</li><li>Flexible content and product areas on every page</li><li>Cart in the header for seamless checkout</li><li>Can be customized to suit any type of store</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"Engaging eCommerce template that can be used for any type of online store\";s:5:\"pages\";a:3:{s:8:\"id-40007\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-home-page.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-40006\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-22146-shoe-store-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-04/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:22296;s:26:\"related-elementor-template\";i:22129;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22296\";a:24:{s:5:\"title\";s:10:\"Shoe Store\";s:2:\"id\";i:22296;s:12:\"publish-date\";i:1561972334;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/shoe-store-03\";s:20:\"astra-site-parent-id\";i:71;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:384;s:13:\"running-shoes\";i:382;s:10:\"shoe-store\";i:385;s:5:\"shoes\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:2427;s:12:\"sports-shoes\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-39990\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-home-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/shoe-store-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39988\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-about01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/152\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/shoe-store-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-39989\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/shoe-store-03-contact01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/shoe-store-03/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/shoe-store-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2782,'astra-sites-and-pages-page-27','a:15:{s:8:\"id-22073\";a:24:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:22073;s:12:\"publish-date\";i:1561631097;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-02\";s:20:\"astra-site-parent-id\";i:70;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2769;s:9:\"ecommerce\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1161:\"<!-- wp:paragraph -->\n<p>The Custom Printing online is an online store template with an energetic, youthful vibe. It could be ideal for any type of store and could be fully customized with ease thanks to page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses whitespace well and uses imagery to help create that feeling of engagement. There are areas for special offers, featured products and content areas you can use to showcase your products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Custom Printing template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Youthful eCommerce template with instant appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Uses images and superb layout to create engagement</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Featured product and highlight sections included</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive product and category pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:74:\"Youthful eCommerce template designed to sell any kind of product with ease\";s:5:\"pages\";a:3:{s:8:\"id-34067\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/10/custom-printing-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/95\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22263\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/96\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-22265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/06/custom-printing-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/06/id-22265-custom-printing-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/custom-printing-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21821;s:26:\"related-elementor-template\";i:22073;s:26:\"related-gutenberg-template\";i:49095;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48300\";a:24:{s:5:\"title\";s:15:\"Custom Printing\";s:2:\"id\";i:48300;s:12:\"publish-date\";i:1603905872;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-400x1335.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/custom-printing-08\";s:20:\"astra-site-parent-id\";i:1719;s:15:\"astra-sites-tag\";a:20:{i:2418;s:8:\"commerce\";i:400;s:15:\"custom-printing\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:881;s:12:\"mug-printing\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:405;s:16:\"t-shirt-printing\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-48303\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-600x2002.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2089\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/custom-printing-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48301\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-about-600x1552.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2161\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/custom-printing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48302\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/custom-printing-08-contact-600x554.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/custom-printing-08/wp-json/wp/v2/pages/2162\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/custom-printing-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55450\";a:24:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55450;s:12:\"publish-date\";i:1621891265;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-02-1.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-02\";s:20:\"astra-site-parent-id\";i:2122;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2825;s:8:\"coaching\";i:2794;s:10:\"consulting\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:967:\"<!-- wp:paragraph -->\n<p>The Professional Services template is a flexible business template that could be used for any type of website. It uses classic design with light and dark areas, images and a calm yellow contrast color.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes essential content areas for products and services and the ability to add, change or remove anything you see on the page. It’s a very relaxed design that could work for many types of business with minimal effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Professional Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, professional template ideal for any niche</li><li>Classic design with light, dark, images and content</li><li>Create a business website with minimal effort</li><li>Effective contrast color for calls to action</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Calm web design that includes everything the modern business needs to communicate\";s:5:\"pages\";a:0:{}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55450;s:26:\"related-gutenberg-template\";i:55455;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55455\";a:24:{s:5:\"title\";s:21:\"Professional Services\";s:2:\"id\";i:55455;s:12:\"publish-date\";i:1621891263;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-400x1177.jpg\";s:14:\"astra-site-url\";s:43:\"//websitedemos.net/professional-services-08\";s:20:\"astra-site-parent-id\";i:2123;s:15:\"astra-sites-tag\";a:7:{i:2131;s:15:\"accounting-firm\";i:2135;s:17:\"advisory-services\";i:2134;s:8:\"advocate\";i:2133;s:13:\"advocate-firm\";i:2132;s:13:\"auditing-firm\";i:2136;s:17:\"business-coaching\";i:2129;s:21:\"professional-coaching\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55459\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-services-1-600x1034.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55456\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:100:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-about-us-1-600x1490.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/professional-services-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55457\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:102:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-contact-us-1-600x1010.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/professional-services-08/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55458\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2021/05/professional-services-08-2-600x1765.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/professional-services-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/professional-services-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22137\";a:24:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:22137;s:12:\"publish-date\";i:1561627601;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-03\";s:20:\"astra-site-parent-id\";i:65;s:15:\"astra-sites-tag\";a:5:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-22140\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-03-page.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/yoga-03/wp-json/wp/v2/pages/47\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22117\";a:24:{s:5:\"title\";s:10:\"Accountant\";s:2:\"id\";i:22117;s:12:\"publish-date\";i:1561440953;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-01\";s:20:\"astra-site-parent-id\";i:86;s:15:\"astra-sites-tag\";a:4:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-22715\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-page.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/126\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/chartered-accountant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22713\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/127\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/chartered-accountant-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22716\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-services.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/chartered-accountant-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22718\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-whychooseme.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/chartered-accountant-01/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22717\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-01-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/chartered-accountant-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-22714\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/chartered-accountant-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22317\";a:24:{s:5:\"title\";s:12:\"Photographer\";s:2:\"id\";i:22317;s:12:\"publish-date\";i:1561719372;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-400x1692.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/photographer-08\";s:20:\"astra-site-parent-id\";i:75;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-22320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-1-600x2538.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/photographer-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22318\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-about-1-600x1349.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/photographer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-22319\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/06/photographer-08-blog-1-600x961.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/photographer-08/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/photographer-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22100\";a:24:{s:5:\"title\";s:11:\"Yoga Studio\";s:2:\"id\";i:22100;s:12:\"publish-date\";i:1561091955;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/yoga-04\";s:20:\"astra-site-parent-id\";i:62;s:15:\"astra-sites-tag\";a:8:{i:499;s:7:\"fitness\";i:976;s:14:\"gym-instructor\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:463;s:11:\"single-page\";i:395;s:15:\"yoga-instructor\";i:397;s:11:\"yoga-studio\";i:398;s:12:\"yoga-trainer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2787;s:11:\"gym-fitness\";i:2771;s:8:\"one-page\";i:2770;s:8:\"personal\";i:2808;s:4:\"yoga\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2480;s:16:\"fitness-wellness\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1157:\"<!-- wp:paragraph -->\n<p>The Yoga Studio web template is as relaxing and embracing as yoga itself. It opens gently with a shaded image and comfortable green colorway before opening up to whitespace and calm graphics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes essential content areas for yoga studios including product and service areas, awards and qualifications, classes and times and call to action buttons for reservations. You will want for nothing with this template!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Yoga Studio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Calm and tranquil design ideal for the yoga niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes essential content areas for yoga studios</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Extra pages all relevant to the niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Popup contact form works well</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Tranquil website design for yoga teachers, yoga studios and wellness centers\";s:5:\"pages\";a:1:{s:8:\"id-22124\";a:12:{s:5:\"title\";s:10:\"June Flint\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/06/yoga-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/yoga-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:27:\"//websitedemos.net/yoga-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:22137;s:26:\"related-elementor-template\";i:49236;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22080\";a:24:{s:5:\"title\";s:11:\"Disc Jockey\";s:2:\"id\";i:22080;s:12:\"publish-date\";i:1560835755;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-04\";s:20:\"astra-site-parent-id\";i:77;s:15:\"astra-sites-tag\";a:6:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";i:969;s:8:\"musician\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2869;s:2:\"dj\";i:2781;s:5:\"music\";i:2770;s:8:\"personal\";i:2768;s:9:\"portfolio\";i:2801;s:5:\"video\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:934:\"<!-- wp:paragraph -->\n<p>The Disc Jockey template is instantly engaging and designed to make an impact. It includes a vibrant video background and coloured overlay with headlines and an area to share the dates of your next show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template uses a compelling design to share who you are, sell your latest releases, promote your shows and generally tell your story. If you’re a performer of any kind, this template has all the features you need.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Disc Jockey template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging muted video background</li><li>Vibrant colors and design</li><li>Includes readymade content areas ideal for the niche</li><li>Fully compatible with WooCommerce or Easy Digital Downloads</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Dark, atmospheric template ideal for websites for DJs, performers and artists\";s:5:\"pages\";a:6:{s:8:\"id-22360\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22356\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-36386\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-04-shows-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/508\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-04/shows/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22358\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-discography-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-04/discography/\";s:15:\"astra-sites-tag\";a:2:{i:763;s:11:\"discography\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22359\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/gallery/\";s:15:\"astra-sites-tag\";a:3:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22357\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45510;s:26:\"related-elementor-template\";i:22080;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45510\";a:24:{s:5:\"title\";s:11:\"Disc Jockey\";s:2:\"id\";i:45510;s:12:\"publish-date\";i:1584123022;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/disc-jockey-03\";s:20:\"astra-site-parent-id\";i:1446;s:15:\"astra-sites-tag\";a:4:{i:408;s:11:\"disk-jockey\";i:406;s:2:\"dj\";i:409;s:5:\"event\";i:407;s:5:\"music\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2486;s:9:\"art-music\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-45515\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/disc-jockey-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45511\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/371\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45516\";a:12:{s:5:\"title\";s:5:\"Shows\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/01/disc-jockey-shows.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/disc-jockey-03/shows/\";s:15:\"astra-sites-tag\";a:2:{i:409;s:5:\"event\";i:1447;s:4:\"show\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45513\";a:12:{s:5:\"title\";s:11:\"Discography\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-discography.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/374\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/disc-jockey-03/discography/\";s:15:\"astra-sites-tag\";a:1:{i:763;s:11:\"discography\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45514\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45512\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/disc-jockey-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/disc-jockey-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/disc-jockey-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22060\";a:24:{s:5:\"title\";s:28:\"Windows &amp; Doors Services\";s:2:\"id\";i:22060;s:12:\"publish-date\";i:1560433290;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-02\";s:20:\"astra-site-parent-id\";i:123;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1035:\"<!-- wp:paragraph -->\n<p>The Windows &amp; Doors Services template opens with a fullscreen image and inquiry form, ideal for the nature of this business. Alternating dark and light backgrounds divide spaces naturally, providing lots of content areas for you to tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is modern and uses complementing colors that create authority and trust, ideal if you’re dealing with big ticket items. The design is infinitely flexible and offers the opportunity to customize everything you see on the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Windows &amp; Doors Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Modern business website template that creates trust and authority</li><li>Call to action and inquiry form front and center</li><li>Great use of fonts, colors and whitespace</li><li>Supporting pages reflect the core design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Business-oriented web template that could be used for any type of modern business\";s:5:\"pages\";a:6:{s:8:\"id-23164\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23161\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23166\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-02/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23165\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-02/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23163\";a:12:{s:5:\"title\";s:11:\"FAQ&#8217;s\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-faq.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-02/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23162\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/windows-and-doors-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-02/contact/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:22060;s:26:\"related-gutenberg-template\";i:48391;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48391\";a:24:{s:5:\"title\";s:29:\"Windows &#038; Doors Services\";s:2:\"id\";i:48391;s:12:\"publish-date\";i:1603911926;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-400x1356.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/windows-and-doors-08\";s:20:\"astra-site-parent-id\";i:1730;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:440;s:5:\"doors\";i:436;s:8:\"interior\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:441;s:10:\"technician\";i:438;s:7:\"windows\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2777;s:8:\"business\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48395\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-1-600x2034.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/windows-and-doors-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48392\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-about-1-600x1247.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/windows-and-doors-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-services-1-600x1696.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/windows-and-doors-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48396\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-portfolio-1-600x1310.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/windows-and-doors-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48394\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-faqs-1-600x810.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/171\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/windows-and-doors-08/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48393\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/windows-and-doors-08-contact-1-600x792.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/windows-and-doors-08/wp-json/wp/v2/pages/180\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/windows-and-doors-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-22044\";a:24:{s:5:\"title\";s:10:\"Accountant\";s:2:\"id\";i:22044;s:12:\"publish-date\";i:1560318958;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/chartered-accountant-02\";s:20:\"astra-site-parent-id\";i:78;s:15:\"astra-sites-tag\";a:5:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2823;s:10:\"accounting\";i:2777;s:8:\"business\";i:2805;s:7:\"finance\";i:2866;s:9:\"insurance\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1230:\"<!-- wp:paragraph -->\n<p>The Accountant template is a business-like but appealing design that mixes sober design required by the niche with light-hearted graphics to add a little levity. It’s an accomplished design that includes everything a business needs to launch a website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses a great mix of colors, a calm layout with plenty of whitespace and subtle background variations to signal changes of intent. It’s a very well designed theme, ideal for all kinds of businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Accountant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Flexible and accessible design for accountants and other businesses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Graphical elements add a little fun</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>All the important content elements are taken care of</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Supplementary pages reflect the overall design</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:87:\"Interesting design that’s perfect for accountants and all kinds of service businesses\";s:5:\"pages\";a:6:{s:8:\"id-72651\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-about.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/chartered-accountant-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72652\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/chartered-accountant-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72653\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/chartered-accountant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-72654\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/chartered-accountant-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72655\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-testimonials.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/chartered-accountant-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-72656\";a:12:{s:5:\"title\";s:13:\"Why choose me\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-choose-me.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/chartered-accountant-02-choose-me.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/chartered-accountant-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:57:\"//websitedemos.net/chartered-accountant-02/why-choose-me/\";s:15:\"astra-sites-tag\";a:1:{i:453;s:8:\"features\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:22117;s:26:\"related-elementor-template\";i:22044;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54393\";a:24:{s:5:\"title\";s:21:\"Health &amp; Wellness\";s:2:\"id\";i:54393;s:12:\"publish-date\";i:1621457258;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-02\";s:20:\"astra-site-parent-id\";i:2028;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1301:\"<!-- wp:paragraph -->\n<p>The Health &amp; Wellness template reflects the clean, crisp feel you would want to see in a dentist or healthcare setting. It’s a modern flat web template with distinct borders, a reassuring blue colorway and modern fonts, ideal for health and wellness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes lots of content and image sections, service areas, calls to action, testimonials and a simple but effective contact page. Everything you see can be customized to your needs, adding to its appeal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Health &amp; Wellness template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Crisp, clean design that reflects the health and wellness niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable business template that could work for any business</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible content and image areas throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Attractive content page designed to convert</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Crisp, clean website design that works perfectly for health and wellness businesses\";s:5:\"pages\";a:4:{s:8:\"id-54396\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54394\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-54395\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54397\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-02-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:54393;s:26:\"related-gutenberg-template\";i:54447;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-34202\";a:24:{s:5:\"title\";s:15:\"Cleaning Agency\";s:2:\"id\";i:34202;s:12:\"publish-date\";i:1558461720;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-04\";s:20:\"astra-site-parent-id\";i:1003;s:15:\"astra-sites-tag\";a:4:{i:1000;s:7:\"cleaner\";i:1004;s:15:\"cleaning-agency\";i:679;s:17:\"cleaning-services\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2819;s:8:\"cleaning\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1203:\"<!-- wp:paragraph -->\n<p>The Cleaning Agency template instantly engages as soon as it loads thanks to superb color choices and strong imagery. The homepage unfolds with a fun parallax effect to deliver all the essential information you need to communicate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses dark and light sections with a bold yellow contrast color for effect. Combined with whitespace and effective imagery and graphics, this design delivers the impact you’re looking for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Cleaning Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Impactful design with instant engagement</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Strong colors, layout and fonts throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of images throughout the template</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Parallax design makes an impression</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Engaging web template ideal for cleaning, cleaners or cleaning service companies\";s:5:\"pages\";a:6:{s:8:\"id-39777\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39780\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-04/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39778\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:44213;s:26:\"related-elementor-template\";i:34202;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no');
INSERT INTO `wp_options` VALUES (2783,'astra-sites-and-pages-page-28','a:15:{s:8:\"id-44213\";a:24:{s:5:\"title\";s:15:\"Cleaning Agency\";s:2:\"id\";i:44213;s:12:\"publish-date\";i:1584360283;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/cleaning-agency-03\";s:20:\"astra-site-parent-id\";i:1421;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:12:{s:8:\"id-45532\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaning-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45530\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-about-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/cleaning-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45534\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-services-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/cleaning-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45535\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-why-choose-us-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/cleaning-agency-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45533\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-reviews-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:432;s:6:\"review\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45531\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/cleaning-agency-03-contact-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/cleaning-agency-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44216\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-home-page.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/258\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-agency-03-wip/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44214\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-about-page.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/259\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-agency-03-wip/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44218\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-services-page.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/cleaning-agency-03-wip/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44219\";a:12:{s:5:\"title\";s:13:\"Why Choose Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/01/cleaning-agency-04-why-choose-us-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:56:\"//websitedemos.net/cleaning-agency-03-wip/why-choose-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44217\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-reviews-page.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44215\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-agency-04-contact-new.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/cleaning-agency-03-wip/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/cleaning-agency-03-wip/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21922\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:21922;s:12:\"publish-date\";i:1557896842;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-04\";s:20:\"astra-site-parent-id\";i:94;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2768;s:9:\"portfolio\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:906:\"<!-- wp:paragraph -->\n<p>The Construction template creates a welcoming feel as soon as it loads. The use of reassuring green and white on the page along with attractive fonts make you feel right at home. That’s a hard thing to create!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a range of content areas and pages ideal for construction, architecture, real estate and property in general. It’s a composed design with subtle graphic effects to create layers of engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, welcoming feel on the homepage</li><li>Flexible content areas with subtle graphic effects</li><li>Engaging call to action banners</li><li>Attractive additional pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Welcoming, modern web template ideal for construction, architecture or real estate\";s:5:\"pages\";a:5:{s:8:\"id-22878\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22876\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22880\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-team-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-04/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22879\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-project.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-04/projects/\";s:15:\"astra-sites-tag\";a:3:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22877\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-04-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-04/contact-us/\";s:15:\"astra-sites-tag\";a:3:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21935;s:26:\"related-elementor-template\";i:58953;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21935\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:21935;s:12:\"publish-date\";i:1557896656;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-03\";s:20:\"astra-site-parent-id\";i:100;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-22923\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-home-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22921\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-03-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22925\";a:12:{s:5:\"title\";s:4:\"Team\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-team.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/construction-03/team/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22924\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-22922\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-pro-04-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21835\";a:24:{s:5:\"title\";s:13:\"Manufacturing\";s:2:\"id\";i:21835;s:12:\"publish-date\";i:1557835884;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-04\";s:20:\"astra-site-parent-id\";i:87;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2807;s:10:\"industrial\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1167:\"<!-- wp:paragraph -->\n<p>The Manufacturing web template is a contemporary design within a boxed layout. It uses strong colors against a dark background with white border to create a visual impact, alongside modern fonts and bold colors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage opens out into a lighter page with the same bold color and engaging content areas. All extra pages reflect the core design and use a borderless layout to create a professional feel you can be proud of.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Manufacturing template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary design with dark and light variations on each page</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Great use of modern fonts and colors</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Borderless content areas make a visual impact</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good use of images throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Contemporary web design that delivers a visual punch ideal for industry or business\";s:5:\"pages\";a:6:{s:8:\"id-22727\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22730\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-solutions-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-04/solutions/\";s:15:\"astra-sites-tag\";a:1:{i:498;s:9:\"solutions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22728\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-industries-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22729\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-partners.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/partners/\";s:15:\"astra-sites-tag\";a:1:{i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22725\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22726\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:44273;s:26:\"related-elementor-template\";i:21835;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-44273\";a:24:{s:5:\"title\";s:13:\"Manufacturing\";s:2:\"id\";i:44273;s:12:\"publish-date\";i:1584125490;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/manufacturing-03\";s:20:\"astra-site-parent-id\";i:1422;s:15:\"astra-sites-tag\";a:6:{i:488;s:7:\"casting\";i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:491;s:16:\"metal-production\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2474;s:13:\"manufacturing\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-44276\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-home-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/manufacturing-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44279\";a:12:{s:5:\"title\";s:9:\"Solutions\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-solutions-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/154\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/manufacturing-03/solutions/\";s:15:\"astra-sites-tag\";a:2:{i:498;s:9:\"solutions\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44277\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-industries-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/industries/\";s:15:\"astra-sites-tag\";a:2:{i:493;s:10:\"industries\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44278\";a:12:{s:5:\"title\";s:8:\"Partners\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-partners-01.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/partners/\";s:15:\"astra-sites-tag\";a:1:{i:734;s:8:\"partners\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44274\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/03/manufacturing-03-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/manufacturing-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44275\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/manufacturing-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/manufacturing-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/manufacturing-03/contact-us/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-44016\";a:24:{s:5:\"title\";s:15:\"Home Remodeling\";s:2:\"id\";i:44016;s:12:\"publish-date\";i:1584369977;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/home-remodeling-03\";s:20:\"astra-site-parent-id\";i:1418;s:15:\"astra-sites-tag\";a:6:{i:524;s:9:\"furniture\";i:522;s:15:\"home-remodeling\";i:436;s:8:\"interior\";i:523;s:7:\"kitchen\";i:525;s:7:\"modular\";i:526;s:10:\"renovation\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:12:{s:8:\"id-45554\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45552\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-about-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45556\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/home-remodeling-03-services-01.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45555\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45557\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45553\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44019\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/home-remodeling-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44017\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/home-remodeling-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44021\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44020\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-projects.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/home-remodeling-03/projects/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44022\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/home-remodeling-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-44018\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/home-remodeling-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/home-remodeling-03/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/home-remodeling-03/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:377;s:12:\"get-in-touch\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21626\";a:24:{s:5:\"title\";s:11:\"Real Estate\";s:2:\"id\";i:21626;s:12:\"publish-date\";i:1556774023;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/real-estate-02\";s:20:\"astra-site-parent-id\";i:135;s:15:\"astra-sites-tag\";a:7:{i:979;s:7:\"company\";i:550;s:14:\"estate-broking\";i:547;s:7:\"listing\";i:812;s:6:\"office\";i:549;s:8:\"property\";i:485;s:11:\"real-estate\";i:548;s:16:\"renting-property\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2832;s:8:\"property\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1031:\"<!-- wp:paragraph -->\n<p>The Real Estate web template makes an instant impression with a strong purple color and contact form front and center. It’s ideal for real estate, as it opens out into featured property sections, listings sections and supplementary content ideal for the niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Extra pages all reflect the needs of real estate while reflecting the overall aesthetic, ideal for real estate agents or the property industry. Everything you see on the page is fully customizable so you can quickly change anything you see to fit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Real Estate template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Makes an engaging first impression</li><li>Includes options for featured properties and agent bios</li><li>Includes supplementary pages already constructed</li><li>Customize everything you see on the page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Modern real estate template with flexible property showcases ideal for the industry\";s:5:\"pages\";a:6:{s:8:\"id-23299\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/real-estate-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23295\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/real-estate-02/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23300\";a:12:{s:5:\"title\";s:10:\"Properties\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-properties.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/real-estate-02/properties/\";s:15:\"astra-sites-tag\";a:4:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";i:553;s:10:\"properties\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23296\";a:12:{s:5:\"title\";s:6:\"Agents\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-agents.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/real-estate-02/agents/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:552;s:6:\"agents\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23298\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-faq.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/real-estate-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23297\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/real-estate-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/real-estate-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/real-estate-02/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21841\";a:24:{s:5:\"title\";s:18:\"Towing Services​\";s:2:\"id\";i:21841;s:12:\"publish-date\";i:1556622587;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/tow-services-04\";s:20:\"astra-site-parent-id\";i:85;s:15:\"astra-sites-tag\";a:4:{i:555;s:15:\"car-tow-service\";i:554;s:18:\"emergency-services\";i:1021;s:14:\"local-business\";i:556;s:12:\"tow-services\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:953:\"<!-- wp:paragraph -->\n<p>The Towing Services​ template uses a contrasting dark and light scheme to make key areas stand out. In this case, contact details and calls to action, ideal for engaging readers and letting them quickly get in touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The theme has a professional feel with dark gray background and shaded images and bold yellow contrast color. The service boxes in the center are particularly good, while the rest of the template definitely doesn’t disappoint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Towing Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Strong, modern scheme with professional design</li><li>Contrasting dark gray and yellow colorway</li><li>Great use of colors for calls to action</li><li>Supplementary pages reflect the core design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Effective web template ideal for towing and for any professional service companies\";s:5:\"pages\";a:6:{s:8:\"id-22704\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/tow-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22701\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/tow-services-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/tow-services-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22706\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/tow-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22703\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/tow-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/tow-services-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/tow-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/tow-services-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55382\";a:24:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55382;s:12:\"publish-date\";i:1621863472;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-02\";s:20:\"astra-site-parent-id\";i:2096;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:6:{i:2790;s:14:\"beauty-fashion\";i:2777;s:8:\"business\";i:2821;s:14:\"feminine-girly\";i:2890;s:15:\"makeup-cosmetic\";i:2837;s:5:\"salon\";i:2856;s:3:\"spa\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1011:\"<!-- wp:paragraph -->\n<p>The Salon &amp; Spa template is a minimalist design with lots of empty space designed to make your content and images stand out. Despite that minimalism, there is everything here you will need to promote your salon or spa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses white and pastel colors with a stronger color for calls to action. Image use is plentiful, which is ideal for a visual industry like hair and beauty. There is space to showcase your products and services and an attractive contact form too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Salon &amp; Spa template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Minimalist design that lets your content stand proud</li><li>Plenty of content and image areas to promote your salon or spa</li><li>Good use of colors to create elegance</li><li>Sample pages already created and ready to use</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Minimal design with a lot to say, ideal for the beauty niche and salons or spas\";s:5:\"pages\";a:4:{s:8:\"id-55384\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/816\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55383\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/950\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55385\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55386\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-02/wp-json/wp/v2/pages/996\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55382;s:26:\"related-gutenberg-template\";i:55398;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55398\";a:24:{s:5:\"title\";s:15:\"Salon &amp; Spa\";s:2:\"id\";i:55398;s:12:\"publish-date\";i:1621884270;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-400x1649.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/stylist-08\";s:20:\"astra-site-parent-id\";i:2101;s:15:\"astra-sites-tag\";a:11:{i:2102;s:10:\"beautician\";i:2121;s:13:\"beauty-parlor\";i:2106;s:12:\"beauty-salon\";i:2120;s:18:\"fashion-and-beauty\";i:1642;s:10:\"hair-salon\";i:2108;s:11:\"hairdresser\";i:577;s:13:\"makeup-artist\";i:2119;s:13:\"salon-and-spa\";i:530;s:3:\"spa\";i:2107;s:7:\"stylist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-contact-08-600x879.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/904\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/stylist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-about-08-600x1247.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/900\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/stylist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55402\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-services-08-600x1642.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/902\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/stylist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55401\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/stylist-08-600x2474.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/stylist-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/stylist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21814\";a:24:{s:5:\"title\";s:22:\"Swimming Pool Services\";s:2:\"id\";i:21814;s:12:\"publish-date\";i:1556196138;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/pool-services-04\";s:20:\"astra-site-parent-id\";i:89;s:15:\"astra-sites-tag\";a:3:{i:567;s:16:\"pool-maintenance\";i:569;s:13:\"swimming-pool\";i:570;s:10:\"water-pool\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2819;s:8:\"cleaning\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:986:\"<!-- wp:paragraph -->\n<p>The Swimming Pool Services template begins strongly with a full size image of a pool with an engaging blue and white colorway. A bold contrast color works well for calls to action while alternating dark and light fonts keep you scrolling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses emotive imagery that tells your story while creating the lifestyle your clients are likely to have. Pages are completely flexible, with the ability to change everything you see on the page. Ideal for modern business!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Swimming Pool Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful full screen image with bold headline</li><li>Well-chosen fonts and colors ideal for the niche</li><li>Provides lots of opportunities to use images</li><li>Essential pages already created</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Well-designed web template for pool cleaners, installers and related businesses\";s:5:\"pages\";a:7:{s:8:\"id-22826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pool-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22822\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/pool-services-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22828\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/pool-services-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22827\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/pool-services-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22824\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pool-services-04/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22823\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/pool-services-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/pool-services-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/pool-services-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21808\";a:24:{s:5:\"title\";s:7:\"Florist\";s:2:\"id\";i:21808;s:12:\"publish-date\";i:1556174293;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-03\";s:20:\"astra-site-parent-id\";i:116;s:15:\"astra-sites-tag\";a:4:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23088\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/282\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23085\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23089\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23087\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23090\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23086\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21807\";a:24:{s:5:\"title\";s:7:\"Florist\";s:2:\"id\";i:21807;s:12:\"publish-date\";i:1556174207;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/florist-04\";s:20:\"astra-site-parent-id\";i:115;s:15:\"astra-sites-tag\";a:5:{i:573;s:16:\"event-decoration\";i:571;s:7:\"florist\";i:572;s:15:\"flower-merchant\";i:574;s:7:\"flowers\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2784;s:5:\"event\";i:2853;s:17:\"florist-gardening\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:993:\"<!-- wp:paragraph -->\n<p>The Florist template uses classic design to portray the elegance floristry is known for. It’s an excellent design with lots of opportunities to use images, add content, show examples of your work and attract new customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses a flowing font for some headlines that add a personal touch. Main fonts are modern, to aid usability and are a nice combination. There’s also a calming parallax effect with flower image backgrounds and content boxes everywhere you want them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Florist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant website template ideal for floristry</li><li>Fantastic use of imagery throughout</li><li>Flexible content areas to share products and services</li><li>Easily customizable for your particular business</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Elegant web template that’s perfect for flowers, florists and floristry businesses\";s:5:\"pages\";a:6:{s:8:\"id-23076\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/florist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23073\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/about-us/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23077\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/florist-04/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23075\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23078\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/florist-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23074\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/florist-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/florist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/florist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21808;s:26:\"related-elementor-template\";i:21807;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21337\";a:24:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:21337;s:12:\"publish-date\";i:1556170141;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-02\";s:20:\"astra-site-parent-id\";i:301;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2819;s:8:\"cleaning\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1015:\"<!-- wp:paragraph -->\n<p>The Car Wash template is deceptively simple and opens with a bold blue header with an engaging headline. Scroll down and the page opens out into a white page with parallax effects and content areas to outline who you are and what you do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While designed for a car wash, you can see how easy it would be to transform this into something useful for any business in any niche. Flexible layouts, lots of content options and the ability to change anything on the page is just the beginning!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Car Wash template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Effective business template with engaging layout</li><li>Flexible content areas for full control and customizability</li><li>Parallax effect is small but packs a punch</li><li>Could be transformed into something for any business</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Modern website design that works for a car wash or any type of service business\";s:5:\"pages\";a:5:{s:8:\"id-25155\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25156\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25153\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25157\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-wash-menu.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-02/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25154\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21340;s:26:\"related-elementor-template\";i:21337;s:26:\"related-gutenberg-template\";i:48580;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21340\";a:24:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:21340;s:12:\"publish-date\";i:1556170495;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-01\";s:20:\"astra-site-parent-id\";i:303;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25171\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25172\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-services-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25169\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/296\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25173\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-wash-menu-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-01/wash-menu/\";s:15:\"astra-sites-tag\";a:2:{i:565;s:4:\"menu\";i:761;s:9:\"wash-menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25170\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/car-wash-01-contac-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2784,'astra-sites-and-pages-page-29','a:15:{s:8:\"id-48580\";a:24:{s:5:\"title\";s:8:\"Car Wash\";s:2:\"id\";i:48580;s:12:\"publish-date\";i:1603984622;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-600x2367.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-400x1578.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/car-wash-08\";s:20:\"astra-site-parent-id\";i:1747;s:15:\"astra-sites-tag\";a:7:{i:1749;s:9:\"bike-care\";i:1750;s:9:\"bike-wash\";i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:1751;s:15:\"car-maintenance\";i:586;s:8:\"car-wash\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48583\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-600x2367.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/car-wash-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48584\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-services-1-600x1405.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/car-wash-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48581\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-about-1-600x1322.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/car-wash-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48585\";a:12:{s:5:\"title\";s:9:\"Wash Menu\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-wash-menu-1-600x1138.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-wash-08/wash-menu/\";s:15:\"astra-sites-tag\";a:3:{i:585;s:7:\"pricing\";i:761;s:9:\"wash-menu\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48582\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/car-wash-08-contact-1-600x1241.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/car-wash-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-wash-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21676\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:21676;s:12:\"publish-date\";i:1555994283;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-05\";s:20:\"astra-site-parent-id\";i:59;s:15:\"astra-sites-tag\";a:3:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-22120\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/06/wedding-mark-brizy.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/wedding-05/wp-json/wp/v2/pages/514\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55223\";a:24:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55223;s:12:\"publish-date\";i:1621605691;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-2.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-02\";s:20:\"astra-site-parent-id\";i:2054;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:940:\"<!-- wp:paragraph -->\n<p>The Travel &amp; Tourism template has a light, welcoming design that uses the colors of sunshine to welcome you in. It’s a crisp, clean template with lots of whitespace and some very flexible content and image areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template could work for hotels, travel agents, travel bloggers and anyone involved in the travel industry. It’s a customizable theme you could literally turn into any website with minimal effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Travel &amp; Tourism template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light and welcoming design where images rule</li><li>Flexible content areas and layout for full customization</li><li>Ideal for a wide range of travel companies</li><li>Engaging colors and fonts throughout</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Light and welcoming website template ideal for the travel industry or travel blogger\";s:5:\"pages\";a:4:{s:8:\"id-55226\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55224\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-amenities.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55225\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-contact.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55227\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-02-rooms-1.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/travel-and-tourism-02/wp-json/wp/v2/pages/144\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-02/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55223;s:26:\"related-gutenberg-template\";i:64772;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55310\";a:24:{s:5:\"title\";s:20:\"Travel &amp; Tourism\";s:2:\"id\";i:55310;s:12:\"publish-date\";i:1621612162;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-400x1744.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/travel-and-tourism-08\";s:20:\"astra-site-parent-id\";i:2065;s:15:\"astra-sites-tag\";a:17:{i:2073;s:13:\"accommodation\";i:2076;s:18:\"apartments-hostels\";i:1534;s:3:\"bnb\";i:2078;s:14:\"business-hotel\";i:2079;s:10:\"guesthouse\";i:2080;s:8:\"homestay\";i:350;s:5:\"hotel\";i:2081;s:13:\"island-resort\";i:2082;s:12:\"luxury-hotel\";i:714;s:6:\"resort\";i:2077;s:12:\"tour-company\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:428;s:13:\"travel-agency\";i:2075;s:15:\"travel-services\";i:2083;s:8:\"urban-bb\";i:2084;s:15:\"vacation-rental\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55311\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-amenities-1-600x2270.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/travel-and-tourism-08/amenities/\";s:15:\"astra-sites-tag\";a:2:{i:777;s:9:\"amenities\";i:1599;s:10:\"facilities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55312\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-contact-600x963.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/travel-and-tourism-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55313\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-600x2616.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-and-tourism-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55314\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2021/05/travel-and-tourism-08-rooms-1-600x1709.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/travel-and-tourism-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/travel-and-tourism-08/rooms/\";s:15:\"astra-sites-tag\";a:2:{i:2073;s:13:\"accommodation\";i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21599\";a:24:{s:5:\"title\";s:20:\"Makeup Artist Studio\";s:2:\"id\";i:21599;s:12:\"publish-date\";i:1555493730;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-04\";s:20:\"astra-site-parent-id\";i:125;s:15:\"astra-sites-tag\";a:7:{i:1023;s:6:\"beauty\";i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1020;s:8:\"personal\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2890;s:15:\"makeup-cosmetic\";i:2770;s:8:\"personal\";i:2837;s:5:\"salon\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:981:\"<!-- wp:paragraph -->\n<p>The Makeup Artist Studio template is a well-designed website template that uses colors and images very well indeed. It’s a dark theme with bold contrast color and white fonts. It’s well laid out and contains lots of content areas to showcase your work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is fully customizable and comes with flexible content areas, service pages, pricing page, contact page and all the elements you would expect to see on a website in this kind of niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Makeup Artist Studio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Powerful dark theme with bright contrast color</li><li>Lots of opportunities to tell stories with images</li><li>Fullscreen layout with flexible content areas</li><li>Includes popular pages you’re likely to need</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Bold dark web theme designed specifically for the beauty niche and makeup artists\";s:5:\"pages\";a:5:{s:8:\"id-23191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23192\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/makeup-artist-04-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21347\";a:24:{s:5:\"title\";s:18:\"Transport Services\";s:2:\"id\";i:21347;s:12:\"publish-date\";i:1554905274;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-03\";s:20:\"astra-site-parent-id\";i:97;s:15:\"astra-sites-tag\";a:9:{i:394;s:9:\"air-cargo\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-22894\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/transport-services-03/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-03/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21329\";a:24:{s:5:\"title\";s:18:\"Transport Services\";s:2:\"id\";i:21329;s:12:\"publish-date\";i:1554905270;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/transport-services-04\";s:20:\"astra-site-parent-id\";i:95;s:15:\"astra-sites-tag\";a:12:{i:394;s:9:\"air-cargo\";i:845;s:4:\"blue\";i:391;s:14:\"cargo-services\";i:392;s:16:\"freight-services\";i:388;s:12:\"good-carrier\";i:389;s:9:\"logistics\";i:399;s:8:\"one-page\";i:846;s:3:\"red\";i:393;s:14:\"road-transport\";i:390;s:8:\"shipping\";i:366;s:9:\"transport\";i:387;s:8:\"trucking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2771;s:8:\"one-page\";i:2831;s:7:\"service\";i:2806;s:14:\"transportation\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2927;s:8:\"one-page\";i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:964:\"<!-- wp:paragraph -->\n<p>The Transport Services template is a bold design that creates an instant connection. From the full-size header image with parallax effect to the use of dark backgrounds and bold colors, there’s something here that draws you in and keeps you there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template as a whole has lots of flexible content areas and colors and fonts can be changed in seconds. Overall, while designed for haulage, it could be customized to suit any business with minimal effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Transport Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Powerful design with strong first impression</li><li>Great use of dark, light and bold colors</li><li>Fully customizable for any niche</li><li>Includes all the features a business website needs</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Bold, modern web design that works well for transport services and haulage companies\";s:5:\"pages\";a:1:{s:8:\"id-22887\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/transport-services-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/transport-services-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/transport-services-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21347;s:26:\"related-elementor-template\";i:21329;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21335\";a:24:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:21335;s:12:\"publish-date\";i:1554904291;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/cleaning-services-03\";s:20:\"astra-site-parent-id\";i:122;s:15:\"astra-sites-tag\";a:8:{i:1000;s:7:\"cleaner\";i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:675;s:12:\"housekeeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23157\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/04/cleaning-services-home.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/239\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/cleaning-services-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23155\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-about1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/cleaning-services-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23159\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/cleaning-services-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23160\";a:12:{s:5:\"title\";s:13:\"Why choose us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-why-choose-us.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/cleaning-services-03/why-choose-us/\";s:15:\"astra-sites-tag\";a:1:{i:760;s:13:\"why-choose-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23158\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-reviews.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23156\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/cleaning-services-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/cleaning-services-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/cleaning-services-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21171\";a:24:{s:5:\"title\";s:10:\"Fly Movers\";s:2:\"id\";i:21171;s:12:\"publish-date\";i:1553665197;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/movers-packers-04\";s:20:\"astra-site-parent-id\";i:362;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:364;s:6:\"movers\";i:365;s:7:\"packers\";i:366;s:9:\"transport\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2854;s:7:\"courier\";i:2806;s:14:\"transportation\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2473;s:9:\"transport\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:995:\"<!-- wp:paragraph -->\n<p>The Fly Movers template has a bright and breezy design that’s instantly engaging. It’s a full screen template with a neat parallax effect to divide different areas of the homepage. Combined with a reassuring red, white and blue colorway, it’s an excellent web template for any type of business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes colored backgrounds, modern fonts and great use of images throughout. While additional pages are simpler, they still reflect the overall feel to create a coherent design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fly Movers template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging design with smart color choices</li><li>Parallax effect used as an effective divider</li><li>Good use of images and fonts throughout</li><li>Can easily be customized for any type of business</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Well-designed modern template that’s perfect for movers and moving companies\";s:5:\"pages\";a:6:{s:8:\"id-28778\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/movers-packers-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28775\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/69\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/movers-packers-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28779\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/movers-packers-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28780\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/75\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/movers-packers-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28777\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-faq.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/movers-packers-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-28776\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/08/movers-packers-04-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/movers-packers-04/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/movers-packers-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:28824;s:26:\"related-elementor-template\";i:21171;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20908\";a:24:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:20908;s:12:\"publish-date\";i:1552457759;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-06\";s:20:\"astra-site-parent-id\";i:155;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23469\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-home.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/316\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23465\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/356\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23470\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/365\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23468\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-gallery.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/378\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23471\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-venues.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/387\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-06/venues/\";s:15:\"astra-sites-tag\";a:2:{i:696;s:5:\"venue\";i:691;s:10:\"work-place\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23467\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20919\";a:24:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:20919;s:12:\"publish-date\";i:1552457758;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-06\";s:20:\"astra-site-parent-id\";i:124;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23181\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/113\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23179\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/159\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23180\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-courses.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23183\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/174\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23182\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:75:\"https://websitedemos.net/ecourse-learn-photoshop-06/wp-json/wp/v2/pages/181\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20924\";a:24:{s:5:\"title\";s:10:\"Life Coach\";s:2:\"id\";i:20924;s:12:\"publish-date\";i:1552457758;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/life-coach-06\";s:20:\"astra-site-parent-id\";i:80;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-22414\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/304\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/life-coach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22410\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/life-coach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22412\";a:12:{s:5:\"title\";s:8:\"Coaching\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-coaching-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/life-coach-06/coaching/\";s:15:\"astra-sites-tag\";a:1:{i:610;s:8:\"coaching\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-22413\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/life-coach-06-contact-me-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/life-coach-06/wp-json/wp/v2/pages/380\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/life-coach-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20957\";a:24:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:20957;s:12:\"publish-date\";i:1552457756;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/03/id-20957-hotel-resize.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-06\";s:20:\"astra-site-parent-id\";i:156;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23488\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23488-hotel-home-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/215\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23489\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23489-hotel-rooms-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/268\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-06/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23490-hotel-services-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/276\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23487\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23487-hotel-gallery-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/287\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23491\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23491-hotel-testimonials-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/295\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23486\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23486-hotel-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-06/wp-json/wp/v2/pages/299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20968\";a:24:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:20968;s:12:\"publish-date\";i:1552457756;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-06\";s:20:\"astra-site-parent-id\";i:126;s:15:\"astra-sites-tag\";a:7:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";i:879;s:16:\"wordpress-agency\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23201\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/343\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23199\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/392\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23203\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/404\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23202\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/415\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-06/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23204\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-testimonials.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/426\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23200\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/wordpress-agency-06/wp-json/wp/v2/pages/435\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20969\";a:24:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:20969;s:12:\"publish-date\";i:1552457755;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-06\";s:20:\"astra-site-parent-id\";i:129;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23228\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-home-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23226\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23229\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-lessons.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/201\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23230\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-testimonials.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23227\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-06-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/teach-06/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2785,'astra-sites-and-pages-page-30','a:15:{s:8:\"id-20972\";a:24:{s:5:\"title\";s:18:\"Personal Dietitian\";s:2:\"id\";i:20972;s:12:\"publish-date\";i:1552457754;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/dietitian-06\";s:20:\"astra-site-parent-id\";i:131;s:15:\"astra-sites-tag\";a:3:{i:753;s:9:\"dietitian\";i:336;s:4:\"food\";i:754;s:12:\"nutritionist\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23254\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/803\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/dietitian-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23251\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/851\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23255\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/860\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/dietitian-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23252\";a:12:{s:5:\"title\";s:5:\"Blogs\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-blogs-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/915\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/dietitian-06/blogs/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23253\";a:12:{s:5:\"title\";s:10:\"Contact Me\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/dietitian-06-contact-me-01.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/dietitian-06/wp-json/wp/v2/pages/874\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/dietitian-06/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20981\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:20981;s:12:\"publish-date\";i:1552457753;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-06\";s:20:\"astra-site-parent-id\";i:138;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23323\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/541\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23324\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/596\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23322\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-making-impact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/605\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-06/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23321\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-pro-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-06/wp-json/wp/v2/pages/618\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20983\";a:24:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:20983;s:12:\"publish-date\";i:1552457753;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-06\";s:20:\"astra-site-parent-id\";i:134;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23288\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/500\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23285\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/543\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23287\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/548\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23289\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/555\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-06/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23286\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-06/wp-json/wp/v2/pages/566\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21029\";a:24:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:21029;s:12:\"publish-date\";i:1552457752;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-06\";s:20:\"astra-site-parent-id\";i:140;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23332\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/03/lotus-spa-therapy-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3092\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23330\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-about-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23333\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23331\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-06-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-06/wp-json/wp/v2/pages/3165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21039\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:21039;s:12:\"publish-date\";i:1552457751;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-06\";s:20:\"astra-site-parent-id\";i:150;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23425\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/620\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23423\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/670\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23428\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-websites.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/680\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-06/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23427\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-support.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23426\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-pricing.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/702\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23424\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-06-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-06/wp-json/wp/v2/pages/707\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55430\";a:24:{s:5:\"title\";s:18:\"Event Landing Page\";s:2:\"id\";i:55430;s:12:\"publish-date\";i:1621890480;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-02\";s:20:\"astra-site-parent-id\";i:2117;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2811;s:10:\"conference\";i:2784;s:5:\"event\";i:2863;s:12:\"landing-page\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:968:\"<!-- wp:paragraph -->\n<p>The Event Landing Page template can work as a one-page template or multi-page design depending on your needs. It’s a light, crisp design with plenty of white space and varying shades of blue that add color and create confidence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a minimal feel that lets your images and content stand out. With a simple white background and no borders, the blue color for buttons and calls to action really stands out. Perfect for converting customers!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Event Landing Page template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple, minimal design with presence</li><li>Flexible content areas to outline your event</li><li>Can integrate with booking plugins for online booking</li><li>Readymade pages ideal for the event niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:76:\"Minimalist web design with attractive elements for events and event planning\";s:5:\"pages\";a:1:{s:8:\"id-55431\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2021/05/event-02-home.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-02/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55436\";a:24:{s:5:\"title\";s:18:\"Event Landing Page\";s:2:\"id\";i:55436;s:12:\"publish-date\";i:1621881999;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-600x2182.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-400x1455.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/event-08\";s:20:\"astra-site-parent-id\";i:2118;s:15:\"astra-sites-tag\";a:11:{i:2141;s:19:\"business-conference\";i:2138;s:16:\"conference-event\";i:2146;s:17:\"design-conference\";i:2137;s:13:\"event-landing\";i:2140;s:15:\"marketing-event\";i:2145;s:6:\"meetup\";i:648;s:12:\"presentation\";i:2142;s:14:\"product-launch\";i:2139;s:7:\"seminar\";i:2144;s:15:\"tech-conference\";i:2143;s:20:\"webinar-landing-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55437\";a:12:{s:5:\"title\";s:12:\"Landing Page\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/05/event-08-600x2182.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/event-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/event-08/\";s:15:\"astra-sites-tag\";a:2:{i:850;s:12:\"landing-page\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45817\";a:24:{s:5:\"title\";s:18:\"Financial Advisors\";s:2:\"id\";i:45817;s:12:\"publish-date\";i:1585221053;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-04\";s:20:\"astra-site-parent-id\";i:1485;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2823;s:10:\"accounting\";i:2777;s:8:\"business\";i:2805;s:7:\"finance\";i:2866;s:9:\"insurance\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:926:\"<!-- wp:paragraph -->\n<p>The Financial Advisors template has the gravity and authority clients look for in the financial niche. All without being too overbearing or too sensible. It’s a modern, light design with lots of images and bold contrast colors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entire template has been designed with finance in mind. That means balancing the modern with the established to create confidence in visitors. We think this template delivers that and so much more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Financial Advisors template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light, modern design with the required gravity for finance</li><li>Flexible content areas throughout</li><li>Customizable colors and fonts</li><li>Readymade service and contact pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Modern website design that’s ideal for the finance industry and financial advisers\";s:5:\"pages\";a:5:{s:8:\"id-45820\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45822\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45821\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-industries-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45818\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-45819\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-04-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-04/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:45836;s:26:\"related-elementor-template\";i:45817;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45836\";a:24:{s:5:\"title\";s:18:\"Financial Advisors\";s:2:\"id\";i:45836;s:12:\"publish-date\";i:1585222094;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-03\";s:20:\"astra-site-parent-id\";i:1486;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2481;s:15:\"finance-service\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-45839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45841\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-services.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45840\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-industries.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45837\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-45838\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-03-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/financial-accounting-03/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-45806\";a:24:{s:5:\"title\";s:17:\"Financial Advisor\";s:2:\"id\";i:45806;s:12:\"publish-date\";i:1585220378;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/financial-accounting-06\";s:20:\"astra-site-parent-id\";i:1484;s:15:\"astra-sites-tag\";a:7:{i:447;s:10:\"accountant\";i:448;s:10:\"accounting\";i:581;s:6:\"advice\";i:449;s:20:\"chartered-accountant\";i:446;s:7:\"finance\";i:582;s:20:\"financial-investment\";i:775;s:18:\"investment-banking\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-45809\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-home-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/232\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/financial-accounting-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45811\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-services-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45810\";a:12:{s:5:\"title\";s:10:\"Industries\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-industries-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/industries/\";s:15:\"astra-sites-tag\";a:1:{i:493;s:10:\"industries\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45807\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-about-us-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/310\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/financial-accounting-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-45808\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/03/financial-accounting-06-contact-us-01.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/financial-accounting-06/wp-json/wp/v2/pages/317\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/financial-accounting-06/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21041\";a:24:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:21041;s:12:\"publish-date\";i:1552457751;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-06\";s:20:\"astra-site-parent-id\";i:151;s:15:\"astra-sites-tag\";a:4:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23435\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-06/wp-json/wp/v2/pages/469\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21085\";a:24:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:2:\"id\";i:21085;s:12:\"publish-date\";i:1552457750;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-06\";s:20:\"astra-site-parent-id\";i:153;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23447\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/331\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23449\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-departments.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/340\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-06/departments/\";s:15:\"astra-sites-tag\";a:3:{i:602;s:11:\"departments\";i:811;s:10:\"occupation\";i:812;s:6:\"office\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23450\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-doctors.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/347\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-testimonials.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/353\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-06/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23448\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/multimed-06/wp-json/wp/v2/pages/359\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21088\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:21088;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-06\";s:20:\"astra-site-parent-id\";i:157;s:15:\"astra-sites-tag\";a:4:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23494\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/243\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23496\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/artist-06/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23492\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/285\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23493\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/artist-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23493-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-06/wp-json/wp/v2/pages/300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21090\";a:24:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:21090;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/03/id-21090-university-resize.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-06\";s:20:\"astra-site-parent-id\";i:160;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23525\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23525-university-home-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/165\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23521\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/216\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/university-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23523\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23523-university-courses-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/courses/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23526\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23526-university-teachers-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-06/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23524\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23524-university-gallery-resize.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/236\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23522\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-06-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/university-06/wp-json/wp/v2/pages/240\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21092\";a:24:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:21092;s:12:\"publish-date\";i:1552457749;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-06\";s:20:\"astra-site-parent-id\";i:154;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23463\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/213\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23459\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/270\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23460\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-classes-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/280\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23462\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-faq.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/286\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-06/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23464\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-reviews.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/293\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/reviews/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23461\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-06-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-06/wp-json/wp/v2/pages/298\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2786,'astra-sites-and-pages-page-31','a:15:{s:8:\"id-21096\";a:24:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:21096;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-06\";s:20:\"astra-site-parent-id\";i:162;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23543\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23541\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-classes.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/241\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23539\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/246\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-06/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23542\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-06/wp-json/wp/v2/pages/252\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21098\";a:24:{s:5:\"title\";s:6:\"Winery\";s:2:\"id\";i:21098;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/winery-06\";s:20:\"astra-site-parent-id\";i:164;s:15:\"astra-sites-tag\";a:4:{i:635;s:7:\"brewery\";i:632;s:7:\"farming\";i:634;s:15:\"wine-production\";i:633;s:6:\"winery\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23563\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-home01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/436\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/winery-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23564\";a:12:{s:5:\"title\";s:9:\"Our Story\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-our-story-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/493\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/winery-06/our-story/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:767;s:5:\"story\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23562\";a:12:{s:5:\"title\";s:10:\"Experience\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-experience-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/498\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/winery-06/experience/\";s:15:\"astra-sites-tag\";a:1:{i:636;s:10:\"experience\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23561\";a:12:{s:5:\"title\";s:6:\"Events\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-events-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/504\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/winery-06/events/\";s:15:\"astra-sites-tag\";a:1:{i:409;s:5:\"event\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23560\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/winery-06-contact-01.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/winery-06/wp-json/wp/v2/pages/512\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/winery-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21100\";a:24:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:21100;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-06\";s:20:\"astra-site-parent-id\";i:159;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23513\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-home-04.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-06/wp-json/wp/v2/pages/459\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21102\";a:24:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:21102;s:12:\"publish-date\";i:1552457748;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-06\";s:20:\"astra-site-parent-id\";i:163;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23548\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/291\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-06/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23546\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/346\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-06/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23544\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-06/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23547\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/author-06/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21066\";a:24:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:21066;s:12:\"publish-date\";i:1551959684;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-02\";s:20:\"astra-site-parent-id\";i:244;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2853;s:17:\"florist-gardening\";i:2852;s:11:\"landscaping\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1008:\"<!-- wp:paragraph -->\n<p>The Garden Maintenance template has a light, refreshing feel with lots of whitespace and a calm green colorway. It opens with a subtle slider with an image of foliage to immediately set the scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page opens to include product and service areas, a portfolio and the flexible content elements you would expect. The entire template is ready to be customized and launched and you can add, change or remove everything you see on the page easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Garden Maintenance template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light and welcoming design with refreshing green color</li><li>Includes all the elements you would expect from a garden template</li><li>Flexible content areas for products and services</li><li>Compelling calls to action in a bright color</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Refreshing web template designed for gardeners and garden maintenance companies\";s:5:\"pages\";a:6:{s:8:\"id-50469\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-contact.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50471\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-faq.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50472\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50473\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-50474\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2021/03/garden-maintenance-02-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:21066;s:26:\"related-gutenberg-template\";i:48398;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21073\";a:24:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:21073;s:12:\"publish-date\";i:1551959686;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-01\";s:20:\"astra-site-parent-id\";i:242;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24575\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24572\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-about.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24577\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-services.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24576\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-projects.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24574\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-faq.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24573\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/garden-maintenance-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48398\";a:24:{s:5:\"title\";s:18:\"Garden Maintenance\";s:2:\"id\";i:48398;s:12:\"publish-date\";i:1603963842;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-600x2113.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-400x1409.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/garden-maintenance-08\";s:20:\"astra-site-parent-id\";i:1731;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48402\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-600x2113.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/garden-maintenance-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48399\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-about.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-about-600x1294.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/garden-maintenance-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48404\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-services.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-services-600x1452.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48403\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-projects-600x1060.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/35\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/garden-maintenance-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48401\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-faq.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-faq-600x778.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/garden-maintenance-08/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48400\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/garden-maintenance-08-contact-600x776.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/garden-maintenance-08/wp-json/wp/v2/pages/36\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/garden-maintenance-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48208\";a:24:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:48208;s:12:\"publish-date\";i:1603905881;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-600x1930.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-400x1287.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-08\";s:20:\"astra-site-parent-id\";i:1706;s:15:\"astra-sites-tag\";a:6:{i:1712;s:19:\"commercial-plumbing\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";i:1711;s:18:\"remolding-services\";i:1710;s:20:\"residential-plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48212\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-600x1930.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/34\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48209\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-about-2-600x1093.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48213\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-services-2-600x1603.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-08/services/\";s:15:\"astra-sites-tag\";a:2:{i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48214\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-testimonials-600x1293.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-08/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48211\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-faq-2-600x1751.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/plumber-08-contact-2-600x998.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-08/wp-json/wp/v2/pages/33\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20939\";a:24:{s:5:\"title\";s:17:\"Interior Designer\";s:2:\"id\";i:20939;s:12:\"publish-date\";i:1551698919;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-02\";s:20:\"astra-site-parent-id\";i:312;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2793;s:15:\"interior-design\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:995:\"<!-- wp:paragraph -->\n<p>The Interior Designer template has a crisp, modern feel you would expect of the niche. It has a contemporary look with simple navigation, integrated slideshow below the fold and a section about you front and center.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses simple colors and layout, along with modern fonts to let your images and content stand out. It’s a very refined design that shows you at your best while also selling you in a subtle way. It’s all the template you need if you’re a designer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Interior Designer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple, understated design with clever features</li><li>Flexible image and content areas</li><li>Plenty of opportunities to showcase projects and services</li><li>Crisp and modern feel ideal for the niche</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:73:\"Crisp, modern template that fits the design and creative niches perfectly\";s:5:\"pages\";a:6:{s:8:\"id-25257\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25255\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-aboutpage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25259\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-servicespage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25258\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-projectspage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25260\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-testimonialspage.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25256\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-designer-02-contactpage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/designer-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/interior-designer-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:20939;s:26:\"related-gutenberg-template\";i:48188;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48188\";a:24:{s:5:\"title\";s:17:\"Interior Designer\";s:2:\"id\";i:48188;s:12:\"publish-date\";i:1603905861;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-600x1322.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-400x881.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/interior-designer-08\";s:20:\"astra-site-parent-id\";i:1705;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-48191\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-600x1322.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/688\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/interior-designer-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48189\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-about-600x1240.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/689\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-designer-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48193\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-services-600x1104.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/690\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48192\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-projects-600x1736.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/691\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-designer-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48194\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-testimonials-600x1335.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/692\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/interior-designer-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48190\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-designer-08-contact-600x862.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/interior-designer-08/wp-json/wp/v2/pages/693\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/interior-designer-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21023\";a:24:{s:5:\"title\";s:15:\"Pearson College\";s:2:\"id\";i:21023;s:12:\"publish-date\";i:1551356707;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-03\";s:20:\"astra-site-parent-id\";i:189;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:3;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/267\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23920\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23922\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23926\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-teachers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23923\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23921\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-03-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20746\";a:24:{s:5:\"title\";s:15:\"Pearson College\";s:2:\"id\";i:20746;s:12:\"publish-date\";i:1551330893;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/education-04\";s:20:\"astra-site-parent-id\";i:187;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2825;s:8:\"coaching\";i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1015:\"<!-- wp:paragraph -->\n<p>The Pearson College template is a calm, confident design that uses lots of whitespace and images to help tell the story. There are also some nice effects, inspiring fonts and a nice green contrast color to highlight specific areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a laid back feel but with the authority this niche commands, along with fully customizable content areas, supplementary pages and contact form. As always, you can fully customize everything you see on the page to fit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Pearson College template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, relaxed web template ideal for colleges or universities</li><li>Flexible content areas throughout</li><li>Popular pages already designed and provided in the template</li><li>Lots of options to use images to paint a picture</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Education template with an accessible feel and great design, ideal for colleges\";s:5:\"pages\";a:6:{s:8:\"id-23876\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-home.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/education-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23871\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-about-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/education-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23874\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23877\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-teachers-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/education-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23875\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23873\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/education-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/education-04/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/education-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:21023;s:26:\"related-elementor-template\";i:20746;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20807\";a:24:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:20807;s:12:\"publish-date\";i:1549255990;s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-02\";s:20:\"astra-site-parent-id\";i:225;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2796;s:17:\"digital-marketing\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:976:\"<!-- wp:paragraph -->\n<p>The Growth Marketer template uses strong contrasting colors to create an impact. The blue background instantly grabs your attention while stark white and bold orange help keep it. All while telling your story and converting leads into customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template can be fully customized if you don’t like those colors. You can customize everything you see on the page if you need to, but this is a well-designed web template specifically for marketing and includes everything you would expect to see.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Growth Marketer template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold colors grab attention instantly</li><li>Full page design that’s fully responsive</li><li>Strong calls to action and content areas</li><li>Attractive contact page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Colorful, engaging website template that showcases your services as a marketer\";s:5:\"pages\";a:4:{s:8:\"id-24433\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-home-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24430\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-02-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24434\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot.png\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-testimonials-screenshot.png\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24432\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/growthmarketer-hire-screenshot.png\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24432-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-02/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:20810;s:26:\"related-elementor-template\";i:20807;s:26:\"related-gutenberg-template\";i:48703;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20810\";a:24:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:20810;s:12:\"publish-date\";i:1551243190;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-01\";s:20:\"astra-site-parent-id\";i:227;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24451\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/106\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-about.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24452\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-testimonials.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24450\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/content-marketing-01-hire-me.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24450-growth-marketer-hire-me-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/content-marketing-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-01/hire-me/\";s:15:\"astra-sites-tag\";a:1:{i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48703\";a:24:{s:5:\"title\";s:15:\"Growth Marketer\";s:2:\"id\";i:48703;s:12:\"publish-date\";i:1605205567;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-600x2199.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-400x1466.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/content-marketing-08\";s:20:\"astra-site-parent-id\";i:1764;s:15:\"astra-sites-tag\";a:3:{i:470;s:17:\"content-marketing\";i:472;s:6:\"growth\";i:471;s:8:\"strategy\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48706\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-2-600x2199.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25247\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/content-marketing-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48704\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-about-1-600x1131.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25248\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/content-marketing-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:99:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-testimonials-1-600x902.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25249\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/content-marketing-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48705\";a:12:{s:5:\"title\";s:7:\"Hire Me\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/11/content-marketing-08-hire-me-1-600x582.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/content-marketing-08/wp-json/wp/v2/pages/25250\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/content-marketing-08/hire-me/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:773;s:7:\"hire-me\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2787,'astra-sites-and-pages-page-32','a:15:{s:8:\"id-20816\";a:24:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:20816;s:12:\"publish-date\";i:1549255987;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-02\";s:20:\"astra-site-parent-id\";i:119;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2890;s:15:\"makeup-cosmetic\";i:2837;s:5:\"salon\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:989:\"<!-- wp:paragraph -->\n<p>The Barber Shop template helps paint the picture of a lifestyle enhanced by great hair. It’s a modern, masculine design with full screen images and a parallax effect that provides an upmarket feel many businesses look for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses dark shaded images overlaid with white text using crisp sans serif fonts. Pages offer great balance and some nice content areas to showcase your products and services. It’s perfect website template for barbers and hairdressers!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Barber Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template that paints the picture of a lifestyle</li><li>Full screen images with parallax effects</li><li>Lots of content areas to tell your story</li><li>Includes a gallery so you can show and tell</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Fullscreen template for barbers with strong imagery and a great first impression \";s:5:\"pages\";a:5:{s:8:\"id-23121\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-home-2.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23117\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23118\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-barbers-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23120\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23119\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:20904;s:26:\"related-elementor-template\";i:20816;s:26:\"related-gutenberg-template\";i:49017;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20904\";a:24:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:20904;s:12:\"publish-date\";i:1551074522;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-01\";s:20:\"astra-site-parent-id\";i:120;s:15:\"astra-sites-tag\";a:5:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/145\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23131\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23132\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-barbers-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/barbers/\";s:15:\"astra-sites-tag\";a:1:{i:478;s:6:\"barber\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23134\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23133\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/barber-shop-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48530\";a:24:{s:5:\"title\";s:11:\"Barber Shop\";s:2:\"id\";i:48530;s:12:\"publish-date\";i:1603984624;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-600x2737.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-400x1825.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/barber-shop-08\";s:20:\"astra-site-parent-id\";i:1745;s:15:\"astra-sites-tag\";a:6:{i:478;s:6:\"barber\";i:474;s:8:\"grooming\";i:477;s:9:\"hair-care\";i:984;s:9:\"hairstyle\";i:982;s:11:\"hairstylist\";i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-600x2737.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/barber-shop-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48531\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-about-600x1302.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/barber-shop-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48532\";a:12:{s:5:\"title\";s:7:\"Barbers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-barbers.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-barbers-600x1247.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/barbers/\";s:15:\"astra-sites-tag\";a:2:{i:478;s:6:\"barber\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48534\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-gallery.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-gallery-600x1791.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/gallery/\";s:15:\"astra-sites-tag\";a:2:{i:461;s:7:\"gallery\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48533\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/barber-shop-08-contact-600x1076.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/barber-shop-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/barber-shop-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20732\";a:24:{s:5:\"title\";s:21:\"Photography Portfolio\";s:2:\"id\";i:20732;s:12:\"publish-date\";i:1546842931;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-03\";s:20:\"astra-site-parent-id\";i:200;s:15:\"astra-sites-tag\";a:9:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24026\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24023\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24028\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24027\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-03/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24025\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19915\";a:24:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:19915;s:12:\"publish-date\";i:1546411117;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-02\";s:20:\"astra-site-parent-id\";i:293;s:15:\"astra-sites-tag\";a:4:{i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2816;s:8:\"plumbing\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The Plumber template is clean, modern and business-like, just what you need to inspire confidence and attract new leads. The homepage opens with a simple headline and contact form before opening into service sections and extra content. It creates a great first impression!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template combines dark and light areas with modern fonts and a bold contrast color for interest. Extra pages echo this design and provide everything you need to build a small business website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Plumber template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive business template</li><li>Headline and contact form front and center</li><li>Lots of content areas for products and services</li><li>Dedicated testimonial page for social proof</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Business-like template designed to deliver information fast with high engagement\";s:5:\"pages\";a:6:{s:8:\"id-25059\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25055\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25060\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-serivces.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25061\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-25061-plumber-testimonials-resize.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25058\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-faq.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/plumber-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25057\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-02-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:20536;s:26:\"related-elementor-template\";i:19915;s:26:\"related-gutenberg-template\";i:48208;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20515\";a:24:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:20515;s:12:\"publish-date\";i:1545982682;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-03-revampp.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-05\";s:20:\"astra-site-parent-id\";i:172;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23626\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/conference-event-05/wp-json/wp/v2/pages/101\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20536\";a:24:{s:5:\"title\";s:7:\"Plumber\";s:2:\"id\";i:20536;s:12:\"publish-date\";i:1546411115;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/plumber-01\";s:20:\"astra-site-parent-id\";i:295;s:15:\"astra-sites-tag\";a:3:{i:439;s:14:\"local-services\";i:507;s:7:\"plumber\";i:508;s:8:\"plumbing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-44078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-home-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/plumber-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-44075\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-about-screenshot.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/plumber-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44079\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-services-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/plumber-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44080\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-testimonials-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/plumber-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44077\";a:12:{s:5:\"title\";s:4:\"FAQs\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-faq-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/plumber-01/faqs/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44076\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/plumber-contact-screenshot.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/plumber-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/plumber-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-20475\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:20475;s:12:\"publish-date\";i:1545657562;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2018/12/id-20475-co-working-space-resize.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-05\";s:20:\"astra-site-parent-id\";i:235;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24503\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24503-co-working-space-home-resize.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/143\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24500\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-about-us-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/147\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24501\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-amenities-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/150\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-05/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24504\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing-page.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/153\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24502\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24502-co-working-space-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/co-working-space-05/wp-json/wp/v2/pages/156\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19958\";a:24:{s:5:\"title\";s:21:\"Photography Portfolio\";s:2:\"id\";i:19958;s:12:\"publish-date\";i:1545208405;s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:14:\"astra-site-url\";s:44:\"//websitedemos.net/photographer-portfolio-04\";s:20:\"astra-site-parent-id\";i:202;s:15:\"astra-sites-tag\";a:10:{i:513;s:6:\"camera\";i:482;s:7:\"fashion\";i:515;s:4:\"lens\";i:510;s:9:\"modelling\";i:511;s:12:\"photographer\";i:509;s:11:\"photography\";i:444;s:9:\"portfolio\";i:1022;s:12:\"professional\";i:514;s:11:\"videography\";i:512;s:13:\"wedding-shoot\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2770;s:8:\"personal\";i:2773;s:11:\"photography\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2485;s:11:\"photography\";i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1002:\"<!-- wp:paragraph -->\n<p>The Photography Portfolio website template uses minimal design to give your images the space to shine. The template has lots of space for images, including an oversize image slider at the top. It’s ideal for photographers, artists and other creatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design of the template is purposely kept minimal to not get in the way, yet still manages to provide all the content areas you need to engage the audience and deliver the information you want them to have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Photography Portfolio template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive portfolio theme where images are the star</li><li>Minimal page design that lets images shine</li><li>Enough content areas to tell your story and engage</li><li>Fully responsive design so scales to any screen size</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:77:\"Attractive portfolio theme where you and your images are the star of the show\";s:5:\"pages\";a:5:{s:8:\"id-24050\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2018/12/photographer-portfolio-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/photographer-portfolio-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24047\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/photographer-portfolio-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24052\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/photographer-portfolio-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24051\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-portfolio.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/photographer-portfolio-04/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24049\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/photographer-portfolio-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/photographer-portfolio-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:53:\"//websitedemos.net/photographer-portfolio-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:20732;s:26:\"related-elementor-template\";i:19958;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55334\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:55334;s:12:\"publish-date\";i:1621888356;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-02\";s:20:\"astra-site-parent-id\";i:2074;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:4:{i:2786;s:17:\"charity-nonprofit\";i:2864;s:9:\"community\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:989:\"<!-- wp:paragraph -->\n<p>The Charity template starts strong with an emotive full screen image and bold headline. Scroll past and the homepage opens up with lots of whitespace, complementing colors and a range of content areas to share the story of your charity or nonprofit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages include a biography section, areas to share your good works, an image gallery and a donation section. All these can be fully customized to suit your particular needs. As can the equally attractive, and effective, supplementary pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Charity template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Powerful opening ideal for emotive subjects</li><li>Great use of complementing colors and fonts</li><li>Lots of options for images and storytelling</li><li>Donation section included within each page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Well-designed template perfect for charities and nonprofits to raise awareness\";s:5:\"pages\";a:4:{s:8:\"id-55335\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55336\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55337\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-home.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-55338\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-02-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/communities-02/wp-json/wp/v2/pages/17\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-02/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:55334;s:26:\"related-gutenberg-template\";i:55425;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55425\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:55425;s:12:\"publish-date\";i:1621889386;s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-600x1661.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-400x1107.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/communities-08\";s:20:\"astra-site-parent-id\";i:2116;s:15:\"astra-sites-tag\";a:11:{i:625;s:7:\"charity\";i:2126;s:20:\"charity-organization\";i:893;s:6:\"church\";i:2125;s:9:\"community\";i:2128;s:16:\"community-center\";i:1013;s:8:\"donation\";i:2124;s:17:\"environmental-ngo\";i:624;s:10:\"foundation\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";i:2127;s:10:\"social-ngo\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-55427\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-contact-1-600x1191.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/370\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/communities-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-55426\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-about-us-600x1984.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/366\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/communities-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55428\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-600x1661.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/364\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/communities-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-55429\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/communities-08-what-we-do-1-600x1961.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/communities-08/wp-json/wp/v2/pages/368\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/communities-08/what-we-do/\";s:15:\"astra-sites-tag\";a:1:{i:628;s:10:\"what-we-do\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19959\";a:24:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:19959;s:12:\"publish-date\";i:1545134505;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-01-home.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-01\";s:20:\"astra-site-parent-id\";i:203;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-44099\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44097\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44100\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-product.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44101\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44098\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48132\";a:24:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:48132;s:12:\"publish-date\";i:1603893474;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-600x2066.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-400x1377.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-08\";s:20:\"astra-site-parent-id\";i:1703;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48135\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-600x2066.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48133\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-about-1-600x1341.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48134\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-contact-1-600x1076.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48136\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-products-1-600x1348.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/products/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48137\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-industry-08-projects-1-600x1322.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19814\";a:24:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:19814;s:12:\"publish-date\";i:1543901405;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-02\";s:20:\"astra-site-parent-id\";i:110;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2860;s:12:\"multipurpose\";i:2830;s:6:\"nature\";i:2831;s:7:\"service\";i:2797;s:14:\"simple-minimal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1241:\"<!-- wp:paragraph -->\n<p>The Sierra Nature multipurpose template uses a high quality full screen image to make an impact. Combined with a strong header and contrast color and parallax effect, it sets the scene perfectly for the site that unfolds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template alternates dark and light content areas with more parallax effects to create an atmosphere. Customizable content areas can help tell your story and outline products, services, good causes or anything you like. It’s a very flexible multipurpose theme!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sierra Nature template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Powerful opening image with parallax effect</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Alternating dark and light areas within pages works well</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Modern fonts are engaging and easy to read</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable content areas to tell your story</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Impactful modern design with lots of modern touches for use in any business niche\";s:5:\"pages\";a:5:{s:8:\"id-23008\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-home-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23005\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23010\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23009\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-projects-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23007\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19881;s:26:\"related-elementor-template\";i:19814;s:26:\"related-gutenberg-template\";i:48103;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19881\";a:24:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:19881;s:12:\"publish-date\";i:1544174934;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-01\";s:20:\"astra-site-parent-id\";i:111;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23024\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23024-sierra-nature-home-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23021\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-about-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23026\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-nature-services-screenshot.png\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23025\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23023\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/sierra-nature-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2788,'astra-sites-and-pages-page-33','a:15:{s:8:\"id-48103\";a:24:{s:5:\"title\";s:13:\"Sierra Nature\";s:2:\"id\";i:48103;s:12:\"publish-date\";i:1603893479;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-600x1860.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-400x1240.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/sierra-nature-08\";s:20:\"astra-site-parent-id\";i:1701;s:15:\"astra-sites-tag\";a:6:{i:538;s:6:\"forest\";i:537;s:13:\"national-park\";i:535;s:6:\"nature\";i:534;s:11:\"nature-park\";i:539;s:9:\"sanctuary\";i:536;s:10:\"wilderness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48104\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-about-2-600x1235.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/sierra-nature-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48105\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-contact-2-600x930.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-nature-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48106\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-600x1860.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/960\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/sierra-nature-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48107\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-projects-2-600x1203.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/966\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/projects/\";s:15:\"astra-sites-tag\";a:1:{i:1613;s:8:\"projects\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48108\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-2.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/sierra-nature-08-services-2-600x1140.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-nature-08/wp-json/wp/v2/pages/964\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/sierra-nature-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54442\";a:24:{s:5:\"title\";s:11:\"Coffee Shop\";s:2:\"id\";i:54442;s:12:\"publish-date\";i:1621459375;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-600x2849.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-400x1899.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/coffee-shop-08\";s:20:\"astra-site-parent-id\";i:2033;s:15:\"astra-sites-tag\";a:10:{i:693;s:4:\"cafe\";i:2042;s:8:\"cafe-bar\";i:1527;s:9:\"cafeteria\";i:2043;s:12:\"coffee-house\";i:1575;s:11:\"coffee-shop\";i:399;s:8:\"one-page\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:335;s:10:\"restaurant\";i:2041;s:9:\"snack-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-54443\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2021/05/coffee-shop-08-1-600x2849.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/coffee-shop-08/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coffee-shop-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19790\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:19790;s:12:\"publish-date\";i:1543500780;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-05\";s:20:\"astra-site-parent-id\";i:180;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23678\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-starter-site.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/853\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23676\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/868\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23679\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/876\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23677\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-05/wp-json/wp/v2/pages/878\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19796\";a:24:{s:5:\"title\";s:24:\"Personal Fitness Trainer\";s:2:\"id\";i:19796;s:12:\"publish-date\";i:1543500776;s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2018/11/id-19796-fitness-trainer-resize.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/fitness-trainer-05\";s:20:\"astra-site-parent-id\";i:174;s:15:\"astra-sites-tag\";a:11:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23635-fitness-trainer-home-resize.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fitness-trainer-05/wp-json/wp/v2/pages/149\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/fitness-trainer-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19798\";a:24:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:19798;s:12:\"publish-date\";i:1543500776;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-05\";s:20:\"astra-site-parent-id\";i:245;s:15:\"astra-sites-tag\";a:1:{i:1021;s:14:\"local-business\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24609\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-home-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/550\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24606\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24606-electrician-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/558\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24610\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-05-services-01.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/561\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24608\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24608-electrician-faq-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/564\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-05/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24607\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24607-electrician-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/electrician-05/wp-json/wp/v2/pages/567\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19792\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:19792;s:12:\"publish-date\";i:1543500772;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-05\";s:20:\"astra-site-parent-id\";i:276;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24855\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/913\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24850\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/921\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24858\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/925\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24857\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-projects.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/929\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-05/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24852\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/construction-05/wp-json/wp/v2/pages/932\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19801\";a:24:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:19801;s:12:\"publish-date\";i:1543500771;s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-05\";s:20:\"astra-site-parent-id\";i:248;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24621\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2018/11/hotel-05-home.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-05/wp-json/wp/v2/pages/373\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19754\";a:24:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:19754;s:12:\"publish-date\";i:1543500769;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-05\";s:20:\"astra-site-parent-id\";i:238;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24539\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-home-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24534\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-about-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24538\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-e-books-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24537\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-courses-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24536\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-05-contact-01.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19803\";a:24:{s:5:\"title\";s:14:\"A/C Technician\";s:2:\"id\";i:19803;s:12:\"publish-date\";i:1543500769;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-05\";s:20:\"astra-site-parent-id\";i:268;s:15:\"astra-sites-tag\";a:4:{i:599;s:9:\"ac-repair\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24770\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/262\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24771\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-services-01.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-services-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/273\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24768\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-about-01.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-05-about-01.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/277\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24769\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/ac-technician-05/wp-json/wp/v2/pages/284\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19824\";a:24:{s:5:\"title\";s:15:\"Sierra Industry\";s:2:\"id\";i:19824;s:12:\"publish-date\";i:1543500721;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/sierra-industry-02\";s:20:\"astra-site-parent-id\";i:206;s:15:\"astra-sites-tag\";a:4:{i:985;s:7:\"factory\";i:492;s:8:\"industry\";i:490;s:13:\"manufacturing\";i:489;s:10:\"production\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2807;s:10:\"industrial\";i:2860;s:12:\"multipurpose\";i:2797;s:14:\"simple-minimal\";i:2817;s:10:\"technology\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2474;s:13:\"manufacturing\";i:2500;s:12:\"multipurpose\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1172:\"<!-- wp:paragraph -->\n<p>The Sierra Industry multipurpose template uses an illustrative full screen image to instantly communicate what it’s about. It also uses simple fonts and a bold contrast color for calls to action to help visitors engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template combines dark and light areas with shaded images in a parallax effect to give that professional persona. Each page has fully customizable content areas to show your products or services and to tell your story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sierra Industry template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Full screen image communicates instantly</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Combination of subtle fonts and bold colors</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable content areas throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Equally attractive supplementary pages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Modern business template that builds authority from the second it loads on screen\";s:5:\"pages\";a:5:{s:8:\"id-24078\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/sierra-industry-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24075\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sierra-industry-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24079\";a:12:{s:5:\"title\";s:8:\"Products\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-products.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-products.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-02/product/\";s:15:\"astra-sites-tag\";a:1:{i:540;s:8:\"products\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24080\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-projects-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/sierra-industry-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24077\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/sierra-industry-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/sierra-industry-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/sierra-industry-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19959;s:26:\"related-elementor-template\";i:19824;s:26:\"related-gutenberg-template\";i:48132;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19784\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:19784;s:12:\"publish-date\";i:1543323208;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-05\";s:20:\"astra-site-parent-id\";i:161;s:15:\"astra-sites-tag\";a:5:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:733;s:4:\"shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-23535\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/175\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-05/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23533\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/185\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/artist-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23534\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/artist-05/wp-json/wp/v2/pages/189\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19719\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:19719;s:12:\"publish-date\";i:1541483028;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-05\";s:20:\"astra-site-parent-id\";i:167;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-57941\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/673\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-05/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-23593\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-starter-site-brizy.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/198\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23596\";a:12:{s:5:\"title\";s:10:\"Who We Are\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-who-we-are.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-05/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23595\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/211\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/charity-05/who-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23594\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-partners.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-partners.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/216\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/charity-05/our-partners/\";s:15:\"astra-sites-tag\";a:3:{i:734;s:8:\"partners\";i:486;s:4:\"team\";i:810;s:7:\"workers\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23591\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23591-charity-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/220\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-05/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23592\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-donate.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23592-charity-donate-resize.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/charity-05/wp-json/wp/v2/pages/223\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/charity-05/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19496\";a:24:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:19496;s:12:\"publish-date\";i:1538655035;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-02\";s:20:\"astra-site-parent-id\";i:127;s:15:\"astra-sites-tag\";a:11:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2785;s:4:\"food\";i:2876;s:13:\"food-ordering\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:967:\"<!-- wp:paragraph -->\n<p>The Italian Restaurant template uses an instantly engaging design full of bold colors, welcoming fonts and some strong imagery. All the ingredients you expect from a restaurant or food business website!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template opens with a strong image and graphic overlay to instantly communicate what it’s about. Pages combine dark and light areas and include space for menus, a portfolio, testimonials and an attractive map. Everything is customizable, so you can rebrand it with ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Italian Restaurant template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Impactful design with bold colors</li><li>Great use of images throughout eat page</li><li>Attractive menu section and menu page</li><li>Can take bookings with a booking plugin</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Impactful food business template that dares to make an impact with color and imagery\";s:5:\"pages\";a:4:{s:8:\"id-23208\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-home-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23209\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-menu-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-menu-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-02/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23205\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/italian-restaurant-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23207\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19574;s:26:\"related-elementor-template\";i:19496;s:26:\"related-gutenberg-template\";i:47957;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19574\";a:24:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:19574;s:12:\"publish-date\";i:1540190285;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-01\";s:20:\"astra-site-parent-id\";i:130;s:15:\"astra-sites-tag\";a:11:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";i:971;s:10:\"restro-bar\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23239\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-starter-site.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23240\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-site-menu.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-site-menu.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-01/menu/\";s:15:\"astra-sites-tag\";a:1:{i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23236\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:50:\"//websitedemos.net/italian-restaurant-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23238\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/italian-restaurant-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/italian-restaurant-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19557\";a:24:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:19557;s:12:\"publish-date\";i:1540185981;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-02\";s:20:\"astra-site-parent-id\";i:315;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2795;s:12:\"architecture\";i:2793;s:15:\"interior-design\";i:2768;s:9:\"portfolio\";i:2832;s:8:\"property\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:979:\"<!-- wp:paragraph -->\n<p>The Interior Design Firm template has an inspiring design that builds confidence right away. The combination of dark and light, modest accent colors and bold imagery sets the scene for any type of design firm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage has a strong hero section with modern sans serif fonts and modest navigation. The rest of the template has a light feel with gray or white backgrounds and subtle content boxes that help tell your story and showcase your work. Ideal for any creative business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Interior Design Firm template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Inspiring design that combines dark and light</li><li>Crisp modern fonts throughout</li><li>Subtle colors that help build authority</li><li>Portfolio and testimonial sections built-in</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Upmarket website design ideal for architects, interior designers and design firms\";s:5:\"pages\";a:5:{s:8:\"id-25294\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25295\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-project.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-project.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25291\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25296\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-testimonial.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-02/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25293\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:19598;s:26:\"related-elementor-template\";i:19557;s:26:\"related-gutenberg-template\";i:64831;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2789,'astra-sites-and-pages-page-34','a:15:{s:8:\"id-19598\";a:24:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:19598;s:12:\"publish-date\";i:1543819741;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-01\";s:20:\"astra-site-parent-id\";i:314;s:15:\"astra-sites-tag\";a:8:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:981;s:17:\"interior-designer\";i:422;s:11:\"landscaping\";i:812;s:6:\"office\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25282\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25283\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-portfolio.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-01/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25279\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25284\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-01/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25281\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/interior-firm-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/interior-firm-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48496\";a:24:{s:5:\"title\";s:20:\"Interior Design Firm\";s:2:\"id\";i:48496;s:12:\"publish-date\";i:1603984630;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-400x1528.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/interior-firm-08\";s:20:\"astra-site-parent-id\";i:1742;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";i:1022;s:12:\"professional\";i:437;s:6:\"zoning\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:2:{i:2488;s:9:\"portfolio\";i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48499\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-600x2293.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1224\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/interior-firm-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48500\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-projects-600x1792.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1182\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/interior-firm-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48497\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-about-1-600x1592.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1184\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/interior-firm-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48501\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-testimonial-600x1090.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1186\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/interior-firm-08/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48498\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2020/10/interior-firm-08-contact-1-600x1316.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/interior-firm-08/wp-json/wp/v2/pages/1188\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/interior-firm-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19111\";a:24:{s:5:\"title\";s:14:\"A/C Technician\";s:2:\"id\";i:19111;s:12:\"publish-date\";i:1535102708;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/ac-technician-01\";s:20:\"astra-site-parent-id\";i:292;s:15:\"astra-sites-tag\";a:4:{i:599;s:9:\"ac-repair\";i:439;s:14:\"local-services\";i:600;s:15:\"repair-services\";i:441;s:10:\"technician\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-25048\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-home.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/ac-technician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25049\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-01-services02.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/ac-technician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25045\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ac-technician-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25047\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ac-technician-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/ac-technician-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/ac-technician-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47957\";a:24:{s:5:\"title\";s:18:\"Italian Restaurant\";s:2:\"id\";i:47957;s:12:\"publish-date\";i:1603828772;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-400x1583.jpg\";s:14:\"astra-site-url\";s:40:\"//websitedemos.net/italian-restaurant-08\";s:20:\"astra-site-parent-id\";i:1689;s:15:\"astra-sites-tag\";a:10:{i:562;s:6:\"bistro\";i:972;s:4:\"club\";i:560;s:7:\"cuisine\";i:561;s:6:\"eatery\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:563;s:18:\"italian-restaurant\";i:559;s:6:\"outlet\";i:335;s:10:\"restaurant\";i:970;s:6:\"restro\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2496;s:15:\"restaurant-food\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47960\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-600x2375.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/56\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/italian-restaurant-08/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47961\";a:12:{s:5:\"title\";s:4:\"Menu\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-menu-2-600x2011.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/54\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/italian-restaurant-08/menu/\";s:15:\"astra-sites-tag\";a:2:{i:1579;s:9:\"food-menu\";i:565;s:4:\"menu\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47958\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-about-us-600x1754.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/italian-restaurant-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47959\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/italian-restaurant-08-contact-2-600x1278.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/italian-restaurant-08/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/italian-restaurant-08/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18887\";a:24:{s:5:\"title\";s:15:\"MultiMed Clinic\";s:2:\"id\";i:18887;s:12:\"publish-date\";i:1534767021;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-04\";s:20:\"astra-site-parent-id\";i:261;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";i:2841;s:14:\"medical-clinic\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1019:\"<!-- wp:paragraph -->\n<p>The MultiMed Clinic template engages instantly with a simple header with shaded background image. The use of colors related to medicine tells you exactly what this design is all about, without saying a word.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talking of words, there are flexible content areas throughout that you can customize to suit your clinic. You can effortlessly outline products and services, surgery times, opening hours, departments and all the information you need to communicate with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the MultiMed Clinic template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold opening with colors linked to medicine</li><li>Instantly communicates a message before you read a word</li><li>Customizable content areas throughout the template</li><li>Includes most sections you would expect to see for a clinic</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Clean, modern medical website template ideal for clinics, surgeries and hospitals\";s:5:\"pages\";a:6:{s:8:\"id-24729\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24724\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-about.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24727\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-dept.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-04/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24728\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-doctors.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24730\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24726\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18933;s:26:\"related-elementor-template\";i:18887;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18933\";a:24:{s:5:\"title\";s:15:\"Multimed Clinic\";s:2:\"id\";i:18933;s:12:\"publish-date\";i:1533540957;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/multimed-03\";s:20:\"astra-site-parent-id\";i:262;s:15:\"astra-sites-tag\";a:7:{i:337;s:6:\"clinic\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:603;s:7:\"medical\";i:606;s:15:\"medical-science\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24743\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-site-03.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/multimed-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24738\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-about-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/multimed-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24741\";a:12:{s:5:\"title\";s:11:\"Departments\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-departments-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/multimed-03/departments/\";s:15:\"astra-sites-tag\";a:1:{i:602;s:11:\"departments\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24742\";a:12:{s:5:\"title\";s:7:\"Doctors\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-doctors-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/doctors/\";s:15:\"astra-sites-tag\";a:1:{i:601;s:6:\"doctor\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24744\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-testimonials-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/multimed-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24740\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/multimed-03-contact-site.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/multimed-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/multimed-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18881\";a:24:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:18881;s:12:\"publish-date\";i:1533194157;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-04\";s:20:\"astra-site-parent-id\";i:286;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2840;s:18:\"college-university\";i:2772;s:9:\"education\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:952:\"<!-- wp:paragraph -->\n<p>The University template opens with an emotive success image that sets the scene. Combined with a central menu and simple header, it achieves a lot with very little. The homepage is largely grayscale but uses color for graphics buttons and images to help them stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template is fully customizable with flexible content areas, dedicated course and teacher pages and the opportunity to move, add or change anything you see on the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the University template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Makes an impact as soon as the homepage loads</li><li>Combines grayscale and color for maximum impact</li><li>Additional course and teacher pages</li><li>Customize everything you see on the page</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Well-designed template ideal for schools, colleges and educational institutions\";s:5:\"pages\";a:6:{s:8:\"id-24975\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24970\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24973\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-our-courses.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-04/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24976\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-teachers.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-04/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24974\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24972\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18917;s:26:\"related-elementor-template\";i:18881;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18917\";a:24:{s:5:\"title\";s:10:\"University\";s:2:\"id\";i:18917;s:12:\"publish-date\";i:1533194022;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/university-03\";s:20:\"astra-site-parent-id\";i:287;s:15:\"astra-sites-tag\";a:5:{i:457;s:7:\"college\";i:459;s:9:\"education\";i:460;s:8:\"learning\";i:456;s:6:\"school\";i:458;s:10:\"university\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24989\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/university-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24984\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24987\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-our-courses.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/university-03/our-courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24990\";a:12:{s:5:\"title\";s:8:\"Teachers\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-teachers.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/university-03/teachers/\";s:15:\"astra-sites-tag\";a:1:{i:464;s:7:\"teacher\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24988\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24986\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/university-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/university-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/university-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18924\";a:24:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:18924;s:12:\"publish-date\";i:1533194016;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-03\";s:20:\"astra-site-parent-id\";i:254;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24658\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/110\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24654\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24656\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43553\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-faq.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-03/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-43554\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/kindergarten-03-reviews.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24657\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-03-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-03/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18880\";a:24:{s:5:\"title\";s:12:\"Kindergarten\";s:2:\"id\";i:18880;s:12:\"publish-date\";i:1532087995;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kindergarten-04\";s:20:\"astra-site-parent-id\";i:257;s:15:\"astra-sites-tag\";a:4:{i:459;s:9:\"education\";i:617;s:12:\"kindergarten\";i:460;s:8:\"learning\";i:456;s:6:\"school\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2772;s:9:\"education\";i:2862;s:22:\"preschool-kindergarten\";i:2782;s:6:\"school\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2491;s:22:\"educational-institutes\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1024:\"<!-- wp:paragraph -->\n<p>The Kindergarten web template has a youthful, friendly appearance that’s perfect for the niche. It’s light, bright and welcoming while providing all the information a parent needs to engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of bold colors helps create an instant atmosphere, while the whitespace relaxes the eyes and helps separate imagery from the content. It’s a well-balanced design that mixes images and graphics seamlessly, while creating an accessible, inclusive feel that will resonate well with your target audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Kindergarten template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold, bright and youthful design throughout</li><li>Great mix of modern and handwritten fonts</li><li>Images ands graphics combine to create a sense of fun</li><li>Flexible content areas you can change in seconds</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Happy, youthful web design ideal for the kindergarten, early school or preschool niche\";s:5:\"pages\";a:6:{s:8:\"id-24686\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kindergarten-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24682\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/kindergarten-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24684\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-classes.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/classes/\";s:15:\"astra-sites-tag\";a:3:{i:557;s:7:\"classes\";i:425;s:8:\"services\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31638\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-faq.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23462-kindergarten-faq-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/kindergarten-04/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-31639\";a:12:{s:5:\"title\";s:7:\"Reviews\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-reviews.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23464-kindergarten-reviews-resize.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/reviews/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24685\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kindergarten-04-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/kindergarten-04/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/kindergarten-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18924;s:26:\"related-elementor-template\";i:18880;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18790\";a:24:{s:5:\"title\";s:8:\"Ayurveda\";s:2:\"id\";i:18790;s:12:\"publish-date\";i:1531225345;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-04\";s:20:\"astra-site-parent-id\";i:226;s:15:\"astra-sites-tag\";a:19:{i:618;s:9:\"ayurvedic\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:607;s:9:\"treatment\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2830;s:6:\"nature\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:5;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1262:\"<!-- wp:paragraph -->\n<p>The Ayurveda template has been created for the health and wellness niche. It uses calm colors, high quality images and a mixture of attractive fonts to make you feel instantly welcome and receptive to the message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of green, while customizable, helps create a feeling of relaxation expected of the niche. All pages combine content areas, whitespace, calls to action, images and content to help engage. The web template can integrate seamlessly with WooCommerce to create a fully working online store too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Ayurveda template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Relaxed design ideal for health and wellness</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Laid back vibe while delivering your core message</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lots of options for adding content and images</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can integrate with WooCommerce for an online store</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:70:\"Relaxed website theme ideal for the healthy, wellness and beauty niche\";s:5:\"pages\";a:3:{s:8:\"id-24438\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24435\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24437\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18872;s:26:\"related-elementor-template\";i:18790;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18872\";a:24:{s:5:\"title\";s:8:\"Ayurveda\";s:2:\"id\";i:18872;s:12:\"publish-date\";i:1531199534;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/ayurveda-03\";s:20:\"astra-site-parent-id\";i:228;s:15:\"astra-sites-tag\";a:19:{i:618;s:9:\"ayurvedic\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:607;s:9:\"treatment\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-24461\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/ayurveda-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24458\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-about-us.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/ayurveda-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24460\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/ayurveda-03-contact-us.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/ayurveda-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/ayurveda-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18871\";a:24:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:18871;s:12:\"publish-date\";i:1531199526;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-03\";s:20:\"astra-site-parent-id\";i:104;s:15:\"astra-sites-tag\";a:9:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:506;s:19:\"functional-training\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-22955\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22952\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-classes.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/classes/\";s:15:\"astra-sites-tag\";a:1:{i:557;s:7:\"classes\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22950\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-22954\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-03-contact.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-03/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18738\";a:24:{s:5:\"title\";s:17:\"Gym &amp; Fitness\";s:2:\"id\";i:18738;s:12:\"publish-date\";i:1531199416;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:14:\"astra-site-url\";s:36:\"//websitedemos.net/fitness-center-04\";s:20:\"astra-site-parent-id\";i:101;s:15:\"astra-sites-tag\";a:10:{i:502;s:8:\"exercise\";i:499;s:7:\"fitness\";i:505;s:15:\"fitness-trainer\";i:847;s:5:\"green\";i:500;s:3:\"gym\";i:976;s:14:\"gym-instructor\";i:504;s:11:\"gym-trainer\";i:1020;s:8:\"personal\";i:503;s:7:\"trainer\";i:501;s:8:\"work-out\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2787;s:11:\"gym-fitness\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2480;s:16:\"fitness-wellness\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1084:\"<!-- wp:paragraph -->\n<p>The Gym &amp; Fitness template uses powerful dark design to portray the qualities expected in the niche. It’s a youthful template with dark background, bold white and strong colors along with emotive images to help paint the picture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage includes some flexible content areas where you can showcase your courses, sessions, equipment or anything you like. All pages reflect the overall aesthetic while offering the information visitors need to engage, book a session or get in touch. It’s the complete package!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Gym &amp; Fitness template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dark, powerful website theme designs specifically for the niche</li><li>Great use of dark design to create an awesome first impression</li><li>Customizable colors and content areas throughout</li><li>Can integrate with WooCommerce for selling products</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Dark modern web design that’s ideal for use in the exercise, gym and fitness niche\";s:5:\"pages\";a:4:{s:8:\"id-22930\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-home.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/fitness-center-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22928\";a:12:{s:5:\"title\";s:7:\"Classes\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-classes.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/classes/\";s:15:\"astra-sites-tag\";a:2:{i:557;s:7:\"classes\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22926\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fitness-center-04/about/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:455;s:8:\"about-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-22929\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/fitness-center-04-contact-2.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/fitness-center-04/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fitness-center-04/contact/\";s:15:\"astra-sites-tag\";a:2:{i:415;s:7:\"contact\";i:454;s:10:\"contact-us\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:18871;s:26:\"related-elementor-template\";i:18738;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18854\";a:24:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:18854;s:12:\"publish-date\";i:1530855088;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-03\";s:20:\"astra-site-parent-id\";i:204;s:15:\"astra-sites-tag\";a:6:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24071\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/psychiatrist-03/wp-json/wp/v2/pages/422\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2790,'astra-sites-and-pages-page-35','a:15:{s:8:\"id-18812\";a:24:{s:5:\"title\";s:12:\"Psychiatrist\";s:2:\"id\";i:18812;s:12:\"publish-date\";i:1530079532;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/psychiatrist-04\";s:20:\"astra-site-parent-id\";i:205;s:15:\"astra-sites-tag\";a:7:{i:608;s:8:\"guidance\";i:399;s:8:\"one-page\";i:1020;s:8:\"personal\";i:621;s:12:\"psychiatrist\";i:622;s:13:\"psychotherapy\";i:463;s:11:\"single-page\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:5:{i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2770;s:8:\"personal\";i:2831;s:7:\"service\";i:2833;s:20:\"therapy-psychologist\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1024:\"<!-- wp:paragraph -->\n<p>The Psychiatrist template is a light, welcoming design within a boxed layout. It displays the calm, inclusive design we would expect from the niche along with the essential information you need to communicate to potential patients or partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template uses lots of whitespace combined with a calm green color associated with the medical field. The homepage includes lots of space for services, testimonials, calls to action, session outlines and all the information you need to communicate to your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Psychiatrist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Light, welcoming design ideal for the medical niche</li><li>Lots of whitespace and calm colors throughout</li><li>Flexible content areas throughout</li><li>Supplementary pages communicate extra information</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Modern template ideal for psychiatrists or professionals in the medical profession\";s:5:\"pages\";a:1:{s:8:\"id-24073\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/psychiatrist-04-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/psychiatrist-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/psychiatrist-04/\";s:15:\"astra-sites-tag\";a:2:{i:423;s:4:\"home\";i:746;s:13:\"one-page-site\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18854;s:26:\"related-elementor-template\";i:18812;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18696\";a:24:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:18696;s:12:\"publish-date\";i:1527509495;s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-03\";s:20:\"astra-site-parent-id\";i:274;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24839\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/64\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24836\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/65\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24838\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-courses.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/85\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24841\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1.jpg\";s:19:\"thumbnail-image-url\";s:97:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-testimonials-1.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/86\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-03/testimonials/\";s:15:\"astra-sites-tag\";a:2:{i:432;s:6:\"review\";i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24840\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-03-pricing.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18622\";a:24:{s:5:\"title\";s:20:\"Food and Drinks Blog\";s:2:\"id\";i:18622;s:12:\"publish-date\";i:1526300269;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-home.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/fnb-blogger-03\";s:20:\"astra-site-parent-id\";i:888;s:15:\"astra-sites-tag\";a:6:{i:728;s:8:\"beverage\";i:729;s:8:\"blogging\";i:336;s:4:\"food\";i:883;s:23:\"food-and-drinks-blogger\";i:890;s:12:\"food-blogger\";i:730;s:7:\"recipes\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-31836\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2018/05/fnb-blogger-03-about-me.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/fnb-blogger-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-31837\";a:12:{s:5:\"title\";s:19:\"Let&#8217;s Connect\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect-01.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/09/fnb-blogger-03-lets-connect.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/fnb-blogger-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/fnb-blogger-03/lets-connect/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18624\";a:24:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:18624;s:12:\"publish-date\";i:1526299822;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-03\";s:20:\"astra-site-parent-id\";i:222;s:15:\"astra-sites-tag\";a:5:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24404\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24402\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-books.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-03/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24400\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-03/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24403\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/author-03-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/author-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18636\";a:24:{s:5:\"title\";s:9:\"Jewellery\";s:2:\"id\";i:18636;s:12:\"publish-date\";i:1526295229;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-03\";s:20:\"astra-site-parent-id\";i:249;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-24626\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24624\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-about-us-1.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24625\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-03-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24625-jewellery-contact-us-resize.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18548\";a:24:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:18548;s:12:\"publish-date\";i:1525174042;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-04\";s:20:\"astra-site-parent-id\";i:272;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2784;s:5:\"event\";i:2831;s:7:\"service\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1034:\"<!-- wp:paragraph -->\n<p>The Wedding Planner template has an elegant design ideal for the niche. It balances a romantic feel with a clean look that delivers wide appeal across the varied wedding niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes well balanced pages with flexible content areas to show your products and services, showcase previous weddings you planned, include testimonials and all those things we expect from a website like this. With a built-in portfolio, attractive contact page and that composed look, this template is a real winner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Planner template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design ideal for weddings and wedding planners</li><li>Calm, composed design with instant appeal</li><li>Lots of flexible content areas to add your services</li><li>Portfolio and gallery pages already included</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:61:\"Lovely web template designed for weddings, and event planners\";s:5:\"pages\";a:6:{s:8:\"id-24812\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-home-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/173\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24808\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24813\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24811\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-gallery-2.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24814\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-venues.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-04/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24810\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-04/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18556;s:26:\"related-elementor-template\";i:18548;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18574\";a:24:{s:5:\"title\";s:31:\"eCourse &#8211; Learn Photoshop\";s:2:\"id\";i:18574;s:12:\"publish-date\";i:1525174025;s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/ecourse-learn-photoshop-04\";s:20:\"astra-site-parent-id\";i:275;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1047:\"<!-- wp:paragraph -->\n<p>The eCourse &amp; Learn Photoshop template is a crisp, modern template ideal for online learning. It uses reassuring colors and a clean layout with alternating shaded and white areas with a bold color for calls to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes a strong homepage with optional content areas and dedicated course pages to help outline your courses, offer demos, encourage purchase or generally help engagement. It’s a professional-looking design that should help build confidence in your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eCourse &amp; Learn Photoshop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional design with wide appeal</li><li>Designed for online learning with dedicated course pages</li><li>Can be adapted for any type of course or niche</li><li>Full compatibility with WooCommerce for selling or subscriptions</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:78:\"Professional web template for LMS, course websites and online learning portals\";s:5:\"pages\";a:5:{s:8:\"id-24853\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-home-1.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/ecourse-learn-photoshop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24848\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-about.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/ecourse-learn-photoshop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24851\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24851-ecourse-learn-photoshop-courses-resize.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24856\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2019/07/ecourse-learn-photoshop-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:59:\"//websitedemos.net/ecourse-learn-photoshop-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24854\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24854-ecourse-learn-photoshop-pricing-resize.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/ecourse-learn-photoshop-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/ecourse-learn-photoshop-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18696;s:26:\"related-elementor-template\";i:18574;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18423\";a:24:{s:5:\"title\";s:6:\"Author\";s:2:\"id\";i:18423;s:12:\"publish-date\";i:1524117769;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/author-04\";s:20:\"astra-site-parent-id\";i:224;s:15:\"astra-sites-tag\";a:6:{i:724;s:6:\"author\";i:726;s:10:\"literature\";i:723;s:8:\"novelist\";i:1020;s:8:\"personal\";i:722;s:4:\"poet\";i:725;s:6:\"writer\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2839;s:13:\"author-writer\";i:2814;s:9:\"bookstore\";i:2769;s:9:\"ecommerce\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:949:\"<!-- wp:paragraph -->\n<p>The Author template is ideal for any creative that wants to promote their work. While set up for books, you could promote anything with minimal effort thanks to full page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is light and easygoing, with a new release front and center with a shaded image in the background. Gentle complementing colors draws attention while keeping you relaxed and entices you to explore the template more. Just what you want when showcasing your work!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Author template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, composed website design</li><li>Configured for creatives to showcase their work</li><li>Tasteful color and font choices throughout</li><li>Book pages let you add a lot of detail</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Tasteful web template for freelancers, creatives or agencies to show off their work\";s:5:\"pages\";a:4:{s:8:\"id-24419\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:19:\"thumbnail-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2019/07/author-home.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/author-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24417\";a:12:{s:5:\"title\";s:5:\"Books\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/author-04/books/\";s:15:\"astra-sites-tag\";a:1:{i:727;s:4:\"book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24415\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/author-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/author-04/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24418\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/author-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/author-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/author-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18624;s:26:\"related-elementor-template\";i:18423;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18556\";a:24:{s:5:\"title\";s:15:\"Wedding Planner\";s:2:\"id\";i:18556;s:12:\"publish-date\";i:1524117767;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/wedding-planner-03\";s:20:\"astra-site-parent-id\";i:273;s:15:\"astra-sites-tag\";a:3:{i:717;s:13:\"event-planner\";i:697;s:7:\"wedding\";i:716;s:15:\"wedding-planner\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1034:\"<!-- wp:paragraph -->\n<p>The Wedding Planner template has an elegant design ideal for the niche. It balances a romantic feel with a clean look that delivers wide appeal across the varied wedding niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes well balanced pages with flexible content areas to show your products and services, showcase previous weddings you planned, include testimonials and all those things we expect from a website like this. With a built-in portfolio, attractive contact page and that composed look, this template is a real winner!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Planner template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Elegant design ideal for weddings and wedding planners</li><li>Calm, composed design with instant appeal</li><li>Lots of flexible content areas to add your services</li><li>Portfolio and gallery pages already included</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Lovely web template designed for weddings, planners and the entire wedding niche\";s:5:\"pages\";a:6:{s:8:\"id-24826\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/wedding-planner-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24822\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-about.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24827\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wedding-planner-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24825\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-gallery-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/wedding-planner-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24828\";a:12:{s:5:\"title\";s:6:\"Venues\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-venues-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wedding-planner-03/venues/\";s:15:\"astra-sites-tag\";a:1:{i:696;s:5:\"venue\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24824\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-planner-03-contact-us-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wedding-planner-03/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/wedding-planner-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18492\";a:24:{s:5:\"title\";s:9:\"Jewellery\";s:2:\"id\";i:18492;s:12:\"publish-date\";i:1523528992;s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/jewellery-04\";s:20:\"astra-site-parent-id\";i:252;s:15:\"astra-sites-tag\";a:18:{i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:1817;s:15:\"ecommerce-store\";i:2419;s:9:\"eshopping\";i:2382;s:15:\"jewellery-store\";i:2529;s:13:\"jewelry-store\";i:2383;s:22:\"online-jewellery-store\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:3:{i:2769;s:9:\"ecommerce\";i:2838;s:9:\"jewellery\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:9:\"cartflows\";s:4:\"init\";s:23:\"cartflows/cartflows.php\";s:4:\"name\";s:9:\"CartFlows\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:992:\"<!-- wp:paragraph -->\n<p>The Jewellery template uses a dark design to communicate luxury while showcasing your wares using impactful images. Complementary light fonts with gold accent color helps create a feeling of exclusivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The homepage has lots of opportunities to show off your stock using monochrome images, but you could convert them to color if you wanted. Everything about the template can be changed without touching code and the template is fully compatible with WooCommerce so you could start selling immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Jewellery template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Dark design with gold accent creates a luxury feel</li><li>Strong images help sell your items</li><li>Category and product pages included with the template</li><li>WooCommerce-compatible</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Luxurious dark web template for selling jewellery, watches and other items online\";s:5:\"pages\";a:3:{s:8:\"id-24635\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/jewellery-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24633\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/jewellery-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24634\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/jewellery-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/jewellery-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/jewellery-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}}s:19:\"related-bb-template\";i:18636;s:26:\"related-elementor-template\";i:18492;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18399\";a:24:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:18399;s:12:\"publish-date\";i:1522060654;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-03\";s:20:\"astra-site-parent-id\";i:279;s:15:\"astra-sites-tag\";a:6:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24893\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/128\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24894\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-rooms.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/129\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-03/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24895\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-services.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24892\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24896\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24891\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18394\";a:24:{s:5:\"title\";s:5:\"Hotel\";s:2:\"id\";i:18394;s:12:\"publish-date\";i:1522060425;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-04\";s:20:\"astra-site-parent-id\";i:282;s:15:\"astra-sites-tag\";a:4:{i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:714;s:6:\"resort\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2788;s:9:\"hotel-bnb\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1071:\"<!-- wp:paragraph -->\n<p>The Hotel template provides an upmarket feel from the off. It opens with a calm blue color with images of a hotel in the background. The rest of the homepage includes classic fonts and colors outlining all the key information you would want from a hotel along with supplementary pages for rooms, services and booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The default theme includes all the essential ingredients for a hotel website but can easily be customized thanks to full compatibility with page builders. Use a booking plugin and you could take room bookings directly off the website too!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Hotel template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Upmarket template designed for the niche</li><li>All page elements you would expect to see on a hotel website</li><li>Can take bookings alongside a booking plugin</li><li>Excellent service and room pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Classic website design with great colors designed to showcase your hotel or BnB\";s:5:\"pages\";a:6:{s:8:\"id-24925\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24926\";a:12:{s:5:\"title\";s:5:\"Rooms\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-rooms.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/hotel-04/rooms/\";s:15:\"astra-sites-tag\";a:1:{i:715;s:5:\"rooms\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24927\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/hotel-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24924\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24928\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-testimonial.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/hotel-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24923\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-04-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/hotel-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/hotel-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18399;s:26:\"related-elementor-template\";i:18394;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18388\";a:24:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:18388;s:12:\"publish-date\";i:1522057120;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-03\";s:20:\"astra-site-parent-id\";i:216;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24331\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24328\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24332\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-lessons.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24333\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24330\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/teach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-03/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18373\";a:24:{s:5:\"title\";s:12:\"Kids Charity\";s:2:\"id\";i:18373;s:12:\"publish-date\";i:1522056794;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/kids-charity-03\";s:20:\"astra-site-parent-id\";i:169;s:15:\"astra-sites-tag\";a:6:{i:625;s:7:\"charity\";i:978;s:10:\"child-care\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:5:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:4;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:7:{s:8:\"id-57942\";a:12:{s:5:\"title\";s:15:\"Donor Dashboard\";s:18:\"featured-image-url\";s:0:\"\";s:19:\"thumbnail-image-url\";s:0:\"\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/627\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/kids-charity-03/donor-dashboard/\";s:15:\"astra-sites-tag\";a:0:{}s:15:\"site-pages-type\";a:0:{}s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:0:{}s:16:\"required-plugins\";s:0:\"\";}s:8:\"id-23608\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/121\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/kids-charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23611\";a:12:{s:5:\"title\";s:10:\"Who we are\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-who-we-are.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/who-we-are/\";s:15:\"astra-sites-tag\";a:2:{i:352;s:5:\"about\";i:685;s:10:\"who-we-are\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23610\";a:12:{s:5:\"title\";s:10:\"What we do\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/123\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23609\";a:12:{s:5:\"title\";s:12:\"Our Partners\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-partners.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/124\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/kids-charity-03/our-partners/\";s:15:\"astra-sites-tag\";a:2:{i:734;s:8:\"partners\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23606\";a:12:{s:5:\"title\";s:10:\"Contact us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/125\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/kids-charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23607\";a:12:{s:5:\"title\";s:6:\"Donate\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/kids-charity-03-donate.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/kids-charity-03/wp-json/wp/v2/pages/103\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/kids-charity-03/donate/\";s:15:\"astra-sites-tag\";a:1:{i:735;s:6:\"donate\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:4:\"give\";s:4:\"init\";s:13:\"give/give.php\";s:4:\"name\";s:22:\"Give - Donation Plugin\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18363\";a:24:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:18363;s:12:\"publish-date\";i:1521183423;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-03\";s:20:\"astra-site-parent-id\";i:133;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23274\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23271\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23276\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-services-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23275\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-projects-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-03/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23277\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-testimonials-3.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23273\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2791,'astra-sites-and-pages-page-36','a:15:{s:8:\"id-18372\";a:24:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:18372;s:12:\"publish-date\";i:1521183405;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-03\";s:20:\"astra-site-parent-id\";i:236;s:15:\"astra-sites-tag\";a:6:{i:854;s:5:\"coach\";i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24510\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24505\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24509\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-e-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24508\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-courses.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24507\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18361\";a:24:{s:5:\"title\";s:17:\"Five Days Website\";s:2:\"id\";i:18361;s:12:\"publish-date\";i:1521183383;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-03\";s:20:\"astra-site-parent-id\";i:178;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-23665\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23667\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-services.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23663\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:780;s:12:\"case-studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23669\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-03/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23666\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-prices.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-03/prices/\";s:15:\"astra-sites-tag\";a:2:{i:815;s:5:\"price\";i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23664\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-03-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-03/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18375\";a:24:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:18375;s:12:\"publish-date\";i:1521183449;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-03\";s:20:\"astra-site-parent-id\";i:175;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23637\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/conference-event-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/conference-event-03/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18310\";a:24:{s:5:\"title\";s:17:\"Five Days Website\";s:2:\"id\";i:18310;s:12:\"publish-date\";i:1520407757;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/creative-agency-04\";s:20:\"astra-site-parent-id\";i:181;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:664;s:16:\"digital-services\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:2:{i:2812;s:14:\"digital-agency\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:931:\"<!-- wp:paragraph -->\n<p>The Five Days Website template makes its case right away with a bold, informative banner. That is complemented by a corresponding image and use of modern colors to make everything stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template continues that theme with the contrast colors standing out against the whitespace while giving you room to tell your story, share your products and services and communicate with your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Five Days Website template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Communicate your purpose from the very beginning</li><li>Simple, elegant layout with bold colors</li><li>Whitespace counters the boldness to achieve balance</li><li>Flexible layouts and content areas</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Energetic web template for digital agencies with bright colors and instant appeal\";s:5:\"pages\";a:6:{s:8:\"id-23703\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2018/03/creative-agency-04-1.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/creative-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23705\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2019/07/id-23705-five-days-website-services-resize.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/creative-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23701\";a:12:{s:5:\"title\";s:12:\"Case Studies\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-case-studies.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/31\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/case-studies/\";s:15:\"astra-sites-tag\";a:1:{i:736;s:7:\"studies\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23707\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/30\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/creative-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23704\";a:12:{s:5:\"title\";s:6:\"Prices\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-prices.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/creative-agency-04/prices/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23702\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/creative-agency-04-contact.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/creative-agency-04/wp-json/wp/v2/pages/32\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/creative-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18361;s:26:\"related-elementor-template\";i:18310;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18306\";a:24:{s:5:\"title\";s:9:\"theAgency\";s:2:\"id\";i:18306;s:12:\"publish-date\";i:1520407419;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/wordpress-agency-04\";s:20:\"astra-site-parent-id\";i:141;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1178:\"<!-- wp:paragraph -->\n<p>theAgency template is a modern dark theme that reflects the cutting-edge nature of many digital agencies. It uses a simple shaded image to great effect along with sans serif fonts and a green colorway to add interest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the website template uses darkspace and content areas well and provides lots of opportunities to tell your story, share products and services and use imagery to promote your brand. It’s a very composed template!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the theAgency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary dark theme with modern appeal</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good use of sans serif fonts and color to create atmosphere</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flexible layout with lots of content space</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Imagery can really stand out</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:91:\"Dark, atmospheric design that’s perfect for digital agencies who want to tell their story\";s:5:\"pages\";a:6:{s:8:\"id-23344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-2.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/wordpress-agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23341\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/wordpress-agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23346\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23345\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1.jpg\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-projects-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/wordpress-agency-04/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23347\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-testimonials-3.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:52:\"//websitedemos.net/wordpress-agency-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/wordpress-agency-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/wordpress-agency-04/wp-json/wp/v2/pages/29\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/wordpress-agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18363;s:26:\"related-elementor-template\";i:18306;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18325\";a:24:{s:5:\"title\";s:16:\"Conference Event\";s:2:\"id\";i:18325;s:12:\"publish-date\";i:1520407164;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/conference-event-02\";s:20:\"astra-site-parent-id\";i:168;s:15:\"astra-sites-tag\";a:6:{i:744;s:10:\"conference\";i:742;s:13:\"event-website\";i:743;s:7:\"meeting\";i:399;s:8:\"one-page\";i:745;s:12:\"organization\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2811;s:10:\"conference\";i:2784;s:5:\"event\";i:2771;s:8:\"one-page\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:983:\"<!-- wp:paragraph -->\n<p>The Conference Event web template uses a minimal scheme with well-chosen fonts to create a professional persona. It utilizes a large image on the homepage to communicate instantly what it’s about to leave little doubt for visitors</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the template is minimal with flexible content areas, an event schedule section, speaker biography area and supplementary information delegates would need to know along with a booking form and ticketing options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Conference Event template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Creates a professional persona right away</li><li>Uses images and fonts to communicate intent immediately</li><li>Areas for schedules, speakers and supporting content</li><li>Contact and booking form within the design</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:75:\"Accessible, modern template ideal for conferences or event company websites\";s:5:\"pages\";a:1:{s:8:\"id-23603\";a:12:{s:5:\"title\";s:16:\"One Page Website\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2018/03/conference-event-02-1.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/conference-event-02/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/conference-event-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:18375;s:26:\"related-elementor-template\";i:18325;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18284\";a:24:{s:5:\"title\";s:7:\"eCourse\";s:2:\"id\";i:18284;s:12:\"publish-date\";i:1519723055;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/teach-04\";s:20:\"astra-site-parent-id\";i:218;s:15:\"astra-sites-tag\";a:5:{i:468;s:9:\"elearning\";i:719;s:15:\"online-coaching\";i:975;s:15:\"online-learning\";i:721;s:8:\"training\";i:720;s:9:\"tutorials\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2880;s:10:\"membership\";i:2827;s:13:\"online-course\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2494;s:9:\"elearning\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The eCourse template uses a pleasant full screen header that’s mainly color and a heading to set the scene. It’s a confidence-inspiring opening that is reflected elsewhere in the template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is an eLearning template and has been configured as such, with course listings, course pages, course samples and a video on the main page. Supporting pages build on the first impression by delivering the information you would expect to see on an eLearning website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the eCourse template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Carefully selected colors to inspire confidence</li><li>Content-rich homepage ready to instantly engage</li><li>Options for video and audio within pages</li><li>Well designed supplementary pages</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:68:\"eLearning template that’s ideal for online course websites and LMS\";s:5:\"pages\";a:5:{s:8:\"id-39985\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/teach-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39983\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/50\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/teach-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39986\";a:12:{s:5:\"title\";s:7:\"Lessons\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-lessons.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/81\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/lessons/\";s:15:\"astra-sites-tag\";a:1:{i:747;s:7:\"lessons\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39987\";a:12:{s:5:\"title\";s:12:\"Testimonials\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-testimonials.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/53\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/teach-04/testimonials/\";s:15:\"astra-sites-tag\";a:1:{i:433;s:12:\"testimonials\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-39984\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/01/teach-04-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/teach-04/wp-json/wp/v2/pages/55\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/teach-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18388;s:26:\"related-elementor-template\";i:59004;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18265\";a:24:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:18265;s:12:\"publish-date\";i:1518672171;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-02\";s:20:\"astra-site-parent-id\";i:220;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:958:\"<!-- wp:paragraph -->\n<p>The Coach template uses a reassuring blue color known to give confidence. That’s a great choice for a coach, trainer or instructor but can be changed to fit your brand with ease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The web template uses a standard business layout with a strong hero section and call to action before opening out into service sections, testimonials and a biography section. You can easily add or remove elements with ease and design every page to fit your own.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Coach template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Inspires confidence as soon as it loads</li><li>Includes all page sections you would expect from a business website</li><li>Good use of complementary colors throughout</li><li>Full range of pages you’ll likely need</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:79:\"Confidence-inspiring template with bright colors and strong professional design\";s:5:\"pages\";a:5:{s:8:\"id-24381\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:19:\"thumbnail-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24376\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24380\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24379\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-courses.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24378\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/coach-02-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/coach-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18372;s:26:\"related-elementor-template\";i:18265;s:26:\"related-gutenberg-template\";i:48342;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18266\";a:24:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:18266;s:12:\"publish-date\";i:1518672041;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-02\";s:20:\"astra-site-parent-id\";i:179;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:1020;s:8:\"personal\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2825;s:8:\"coaching\";i:2835;s:9:\"elearning\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Motivational Speaker template just oozes positivity, ideal for a motivational speaker or similar niche. It starts off bold with a full screen image and bright colors before opening out into a high contrast business website layout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s an engaging design with strong colors, lots of content areas, a testimonial section and calls to action. Supporting pages are equally well designed and deliver a fully operational website for very little effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Motivational Speaker template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold opening that instantly captivates</li><li>Bright, positive vibe that’s perfect for the niche</li><li>Plenty of whitespace to balance the brightness</li><li>Lots of content areas to tell your story</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:88:\"Light, bright template that oozes the positivity and engagement we expect from a speaker\";s:5:\"pages\";a:5:{s:8:\"id-23675\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2018/02/motivational-speaker-02-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23670\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-about.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23674\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-e-books.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23673\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-courses.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23672\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-02-contact.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-02/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18384;s:26:\"related-elementor-template\";i:18266;s:26:\"related-gutenberg-template\";i:48231;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18384\";a:24:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:18384;s:12:\"publish-date\";i:1522057475;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-03\";s:20:\"astra-site-parent-id\";i:195;s:15:\"astra-sites-tag\";a:6:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:855;s:20:\"motivational-speaker\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23996\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:70:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23991\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-about-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/20\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23995\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-e-books-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/e-books/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23994\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-courses-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23993\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-03-contact-1.jpg\";s:18:\"astra-page-api-url\";s:71:\"https://websitedemos.net/motivational-speaker-03/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19755\";a:24:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:19755;s:12:\"publish-date\";i:1543500768;s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-05\";s:20:\"astra-site-parent-id\";i:176;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-23645\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-home.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/122\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23640\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23644\";a:12:{s:5:\"title\";s:7:\"e-Books\";s:18:\"featured-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-ebooks.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/137\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/e-books/\";s:15:\"astra-sites-tag\";a:1:{i:781;s:6:\"e-book\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23643\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-courses.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/140\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-23642\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2019/07/motivational-speaker-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-05/wp-json/wp/v2/pages/146\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48342\";a:24:{s:5:\"title\";s:5:\"Coach\";s:2:\"id\";i:48342;s:12:\"publish-date\";i:1603908987;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-400x1313.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/coach-08\";s:20:\"astra-site-parent-id\";i:1723;s:15:\"astra-sites-tag\";a:5:{i:610;s:8:\"coaching\";i:608;s:8:\"guidance\";i:612;s:10:\"life-coach\";i:609;s:9:\"motivator\";i:611;s:16:\"self-improvement\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48347\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-600x1970.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/389\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/coach-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48343\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-about-1-600x1638.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/391\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/coach-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48346\";a:12:{s:5:\"title\";s:6:\"e-Book\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-ebook-600x1161.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/393\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/coach-08/e-book/\";s:15:\"astra-sites-tag\";a:1:{i:748;s:5:\"ebook\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48345\";a:12:{s:5:\"title\";s:7:\"Courses\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-courses-1-600x1018.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/395\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/courses/\";s:15:\"astra-sites-tag\";a:1:{i:462;s:7:\"courses\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48344\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/coach-08-contact-1-600x855.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/coach-08/wp-json/wp/v2/pages/397\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/coach-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18222\";a:24:{s:5:\"title\";s:14:\"Brandstore Pro\";s:2:\"id\";i:18222;s:12:\"publish-date\";i:1516857804;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-03\";s:20:\"astra-site-parent-id\";i:267;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:7:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:4;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:5;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:6;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-24762\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24763\";a:12:{s:5:\"title\";s:11:\"Lookbook 18\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-lookbook-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/592\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:752;s:8:\"lookbook\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24760\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-about.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-03/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24761\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/store-03-contact.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-03/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18201\";a:24:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:2:\"id\";i:18201;s:12:\"publish-date\";i:1516775748;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2018/01/blog-06-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-06\";s:20:\"astra-site-parent-id\";i:231;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-24469\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/net-blog-06-about.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/blog-06/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24470\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-06-contact.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/blog-06/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-06/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18124\";a:24:{s:5:\"title\";s:23:\"Wanderlust Travel Diary\";s:2:\"id\";i:18124;s:12:\"publish-date\";i:1516616741;s:18:\"featured-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2018/01/id-18124-wanderlust-travel-diary-resize.jpg\";s:14:\"astra-site-url\";s:45:\"//websitedemos.net/wanderlust-travel-diary-04\";s:20:\"astra-site-parent-id\";i:232;s:15:\"astra-sites-tag\";a:6:{i:544;s:9:\"adventure\";i:480;s:4:\"blog\";i:751;s:11:\"exploration\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2828;s:4:\"blog\";i:2830;s:6:\"nature\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1236:\"<!-- wp:paragraph -->\n<p>The Wanderlust Travel Diary template uses a blog layout with strong header image and attractive center navigation. The main page opens up to a traditional blog layout that can be customized however you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template is light, airy and engaging and uses a minimal design to allow your posts and images to stand out without getting in the way. All while providing all the engaging features visitors expect.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"UAGDay\":[]} -->\n<h2 class=\"wp-block-heading\">Key features of the Wanderlust Travel Diary template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Winning header design with suggestive image and fonts</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Minimal design combined with strong images to create interest</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Subtle widget areas to enable posts to be front and center</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be configured for any type of blog</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with leading page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Crisp blog template that delivers the simplicity you’re looking for in storytelling\";s:5:\"pages\";a:3:{s:8:\"id-75291\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2023/07/wanderlust-travel-diary-04.jpg\";s:19:\"thumbnail-image-url\";s:91:\"https://websitedemos.net/wp-content/uploads/2023/07/wanderlust-travel-diary-04-600x1592.jpg\";s:18:\"astra-page-api-url\";s:73:\"https://websitedemos.net/wanderlust-travel-diary-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/wanderlust-travel-diary-04/home/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24476\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize.jpg\";s:19:\"thumbnail-image-url\";s:104:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24476-wanderlust-travel-diary-about-us-resize.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wanderlust-travel-diary-04/wp-json/wp/v2/pages/26\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:55:\"//websitedemos.net/wanderlust-travel-diary-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24477\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize.jpg\";s:19:\"thumbnail-image-url\";s:103:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24477-wanderlust-travel-diary-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:74:\"https://websitedemos.net/wanderlust-travel-diary-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:54:\"//websitedemos.net/wanderlust-travel-diary-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18201;s:26:\"related-elementor-template\";i:18124;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2792,'astra-sites-and-pages-page-37','a:15:{s:8:\"id-48231\";a:24:{s:5:\"title\";s:20:\"Motivational Speaker\";s:2:\"id\";i:48231;s:12:\"publish-date\";i:1603901316;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-400x1220.jpg\";s:14:\"astra-site-url\";s:42:\"//websitedemos.net/motivational-speaker-08\";s:20:\"astra-site-parent-id\";i:1708;s:15:\"astra-sites-tag\";a:3:{i:1545;s:21:\"inspirational-speaker\";i:855;s:20:\"motivational-speaker\";i:1709;s:7:\"speaker\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2483;s:15:\"expert-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-48235\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-1-600x1831.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/624\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/motivational-speaker-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48232\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2.jpg\";s:19:\"thumbnail-image-url\";s:96:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-about-2-600x1154.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/626\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/motivational-speaker-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48233\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-blog-2-600x1063.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/628\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/motivational-speaker-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48234\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/motivational-speaker-08-contact.jpg\";s:18:\"astra-page-api-url\";s:72:\"https://websitedemos.net/motivational-speaker-08/wp-json/wp/v2/pages/630\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/motivational-speaker-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18137\";a:24:{s:5:\"title\";s:14:\"Brandstore Pro\";s:2:\"id\";i:18137;s:12:\"publish-date\";i:1516080827;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/store-04\";s:20:\"astra-site-parent-id\";i:269;s:15:\"astra-sites-tag\";a:20:{i:639;s:11:\"accessories\";i:638;s:11:\"brand-store\";i:880;s:9:\"cartflows\";i:640;s:11:\"cloth-store\";i:637;s:8:\"clothing\";i:2418;s:8:\"commerce\";i:1017;s:10:\"e-commerce\";i:496;s:9:\"ecommerce\";i:2422;s:13:\"online-market\";i:732;s:11:\"online-shop\";i:2420;s:15:\"online-shopping\";i:383;s:12:\"online-store\";i:967;s:13:\"product-store\";i:2421;s:9:\"purchases\";i:2417;s:8:\"reseller\";i:733;s:4:\"shop\";i:2416;s:8:\"shopping\";i:749;s:5:\"store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:38;s:9:\"ecommerce\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2769;s:9:\"ecommerce\";i:2858;s:16:\"fashion-clothing\";i:2857;s:15:\"online-shopping\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2495;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:6:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:4;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:5;a:3:{s:4:\"slug\";s:22:\"variation-swatches-woo\";s:4:\"init\";s:49:\"variation-swatches-woo/variation-swatches-woo.php\";s:4:\"name\";s:34:\"Variation Swatches for WooCommerce\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:943:\"<!-- wp:paragraph -->\n<p>The Brandstore Pro template is a strong eCommerce design that provides a full screen slideshow to show off your latest products. The homepage then opens out into colorful product sections balanced by whitespace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The overall impression created by this template is high quality. This gives confidence to visitors and will help engage and hopefully, convert them into customers. The template is fully compatible with WooCommerce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Brandstore Pro template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Very engaging storefront design</li><li>Includes lots of options for showcasing products through images</li><li>Feature products section to highlight profitable items</li><li>Fully compatible with WooCommerce</li><li>Full compatibility with leading page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Engaging eCommerce template that could work perfectly for any type of online store\";s:5:\"pages\";a:4:{s:8:\"id-34098\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-1.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/store-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}}}s:8:\"id-24775\";a:12:{s:5:\"title\";s:8:\"Lookbook\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-lookbook.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/568\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/lookbook/\";s:15:\"astra-sites-tag\";a:2:{i:727;s:4:\"book\";i:752;s:8:\"lookbook\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24772\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-about-us.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/store-04/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24773\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2018/01/store-04-contact-us.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/store-04/wp-json/wp/v2/pages/27\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/store-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:64;s:9:\"ecommerce\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18222;s:26:\"related-elementor-template\";i:18137;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-21589\";a:24:{s:5:\"title\";s:22:\"Fashion Lifestyle Blog\";s:2:\"id\";i:21589;s:12:\"publish-date\";i:1557898277;s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/fashion-lifestyle-02\";s:20:\"astra-site-parent-id\";i:137;s:15:\"astra-sites-tag\";a:6:{i:480;s:4:\"blog\";i:482;s:7:\"fashion\";i:479;s:9:\"lifestyle\";i:1020;s:8:\"personal\";i:483;s:16:\"styling-shopping\";i:481;s:5:\"trend\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2790;s:14:\"beauty-fashion\";i:2828;s:4:\"blog\";i:2794;s:10:\"consulting\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:942:\"<!-- wp:paragraph -->\n<p>The Fashion Lifestyle Blog template has a feminine feel with soft colors and fonts and alternating whitespace and content areas. It’s a very stylish design that suits fashion and lifestyle perfectly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While designed as a blog, the design could be easily adapted for a website and be used to showcase your creations and even sell them online. All without having to touch a line of code. It really does have everything!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Fashion Lifestyle Blog template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Stylish feminine blog theme ideal for fashion or lifestyle</li><li>Lovely colors and fonts</li><li>Good use of images throughout the design</li><li>Can be customized to suit any use with minimal effort</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Lifestyle blog template design to instantly create a connection with the audience\";s:5:\"pages\";a:3:{s:8:\"id-23319\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/855\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/fashion-lifestyle-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23317\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-blog.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/fashion-lifestyle-02/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:29:\"Ultimate Addons for Gutenberg\";}}}s:8:\"id-23318\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/fashion-lifestyle-02-contact.jpg\";s:18:\"astra-page-api-url\";s:68:\"https://websitedemos.net/fashion-lifestyle-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:51:\"//websitedemos.net/fashion-lifestyle-02/contact-me/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18108\";a:24:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:18108;s:12:\"publish-date\";i:1515139635;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-04\";s:20:\"astra-site-parent-id\";i:270;s:15:\"astra-sites-tag\";a:5:{i:758;s:6:\"bakery\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:3:{i:2804;s:11:\"cafe-bakery\";i:2785;s:4:\"food\";i:2776;s:10:\"restaurant\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:23:\"header-footer-elementor\";s:4:\"init\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:4:\"name\";s:35:\"Elementor - Header, Footer & Blocks\";}i:2;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:954:\"<!-- wp:paragraph -->\n<p>The Sweet Shop website template starts off subtle before opening into bold colors, lovely images and the vibrant atmosphere you would expect from a sweet shop or bakery. It engages from the very moment it loads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is a mix of dark and light, minimalism and bold areas with the option to add product and service areas, showcase your creations, engage with your audience, take orders online and even sell online should you wish to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Sweet Shop template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive design with a mix of influences</li><li>Lots of opportunities to let imagery sell your products</li><li>Bold, happy colors and fonts help create the mood</li><li>Online order form to boost sales</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:89:\"Delightful template full of color, happiness and life, ideal for sweet shops and bakeries\";s:5:\"pages\";a:5:{s:8:\"id-24788\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-home.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/212\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24784\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24787\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-04/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24789\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-04/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-24786\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-04/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17618;s:26:\"related-elementor-template\";i:18108;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18040\";a:24:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:18040;s:12:\"publish-date\";i:1514438765;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-03\";s:20:\"astra-site-parent-id\";i:194;s:15:\"astra-sites-tag\";a:6:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:399;s:8:\"one-page\";i:671;s:16:\"service-provider\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-23987\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/freelancer-03/wp-json/wp/v2/pages/325\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18103\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:18103;s:12:\"publish-date\";i:1515137293;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-04\";s:20:\"astra-site-parent-id\";i:145;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:3:{i:2786;s:17:\"charity-nonprofit\";i:2872;s:19:\"donation-fundraiser\";i:2871;s:3:\"ngo\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:932:\"<!-- wp:paragraph -->\n<p>The Charity template opens with an emotive image and headline that sets the mood immediately. It’s a bright, positive template that lets you share your messages while maintaining a giving frame of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes service sections, a portfolio to showcase your good works, a donor section to give thanks, call to action sections to help encourage donations and lots of places to add any content you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Charity template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Positive and emotive design that engages well</li><li>Balance of colors, images, content and whitespace</li><li>Opportunities to encourage giving throughout</li><li>Donor section for thanks and encouragement</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Well-balanced charity template that encourages giving to charities and good causes\";s:5:\"pages\";a:4:{s:8:\"id-23378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23379\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/what-we-do/\";s:15:\"astra-sites-tag\";a:2:{i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23377\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-making-difference.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-04/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23376\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-04-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-04/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-04/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17631;s:26:\"related-elementor-template\";i:55334;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18041\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:18041;s:12:\"publish-date\";i:1514438706;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-03\";s:20:\"astra-site-parent-id\";i:214;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:6:{s:8:\"id-24305\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24302\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-about-2.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24308\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-websites-2.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-03/websites/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24307\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-support-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24306\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-pricing-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24304\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-03-contact-2.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-03/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-18036\";a:24:{s:5:\"title\";s:6:\"Artist\";s:2:\"id\";i:18036;s:12:\"publish-date\";i:1514381521;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-01\";s:20:\"astra-site-parent-id\";i:146;s:15:\"astra-sites-tag\";a:8:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:861;s:9:\"paintings\";i:967;s:13:\"product-store\";i:733;s:4:\"shop\";i:966;s:12:\"woo-commerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:3;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-23392\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23389\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-01/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-23391\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17985\";a:24:{s:5:\"title\";s:16:\"Freelance Artist\";s:2:\"id\";i:17985;s:12:\"publish-date\";i:1513833063;s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/artist-02\";s:20:\"astra-site-parent-id\";i:144;s:15:\"astra-sites-tag\";a:9:{i:597;s:3:\"art\";i:339;s:6:\"artist\";i:496;s:9:\"ecommerce\";i:595;s:10:\"exhibition\";i:614;s:7:\"painter\";i:1020;s:8:\"personal\";i:967;s:13:\"product-store\";i:966;s:12:\"woo-commerce\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:38;s:9:\"ecommerce\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2769;s:9:\"ecommerce\";i:2810;s:9:\"freelance\";i:2770;s:8:\"personal\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:11:\"woocommerce\";s:4:\"init\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";}i:2;a:3:{s:4:\"slug\";s:29:\"woo-cart-abandonment-recovery\";s:4:\"init\";s:63:\"woo-cart-abandonment-recovery/woo-cart-abandonment-recovery.php\";s:4:\"name\";s:37:\"WooCommerce Cart Abandonment Recovery\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Freelance Artist template is instantly engaging. The hero section on the homepage can include an image of you at work to set the scene, along with a short introduction to orient the visitor and engage them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page, and the template, uses minimal design with lots of places to add content, showcase your work in a portfolio, add calls to action and even sell your work online. It’s a complete website template all ready to go!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Freelance Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Hero section on homepage is very engaging</li><li>Use of strong color and minimalist design makes a statement</li><li>Lots of places to add content</li><li>Can be used with WooCommerce to sell your work online</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Imaginative template ideal for artists and other creatives to showcase their work\";s:5:\"pages\";a:3:{s:8:\"id-34089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/10/artist-christine-home-page.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23371\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/artist-02/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-23373\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/artist-christine-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/artist-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:3:\"yes\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:64;s:9:\"ecommerce\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17931\";a:24:{s:5:\"title\";s:10:\"Home Decor\";s:2:\"id\";i:17931;s:12:\"publish-date\";i:1511864213;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-04-homepage.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-04\";s:20:\"astra-site-parent-id\";i:233;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:863;s:10:\"decor-blog\";i:862;s:10:\"home-decor\";i:434;s:15:\"interior-design\";i:864;s:21:\"interior-design-blogs\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}i:2;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:3;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:2:{s:8:\"id-24482\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24483\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-04-contact.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24483-home-decor-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-04/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17911\";a:24:{s:5:\"title\";s:10:\"Home Decor\";s:2:\"id\";i:17911;s:12:\"publish-date\";i:1511529926;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:19:\"thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2017/11/blog-02-1.jpg\";s:14:\"astra-site-url\";s:26:\"//websitedemos.net/blog-02\";s:20:\"astra-site-parent-id\";i:255;s:15:\"astra-sites-tag\";a:5:{i:435;s:12:\"architecture\";i:480;s:4:\"blog\";i:436;s:8:\"interior\";i:434;s:15:\"interior-design\";i:422;s:11:\"landscaping\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:37;s:4:\"blog\";}s:29:\"astra-sites-template-category\";a:3:{i:2795;s:12:\"architecture\";i:2828;s:4:\"blog\";i:2793;s:15:\"interior-design\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:35:\"recent-posts-widget-with-thumbnails\";s:4:\"init\";s:75:\"recent-posts-widget-with-thumbnails/recent-posts-widget-with-thumbnails.php\";s:4:\"name\";s:35:\"Recent Posts Widget With Thumbnails\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:945:\"<!-- wp:paragraph -->\n<p>The Home Décor template has a stark, crisp appearance that screams modernity from the off. Sans serif fonts, dark and light areas and a bold contrast color are only the beginning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This template would work well for furniture bloggers, interior decorators and anyone that could use bold design and the opportunity to show off their images and blog posts within an attractive website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Home Decor template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Contemporary blog design with dark and light colors</li><li>Bold contrast color makes buttons and calls to action stand out</li><li>Minimalist design allows your posts to stand proud</li><li>Includes most functions you would expect from a blog built in</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Bold modern blog theme that’s ideal for any niche including homes and lifestyles\";s:5:\"pages\";a:2:{s:8:\"id-24664\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about.jpg\";s:19:\"thumbnail-image-url\";s:69:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1884\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/blog-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24666\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/blog-02-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/blog-02/wp-json/wp/v2/pages/1821\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/blog-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:74;s:4:\"blog\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:17931;s:26:\"related-elementor-template\";i:17911;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17697\";a:24:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:17697;s:12:\"publish-date\";i:1509615020;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-04\";s:20:\"astra-site-parent-id\";i:188;s:15:\"astra-sites-tag\";a:11:{i:532;s:11:\"acupressure\";i:1023;s:6:\"beauty\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2822;s:15:\"massage-therapy\";i:2856;s:3:\"spa\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:884:\"<!-- wp:paragraph -->\n<p>The Spa website template has a relaxed vibe ideal for the industry. It uses comfortable colors, reassuring fonts and images and helps create that caring feel the industry is well known for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes lots of opportunities to add products and services, testimonials, price lists and booking features. It’s the only template you need to create an online presence for your spa or treatment business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Spa template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Professional layout with calming design</li><li>Balanced colors and fonts</li><li>Lots of content areas for products and services</li><li>Can integrate with booking plugins</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Calm, inviting web design designed especially for spas, salons and beauty businesses\";s:5:\"pages\";a:4:{s:8:\"id-23888\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23885\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}}}s:8:\"id-23889\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-04/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-23887\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-04/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:18:\"ultimate-elementor\";s:4:\"init\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17562;s:26:\"related-elementor-template\";i:17697;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17702\";a:24:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";i:17702;s:12:\"publish-date\";i:1509463383;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-04\";s:20:\"astra-site-parent-id\";i:213;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";i:661;s:7:\"website\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:895:\"<!-- wp:paragraph -->\n<p>The Agency template has been configured for web design agencies but could easily be tweaked for any type of digital agency. It’s colorful, calming and inspires confidence, which should help conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are nicely balanced with a good mix of whitespace and content areas. A range of product and service sections combine to deliver the information visitors need and a reason for them to engage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Calm, collected website design</li><li>Great use of colors and fonts</li><li>Nicely balanced pages with everything a visitor would need</li><li>Additional pages are also ideal for agencies</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Clean modern website designed for digital agencies of all kinds to tell their story\";s:5:\"pages\";a:6:{s:8:\"id-24173\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24170\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-about-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/62\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-04/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24178\";a:12:{s:5:\"title\";s:8:\"Websites\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-websites-1.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/97\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-04/websites/\";s:15:\"astra-sites-tag\";a:1:{i:661;s:7:\"website\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24176\";a:12:{s:5:\"title\";s:7:\"Support\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-support-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/112\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/support/\";s:15:\"astra-sites-tag\";a:1:{i:765;s:7:\"support\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24175\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-pricing.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24172\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/agency-04-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/agency-04/wp-json/wp/v2/pages/164\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-04/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18041;s:26:\"related-elementor-template\";i:17702;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17638\";a:24:{s:5:\"title\";s:10:\"Freelancer\";s:2:\"id\";i:17638;s:12:\"publish-date\";i:1507635210;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/freelancer-04\";s:20:\"astra-site-parent-id\";i:192;s:15:\"astra-sites-tag\";a:5:{i:339;s:6:\"artist\";i:670;s:8:\"designer\";i:669;s:10:\"freelancer\";i:1020;s:8:\"personal\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:4:{i:2802;s:6:\"artist\";i:2810;s:9:\"freelance\";i:2768;s:9:\"portfolio\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2488;s:9:\"portfolio\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:971:\"<!-- wp:paragraph -->\n<p>The Freelancer template is an attractive portfolio design ideal for freelancers or small agencies. It uses a creative graphic with bold color and a mixture of fonts to create a first impression before opening out into an attractive light design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages include lots of white space interspersed with content areas, animations, a portfolio, calls to action and a contact form. All the essential ingredients a budding freelancer needs in their website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Key features of the Freelancer template</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging design with bold colors</li><li>Nice mix of handwritten and standard fonts</li><li>Plenty of white space to make content stand out</li><li>Portfolio, contact form and calls to action included</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:85:\"Bold, light template ideal for freelancers or new agencies to showcase their services\";s:5:\"pages\";a:1:{s:8:\"id-23977\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/freelancer-04-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/freelancer-04/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/freelancer-04/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:18040;s:26:\"related-elementor-template\";i:17638;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17631\";a:24:{s:5:\"title\";s:7:\"Charity\";s:2:\"id\";i:17631;s:12:\"publish-date\";i:1507628801;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/charity-03\";s:20:\"astra-site-parent-id\";i:171;s:15:\"astra-sites-tag\";a:5:{i:625;s:7:\"charity\";i:624;s:10:\"foundation\";i:626;s:6:\"giving\";i:977;s:10:\"non-profit\";i:745;s:12:\"organization\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2492;s:10:\"non-profit\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:932:\"<!-- wp:paragraph -->\n<p>The Charity template opens with an emotive image and headline that sets the mood immediately. It’s a bright, positive template that lets you share your messages while maintaining a giving frame of mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes service sections, a portfolio to showcase your good works, a donor section to give thanks, call to action sections to help encourage donations and lots of places to add any content you like.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Charity template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Positive and emotive design that engages well</li><li>Balance of colors, images, content and whitespace</li><li>Opportunities to encourage giving throughout</li><li>Donor section for thanks and encouragement</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Well-balanced charity template that encourages giving to charities and good causes\";s:5:\"pages\";a:4:{s:8:\"id-23624\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/charity-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23625\";a:12:{s:5:\"title\";s:10:\"What We Do\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-what-we-do.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/what-we-do/\";s:15:\"astra-sites-tag\";a:3:{i:352;s:5:\"about\";i:628;s:10:\"what-we-do\";i:451;s:4:\"work\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23623\";a:12:{s:5:\"title\";s:15:\"Creating Impact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-creating.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/charity-03/creating-impact/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23622\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/charity-03-contact.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/charity-03/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/charity-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:139;s:5:\"other\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no');
INSERT INTO `wp_options` VALUES (2793,'astra-sites-and-pages-page-38','a:15:{s:8:\"id-17624\";a:24:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:17624;s:12:\"publish-date\";i:1507201150;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-02\";s:20:\"astra-site-parent-id\";i:296;s:15:\"astra-sites-tag\";a:5:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:1021;s:14:\"local-business\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2800;s:14:\"car-automotive\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:907:\"<!-- wp:paragraph -->\n<p>The Car Repair template has a light, refreshing design that draws you in from the very beginning. It opens with a large car image to set the scene, along with a strong call to action to deliver visitor intent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The rest of the page delivers all the information you need to communicate with the option of adding more if required. Supplementary pages are equally attractive, especially the contact page!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Car Repair template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Refreshingly modern design ideal for business</li><li>Instant engagement with the strong hero section</li><li>Clear service sections to deliver visitor intent</li><li>Attractive colors and effects</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:63:\"Engaging web template ideal for car repair or the auto industry\";s:5:\"pages\";a:5:{s:8:\"id-25096\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/355\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25093\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25098\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-services-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25097\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-our-staff.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-02/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25095\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-02/wp-json/wp/v2/pages/649\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17630\";a:24:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:17630;s:12:\"publish-date\";i:1507201098;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-01\";s:20:\"astra-site-parent-id\";i:234;s:15:\"astra-sites-tag\";a:3:{i:341;s:11:\"electrician\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24489\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24485\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24490\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24488\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-faq.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-01/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24487\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-01-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-01/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17618\";a:24:{s:5:\"title\";s:10:\"Sweet Shop\";s:2:\"id\";i:17618;s:12:\"publish-date\";i:1507027450;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/sweet-shop-03\";s:20:\"astra-site-parent-id\";i:271;s:15:\"astra-sites-tag\";a:7:{i:758;s:6:\"bakery\";i:496;s:9:\"ecommerce\";i:383;s:12:\"online-store\";i:749;s:5:\"store\";i:756;s:10:\"sweet-shop\";i:757;s:6:\"sweets\";i:1024;s:11:\"woocommerce\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2478;s:17:\"local-storefronts\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24800\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/sweet-shop-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24796\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-about-2.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/sweet-shop-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24799\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-gallery.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/sweet-shop-03/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24801\";a:12:{s:5:\"title\";s:9:\"Our Cakes\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-our-cakes.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/sweet-shop-03/our-cakes/\";s:15:\"astra-sites-tag\";a:1:{i:783;s:4:\"cake\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-24798\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/sweet-shop-03-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/sweet-shop-03/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/sweet-shop-03/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17619\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:17619;s:12:\"publish-date\";i:1507027381;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-01\";s:20:\"astra-site-parent-id\";i:265;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24756\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17616\";a:24:{s:5:\"title\";s:6:\"Lawyer\";s:2:\"id\";i:17616;s:12:\"publish-date\";i:1507027353;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-01\";s:20:\"astra-site-parent-id\";i:353;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:778;s:5:\"legal\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-28283\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28280\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28284\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-practice-area-1.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-01/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-36136\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq.jpg\";s:19:\"thumbnail-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/01/law-01-faq.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-01/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-28282\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17562\";a:24:{s:5:\"title\";s:3:\"Spa\";s:2:\"id\";i:17562;s:12:\"publish-date\";i:1505912623;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:14:\"astra-site-url\";s:31:\"//websitedemos.net/lotus-spa-03\";s:20:\"astra-site-parent-id\";i:191;s:15:\"astra-sites-tag\";a:10:{i:532;s:11:\"acupressure\";i:474;s:8:\"grooming\";i:528;s:7:\"massage\";i:527;s:17:\"massage-therapist\";i:529;s:13:\"physiotherapy\";i:531;s:11:\"reflexology\";i:533;s:10:\"relaxation\";i:650;s:5:\"salon\";i:651;s:8:\"skincare\";i:530;s:3:\"spa\";}s:16:\"astra-sites-type\";s:11:\"agency-mini\";s:19:\"astra-site-category\";a:1:{i:27;s:8:\"business\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:11:\"astra-addon\";s:4:\"init\";s:27:\"astra-addon/astra-addon.php\";s:4:\"name\";s:9:\"Astra Pro\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-23970\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2202\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/lotus-spa-03/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23967\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-about.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2208\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/lotus-spa-03/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23971\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2210\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/lotus-spa-03/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}}}s:8:\"id-23969\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/lotus-spa-03-contact.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/lotus-spa-03/wp-json/wp/v2/pages/2449\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/lotus-spa-03/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:11:\"agency-mini\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:60;s:8:\"business\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:17:\"bb-ultimate-addon\";s:4:\"init\";s:39:\"bb-ultimate-addon/bb-ultimate-addon.php\";s:4:\"name\";s:34:\"Ultimate Addons for Beaver Builder\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17524\";a:24:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:17524;s:12:\"publish-date\";i:1505903441;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-01\";s:20:\"astra-site-parent-id\";i:229;s:15:\"astra-sites-tag\";a:7:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24462\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-01/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17534\";a:24:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";i:17534;s:12:\"publish-date\";i:1505892622;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/agency-02\";s:20:\"astra-site-parent-id\";i:210;s:15:\"astra-sites-tag\";a:6:{i:663;s:6:\"agency\";i:979;s:7:\"company\";i:686;s:9:\"corporate\";i:664;s:16:\"digital-services\";i:812;s:6:\"office\";i:665;s:14:\"service-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2812;s:14:\"digital-agency\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1281:\"<!-- wp:paragraph -->\n<p>The Digital Agency template has a thoroughly modern feel with a strong homepage and bold colors. Combined with modern sans serif fonts and complementary design throughout the page, this template is perfect for both startups and more established organizations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are well laid out and contain everything a visitor would expect to see. All pages are fully customizable using your favorite page builder and can be fully customized to match your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Digital Agency template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Contemporary design ideal for new or more established businesses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Engaging colors and fonts</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customizable pages and layout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Built-in portfolio section and contact forms</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Effective calls to action throughout</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Full compatibility with drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:83:\"Fresh, modern template ideal for showcasing upstarts, startups and digital agencies\";s:5:\"pages\";a:4:{s:8:\"id-24112\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-homepage.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/agency-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24109\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about.jpg\";s:19:\"thumbnail-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-about.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/19\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/agency-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24113\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/digital-agency-services-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/agency-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24111\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2017/09/agency-02-contact.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/agency-02/wp-json/wp/v2/pages/25\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/agency-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17535\";a:24:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:17535;s:12:\"publish-date\";i:1505892461;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-02\";s:20:\"astra-site-parent-id\";i:307;s:15:\"astra-sites-tag\";a:8:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:1021;s:14:\"local-business\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2777;s:8:\"business\";i:2853;s:17:\"florist-gardening\";i:2852;s:11:\"landscaping\";i:2830;s:6:\"nature\";i:2768;s:9:\"portfolio\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1032:\"<!-- wp:paragraph -->\n<p>The Gardening &amp; Landscaping website template is perfect for any business involved with gardening, landscaping, growing or farming. It uses sympathetic green colors throughout but could be easily customized to fit your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pages are very well-balanced with plenty of content areas and images, calls to action and buttons to help engage. It’s easy to add new content blocks and entire pages thanks to full page builder compatibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Gardening &amp; Landscaping template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well designed pages with flexible content areas</li><li>Fresh design with universal appeal</li><li>Sympathetic colors ideal for the niche</li><li>Lots of opportunities to add extra information or on-page features</li><li>Light, welcoming feel throughout every page</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Showcase your gardening or landscaping business with this lovely template design\";s:5:\"pages\";a:5:{s:8:\"id-25221\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-home.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25217\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25222\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25220\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25219\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-02/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:17535;s:26:\"related-gutenberg-template\";i:48562;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17531\";a:24:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:17531;s:12:\"publish-date\";i:1505991876;s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-01\";s:20:\"astra-site-parent-id\";i:305;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25194\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25190\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-about.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25195\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-services.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25193\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-gallery.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25192\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-01-contact-2.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-01/wp-json/wp/v2/pages/15\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48562\";a:24:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:48562;s:12:\"publish-date\";i:1603984618;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-400x1705.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-08\";s:20:\"astra-site-parent-id\";i:1746;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2476;s:9:\"gardening\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48566\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-600x2558.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48563\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-about-1-600x1625.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48567\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-services-1-600x1611.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48565\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-gallery-1-600x994.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48564\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/gardener-08-contact-1-600x987.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/gardener-08/wp-json/wp/v2/pages/13\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19791\";a:24:{s:5:\"title\";s:27:\"Gardening &amp; Landscaping\";s:2:\"id\";i:19791;s:12:\"publish-date\";i:1543500773;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/gardener-05\";s:20:\"astra-site-parent-id\";i:277;s:15:\"astra-sites-tag\";a:7:{i:416;s:11:\"garden-care\";i:421;s:18:\"garden-maintenance\";i:420;s:9:\"gardening\";i:422;s:11:\"landscaping\";i:417;s:9:\"lawn-care\";i:419;s:8:\"planting\";i:418;s:12:\"weed-control\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24873\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/gardenr-landscaping.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/750\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/gardener-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24870\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/759\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/gardener-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24874\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-services.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/763\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/gardener-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24872\";a:12:{s:5:\"title\";s:7:\"Gallery\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-gallery.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/767\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/gallery/\";s:15:\"astra-sites-tag\";a:1:{i:461;s:7:\"gallery\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24871\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/gardener-02-feb-20-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/gardener-05/wp-json/wp/v2/pages/770\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/gardener-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-55358\";a:24:{s:5:\"title\";s:17:\"Web Design Agency\";s:2:\"id\";i:55358;s:12:\"publish-date\";i:1621624720;s:18:\"featured-image-url\";s:71:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-600x1886.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/demo-screenshot-400x1257.jpg\";s:14:\"astra-site-url\";s:39:\"//websitedemos.net/web-design-agency-08\";s:20:\"astra-site-parent-id\";i:2095;s:15:\"astra-sites-tag\";a:4:{i:663;s:6:\"agency\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:2159;s:17:\"web-design-agency\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:39;s:4:\"free\";i:36;s:5:\"other\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:0:{}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-55567\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2021/05/web-design-agency-08.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/web-design-agency-08/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/web-design-agency-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:61;s:4:\"free\";i:139;s:5:\"other\";}s:16:\"required-plugins\";a:0:{}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17529\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:17529;s:12:\"publish-date\";i:1505892280;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-01\";s:20:\"astra-site-parent-id\";i:300;s:15:\"astra-sites-tag\";a:6:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25144\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25141\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25146\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25145\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-01/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25143\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-01-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-01/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-01/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17536\";a:24:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";i:17536;s:12:\"publish-date\";i:1505892261;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:14:\"astra-site-url\";s:34:\"//websitedemos.net/construction-02\";s:20:\"astra-site-parent-id\";i:302;s:15:\"astra-sites-tag\";a:7:{i:435;s:12:\"architecture\";i:979;s:7:\"company\";i:484;s:12:\"construction\";i:436;s:8:\"interior\";i:812;s:6:\"office\";i:485;s:11:\"real-estate\";i:687;s:6:\"realty\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:5:{i:2795;s:12:\"architecture\";i:2836;s:12:\"construction\";i:2793;s:15:\"interior-design\";i:2768;s:9:\"portfolio\";i:2778;s:11:\"real-estate\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2484;s:11:\"real-estate\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1038:\"<!-- wp:paragraph -->\n<p>The Construction template is very clean and crisp, ideal for forward-looking businesses. While set up for construction, you could easily use it for architecture, real estate and other business types.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design uses bright colors and whitespace along with great imagery to create a positive first impression. Something continued effortlessly throughout the template. Thanks to full compatibility with page builders, you can transform this template without touching a line of code!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Construction template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, crisp business template ideal for business</li><li>Fantastic use of colors, images and whitespace</li><li>Equally attractive extra pages to continue the feel</li><li>Standout engagement buttons</li><li>Flexible content areas on every page</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:81:\"Inspire confidence in new clients with this clean and crisp construction template\";s:5:\"pages\";a:5:{s:8:\"id-25166\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-homepage.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/construction-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25163\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-about.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/71\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/construction-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25168\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-co-services.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/72\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25167\";a:12:{s:5:\"title\";s:8:\"Projects\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-projects.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/74\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/construction-02/projects/\";s:15:\"astra-sites-tag\";a:1:{i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-25165\";a:12:{s:5:\"title\";s:10:\"Contact Us\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/construction-02-contact.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/construction-02/wp-json/wp/v2/pages/73\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/construction-02/contact-us/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:58953;s:26:\"related-gutenberg-template\";i:48225;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2794,'astra-sites-and-pages-page-39','a:15:{s:8:\"id-17504\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:17504;s:12:\"publish-date\";i:1505739194;s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-02\";s:20:\"astra-site-parent-id\";i:215;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:1:{i:2777;s:8:\"business\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:976:\"<!-- wp:paragraph -->\n<p>The Co-Working Space template provides all the ingredients you need to build an engaging business website. While configured for a coworking space, it could easily be personalized to suit any organization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The use of modern fonts, clean colors and whitespace throughout keeps the design accessible and engaging. You have lots of options for adding or removing page features and pages thanks to full compatibility with page builders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Co-Working Space template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Clean, modern business template ideal for any niche</li><li>Great use of imagery and layout</li><li>Includes essential content areas and pages</li><li>Attractive contact page with form</li><li>Designed to be quickly customizable</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:90:\"Light and modern business template designed for real estate businesses or coworking spaces\";s:5:\"pages\";a:5:{s:8:\"id-24320\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-home.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24316\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-about-page.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24317\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-aminities.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-02/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24321\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-pricing.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24319\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-02-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:45466;s:26:\"related-gutenberg-template\";i:48374;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17363\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:17363;s:12:\"publish-date\";i:1503041658;s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-01\";s:20:\"astra-site-parent-id\";i:217;s:15:\"astra-sites-tag\";a:7:{i:692;s:8:\"business\";i:693;s:4:\"cafe\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:979;s:7:\"company\";i:812;s:6:\"office\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2487;s:6:\"agency\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24344\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24340\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-about-us.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/37\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-01/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24341\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-amenities.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/39\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-01/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24345\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-pricing.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/40\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-24343\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/co-working-space-01-contact.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/co-working-space-01/wp-json/wp/v2/pages/41\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48374\";a:24:{s:5:\"title\";s:16:\"Co-Working Space\";s:2:\"id\";i:48374;s:12:\"publish-date\";i:1603963845;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-400x1453.jpg\";s:14:\"astra-site-url\";s:38:\"//websitedemos.net/co-working-space-08\";s:20:\"astra-site-parent-id\";i:1729;s:15:\"astra-sites-tag\";a:5:{i:692;s:8:\"business\";i:694;s:16:\"co-working-place\";i:695;s:13:\"collaboration\";i:1453;s:15:\"coworking-space\";i:691;s:10:\"work-place\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48375\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-about-us-600x1618.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1131\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:48:\"//websitedemos.net/co-working-space-08/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48376\";a:12:{s:5:\"title\";s:9:\"Amenities\";s:18:\"featured-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities.jpg\";s:19:\"thumbnail-image-url\";s:94:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-amenities-600x1915.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1132\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:49:\"//websitedemos.net/co-working-space-08/amenities/\";s:15:\"astra-sites-tag\";a:1:{i:777;s:9:\"amenities\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48377\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us.jpg\";s:19:\"thumbnail-image-url\";s:95:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-contact-us-600x1305.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1133\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-48378\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-600x2179.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/co-working-space-08/\";s:15:\"astra-sites-tag\";a:1:{i:814;s:8:\"homepage\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48379\";a:12:{s:5:\"title\";s:7:\"Pricing\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans.jpg\";s:19:\"thumbnail-image-url\";s:98:\"https://websitedemos.net/wp-content/uploads/2020/10/co-working-space-08-pricing-plans-600x2176.jpg\";s:18:\"astra-page-api-url\";s:69:\"https://websitedemos.net/co-working-space-08/wp-json/wp/v2/pages/1134\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/co-working-space-08/pricing/\";s:15:\"astra-sites-tag\";a:1:{i:585;s:7:\"pricing\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17354\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:17354;s:12:\"publish-date\";i:1503490197;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-02\";s:20:\"astra-site-parent-id\";i:264;s:15:\"astra-sites-tag\";a:5:{i:698;s:10:\"engagement\";i:699;s:10:\"invitation\";i:399;s:8:\"one-page\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2771;s:8:\"one-page\";i:2792;s:7:\"wedding\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:2:{i:2489;s:16:\"event-invitation\";i:2927;s:8:\"one-page\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:6:\"leadin\";s:4:\"init\";s:17:\"leadin/leadin.php\";s:4:\"name\";s:55:\"HubSpot All-In-One Marketing - Forms, Popups, Live Chat\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1031:\"<!-- wp:paragraph -->\n<p>The Wedding Invitation template is a single page that has a romantic design with an engaging header image ideal for showing the happy couple. It’s accompanied by an informative headline and a helpful ‘add to calendar’ button for ease of use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further down the page are customizable content blocks for telling your story and for covering the when and where of the wedding. There’s also a helpful map, RSVP form and all the information guests need to know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Wedding Invitation template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Attractive one page template ideal for weddings</li><li>Romantic colors and design</li><li>Includes all the information you need to communicate</li><li>RSVP form and map within the template</li><li>Fully customizable colors to match your wedding theme</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Elegant one-page wedding invitation template with everything you need to communicate\";s:5:\"pages\";a:1:{s:8:\"id-24754\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/wedding-invite-onepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:45592;s:26:\"related-elementor-template\";i:58999;s:26:\"related-gutenberg-template\";i:48297;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48297\";a:24:{s:5:\"title\";s:18:\"Wedding Invitation\";s:2:\"id\";i:48297;s:12:\"publish-date\";i:1603905879;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-400x1513.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/wedding-08\";s:20:\"astra-site-parent-id\";i:1716;s:15:\"astra-sites-tag\";a:5:{i:699;s:10:\"invitation\";i:746;s:13:\"one-page-site\";i:463;s:11:\"single-page\";i:697;s:7:\"wedding\";i:1457;s:18:\"wedding-invitation\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:1:{i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2489;s:16:\"event-invitation\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48298\";a:12:{s:5:\"title\";s:18:\"Wedding Invitation\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/wedding-08-600x2270.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/wedding-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/wedding-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:1718;s:7:\"onepage\";i:1457;s:18:\"wedding-invitation\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:1:{i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17366\";a:24:{s:5:\"title\";s:10:\"Car Repair\";s:2:\"id\";i:17366;s:12:\"publish-date\";i:1503484873;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:14:\"astra-site-url\";s:32:\"//websitedemos.net/car-repair-01\";s:20:\"astra-site-parent-id\";i:298;s:15:\"astra-sites-tag\";a:4:{i:588;s:8:\"car-care\";i:587;s:13:\"car-detailing\";i:666;s:10:\"car-repair\";i:667;s:11:\"repair-shop\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2475;s:10:\"automotive\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-25114\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/4\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:33:\"//websitedemos.net/car-repair-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-25111\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/193\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/car-repair-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25116\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-services.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/217\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/car-repair-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25115\";a:12:{s:5:\"title\";s:9:\"Our Staff\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-our-staff.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/230\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/car-repair-01/our-staff/\";s:15:\"astra-sites-tag\";a:2:{i:668;s:5:\"staff\";i:486;s:4:\"team\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-25113\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/car-repair-01-contact.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/car-repair-01/wp-json/wp/v2/pages/28\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/car-repair-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-56731\";a:24:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:56731;s:12:\"publish-date\";i:1626107534;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-400x1565.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-08\";s:20:\"astra-site-parent-id\";i:2255;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-56732\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:70:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-about-1-600x1425.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/8\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56733\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-contact-1-600x875.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-56734\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-faq-1-600x1042.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-08/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:1476;s:26:\"frequently-asked-questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56735\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-1-600x2347.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-56736\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1.jpg\";s:19:\"thumbnail-image-url\";s:87:\"https://websitedemos.net/wp-content/uploads/2021/07/law-08-practice-area-1-600x1813.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-08/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-08/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:707;s:13:\"practice-area\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17337\";a:24:{s:5:\"title\";s:13:\"Prime Lawyers\";s:2:\"id\";i:17337;s:12:\"publish-date\";i:1502425391;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:14:\"astra-site-url\";s:25:\"//websitedemos.net/law-02\";s:20:\"astra-site-parent-id\";i:253;s:15:\"astra-sites-tag\";a:7:{i:704;s:13:\"corporate-law\";i:701;s:12:\"criminal-law\";i:703;s:11:\"enforcement\";i:968;s:7:\"justice\";i:702;s:8:\"law-firm\";i:706;s:6:\"lawyer\";i:1022;s:12:\"professional\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2777;s:8:\"business\";i:2824;s:8:\"law-firm\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2482;s:3:\"law\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1050:\"<!-- wp:paragraph -->\n<p>The Prime Lawyers template delivers that professional gravity your firm deserves from the moment you open the page. It’s a professionally-designed template complete with sober colors, lots of content areas and service sections and plenty of space to outline your areas of expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a dark theme that portrays the seriousness of the law without being overbearing. It can be quickly customized to suit any type of lawyer, which is why it’s so popular.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Prime Lawyers template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Well-designed template ideal for the legal profession</li><li>Suitable for law firms, individual lawyers or legal advice</li><li>Lots of areas to outline services and expertise</li><li>Can be customized to suit any brand identity</li><li>Great balance between light and dark</li><li>Full compatibility with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Professional template with sober colors, nice layout and confidence-inspiring design\";s:5:\"pages\";a:5:{s:8:\"id-24652\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-homepage.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:26:\"//websitedemos.net/law-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24648\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-aboutus.jpg\";s:18:\"astra-page-api-url\";s:53:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/9\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:32:\"//websitedemos.net/law-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24653\";a:12:{s:5:\"title\";s:13:\"Practice Area\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2019/07/law-firm-practice-area-page.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/10\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/law-02/practice-area/\";s:15:\"astra-sites-tag\";a:2:{i:708;s:4:\"area\";i:707;s:13:\"practice-area\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24651\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1.jpg\";s:19:\"thumbnail-image-url\";s:68:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-faq-1.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/law-02/faq/\";s:15:\"astra-sites-tag\";a:2:{i:426;s:3:\"faq\";i:709;s:9:\"questions\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24650\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2019/07/law-02-contact-2.jpg\";s:18:\"astra-page-api-url\";s:54:\"https://websitedemos.net/law-02/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/law-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:17337;s:26:\"related-gutenberg-template\";i:56731;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17326\";a:24:{s:5:\"title\";s:11:\"Electrician\";s:2:\"id\";i:17326;s:12:\"publish-date\";i:1502182802;s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:14:\"astra-site-url\";s:33:\"//websitedemos.net/electrician-02\";s:20:\"astra-site-parent-id\";i:237;s:15:\"astra-sites-tag\";a:4:{i:341;s:11:\"electrician\";i:1021;s:14:\"local-business\";i:439;s:14:\"local-services\";i:671;s:16:\"service-provider\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2815;s:11:\"electrician\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2471;s:16:\"local-technician\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1050:\"<!-- wp:paragraph -->\n<p>The Electrician website template is simple but effective and wastes no time getting to the point. It opens strong, with a bold full screen image with contact form front and center. The homepage then opens out to include service sections, another contact form and an attractive interactive footer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Electrician template also includes service pages, about, FAQs and contact page. You can add more pages in seconds thanks to full compatibility with drag and drop page builders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Electrician template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Simple, effective electrician template ideal for the industry</li><li>Lots of options for engagement and adding content</li><li>Multiple contact forms to attract leads</li><li>Good use of colors and imagery</li><li>Can be rebranded in minutes to fit your business</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:86:\"Concise and professional electrician template with user intent at the center of it all\";s:5:\"pages\";a:5:{s:8:\"id-24526\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:19:\"thumbnail-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-home-page.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/electrician-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-24522\";a:12:{s:5:\"title\";s:8:\"About Us\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-about-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/11\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/about-us/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24527\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-service-page.jpg\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/14\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/electrician-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24525\";a:12:{s:5:\"title\";s:3:\"FAQ\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot.png\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-faq-screenshot.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/16\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/electrician-02/faq/\";s:15:\"astra-sites-tag\";a:1:{i:426;s:3:\"faq\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-24524\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot.png\";s:19:\"thumbnail-image-url\";s:86:\"https://websitedemos.net/wp-content/uploads/2019/07/electrician-contact-screenshot.png\";s:18:\"astra-page-api-url\";s:62:\"https://websitedemos.net/electrician-02/wp-json/wp/v2/pages/18\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/electrician-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}}s:19:\"related-bb-template\";i:17630;s:26:\"related-elementor-template\";i:17326;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17300\";a:24:{s:5:\"title\";s:13:\"Dental Clinic\";s:2:\"id\";i:17300;s:12:\"publish-date\";i:1501666669;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/dental-02\";s:20:\"astra-site-parent-id\";i:230;s:15:\"astra-sites-tag\";a:8:{i:623;s:7:\"dentist\";i:601;s:6:\"doctor\";i:604;s:10:\"healthcare\";i:605;s:8:\"hospital\";i:399;s:8:\"one-page\";i:1022;s:12:\"professional\";i:463;s:11:\"single-page\";i:607;s:9:\"treatment\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2799;s:7:\"dentist\";i:2867;s:6:\"doctor\";i:2834;s:10:\"healthcare\";i:2780;s:8:\"hospital\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1331:\"<!-- wp:paragraph -->\n<p>The Dental Clinic template is clean, modern and gentle, which is exactly the first impression dentists need to make to engage their audience. The design uses a friendly white and blue design with engaging images throughout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template has a range of complementing colors along with a call to action banner, information blocks and a fully operational contact form. Plus, you have the option to move, add or change all blocks and pages across your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Dental Clinic template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Clever design reflects the medical nature of the dentist niche</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Clean, modern layout creates a positive first impression</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Good use of colors, fonts and white space</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Includes contact forms and calls to action</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Can be completely customized to fit your brand</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fully compatible with drag and drop page builders</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Stay on target and on trend with this appealing and welcoming dental clinic template\";s:5:\"pages\";a:1:{s:8:\"id-24468\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2019/07/dental-clinic-home-page.jpg\";s:18:\"astra-page-api-url\";s:56:\"https://websitedemos.net/dental-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/dental-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17524;s:26:\"related-elementor-template\";i:17300;s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38739\";a:24:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:38739;s:12:\"publish-date\";i:1579109371;s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-02\";s:20:\"astra-site-parent-id\";i:1125;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:1126;s:7:\"make-up\";i:1128;s:14:\"make-up-artist\";i:1127;s:9:\"skin-care\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:7:{i:2802;s:6:\"artist\";i:2790;s:14:\"beauty-fashion\";i:2821;s:14:\"feminine-girly\";i:2890;s:15:\"makeup-cosmetic\";i:2768;s:9:\"portfolio\";i:2837;s:5:\"salon\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1017:\"<!-- wp:paragraph -->\n<p>The Makeup Artist template is a chic design with a strong homepage and complementing service pages. The homepage opens with a strong image and attractive colors before unfolding into a clean, flat template with lots of whitespace to make your content really stand out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design includes some well-chosen fonts and colors, but you can easily customize it to suit your brand. Services are front and center and complemented with a price list and review section. Exactly what you expect to see!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Makeup Artist template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Engaging design that’s perfect for the beauty niche</li><li>Great use of colors, fonts and whitespace</li><li>Engaging service section, pricing and review blocks</li><li>Awesome header and footer all ready to go</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:82:\"Appealing and stylish, two words that sum up the makeup artist template perfectly!\";s:5:\"pages\";a:5:{s:8:\"id-38742\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38740\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38744\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-02/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38743\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-portfolio.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-02/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:997;s:8:\"our-work\";i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-38741\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-02-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-02/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:38733;s:26:\"related-elementor-template\";i:38739;s:26:\"related-gutenberg-template\";i:48263;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-38733\";a:24:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:38733;s:12:\"publish-date\";i:1579109395;s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-01\";s:20:\"astra-site-parent-id\";i:1124;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:4:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:2;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:3;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-44089\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:63:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/5\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44087\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-about.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/43\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44091\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services.jpg\";s:19:\"thumbnail-image-url\";s:81:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-services.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/44\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-01/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44090\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-portfolio.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/45\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-01/portfolio/\";s:15:\"astra-sites-tag\";a:2:{i:444;s:9:\"portfolio\";i:424;s:7:\"project\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-44088\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/02/makeup-artist-01-contact.jpg\";s:18:\"astra-page-api-url\";s:64:\"https://websitedemos.net/makeup-artist-01/wp-json/wp/v2/pages/46\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48263\";a:24:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:48263;s:12:\"publish-date\";i:1603908979;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-400x1344.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-08\";s:20:\"astra-site-parent-id\";i:1713;s:15:\"astra-sites-tag\";a:6:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";i:1728;s:13:\"makeup-studio\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2479;s:6:\"beauty\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:2;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48266\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-1-600x2017.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1299\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48264\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-about-1-600x1155.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1300\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48268\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-services-1-600x1450.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1301\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48267\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-portfolio-1-600x1205.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1302\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-08/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48265\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2020/10/makeup-artist-08-contact-1-600x866.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/makeup-artist-08/wp-json/wp/v2/pages/1303\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-19799\";a:24:{s:5:\"title\";s:13:\"Makeup Artist\";s:2:\"id\";i:19799;s:12:\"publish-date\";i:1543500772;s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:14:\"astra-site-url\";s:35:\"//websitedemos.net/makeup-artist-05\";s:20:\"astra-site-parent-id\";i:278;s:15:\"astra-sites-tag\";a:5:{i:579;s:14:\"bridal-make-up\";i:477;s:9:\"hair-care\";i:575;s:11:\"hair-styles\";i:982;s:11:\"hairstylist\";i:577;s:13:\"makeup-artist\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-24882\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-home.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/962\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/makeup-artist-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24880\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-about.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/968\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/makeup-artist-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24884\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-services.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/972\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:45:\"//websitedemos.net/makeup-artist-05/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24883\";a:12:{s:5:\"title\";s:9:\"Portfolio\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-portfolio.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/977\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/makeup-artist-05/portfolio/\";s:15:\"astra-sites-tag\";a:1:{i:444;s:9:\"portfolio\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-24881\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:77:\"https://websitedemos.net/wp-content/uploads/2020/01/makeup-artist-contact.jpg\";s:19:\"thumbnail-image-url\";s:93:\"https://websitedemos.net/wp-content/uploads/2019/07/id-24881-makeup-artist-contact-resize.jpg\";s:18:\"astra-page-api-url\";s:65:\"https://websitedemos.net/makeup-artist-05/wp-json/wp/v2/pages/983\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/makeup-artist-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-43271\";a:24:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:43271;s:12:\"publish-date\";i:1580979456;s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-02\";s:20:\"astra-site-parent-id\";i:1406;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2819;s:8:\"cleaning\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1005:\"<!-- wp:paragraph -->\n<p>The Cleaning Services template is a strong, modern design with contrasting colors and bold fonts that makes an instant impression. The rest of the design reflects that first impression and includes lots of service sections and optional blocks for extra content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The template includes readymade service pages, contact pages and about page. You can also quickly add extra pages to suit your particular needs using a drag and drop page builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Cleaning Services template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Bold design with characterful contrasting colors</li><li>Service sections and pages already built</li><li>Attractive contact page and calls to action</li><li>Flexible design with limitless customizations</li><li>Testimonial section on the main page</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:80:\"Build instant confidence with this crisp, professional cleaning service template\";s:5:\"pages\";a:5:{s:8:\"id-43275\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-home-page.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43272\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-services-about-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-02/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43276\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-residential-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-02/residential/\";s:15:\"astra-sites-tag\";a:2:{i:682;s:11:\"residential\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43273\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-service-commercial-page.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-02/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:681;s:10:\"commercial\";i:1408;s:7:\"service\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}}}s:8:\"id-43274\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaner-02-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-02/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-02/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";i:21331;s:26:\"related-gutenberg-template\";i:48269;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2795,'astra-sites-and-pages-page-40','a:9:{s:8:\"id-43284\";a:24:{s:5:\"title\";s:16:\"Cleaning Service\";s:2:\"id\";i:43284;s:12:\"publish-date\";i:1580981779;s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-01\";s:20:\"astra-site-parent-id\";i:1409;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-47208\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-about-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/21\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-01/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47209\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-commercial-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/23\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-01/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:681;s:10:\"commercial\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47210\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-contact-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/24\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-01/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47211\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:57:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/7\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}s:8:\"id-47212\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/08/cleaner-01-residential-1.jpg\";s:18:\"astra-page-api-url\";s:58:\"https://websitedemos.net/cleaner-01/wp-json/wp/v2/pages/22\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-01/residential/\";s:15:\"astra-sites-tag\";a:1:{i:682;s:11:\"residential\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48269\";a:24:{s:5:\"title\";s:17:\"Cleaning Services\";s:2:\"id\";i:48269;s:12:\"publish-date\";i:1603905875;s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-400x1581.jpg\";s:14:\"astra-site-url\";s:29:\"//websitedemos.net/cleaner-08\";s:20:\"astra-site-parent-id\";i:1714;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2477;s:13:\"home-services\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-48273\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:66:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-600x2372.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1696\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:30:\"//websitedemos.net/cleaner-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48270\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-about-1-600x2045.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1352\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/cleaner-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48274\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-residential-1-600x1338.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1348\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaner-08/residential/\";s:15:\"astra-sites-tag\";a:1:{i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48271\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-commercial-1-600x1498.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1350\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/cleaner-08/commercial/\";s:15:\"astra-sites-tag\";a:1:{i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-48272\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1.jpg\";s:19:\"thumbnail-image-url\";s:85:\"https://websitedemos.net/wp-content/uploads/2020/10/cleaner-08-contact-1-600x1054.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaner-08/wp-json/wp/v2/pages/1354\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/cleaner-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-43296\";a:24:{s:5:\"title\";s:35:\"Residential and Commercial Cleaning\";s:2:\"id\";i:43296;s:12:\"publish-date\";i:1580982304;s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/cleaning-05\";s:20:\"astra-site-parent-id\";i:1410;s:15:\"astra-sites-tag\";a:7:{i:680;s:8:\"cleaning\";i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";i:674;s:17:\"domestic-cleaning\";i:1407;s:13:\"house-keeping\";i:676;s:11:\"maintenance\";i:677;s:7:\"washing\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:5:\"brizy\";s:10:\"categories\";a:0:{}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:13:\"astra-widgets\";s:4:\"init\";s:31:\"astra-widgets/astra-widgets.php\";s:4:\"name\";s:13:\"Astra Widgets\";}i:1;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:5:{s:8:\"id-43300\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:19:\"thumbnail-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-home.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/664\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/cleaning-05/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43297\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-about.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/674\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:37:\"//websitedemos.net/cleaning-05/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43301\";a:12:{s:5:\"title\";s:11:\"Residential\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-residential.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/679\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:43:\"//websitedemos.net/cleaning-05/residential/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:776;s:20:\"residential-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43298\";a:12:{s:5:\"title\";s:10:\"Commercial\";s:18:\"featured-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial.jpg\";s:19:\"thumbnail-image-url\";s:78:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-commercial.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/682\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:42:\"//websitedemos.net/cleaning-05/commercial/\";s:15:\"astra-sites-tag\";a:2:{i:679;s:17:\"cleaning-services\";i:673;s:19:\"commercial-cleaning\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}}}s:8:\"id-43299\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact.jpg\";s:19:\"thumbnail-image-url\";s:75:\"https://websitedemos.net/wp-content/uploads/2020/02/cleaning-05-contact.jpg\";s:18:\"astra-page-api-url\";s:60:\"https://websitedemos.net/cleaning-05/wp-json/wp/v2/pages/687\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:39:\"//websitedemos.net/cleaning-05/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:5:\"brizy\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:5:\"brizy\";s:4:\"init\";s:15:\"brizy/brizy.php\";s:4:\"name\";s:5:\"Brizy\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-54447\";a:24:{s:5:\"title\";s:22:\"Health &#038; Wellness\";s:2:\"id\";i:54447;s:12:\"publish-date\";i:1621454260;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-400x1515.jpg\";s:14:\"astra-site-url\";s:37:\"//websitedemos.net/health-wellness-08\";s:20:\"astra-site-parent-id\";i:2034;s:15:\"astra-sites-tag\";a:11:{i:337;s:6:\"clinic\";i:338;s:6:\"dental\";i:2047;s:13:\"dental-clinic\";i:601;s:6:\"doctor\";i:2045;s:6:\"health\";i:604;s:10:\"healthcare\";i:603;s:7:\"medical\";i:2046;s:14:\"medical-clinic\";i:621;s:12:\"psychiatrist\";i:2044;s:9:\"therapist\";i:619;s:8:\"wellness\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2490;s:10:\"healthcare\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-54449\";a:12:{s:5:\"title\";s:7:\"Contact\";s:18:\"featured-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08.jpg\";s:19:\"thumbnail-image-url\";s:90:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-contact-08-600x852.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/130\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:46:\"//websitedemos.net/health-wellness-08/contact/\";s:15:\"astra-sites-tag\";a:1:{i:415;s:7:\"contact\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-54450\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08.jpg\";s:19:\"thumbnail-image-url\";s:88:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-home-08-600x2273.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/12\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:38:\"//websitedemos.net/health-wellness-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54448\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-about-08-600x1484.jpg\";s:18:\"astra-page-api-url\";s:66:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/87\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:44:\"//websitedemos.net/health-wellness-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-54451\";a:12:{s:5:\"title\";s:8:\"Services\";s:18:\"featured-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08.jpg\";s:19:\"thumbnail-image-url\";s:92:\"https://websitedemos.net/wp-content/uploads/2021/05/health-wellness-services-08-600x1214.jpg\";s:18:\"astra-page-api-url\";s:67:\"https://websitedemos.net/health-wellness-08/wp-json/wp/v2/pages/120\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:47:\"//websitedemos.net/health-wellness-08/services/\";s:15:\"astra-sites-tag\";a:1:{i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17299\";a:24:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:17299;s:12:\"publish-date\";i:1501666668;s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-02\";s:20:\"astra-site-parent-id\";i:250;s:15:\"astra-sites-tag\";a:5:{i:1534;s:3:\"bnb\";i:350;s:5:\"hotel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:2:{i:2785;s:4:\"food\";i:2788;s:9:\"hotel-bnb\";}s:23:\"astra-site-page-builder\";s:9:\"elementor\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:1096:\"<!-- wp:paragraph -->\n<p>The Hotel and BnB template welcomes you with open arms and provides the warm reception you want from a hotel or BnB website template. The homepage contains all the information guests need while painting the picture of a lifestyle, ideal for the niche.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The design is modern with great balance and all the page features you need to introduce your property and engage with guests. There is also a clear call to action, a gallery page, booking form options and the opportunity to add anything you like to your website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Key features of the Hotel and BnB template</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Welcoming home page that creates a positive first impression</li><li>Delivers everything visitors need quickly</li><li>Attractive call to action and enquiry buttons</li><li>Portfolio and amenities sections all ready to go</li><li>Fully responsive and works on any screen</li><li>Fully compatible with drag and drop page builders</li></ul>\n<!-- /wp:list -->\";s:12:\"post-excerpt\";s:84:\"Engaging hospitality template that welcomes your hotel and BnB guests with open arms\";s:5:\"pages\";a:1:{s:8:\"id-24627\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:19:\"thumbnail-image-url\";s:79:\"https://websitedemos.net/wp-content/uploads/2017/08/hotel-mountain-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-02/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-02/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"elementor\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:9:\"elementor\";s:4:\"init\";s:23:\"elementor/elementor.php\";s:4:\"name\";s:9:\"Elementor\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";i:17506;s:26:\"related-elementor-template\";i:17299;s:26:\"related-gutenberg-template\";i:48093;s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-17506\";a:24:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:17506;s:12:\"publish-date\";i:1505739180;s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-01\";s:20:\"astra-site-parent-id\";i:247;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:14:\"beaver-builder\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-24620\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2019/07/hotel-01-homepage.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-01/wp-json/wp/v2/pages/2\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-01/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:14:\"beaver-builder\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:3:{i:0;a:3:{s:4:\"slug\";s:27:\"beaver-builder-lite-version\";s:4:\"init\";s:42:\"beaver-builder-lite-version/fl-builder.php\";s:4:\"name\";s:36:\"Beaver Builder Plugin (Lite Version)\";}i:1;a:3:{s:4:\"slug\";s:39:\"ultimate-addons-for-beaver-builder-lite\";s:4:\"init\";s:61:\"ultimate-addons-for-beaver-builder-lite/bb-ultimate-addon.php\";s:4:\"name\";s:41:\"Ultimate Addons for Beaver Builder - Lite\";}i:2;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-48093\";a:24:{s:5:\"title\";s:13:\"Hotel and BnB\";s:2:\"id\";i:48093;s:12:\"publish-date\";i:1603893483;s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-400x1736.jpg\";s:14:\"astra-site-url\";s:27:\"//websitedemos.net/hotel-08\";s:20:\"astra-site-parent-id\";i:1700;s:15:\"astra-sites-tag\";a:8:{i:560;s:7:\"cuisine\";i:336;s:4:\"food\";i:350;s:5:\"hotel\";i:712;s:5:\"lodge\";i:711;s:5:\"motel\";i:399;s:8:\"one-page\";i:714;s:6:\"resort\";i:463;s:11:\"single-page\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:27;s:8:\"business\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:0:{}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2498;s:12:\"hotel-travel\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:1:{s:8:\"id-48094\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:64:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08.jpg\";s:19:\"thumbnail-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/hotel-08-600x2604.jpg\";s:18:\"astra-page-api-url\";s:55:\"https://websitedemos.net/hotel-08/wp-json/wp/v2/pages/6\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:28:\"//websitedemos.net/hotel-08/\";s:15:\"astra-sites-tag\";a:3:{i:423;s:4:\"home\";i:814;s:8:\"homepage\";i:463;s:11:\"single-page\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:60;s:8:\"business\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47918\";a:24:{s:5:\"title\";s:11:\"Travel Blog\";s:2:\"id\";i:47918;s:12:\"publish-date\";i:1603828787;s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-600x2232.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-400x1488.jpg\";s:14:\"astra-site-url\";s:28:\"//websitedemos.net/travel-08\";s:20:\"astra-site-parent-id\";i:1682;s:15:\"astra-sites-tag\";a:5:{i:480;s:4:\"blog\";i:430;s:7:\"tourism\";i:427;s:6:\"travel\";i:750;s:11:\"travel-blog\";i:1683;s:14:\"travel-blogger\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:4:{i:2828;s:4:\"blog\";i:2777;s:8:\"business\";i:2831;s:7:\"service\";i:2775;s:14:\"travel-tourism\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2497;s:4:\"blog\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:4:{s:8:\"id-47922\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:65:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08.jpg\";s:19:\"thumbnail-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-600x2232.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1718\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:29:\"//websitedemos.net/travel-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47920\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:72:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-1.jpg\";s:19:\"thumbnail-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-blog-1-600x890.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1722\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:34:\"//websitedemos.net/travel-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47919\";a:12:{s:5:\"title\";s:5:\"About\";s:18:\"featured-image-url\";s:73:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-1.jpg\";s:19:\"thumbnail-image-url\";s:82:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-about-1-600x1258.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1720\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:35:\"//websitedemos.net/travel-08/about/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47921\";a:12:{s:5:\"title\";s:11:\"Destination\";s:18:\"featured-image-url\";s:80:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-1.jpg\";s:19:\"thumbnail-image-url\";s:89:\"https://websitedemos.net/wp-content/uploads/2020/10/travel-08-destinations-1-600x1525.jpg\";s:18:\"astra-page-api-url\";s:59:\"https://websitedemos.net/travel-08/wp-json/wp/v2/pages/1724\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:41:\"//websitedemos.net/travel-08/destination/\";s:15:\"astra-sites-tag\";a:2:{i:785;s:11:\"destination\";i:425;s:8:\"services\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}s:8:\"id-47942\";a:24:{s:5:\"title\";s:8:\"Pet Care\";s:2:\"id\";i:47942;s:12:\"publish-date\";i:1603828778;s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-600x1649.jpg\";s:28:\"fullpage-thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-400x1099.jpg\";s:14:\"astra-site-url\";s:30:\"//websitedemos.net/pet-care-08\";s:20:\"astra-site-parent-id\";i:1685;s:15:\"astra-sites-tag\";a:7:{i:1688;s:8:\"pet-blog\";i:374;s:8:\"pet-care\";i:1686;s:13:\"pet-care-blog\";i:372;s:11:\"pet-minding\";i:371;s:11:\"pet-sitting\";i:373;s:12:\"pet-training\";i:1687;s:11:\"pet-walking\";}s:16:\"astra-sites-type\";s:4:\"free\";s:19:\"astra-site-category\";a:2:{i:37;s:4:\"blog\";i:39;s:4:\"free\";}s:29:\"astra-sites-template-category\";a:3:{i:2777;s:8:\"business\";i:2809;s:10:\"pet-animal\";i:2831;s:7:\"service\";}s:23:\"astra-site-page-builder\";s:9:\"gutenberg\";s:10:\"categories\";a:1:{i:2472;s:4:\"pets\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}i:1;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}s:11:\"post-status\";s:7:\"publish\";s:12:\"post-content\";s:0:\"\";s:12:\"post-excerpt\";s:0:\"\";s:5:\"pages\";a:3:{s:8:\"id-47945\";a:12:{s:5:\"title\";s:4:\"Home\";s:18:\"featured-image-url\";s:67:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08.jpg\";s:19:\"thumbnail-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-600x1649.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1040\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:31:\"//websitedemos.net/pet-care-08/\";s:15:\"astra-sites-tag\";a:1:{i:423;s:4:\"home\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:2:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}i:1;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:4:\"init\";s:24:\"wpforms-lite/wpforms.php\";s:4:\"name\";s:12:\"WPForms Lite\";}}}s:8:\"id-47943\";a:12:{s:5:\"title\";s:8:\"About Me\";s:18:\"featured-image-url\";s:76:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-me.jpg\";s:19:\"thumbnail-image-url\";s:84:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-about-me-600x748.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1042\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:40:\"//websitedemos.net/pet-care-08/about-me/\";s:15:\"astra-sites-tag\";a:1:{i:352;s:5:\"about\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}s:8:\"id-47944\";a:12:{s:5:\"title\";s:4:\"Blog\";s:18:\"featured-image-url\";s:74:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-2.jpg\";s:19:\"thumbnail-image-url\";s:83:\"https://websitedemos.net/wp-content/uploads/2020/10/pet-care-08-blog-2-600x1095.jpg\";s:18:\"astra-page-api-url\";s:61:\"https://websitedemos.net/pet-care-08/wp-json/wp/v2/pages/1044\";s:12:\"dynamic-page\";s:2:\"no\";s:14:\"astra-page-url\";s:36:\"//websitedemos.net/pet-care-08/blog/\";s:15:\"astra-sites-tag\";a:1:{i:480;s:4:\"blog\";}s:15:\"site-pages-type\";s:4:\"free\";s:23:\"site-pages-page-builder\";s:9:\"gutenberg\";s:19:\"site-pages-category\";a:0:{}s:26:\"site-pages-parent-category\";a:2:{i:74;s:4:\"blog\";i:61;s:4:\"free\";}s:16:\"required-plugins\";a:1:{i:0;a:3:{s:4:\"slug\";s:29:\"ultimate-addons-for-gutenberg\";s:4:\"init\";s:63:\"ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.php\";s:4:\"name\";s:7:\"Spectra\";}}}}s:19:\"related-bb-template\";s:0:\"\";s:26:\"related-elementor-template\";s:0:\"\";s:26:\"related-gutenberg-template\";s:0:\"\";s:26:\"related_ecommerce_template\";s:0:\"\";s:25:\"ecommerce_parent_template\";s:0:\"\";}}','no'),(2796,'astra-sites-and-pages-page-41','a:0:{}','no'),(2797,'astra-sites-and-pages-page-42','a:0:{}','no'),(2798,'astra-sites-batch-is-complete','yes','no'),(2799,'astra-sites-last-export-checksums','VGLDHz%WWf@J','no'),(2928,'_site_transient_redesign_notices_forever_dismiss_1','1','no'),(7717,'wpforms_version_upgraded_from','1.8.3','yes'),(7770,'elementor_pro_tracker_notice','1','yes'),(7771,'elementor_tracker_notice','1','yes'),(7843,'wp_calendar_block_has_published_posts','1','yes'),(7861,'category_children','a:0:{}','yes'),(7889,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1696507943;s:6:\"review\";i:1694771256;}s:4:\"time\";i:1694209656;s:7:\"version\";s:5:\"5.8.8\";}}','yes'),(8230,'auto_update_plugins','a:8:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:24:\"wordpress-seo/wp-seo.php\";i:2;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:3;s:25:\"wpseo-video/video-seo.php\";i:4;s:25:\"wpseo-local/local-seo.php\";i:5;s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";i:6;s:25:\"wpseo-news/wpseo-news.php\";i:7;s:57:\"acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php\";}','no'),(8231,'gf_previous_db_version','2.5.15','yes'),(8232,'gf_upgrade_lock','','yes'),(8233,'gform_sticky_admin_messages','a:0:{}','yes'),(8345,'jeg-dynamic-css','','yes'),(8597,'_transient_GFCache_013e883e4e76e41e669399cd6e66aa36','a:1:{s:17:\"gravityforms_cron\";a:3:{i:0;i:1693225843;i:1;i:1693225832;i:2;i:1693147567;}}','yes'),(8958,'theme_mods_twentytwentyone','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(9103,'db_upgraded','','yes'),(9110,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"atifali3600@gmail.com\";s:7:\"version\";s:3:\"6.3\";s:9:\"timestamp\";i:1691555214;}','no'),(9133,'can_compress_scripts','0','yes'),(10038,'_wpforms_transient_timeout_addons.json','1694725592','no'),(10039,'_wpforms_transient_addons.json','1694120792','no'),(10040,'_wpforms_transient_timeout_templates.json','1694725592','no'),(10041,'_wpforms_transient_templates.json','1694120792','no'),(10179,'WPLANG','en_GB','yes'),(10180,'new_admin_email','atifali3600@gmail.com','yes'),(10181,'st-brizy-builder-flag','','yes'),(10182,'bsf_analytics_optin','no','yes'),(10480,'gform_email_count','13','yes'),(12834,'elementor_connect_site_key','f877f19846c466d63f749d909e6f3b01','yes'),(13162,'wdp_un_updates_available','1','no'),(13163,'wp-smush-settings','a:25:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:5:\"gform\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:16:\"background_email\";b:0;}','yes'),(13164,'wp-smush-install-type','existing','no'),(13165,'wp-smush-version','3.12.5','no'),(13169,'wdp_un_local_themes','a:0:{}','no'),(13170,'wdp_un_local_projects','a:1:{i:912164;a:3:{s:4:\"type\";s:6:\"plugin\";s:7:\"version\";s:6:\"3.12.5\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";}}','no'),(13171,'wdp_un_activated_flag','0','no'),(13179,'smush_global_stats','a:9:{s:11:\"size_before\";i:189575862;s:10:\"size_after\";i:95467152;s:7:\"percent\";d:49.60000000000000142108547152020037174224853515625;s:5:\"human\";s:7:\"89.7 MB\";s:5:\"bytes\";i:94108710;s:12:\"total_images\";i:682;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(13180,'wp-smush-preset_configs','a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:14:\"Default config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:10:\"png_to_jpg\";b:1;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}}s:7:\"strings\";a:6:{s:10:\"bulk_smush\";a:1:{i:0;s:184:\"Automatic compression - Active\nSuper-Smush - Active\nMetadata - Active\nImage Resizing - Inactive\nOriginal Images - Active\nBackup Original Images - Active\nPNG to JPEG Conversion - Active\";}s:9:\"lazy_load\";a:1:{i:0;s:8:\"Inactive\";}s:3:\"cdn\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"webp_mod\";a:1:{i:0;s:8:\"Inactive\";}s:12:\"integrations\";a:1:{i:0;s:109:\"Gutenberg Support - Inactive\nWPBakery Page Builder - Inactive\nAmazon S3 - Inactive\nNextGen Gallery - Inactive\";}s:8:\"settings\";a:1:{i:0;s:122:\"Image Resize Detection - Inactive\nColor Accessibility - Inactive\nUsage Tracking - Inactive\nKeep Data On Uninstall - Active\";}}}}}','no'),(13194,'wp-smush-lazy_load','a:9:{s:6:\"format\";a:6:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:4:\"webp\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:7:\"include\";a:17:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;s:14:\"e-landing-page\";b:1;s:17:\"elementor_library\";b:1;s:19:\"elementskit_content\";b:1;s:20:\"elementskit_template\";b:1;s:11:\"jkit-header\";b:1;s:11:\"jkit-footer\";b:1;s:13:\"jkit-template\";b:1;s:17:\"ctshowcase_member\";b:1;s:20:\"ctshowcase_shortcode\";b:1;s:16:\"tf_header_footer\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";N;s:8:\"noscript\";N;s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}}','yes'),(13195,'skip-smush-setup','1','yes'),(13197,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(13199,'wp_smush_bulk_smush_background_process_status','a:6:{s:13:\"in_processing\";b:0;s:12:\"is_cancelled\";b:0;s:12:\"is_completed\";b:1;s:11:\"total_items\";i:132;s:15:\"processed_items\";i:132;s:12:\"failed_items\";i:1;}','no'),(13533,'_transient_ekit_lite_slick_to_swiper_migrate','2.9.0','yes'),(13654,'ctshowcase_group_children','a:0:{}','yes'),(13705,'googlesitekit_db_version','1.8.1','yes'),(13706,'googlesitekit_has_connected_admins','1','yes'),(13714,'_transient_googlesitekit_verification_meta_tags','a:0:{}','yes'),(13763,'googlesitekit_active_modules','a:2:{i:0;s:18:\"pagespeed-insights\";i:1;s:9:\"analytics\";}','yes'),(13765,'googlesitekit_credentials','Ee/Un0gwfYNHWLh/+F6LNGRpRmZGeXpMUndRUSs3WGRiU0VSellMbzRKRks0TTdSMk5FeW0yVVhxK1Z2QU1JQWtmZm9TYmlYYm93S0FGcHlzQWdEZVFGcXo3RG5ORWxrQkYrdnROR3JieVZDY05SYzAwK1paT1k5d2VqUzJ5ZUlzRWhFalYyMlhLNUsxVG1hQVdUVDlHNkR0RjhZcndWVnRVNitaOUlXendGeGNsZnM2cGlOMUlwR2k0M2s2OWFmUE5lc2I3T1pJdlYxRUNrSDVjK2t5VXdqS2NnYW5TbVM4UVRkVFZSMlMvLzl1VU1CMnVpQjhDZXJJbzBSeFJUbGdBdUtveWo3ZndkN1hvTnZaWk9Pd3d4djJGZG1sK2JubktKckpRZHNmTys3WEV3PQ==','yes'),(13766,'googlesitekitpersistent_remote_features','a:15:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}}','yes'),(13767,'googlesitekit_connected_proxy_url','https://orchidcitybrass.org/','yes'),(13768,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:28:\"https://orchidcitybrass.org/\";s:7:\"ownerID\";i:1;}','yes'),(13769,'googlesitekit_owner_id','1','yes'),(13773,'googlesitekit_analytics_settings','a:12:{s:7:\"ownerID\";i:1;s:9:\"accountID\";s:9:\"283296520\";s:13:\"adsenseLinked\";b:0;s:15:\"adsConversionID\";s:0:\"\";s:11:\"anonymizeIP\";b:1;s:21:\"internalWebPropertyID\";s:0:\"\";s:9:\"profileID\";s:0:\"\";s:10:\"propertyID\";s:0:\"\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;s:13:\"dashboardView\";s:18:\"google-analytics-4\";}','yes'),(13774,'googlesitekit_analytics-4_settings','a:9:{s:7:\"ownerID\";i:1;s:10:\"propertyID\";s:9:\"404500896\";s:15:\"webDataStreamID\";s:10:\"6044934164\";s:13:\"measurementID\";s:12:\"G-H3JBB9ZJG6\";s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:10:\"GT-WVGDJ69\";s:18:\"googleTagAccountID\";s:10:\"6193102293\";s:20:\"googleTagContainerID\";s:9:\"164217406\";s:23:\"googleTagLastSyncedAtMs\";i:1693230824246;}','yes'),(13786,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"21.1\";}','yes'),(13787,'wpseo','a:106:{s:8:\"tracking\";b:1;s:16:\"toggled_tracking\";b:1;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:21:\"post_type_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"21.1\";s:16:\"previous_version\";s:4:\"21.0\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1693231029;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:27:\"https://orchidcitybrass.org\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:5:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:16:\"bsf_custom_fonts\";s:16:\"bsf_custom_fonts\";s:16:\"ctshowcase_group\";s:16:\"ctshowcase_group\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:3:{i:0;s:18:\"siteRepresentation\";i:1;s:14:\"socialProfiles\";i:2;s:19:\"personalPreferences\";}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1693231030;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:11:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:19:\"elementskit_content\";i:4;s:20:\"elementskit_template\";i:5;s:11:\"jkit-header\";i:6;s:11:\"jkit-footer\";i:7;s:13:\"jkit-template\";i:8;s:17:\"ctshowcase_member\";i:9;s:20:\"ctshowcase_shortcode\";i:10;s:16:\"tf_header_footer\";}s:28:\"last_known_public_taxonomies\";a:4:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:16:\"ctshowcase_group\";}s:23:\"last_known_no_unindexed\";a:6:{s:27:\"wpseo_total_unindexed_posts\";i:1694443918;s:40:\"wpseo_total_unindexed_post_type_archives\";i:1694721685;s:27:\"wpseo_total_unindexed_terms\";i:1694443918;s:31:\"wpseo_unindexed_post_link_count\";i:1694721685;s:31:\"wpseo_unindexed_term_link_count\";i:1694721685;s:35:\"wpseo_total_unindexed_general_items\";i:1694721685;}s:14:\"new_post_types\";a:1:{i:10;s:16:\"tf_header_footer\";}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:1;}','yes'),(13788,'wpseo_titles','a:252:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:60:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";i:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:25:\"title-elementskit_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementskit_content\";s:0:\"\";s:27:\"noindex-elementskit_content\";b:0;s:38:\"display-metabox-pt-elementskit_content\";b:1;s:38:\"post_types-elementskit_content-maintax\";i:0;s:36:\"schema-page-type-elementskit_content\";s:7:\"WebPage\";s:39:\"schema-article-type-elementskit_content\";s:4:\"None\";s:32:\"social-title-elementskit_content\";s:9:\"%%title%%\";s:38:\"social-description-elementskit_content\";s:0:\"\";s:36:\"social-image-url-elementskit_content\";s:0:\"\";s:35:\"social-image-id-elementskit_content\";i:0;s:26:\"title-elementskit_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-elementskit_template\";s:0:\"\";s:28:\"noindex-elementskit_template\";b:0;s:39:\"display-metabox-pt-elementskit_template\";b:1;s:39:\"post_types-elementskit_template-maintax\";i:0;s:37:\"schema-page-type-elementskit_template\";s:7:\"WebPage\";s:40:\"schema-article-type-elementskit_template\";s:4:\"None\";s:33:\"social-title-elementskit_template\";s:9:\"%%title%%\";s:39:\"social-description-elementskit_template\";s:0:\"\";s:37:\"social-image-url-elementskit_template\";s:0:\"\";s:36:\"social-image-id-elementskit_template\";i:0;s:17:\"title-jkit-header\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-jkit-header\";s:0:\"\";s:19:\"noindex-jkit-header\";b:0;s:30:\"display-metabox-pt-jkit-header\";b:1;s:30:\"post_types-jkit-header-maintax\";i:0;s:28:\"schema-page-type-jkit-header\";s:7:\"WebPage\";s:31:\"schema-article-type-jkit-header\";s:4:\"None\";s:24:\"social-title-jkit-header\";s:9:\"%%title%%\";s:30:\"social-description-jkit-header\";s:0:\"\";s:28:\"social-image-url-jkit-header\";s:0:\"\";s:27:\"social-image-id-jkit-header\";i:0;s:17:\"title-jkit-footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-jkit-footer\";s:0:\"\";s:19:\"noindex-jkit-footer\";b:0;s:30:\"display-metabox-pt-jkit-footer\";b:1;s:30:\"post_types-jkit-footer-maintax\";i:0;s:28:\"schema-page-type-jkit-footer\";s:7:\"WebPage\";s:31:\"schema-article-type-jkit-footer\";s:4:\"None\";s:24:\"social-title-jkit-footer\";s:9:\"%%title%%\";s:30:\"social-description-jkit-footer\";s:0:\"\";s:28:\"social-image-url-jkit-footer\";s:0:\"\";s:27:\"social-image-id-jkit-footer\";i:0;s:19:\"title-jkit-template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-jkit-template\";s:0:\"\";s:21:\"noindex-jkit-template\";b:0;s:32:\"display-metabox-pt-jkit-template\";b:1;s:32:\"post_types-jkit-template-maintax\";i:0;s:30:\"schema-page-type-jkit-template\";s:7:\"WebPage\";s:33:\"schema-article-type-jkit-template\";s:4:\"None\";s:26:\"social-title-jkit-template\";s:9:\"%%title%%\";s:32:\"social-description-jkit-template\";s:0:\"\";s:30:\"social-image-url-jkit-template\";s:0:\"\";s:29:\"social-image-id-jkit-template\";i:0;s:23:\"title-ctshowcase_member\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ctshowcase_member\";s:0:\"\";s:25:\"noindex-ctshowcase_member\";b:0;s:36:\"display-metabox-pt-ctshowcase_member\";b:1;s:36:\"post_types-ctshowcase_member-maintax\";i:0;s:34:\"schema-page-type-ctshowcase_member\";s:7:\"WebPage\";s:37:\"schema-article-type-ctshowcase_member\";s:4:\"None\";s:30:\"social-title-ctshowcase_member\";s:9:\"%%title%%\";s:36:\"social-description-ctshowcase_member\";s:0:\"\";s:34:\"social-image-url-ctshowcase_member\";s:0:\"\";s:33:\"social-image-id-ctshowcase_member\";i:0;s:33:\"title-ptarchive-ctshowcase_member\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:36:\"metadesc-ptarchive-ctshowcase_member\";s:0:\"\";s:35:\"bctitle-ptarchive-ctshowcase_member\";s:0:\"\";s:35:\"noindex-ptarchive-ctshowcase_member\";b:0;s:40:\"social-title-ptarchive-ctshowcase_member\";s:21:\"%%pt_plural%% Archive\";s:46:\"social-description-ptarchive-ctshowcase_member\";s:0:\"\";s:44:\"social-image-url-ptarchive-ctshowcase_member\";s:0:\"\";s:43:\"social-image-id-ptarchive-ctshowcase_member\";i:0;s:26:\"title-ctshowcase_shortcode\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-ctshowcase_shortcode\";s:0:\"\";s:28:\"noindex-ctshowcase_shortcode\";b:0;s:39:\"display-metabox-pt-ctshowcase_shortcode\";b:1;s:39:\"post_types-ctshowcase_shortcode-maintax\";i:0;s:37:\"schema-page-type-ctshowcase_shortcode\";s:7:\"WebPage\";s:40:\"schema-article-type-ctshowcase_shortcode\";s:4:\"None\";s:33:\"social-title-ctshowcase_shortcode\";s:9:\"%%title%%\";s:39:\"social-description-ctshowcase_shortcode\";s:0:\"\";s:37:\"social-image-url-ctshowcase_shortcode\";s:0:\"\";s:36:\"social-image-id-ctshowcase_shortcode\";i:0;s:22:\"title-tf_header_footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tf_header_footer\";s:0:\"\";s:24:\"noindex-tf_header_footer\";b:0;s:35:\"display-metabox-pt-tf_header_footer\";b:1;s:35:\"post_types-tf_header_footer-maintax\";i:0;s:33:\"schema-page-type-tf_header_footer\";s:7:\"WebPage\";s:36:\"schema-article-type-tf_header_footer\";s:4:\"None\";s:29:\"social-title-tf_header_footer\";s:9:\"%%title%%\";s:35:\"social-description-tf_header_footer\";s:0:\"\";s:33:\"social-image-url-tf_header_footer\";s:0:\"\";s:32:\"social-image-id-tf_header_footer\";i:0;s:32:\"title-ptarchive-tf_header_footer\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-tf_header_footer\";s:0:\"\";s:34:\"bctitle-ptarchive-tf_header_footer\";s:0:\"\";s:34:\"noindex-ptarchive-tf_header_footer\";b:0;s:39:\"social-title-ptarchive-tf_header_footer\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-tf_header_footer\";s:0:\"\";s:43:\"social-image-url-ptarchive-tf_header_footer\";s:0:\"\";s:42:\"social-image-id-ptarchive-tf_header_footer\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:26:\"title-tax-ctshowcase_group\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-ctshowcase_group\";s:0:\"\";s:36:\"display-metabox-tax-ctshowcase_group\";b:1;s:28:\"noindex-tax-ctshowcase_group\";b:0;s:33:\"social-title-tax-ctshowcase_group\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-ctshowcase_group\";s:0:\"\";s:37:\"social-image-url-tax-ctshowcase_group\";s:0:\"\";s:36:\"social-image-id-tax-ctshowcase_group\";i:0;s:34:\"taxonomy-ctshowcase_group-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:16;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:821;s:6:\"height\";i:203;s:8:\"filesize\";i:50425;s:3:\"url\";s:60:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\";s:4:\"path\";s:59:\"/home/orchid28/public_html/wp-content/uploads/2023/07/2.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:16;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:166663;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(13789,'wpseo_social','a:20:{s:13:\"facebook_site\";s:44:\"https://www.facebook.com/OrchidCityBrassBand\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:15:\"orchidcitybrass\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:3:{i:0;s:46:\"https://www.instagram.com/OrchidCityBrassBand/\";i:1;s:43:\"https://www.youtube.com/orchidcitybrassband\";i:2;s:47:\"https://www.linkedin.com/orchid-city-brass-band\";}s:12:\"mastodon_url\";s:0:\"\";}','yes'),(13824,'wpseo_tracking_last_request','1694443918','yes'),(13998,'jetpack_constants_sync_checksum','a:21:{s:7:\"ABSPATH\";i:4017970295;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:2017938490;s:11:\"PHP_VERSION\";i:4187506097;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:3765315644;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;}','yes'),(13999,'jetpack_sync_https_history_home_url','a:1:{i:0;s:5:\"https\";}','yes'),(14000,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(14001,'jetpack_sync_https_history_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(14006,'jetpack_callables_sync_checksum','a:39:{s:21:\"get_loaded_extensions\";i:469372145;s:11:\"get_plugins\";i:2223590946;s:10:\"get_themes\";i:1449804992;s:24:\"get_plugins_action_links\";i:223132457;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2608745552;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2608745552;s:26:\"main_network_site_wpcom_id\";i:734881840;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:3329627055;s:10:\"post_types\";i:3377815611;s:27:\"rest_api_allowed_post_types\";i:2544842423;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:1426873501;s:10:\"shortcodes\";i:2845212450;s:13:\"site_icon_url\";i:734881840;s:8:\"site_url\";i:2608745552;s:10:\"taxonomies\";i:276712064;s:13:\"theme_support\";i:3226221115;s:8:\"timezone\";i:2482825302;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:1819132959;s:10:\"wp_version\";i:2867656941;s:14:\"active_modules\";i:223132457;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:24:\"available_jetpack_blocks\";i:223132457;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(14189,'_transient_GFCache_8c38e8bbaa609a381b2dd554246e28db','a:1:{s:17:\"gravityforms_cron\";a:3:{i:0;i:1694004522;i:1;i:1693917001;i:2;i:1693830599;}}','yes'),(16764,'astra-sites-batch-status','in-process','no'),(17128,'_site_transient_ai1wm_last_check_for_updates','1694004522','no'),(18018,'nitropack-safeModeStatus','0','yes'),(18111,'nitropack-webhookToken','25d0098b6c81a08fa7575bde9b17fa08','yes'),(18112,'nitropack-autoCachePurge','1','yes'),(18113,'nitropack-cacheableObjectTypes','a:19:{i:0;s:4:\"home\";i:1;s:7:\"archive\";s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";s:17:\"elementor_library\";s:17:\"elementor_library\";s:19:\"elementskit_content\";s:19:\"elementskit_content\";s:20:\"elementskit_template\";s:20:\"elementskit_template\";s:11:\"jkit-header\";s:11:\"jkit-header\";s:11:\"jkit-footer\";s:11:\"jkit-footer\";s:13:\"jkit-template\";s:13:\"jkit-template\";s:17:\"ctshowcase_member\";s:17:\"ctshowcase_member\";s:20:\"ctshowcase_shortcode\";s:20:\"ctshowcase_shortcode\";s:16:\"tf_header_footer\";s:16:\"tf_header_footer\";s:8:\"category\";s:8:\"category\";s:8:\"post_tag\";s:8:\"post_tag\";s:11:\"post_format\";s:11:\"post_format\";s:16:\"ctshowcase_group\";s:16:\"ctshowcase_group\";}','yes'),(18114,'nitropack-enableCompression','1','yes'),(18115,'nitropack-checkedCompression','1','yes'),(18153,'active_plugins','a:16:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:29:\"custom-fonts/custom-fonts.php\";i:4;s:31:\"elementor-pro/elementor-pro.php\";i:5;s:23:\"elementor/elementor.php\";i:6;s:37:\"elementskit-lite/elementskit-lite.php\";i:7;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:8;s:35:\"google-site-kit/google-site-kit.php\";i:9;s:43:\"gum-elementor-addon/gum-elementor-addon.php\";i:10;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:11;s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";i:12;s:18:\"nitropack/main.php\";i:13;s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";i:14;s:42:\"untitled folder/creative-team-showcase.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(18163,'template','hello-elementor','yes'),(18164,'stylesheet','hello-elementor','yes'),(18556,'_transient_GFCache_c2562bf66b9545cb443ea6593a50759a','a:1:{s:17:\"gravityforms_cron\";a:3:{i:0;i:1694694620;i:1;i:1694608195;i:2;i:1694525202;}}','yes'),(18623,'eael_show_reset_password_on_form_submit_226','1','no'),(18662,'nitropack-legacyPurge','1','yes'),(18663,'np_warmup_sitemap','sitemap_index.xml used by Yoast!','yes'),(18885,'_transient_timeout_GFCache_0888469c2b9a0fb96298cf26937b62d4','1694863666','no'),(18886,'_transient_GFCache_0888469c2b9a0fb96298cf26937b62d4','a:73:{i:0;a:5:{s:3:\"key\";s:29:\"gravityforms/gravityforms.php\";s:4:\"name\";s:12:\"gravityforms\";s:5:\"title\";s:13:\"Gravity Forms\";s:14:\"last_published\";b:0;s:14:\"version_latest\";b:0;}i:1;a:5:{s:3:\"key\";s:34:\"gravityforms-beta/gravityforms.php\";s:4:\"name\";s:17:\"gravityforms-beta\";s:5:\"title\";s:20:\"Gravity Forms (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:8:\"2.7-rc-2\";}i:2;a:5:{s:3:\"key\";s:35:\"gravityforms2checkout/2checkout.php\";s:4:\"name\";s:21:\"gravityforms2checkout\";s:5:\"title\";s:16:\"2Checkout Add-On\";s:14:\"last_published\";s:19:\"2022-07-20 15:57:11\";s:14:\"version_latest\";s:3:\"2.1\";}i:3;a:5:{s:3:\"key\";s:45:\"gravityformsactivecampaign/activecampaign.php\";s:4:\"name\";s:26:\"gravityformsactivecampaign\";s:5:\"title\";s:21:\"ActiveCampaign Add-On\";s:14:\"last_published\";s:19:\"2023-02-02 17:34:50\";s:14:\"version_latest\";s:5:\"2.0.1\";}i:4;a:5:{s:3:\"key\";s:57:\"gravityformsadvancedpostcreation/advancedpostcreation.php\";s:4:\"name\";s:32:\"gravityformsadvancedpostcreation\";s:5:\"title\";s:29:\"Advanced Post Creation Add-On\";s:14:\"last_published\";s:19:\"2023-07-31 23:26:13\";s:14:\"version_latest\";s:5:\"1.3.3\";}i:5;a:5:{s:3:\"key\";s:33:\"gravityformsagilecrm/agilecrm.php\";s:4:\"name\";s:20:\"gravityformsagilecrm\";s:5:\"title\";s:16:\"Agile CRM Add-On\";s:14:\"last_published\";s:19:\"2023-02-06 17:16:06\";s:14:\"version_latest\";s:5:\"1.4.1\";}i:6;a:5:{s:3:\"key\";s:31:\"gravityformsakismet/akismet.php\";s:4:\"name\";s:19:\"gravityformsakismet\";s:5:\"title\";s:14:\"Akismet Add-On\";s:14:\"last_published\";s:19:\"2021-07-07 14:46:08\";s:14:\"version_latest\";s:3:\"1.0\";}i:7;a:5:{s:3:\"key\";s:41:\"gravityformsauthorizenet/authorizenet.php\";s:4:\"name\";s:24:\"gravityformsauthorizenet\";s:5:\"title\";s:20:\"Authorize.net Add-On\";s:14:\"last_published\";s:19:\"2021-03-24 11:24:21\";s:14:\"version_latest\";s:4:\"2.11\";}i:8;a:5:{s:3:\"key\";s:29:\"gravityformsaweber/aweber.php\";s:4:\"name\";s:18:\"gravityformsaweber\";s:5:\"title\";s:13:\"AWeber Add-On\";s:14:\"last_published\";s:19:\"2023-08-17 15:56:57\";s:14:\"version_latest\";s:5:\"4.0.0\";}i:9;a:5:{s:3:\"key\";s:35:\"gravityformsbatchbook/batchbook.php\";s:4:\"name\";s:21:\"gravityformsbatchbook\";s:5:\"title\";s:16:\"Batchbook Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.3\";}i:10;a:5:{s:3:\"key\";s:29:\"gravityformsbreeze/breeze.php\";s:4:\"name\";s:18:\"gravityformsbreeze\";s:5:\"title\";s:13:\"Breeze Add-On\";s:14:\"last_published\";s:19:\"2023-02-09 10:01:50\";s:14:\"version_latest\";s:5:\"1.5.1\";}i:11;a:5:{s:3:\"key\";s:47:\"gravityformscampaignmonitor/campaignmonitor.php\";s:4:\"name\";s:27:\"gravityformscampaignmonitor\";s:5:\"title\";s:23:\"Campaign Monitor Add-On\";s:14:\"last_published\";s:19:\"2023-02-08 08:22:00\";s:14:\"version_latest\";s:5:\"3.9.1\";}i:12;a:5:{s:3:\"key\";s:33:\"gravityformscampfire/campfire.php\";s:4:\"name\";s:20:\"gravityformscampfire\";s:5:\"title\";s:15:\"Campfire Add-On\";s:14:\"last_published\";s:19:\"2019-06-14 13:29:00\";s:14:\"version_latest\";s:5:\"1.2.2\";}i:13;a:5:{s:3:\"key\";s:37:\"gravityformscapsulecrm/capsulecrm.php\";s:4:\"name\";s:22:\"gravityformscapsulecrm\";s:5:\"title\";s:18:\"Capsule CRM Add-On\";s:14:\"last_published\";s:19:\"2023-02-08 08:27:43\";s:14:\"version_latest\";s:5:\"1.6.1\";}i:14;a:5:{s:3:\"key\";s:45:\"gravityformschainedselects/chainedselects.php\";s:4:\"name\";s:26:\"gravityformschainedselects\";s:5:\"title\";s:22:\"Chained Selects Add-On\";s:14:\"last_published\";s:19:\"2023-01-25 18:18:46\";s:14:\"version_latest\";s:3:\"1.6\";}i:15;a:5:{s:3:\"key\";s:50:\"gravityformschainedselects-beta/chainedselects.php\";s:4:\"name\";s:31:\"gravityformschainedselects-beta\";s:5:\"title\";s:29:\"Chained Selects Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:12:\"1.0-beta-1.3\";}i:16;a:5:{s:3:\"key\";s:39:\"gravityformscleverreach/cleverreach.php\";s:4:\"name\";s:23:\"gravityformscleverreach\";s:5:\"title\";s:18:\"CleverReach Add-On\";s:14:\"last_published\";s:19:\"2023-04-13 17:46:11\";s:14:\"version_latest\";s:3:\"1.8\";}i:17;a:5:{s:3:\"key\";s:23:\"gravityformscli/cli.php\";s:4:\"name\";s:15:\"gravityformscli\";s:5:\"title\";s:17:\"Gravity Forms CLI\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.4\";}i:18;a:5:{s:3:\"key\";s:47:\"gravityformsconstantcontact/constantcontact.php\";s:4:\"name\";s:27:\"gravityformsconstantcontact\";s:5:\"title\";s:23:\"Constant Contact Add-On\";s:14:\"last_published\";s:19:\"2022-10-26 18:00:26\";s:14:\"version_latest\";s:3:\"1.7\";}i:19;a:5:{s:3:\"key\";s:55:\"gravityformsconversationalforms/conversationalforms.php\";s:4:\"name\";s:31:\"gravityformsconversationalforms\";s:5:\"title\";s:27:\"Conversational Forms Add-On\";s:14:\"last_published\";s:19:\"2023-07-27 17:58:56\";s:14:\"version_latest\";s:5:\"1.0.0\";}i:20;a:5:{s:3:\"key\";s:31:\"gravityformscoupons/coupons.php\";s:4:\"name\";s:19:\"gravityformscoupons\";s:5:\"title\";s:14:\"Coupons Add-On\";s:14:\"last_published\";s:19:\"2023-01-25 18:46:49\";s:14:\"version_latest\";s:3:\"3.1\";}i:21;a:5:{s:3:\"key\";s:39:\"gravityformsdebug/gravityformsdebug.php\";s:4:\"name\";s:17:\"gravityformsdebug\";s:5:\"title\";s:12:\"Debug Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"1.0.beta12\";}i:22;a:5:{s:3:\"key\";s:31:\"gravityformsdropbox/dropbox.php\";s:4:\"name\";s:19:\"gravityformsdropbox\";s:5:\"title\";s:14:\"Dropbox Add-On\";s:14:\"last_published\";s:19:\"2022-02-17 18:11:55\";s:14:\"version_latest\";s:3:\"3.1\";}i:23;a:5:{s:3:\"key\";s:36:\"gravityformsdropbox-beta/dropbox.php\";s:4:\"name\";s:24:\"gravityformsdropbox-beta\";s:5:\"title\";s:21:\"Dropbox Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:12:\"2.0-beta-1.1\";}i:24;a:5:{s:3:\"key\";s:41:\"gravityformsemailoctopus/emailoctopus.php\";s:4:\"name\";s:24:\"gravityformsemailoctopus\";s:5:\"title\";s:19:\"EmailOctopus Add-On\";s:14:\"last_published\";s:19:\"2023-02-06 17:31:27\";s:14:\"version_latest\";s:5:\"1.2.2\";}i:25;a:5:{s:3:\"key\";s:25:\"gravityformsemma/emma.php\";s:4:\"name\";s:16:\"gravityformsemma\";s:5:\"title\";s:11:\"Emma Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:14:19\";s:14:\"version_latest\";s:5:\"1.5.2\";}i:26;a:5:{s:3:\"key\";s:37:\"gravityformsfreshbooks/freshbooks.php\";s:4:\"name\";s:22:\"gravityformsfreshbooks\";s:5:\"title\";s:17:\"FreshBooks Add-On\";s:14:\"last_published\";s:19:\"2021-05-07 14:13:59\";s:14:\"version_latest\";s:3:\"2.8\";}i:27;a:5:{s:3:\"key\";s:39:\"gravityformsgeolocation/geolocation.php\";s:4:\"name\";s:23:\"gravityformsgeolocation\";s:5:\"title\";s:18:\"Geolocation Add-On\";s:14:\"last_published\";s:19:\"2023-09-06 07:44:18\";s:14:\"version_latest\";s:5:\"1.0.1\";}i:28;a:5:{s:3:\"key\";s:39:\"gravityformsgetresponse/getresponse.php\";s:4:\"name\";s:23:\"gravityformsgetresponse\";s:5:\"title\";s:18:\"GetResponse Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:12:47\";s:14:\"version_latest\";s:5:\"1.7.1\";}i:29;a:5:{s:3:\"key\";s:47:\"gravityformsgoogleanalytics/googleanalytics.php\";s:4:\"name\";s:27:\"gravityformsgoogleanalytics\";s:5:\"title\";s:23:\"Google Analytics Add-On\";s:14:\"last_published\";s:19:\"2023-09-06 17:06:02\";s:14:\"version_latest\";s:5:\"2.1.0\";}i:30;a:5:{s:3:\"key\";s:35:\"gravityformsgutenberg/gutenberg.php\";s:4:\"name\";s:21:\"gravityformsgutenberg\";s:5:\"title\";s:31:\"Gutenberg Add-On (Experimental)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";}i:31;a:5:{s:3:\"key\";s:35:\"gravityformshelpscout/helpscout.php\";s:4:\"name\";s:21:\"gravityformshelpscout\";s:5:\"title\";s:17:\"Help Scout Add-On\";s:14:\"last_published\";s:19:\"2023-02-08 08:29:07\";s:14:\"version_latest\";s:5:\"2.1.1\";}i:32;a:5:{s:3:\"key\";s:33:\"gravityformshighrise/highrise.php\";s:4:\"name\";s:20:\"gravityformshighrise\";s:5:\"title\";s:15:\"Highrise Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.3\";}i:33;a:5:{s:3:\"key\";s:31:\"gravityformshipchat/hipchat.php\";s:4:\"name\";s:19:\"gravityformshipchat\";s:5:\"title\";s:14:\"HipChat Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.2\";}i:34;a:5:{s:3:\"key\";s:31:\"gravityformshubspot/hubspot.php\";s:4:\"name\";s:19:\"gravityformshubspot\";s:5:\"title\";s:14:\"HubSpot Add-On\";s:14:\"last_published\";s:19:\"2023-04-06 16:23:33\";s:14:\"version_latest\";s:3:\"1.9\";}i:35;a:5:{s:3:\"key\";s:33:\"gravityformsicontact/icontact.php\";s:4:\"name\";s:20:\"gravityformsicontact\";s:5:\"title\";s:15:\"iContact Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:09:55\";s:14:\"version_latest\";s:5:\"1.5.1\";}i:36;a:5:{s:3:\"key\";s:31:\"gravityformslogging/logging.php\";s:4:\"name\";s:19:\"gravityformslogging\";s:5:\"title\";s:14:\"Logging Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"1.3.1\";}i:37;a:5:{s:3:\"key\";s:31:\"gravityformsmadmimi/madmimi.php\";s:4:\"name\";s:19:\"gravityformsmadmimi\";s:5:\"title\";s:15:\"Mad Mimi Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:08:41\";s:14:\"version_latest\";s:5:\"1.4.1\";}i:38;a:5:{s:3:\"key\";s:35:\"gravityformsmailchimp/mailchimp.php\";s:4:\"name\";s:21:\"gravityformsmailchimp\";s:5:\"title\";s:16:\"Mailchimp Add-On\";s:14:\"last_published\";s:19:\"2023-07-24 11:41:49\";s:14:\"version_latest\";s:5:\"5.2.1\";}i:39;a:5:{s:3:\"key\";s:31:\"gravityformsmailgun/mailgun.php\";s:4:\"name\";s:19:\"gravityformsmailgun\";s:5:\"title\";s:14:\"Mailgun Add-On\";s:14:\"last_published\";s:19:\"2021-11-17 10:03:48\";s:14:\"version_latest\";s:5:\"1.3.1\";}i:40;a:5:{s:3:\"key\";s:37:\"gravityformsmoderation/moderation.php\";s:4:\"name\";s:22:\"gravityformsmoderation\";s:5:\"title\";s:17:\"Moderation Add-On\";s:14:\"last_published\";s:19:\"2023-02-23 18:43:54\";s:14:\"version_latest\";s:3:\"1.0\";}i:41;a:5:{s:3:\"key\";s:29:\"gravityformsmollie/mollie.php\";s:4:\"name\";s:18:\"gravityformsmollie\";s:5:\"title\";s:13:\"Mollie Add-On\";s:14:\"last_published\";s:19:\"2023-06-29 19:42:34\";s:14:\"version_latest\";s:5:\"1.3.1\";}i:42;a:5:{s:3:\"key\";s:45:\"gravityformspartialentries/partialentries.php\";s:4:\"name\";s:26:\"gravityformspartialentries\";s:5:\"title\";s:22:\"Partial Entries Add-On\";s:14:\"last_published\";s:19:\"2022-04-07 16:02:52\";s:14:\"version_latest\";s:3:\"1.7\";}i:43;a:5:{s:3:\"key\";s:29:\"gravityformspaypal/paypal.php\";s:4:\"name\";s:18:\"gravityformspaypal\";s:5:\"title\";s:31:\"PayPal Payments Standard Add-On\";s:14:\"last_published\";s:19:\"2021-04-28 12:27:43\";s:14:\"version_latest\";s:3:\"3.5\";}i:44;a:5:{s:3:\"key\";s:59:\"gravityformspaypalexpresscheckout/paypalexpresscheckout.php\";s:4:\"name\";s:33:\"gravityformspaypalexpresscheckout\";s:5:\"title\";s:30:\"PayPal Express Checkout Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";b:0;}i:45;a:5:{s:3:\"key\";s:51:\"gravityformspaypalpaymentspro/paypalpaymentspro.php\";s:4:\"name\";s:29:\"gravityformspaypalpaymentspro\";s:5:\"title\";s:26:\"PayPal Payments Pro Add-On\";s:14:\"last_published\";s:19:\"2021-05-05 14:28:16\";s:14:\"version_latest\";s:3:\"2.7\";}i:46;a:5:{s:3:\"key\";s:35:\"gravityformspaypalpro/paypalpro.php\";s:4:\"name\";s:21:\"gravityformspaypalpro\";s:5:\"title\";s:17:\"PayPal Pro Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"1.8.4\";}i:47;a:5:{s:3:\"key\";s:33:\"gravityformspicatcha/picatcha.php\";s:4:\"name\";s:20:\"gravityformspicatcha\";s:5:\"title\";s:15:\"Picatcha Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"2.0\";}i:48;a:5:{s:3:\"key\";s:25:\"gravityformspipe/pipe.php\";s:4:\"name\";s:16:\"gravityformspipe\";s:5:\"title\";s:11:\"Pipe Add-On\";s:14:\"last_published\";s:19:\"2023-03-13 09:24:48\";s:14:\"version_latest\";s:5:\"1.3.1\";}i:49;a:5:{s:3:\"key\";s:27:\"gravityformspolls/polls.php\";s:4:\"name\";s:17:\"gravityformspolls\";s:5:\"title\";s:12:\"Polls Add-On\";s:14:\"last_published\";s:19:\"2023-05-10 15:55:02\";s:14:\"version_latest\";s:3:\"4.1\";}i:50;a:5:{s:3:\"key\";s:33:\"gravityformspostmark/postmark.php\";s:4:\"name\";s:20:\"gravityformspostmark\";s:5:\"title\";s:15:\"Postmark Add-On\";s:14:\"last_published\";s:19:\"2021-02-03 05:38:00\";s:14:\"version_latest\";s:3:\"1.3\";}i:51;a:5:{s:3:\"key\";s:25:\"gravityformsppcp/ppcp.php\";s:4:\"name\";s:16:\"gravityformsppcp\";s:5:\"title\";s:22:\"PayPal Checkout Add-On\";s:14:\"last_published\";s:19:\"2023-09-01 17:38:59\";s:14:\"version_latest\";s:5:\"2.7.0\";}i:52;a:5:{s:3:\"key\";s:30:\"gravityformsppcp-beta/ppcp.php\";s:4:\"name\";s:21:\"gravityformsppcp-beta\";s:5:\"title\";s:22:\"PayPal Checkout (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"2.0-beta-3\";}i:53;a:5:{s:3:\"key\";s:33:\"gravityformsppcp-release/ppcp.php\";s:4:\"name\";s:24:\"gravityformsppcp-release\";s:5:\"title\";s:25:\"PayPal Checkout (Release)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"2.0.2\";}i:54;a:5:{s:3:\"key\";s:25:\"gravityformsquiz/quiz.php\";s:4:\"name\";s:16:\"gravityformsquiz\";s:5:\"title\";s:11:\"Quiz Add-On\";s:14:\"last_published\";s:19:\"2023-05-11 17:32:09\";s:14:\"version_latest\";s:3:\"4.1\";}i:55;a:5:{s:3:\"key\";s:35:\"gravityformsrecaptcha/recaptcha.php\";s:4:\"name\";s:21:\"gravityformsrecaptcha\";s:5:\"title\";s:16:\"reCAPTCHA Add-On\";s:14:\"last_published\";s:19:\"2023-09-09 10:35:13\";s:14:\"version_latest\";s:5:\"1.2.1\";}i:56;a:5:{s:3:\"key\";s:31:\"gravityformsrestapi/restapi.php\";s:4:\"name\";s:19:\"gravityformsrestapi\";s:5:\"title\";s:15:\"Rest API Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"2.0-beta-2\";}i:57;a:5:{s:3:\"key\";s:33:\"gravityformssendgrid/sendgrid.php\";s:4:\"name\";s:20:\"gravityformssendgrid\";s:5:\"title\";s:15:\"SendGrid Add-On\";s:14:\"last_published\";s:19:\"2021-04-29 12:41:47\";s:14:\"version_latest\";s:3:\"1.5\";}i:58;a:5:{s:3:\"key\";s:35:\"gravityformssignature/signature.php\";s:4:\"name\";s:21:\"gravityformssignature\";s:5:\"title\";s:16:\"Signature Add-On\";s:14:\"last_published\";s:19:\"2023-06-21 16:17:42\";s:14:\"version_latest\";s:3:\"4.5\";}i:59;a:5:{s:3:\"key\";s:27:\"gravityformsslack/slack.php\";s:4:\"name\";s:17:\"gravityformsslack\";s:5:\"title\";s:12:\"Slack Add-On\";s:14:\"last_published\";s:19:\"2023-01-12 14:34:18\";s:14:\"version_latest\";s:5:\"2.0.1\";}i:60;a:5:{s:3:\"key\";s:29:\"gravityformssquare/square.php\";s:4:\"name\";s:18:\"gravityformssquare\";s:5:\"title\";s:13:\"Square Add-On\";s:14:\"last_published\";s:19:\"2023-07-20 15:57:38\";s:14:\"version_latest\";s:5:\"2.0.0\";}i:61;a:5:{s:3:\"key\";s:29:\"gravityformsstripe/stripe.php\";s:4:\"name\";s:18:\"gravityformsstripe\";s:5:\"title\";s:13:\"Stripe Add-On\";s:14:\"last_published\";s:19:\"2023-08-16 17:37:12\";s:14:\"version_latest\";s:5:\"5.1.1\";}i:62;a:5:{s:3:\"key\";s:34:\"gravityformsstripe-beta/stripe.php\";s:4:\"name\";s:23:\"gravityformsstripe-beta\";s:5:\"title\";s:17:\"Stripe 5.0 (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"5.0-beta-1\";}i:63;a:5:{s:3:\"key\";s:29:\"gravityformssurvey/survey.php\";s:4:\"name\";s:18:\"gravityformssurvey\";s:5:\"title\";s:13:\"Survey Add-On\";s:14:\"last_published\";s:19:\"2023-01-11 19:43:17\";s:14:\"version_latest\";s:3:\"3.8\";}i:64;a:5:{s:3:\"key\";s:29:\"gravityformstrello/trello.php\";s:4:\"name\";s:18:\"gravityformstrello\";s:5:\"title\";s:13:\"Trello Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:11:25\";s:14:\"version_latest\";s:5:\"2.0.1\";}i:65;a:5:{s:3:\"key\";s:47:\"gravityformsturnstile/gravityformsturnstile.php\";s:4:\"name\";s:21:\"gravityformsturnstile\";s:5:\"title\";s:27:\"Cloudflare Turnstile Add-On\";s:14:\"last_published\";s:19:\"2023-06-21 18:22:45\";s:14:\"version_latest\";s:5:\"1.0.0\";}i:66;a:5:{s:3:\"key\";s:29:\"gravityformstwilio/twilio.php\";s:4:\"name\";s:18:\"gravityformstwilio\";s:5:\"title\";s:13:\"Twilio Add-On\";s:14:\"last_published\";s:19:\"2023-02-07 08:06:22\";s:14:\"version_latest\";s:5:\"2.9.1\";}i:67;a:5:{s:3:\"key\";s:49:\"gravityformsuserregistration/userregistration.php\";s:4:\"name\";s:28:\"gravityformsuserregistration\";s:5:\"title\";s:24:\"User Registration Add-On\";s:14:\"last_published\";s:19:\"2023-04-21 16:01:46\";s:14:\"version_latest\";s:5:\"5.1.1\";}i:68;a:5:{s:3:\"key\";s:33:\"gravityformswebhooks/webhooks.php\";s:4:\"name\";s:20:\"gravityformswebhooks\";s:5:\"title\";s:15:\"Webhooks Add-On\";s:14:\"last_published\";s:19:\"2021-05-06 21:12:03\";s:14:\"version_latest\";s:3:\"1.5\";}i:69;a:5:{s:3:\"key\";s:29:\"gravityformszapier/zapier.php\";s:4:\"name\";s:18:\"gravityformszapier\";s:5:\"title\";s:13:\"Zapier Add-On\";s:14:\"last_published\";s:19:\"2023-02-02 08:55:45\";s:14:\"version_latest\";s:5:\"4.2.1\";}i:70;a:5:{s:3:\"key\";s:34:\"gravityformszapier-beta/zapier.php\";s:4:\"name\";s:23:\"gravityformszapier-beta\";s:5:\"title\";s:24:\"Zapier 4.0 Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"4.0-beta-2\";}i:71;a:5:{s:3:\"key\";s:31:\"gravityformszohocrm/zohocrm.php\";s:4:\"name\";s:19:\"gravityformszohocrm\";s:5:\"title\";s:15:\"Zoho CRM Add-On\";s:14:\"last_published\";s:19:\"2023-02-08 10:11:53\";s:14:\"version_latest\";s:5:\"2.0.1\";}i:72;a:5:{s:3:\"key\";s:27:\"gravitysmtp/gravitysmtp.com\";s:4:\"name\";s:11:\"gravitysmtp\";s:5:\"title\";s:12:\"Gravity SMTP\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:11:\"1.0-alpha-3\";}}','no'),(18945,'rocket_cache_dir_size_check','1','yes'),(19062,'_transient_1_cloudflare_update_settings','a:0:{}','yes'),(19416,'recovery_mode_email_last_sent','1694264440','yes'),(19498,'hfcm_activation_date','1694286296','yes'),(19499,'hfcm_db_version','1.5','yes'),(19936,'_site_transient_timeout_browser_a42161479b7cc9bee894cf5666e2283c','1695048720','no'),(19937,'_site_transient_browser_a42161479b7cc9bee894cf5666e2283c','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"16.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(20031,'_site_transient_timeout_browser_3357fadb0316939352bbdd4d5360a97f','1695066910','no'),(20032,'_site_transient_browser_3357fadb0316939352bbdd4d5360a97f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(20101,'_site_transient_timeout_browser_12cff7c401b241581c1f347ece73543d','1695098070','no'),(20102,'_site_transient_browser_12cff7c401b241581c1f347ece73543d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.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'),(20415,'_site_transient_timeout_browser_4355e917423cadf894833f03efa36503','1695123238','no'),(20416,'_site_transient_browser_4355e917423cadf894833f03efa36503','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"16.6\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.apple.com/safari/\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/safari.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/safari.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(20928,'_transient_timeout_elementor_remote_info_api_data_3.15.3','1694708412','no'),(20929,'_transient_elementor_remote_info_api_data_3.15.3','a:4:{s:9:\"timestamp\";s:10:\"1694663078\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(20930,'_transient_timeout_wpseo-statistics-totals','1694751620','no'),(20931,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:3;s:4:\"link\";s:104:\"https://orchidcitybrass.org/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}','no'),(20932,'_site_transient_timeout_community-events-fa5581efed59d47b1c392667d432933c','1694708421','no'),(20933,'_site_transient_community-events-fa5581efed59d47b1c392667d432933c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"39.46.170.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"WordPress Meetup October 2023\";s:3:\"url\";s:56:\"https://www.meetup.com/wordpress-lahore/events/294165473\";s:6:\"meetup\";s:24:\"WordPress Meetups Lahore\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Lahore/\";s:4:\"date\";s:19:\"2023-10-14 18:00:00\";s:8:\"end_date\";s:19:\"2023-10-14 20:00:00\";s:20:\"start_unix_timestamp\";i:1697288400;s:18:\"end_unix_timestamp\";i:1697295600;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Lahore, Pakistan\";s:7:\"country\";s:2:\"pk\";s:8:\"latitude\";d:31.559999999999998721023075631819665431976318359375;s:9:\"longitude\";d:74.349999999999994315658113919198513031005859375;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"WordPress Meetup November 2023\";s:3:\"url\";s:56:\"https://www.meetup.com/wordpress-lahore/events/294165477\";s:6:\"meetup\";s:24:\"WordPress Meetups Lahore\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Lahore/\";s:4:\"date\";s:19:\"2023-11-25 18:00:00\";s:8:\"end_date\";s:19:\"2023-11-25 20:00:00\";s:20:\"start_unix_timestamp\";i:1700917200;s:18:\"end_unix_timestamp\";i:1700924400;s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Lahore, Pakistan\";s:7:\"country\";s:2:\"pk\";s:8:\"latitude\";d:31.559999999999998721023075631819665431976318359375;s:9:\"longitude\";d:74.349999999999994315658113919198513031005859375;}}}}','no'),(20965,'_elementor_global_css','a:7:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),(20966,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:16:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:13:\"jkit_nav_menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:4947:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:123:\"<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.16.2\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>\";s:7:\"version\";s:6:\"3.16.2\";}s:5:\"posts\";a:2:{s:7:\"content\";s:123:\"<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css\">\";s:7:\"version\";s:6:\"3.13.2\";}s:17:\"eael-gravity-form\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:10:\"tfcarousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:21:\"elementskit-image-box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}s:9:\"shortcode\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.16.2\";}}}}','yes'),(21247,'_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:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.3.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.3.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.3.1\";s:7:\"version\";s:5:\"6.3.1\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1694694619;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}','no'),(21249,'elementor_pro_remote_info_api_data_3.13.2','a:2:{s:7:\"timeout\";i:1694741420;s:5:\"value\";s:206434:\"{\"stable_version\":\"3.16.0\",\"last_updated\":\"2022-05-10 14:03:37\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:188423:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.3 - 2023-04-23<\\/h4>\\n<ul>\\n<li>Fix: Document is not loading after assigning a CSS ID value to a menu item in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21934\\\">#21934<\\/a>)<\\/li>\\n<li>Fix: Elementor CLI causes conflicts with other CLI commands when using PHP 8+ (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21582\\\">#21582<\\/a>)<\\/li>\\n<li>Fix: Dropdown content area is not working as expected with Space Between and Margins in Menu widget<\\/li>\\n<li>Fix: Reverted the option to set a custom icon to Remove Item in Menu Cart widget<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle from the Loop Carousel becomes inaccessible in some cases ([#21316]<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-21<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-07<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated ([#19553] (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553<\\/a>))<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes characher is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629]\\\">#18629<\\/a><\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"#11475\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475<\\/a><\\/a>, <a href=\\\"#10690\\\"><a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690<\\/a><\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.16.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.3.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5NDY5NDYxOSwiZXhwIjoxNjk0NzgxMDE5fQ.z6Er5wFZuj__1bG7Dcr9N7r3oCTE1HRI5WCu2FRELkI\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5NDY5NDYxOSwiZXhwIjoxNjk0NzgxMDE5fQ.z6Er5wFZuj__1bG7Dcr9N7r3oCTE1HRI5WCu2FRELkI\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.3.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiaWF0IjoxNjk0Njk0NjE5LCJleHAiOjE2OTQ3ODEwMTl9.acFwJsysCfMwx0OsxXOnZXpXO94ESMFYEKAxyMrmvNY\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiaWF0IjoxNjk0Njk0NjE5LCJleHAiOjE2OTQ3ODEwMTl9.acFwJsysCfMwx0OsxXOnZXpXO94ESMFYEKAxyMrmvNY\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"translations\":[{\"language\":\"da_DK\",\"updated\":\"2021-07-15 10:55:46+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkYV9ESyIsImlhdCI6MTY5NDY5NDYyMH0.tBgd0m_EeUxv0IFgTTULGKISccq2grIpVNXHhW4v2jM\\/translation\"},{\"language\":\"de_DE\",\"updated\":\"2022-09-01 16:40:04+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkZV9ERSIsImlhdCI6MTY5NDY5NDYyMH0.cXl8WXWz7i8JAybTgLuYjH6ZzkVGtFfCnEbV_GbKUVg\\/translation\"},{\"language\":\"en_GB\",\"updated\":\"2018-12-03 15:04:07+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlbl9HQiIsImlhdCI6MTY5NDY5NDYyMH0.5hPsBMaudoaEpoMURMnDnEHVu2XLFvOBAqgkaaxOUEs\\/translation\"},{\"language\":\"es_ES\",\"updated\":\"2023-04-08 18:17:27+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlc19FUyIsImlhdCI6MTY5NDY5NDYyMH0.79AO363RYPM3bu2Kg3O7nS_zmCUzuzTmPbFlKGFqxGg\\/translation\"},{\"language\":\"fi\",\"updated\":\"2018-10-22 11:29:07+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmaSIsImlhdCI6MTY5NDY5NDYyMH0.DrJ_ynpdI7TYh4u-ISj0ZBFFaG1-9NxqO4BDdwHXjHk\\/translation\"},{\"language\":\"fr_FR\",\"updated\":\"2023-07-13 17:17:36+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmcl9GUiIsImlhdCI6MTY5NDY5NDYyMH0.vzf142zTdIeg6PsTbbcsSHzzPriVIa5vHz1-JNMr0FM\\/translation\"},{\"language\":\"it_IT\",\"updated\":\"2022-04-07 20:45:28+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJpdF9JVCIsImlhdCI6MTY5NDY5NDYyMH0.BZWljQYj4x-wTBwqKc1X1G-436krKHVrj4JPNhzr_yA\\/translation\"},{\"language\":\"nb_NO\",\"updated\":\"2020-08-24 12:05:44+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJuYl9OTyIsImlhdCI6MTY5NDY5NDYyMH0.RbUhyjdKpDKbAjSwIs5HrdAvxcUfCTsbuTW3awruLBw\\/translation\"},{\"language\":\"nl_NL\",\"updated\":\"2020-07-29 15:19:38+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJubF9OTCIsImlhdCI6MTY5NDY5NDYyMH0.LW84iZ01IFgoAiYm4NKPNu8HSImxdnKTXiHPtKMqvhY\\/translation\"},{\"language\":\"pl_PL\",\"updated\":\"2020-08-24 12:04:04+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwbF9QTCIsImlhdCI6MTY5NDY5NDYyMH0.2cYH04FZ5QJ6C0aS2tiV0V0_CD6_lN-Oi5sd7iIGU_8\\/translation\"},{\"language\":\"pt_PT\",\"updated\":\"2020-09-09 04:30:02+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwdF9QVCIsImlhdCI6MTY5NDY5NDYyMH0.yYQG1jIhpX8jv3vR2wvLvI2V9gORMzXNOI9bIhXCoio\\/translation\"},{\"language\":\"sv_SE\",\"updated\":\"2023-08-01 13:56:31+0000\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/translation\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJzdl9TRSIsImlhdCI6MTY5NDY5NDYyMH0.lq3V0AAI4Iuj8VF3A5T7nbS9lb0dIQszU-h5ozIR0fs\\/translation\"}],\"cloud\":false}\";}','no'),(21278,'_site_transient_timeout_available_translations','1694728237','no'),(21279,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.5/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-06-18 08:25:23\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-28 08:07:35\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.23/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-11 09:30:02\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-08 13:02:24\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-14 15:04:39\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-08 07:14:12\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-31 09:54:31\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-19 15:27:26\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-08 09:49:50\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 18:32:34\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 18:29:34\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-18 08:19:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-08 09:52:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.3.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-30 12:41:04\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-03 07:13:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-03 07:25:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-28 15:57:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-08 16:08:07\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-05-17 04:31:21\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-31 02:13:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-31 14:12:31\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-26 01:50:26\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.13/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-04 13:54:34\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.18/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-04 16:53:05\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-06 09:27:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 13:15:12\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-13 10:21:23\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 15:42:01\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-04 09:22:09\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-13 12:53:57\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-30 21:10:41\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.30\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.30/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-14 13:04:16\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-05 16:40:26\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-06 09:35:55\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-11 11:09:16\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-24 17:16:15\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-04 04:40:32\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2023-05-19 07:40:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.18\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.18/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-13 00:53:29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-02 15:00:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.1/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-07 16:18:28\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.1/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-01 07:05:22\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.5\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-03 01:58:55\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.23/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.12\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.12/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-19 21:47:18\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-08 08:50:11\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-30 11:01:53\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 11:56:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-10 16:26:11\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.22/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-02 09:00:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.31\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.31/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-07 15:44:05\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-07 15:53:56\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 11:22:05\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-12 08:57:19\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-13 09:04:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.13/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-06 08:10:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-13 11:41:50\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-30 12:28:12\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-19 10:40:17\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-09-13 14:30:47\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.15\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.15/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.35\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.35/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.7\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.7/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.22\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.22/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 22:20:22\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.23\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.23/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.3\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.13\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.13/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-17 14:06:22\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2023-08-29 16:27:09\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(21281,'_transient_timeout_GFCache_22b0f4fddf358f245be8a0be92eba37d','1694808085','no'),(21282,'_transient_GFCache_22b0f4fddf358f245be8a0be92eba37d','a:74:{s:12:\"gravityforms\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:6:\"2.7.13\";s:14:\"version_latest\";s:8:\"2.7.13.1\";}s:17:\"gravityforms-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:8:\"2.7-rc-2\";s:14:\"version_latest\";s:8:\"2.7-rc-2\";}s:21:\"gravityforms2checkout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.1\";s:14:\"version_latest\";s:3:\"2.1\";}s:26:\"gravityformsactivecampaign\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:32:\"gravityformsadvancedpostcreation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.4.0\";s:14:\"version_latest\";s:5:\"1.4.0\";}s:20:\"gravityformsagilecrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:5:\"1.4.1\";}s:19:\"gravityformsakismet\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";}s:24:\"gravityformsauthorizenet\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";}s:18:\"gravityformsaweber\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"4.0.0\";s:14:\"version_latest\";s:5:\"4.0.0\";}s:21:\"gravityformsbatchbook\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:18:\"gravityformsbreeze\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";}s:27:\"gravityformscampaignmonitor\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:5:\"3.9.1\";}s:20:\"gravityformscampfire\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";}s:22:\"gravityformscapsulecrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:5:\"1.6.1\";}s:26:\"gravityformschainedselects\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";}s:31:\"gravityformschainedselects-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:12:\"1.0-beta-1.3\";}s:23:\"gravityformscleverreach\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.8\";s:14:\"version_latest\";s:3:\"1.8\";}s:15:\"gravityformscli\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:3:\"1.4\";}s:27:\"gravityformsconstantcontact\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";}s:31:\"gravityformsconversationalforms\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.0.0\";s:14:\"version_latest\";s:5:\"1.0.1\";}s:22:\"gravityformsconvertkit\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0-beta-1\";}s:19:\"gravityformscoupons\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:3:\"3.1\";}s:17:\"gravityformsdebug\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta12\";}s:19:\"gravityformsdropbox\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.1\";s:14:\"version_latest\";s:3:\"3.1\";}s:24:\"gravityformsdropbox-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:12:\"2.0-beta-1.1\";}s:24:\"gravityformsemailoctopus\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.2.2\";}s:16:\"gravityformsemma\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.2\";}s:22:\"gravityformsfreshbooks\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";}s:23:\"gravityformsgeolocation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.1.0\";s:14:\"version_latest\";s:5:\"1.1.0\";}s:23:\"gravityformsgetresponse\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:5:\"1.7.1\";}s:27:\"gravityformsgoogleanalytics\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.1.0\";s:14:\"version_latest\";s:5:\"2.1.0\";}s:21:\"gravityformsgutenberg\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"1.0-rc-1.4\";s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";}s:21:\"gravityformshelpscout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.1\";s:14:\"version_latest\";s:5:\"2.1.1\";}s:20:\"gravityformshighrise\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";}s:19:\"gravityformshubspot\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.9\";s:14:\"version_latest\";s:3:\"1.9\";}s:20:\"gravityformsicontact\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.1\";}s:19:\"gravityformslogging\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:19:\"gravityformsmadmimi\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:5:\"1.4.1\";}s:21:\"gravityformsmailchimp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"5.2\";s:14:\"version_latest\";s:5:\"5.2.1\";}s:19:\"gravityformsmailgun\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:22:\"gravityformsmoderation\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";}s:18:\"gravityformsmollie\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:26:\"gravityformspartialentries\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";}s:18:\"gravityformspaypal\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.5\";s:14:\"version_latest\";s:3:\"3.5\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.7\";s:14:\"version_latest\";s:3:\"2.7\";}s:21:\"gravityformspaypalpro\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.4\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:5:\"1.3.1\";}s:17:\"gravityformspolls\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";}s:20:\"gravityformspostmark\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";}s:16:\"gravityformsppcp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.7.0\";s:14:\"version_latest\";s:5:\"2.7.0\";}s:21:\"gravityformsppcp-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"2.0-beta-3\";s:14:\"version_latest\";s:10:\"2.0-beta-3\";}s:24:\"gravityformsppcp-release\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.2\";}s:16:\"gravityformsquiz\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";}s:21:\"gravityformsrecaptcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.2.0\";s:14:\"version_latest\";s:5:\"1.2.1\";}s:19:\"gravityformsrestapi\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";}s:20:\"gravityformssendgrid\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";}s:21:\"gravityformssignature\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.5\";s:14:\"version_latest\";s:3:\"4.5\";}s:17:\"gravityformsslack\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:18:\"gravityformssquare\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"2.0.0\";s:14:\"version_latest\";s:5:\"2.0.0\";}s:18:\"gravityformsstripe\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"5.1.0\";s:14:\"version_latest\";s:5:\"5.1.1\";}s:23:\"gravityformsstripe-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"5.0-beta-1\";s:14:\"version_latest\";s:10:\"5.0-beta-1\";}s:18:\"gravityformssurvey\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"3.8\";s:14:\"version_latest\";s:3:\"3.8\";}s:18:\"gravityformstrello\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:21:\"gravityformsturnstile\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"1.0.0\";s:14:\"version_latest\";s:5:\"1.0.0\";}s:18:\"gravityformstwilio\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.9\";s:14:\"version_latest\";s:5:\"2.9.1\";}s:28:\"gravityformsuserregistration\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:5:\"5.2.0\";s:14:\"version_latest\";s:5:\"5.2.0\";}s:20:\"gravityformswebhooks\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";}s:18:\"gravityformszapier\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"4.2\";s:14:\"version_latest\";s:5:\"4.2.1\";}s:23:\"gravityformszapier-beta\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:10:\"4.0-beta-2\";s:14:\"version_latest\";s:10:\"4.0-beta-2\";}s:19:\"gravityformszohocrm\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";}s:11:\"gravitysmtp\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:11:\"1.0-alpha-3\";s:14:\"version_latest\";s:11:\"1.0-alpha-3\";}}','no'),(21287,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1694808085','no'),(21288,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),(21289,'_transient_timeout_wpseo_total_unindexed_general_items','1694808085','no'),(21290,'_transient_wpseo_total_unindexed_general_items','0','no'),(21291,'_transient_timeout_wpseo_unindexed_post_link_count','1694808085','no'),(21292,'_transient_wpseo_unindexed_post_link_count','0','no'),(21293,'_transient_timeout_wpseo_unindexed_term_link_count','1694808085','no'),(21294,'_transient_wpseo_unindexed_term_link_count','0','no'),(21295,'_transient_timeout_elementor_remote_info_api_data_3.16.2','1694764887','no'),(21296,'_transient_elementor_remote_info_api_data_3.16.2','a:4:{s:9:\"timestamp\";s:10:\"1694718294\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(21323,'_site_transient_timeout_php_check_5dc9e28d6c63266f78d0515717293791','1695332344','no'),(21324,'_site_transient_php_check_5dc9e28d6c63266f78d0515717293791','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'),(21325,'_transient_timeout_feed_94d0b45cbbe5640144493b43a9e8f566','1694770746','no'),(21326,'_transient_feed_94d0b45cbbe5640144493b43a9e8f566','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Blog | WordPress.org English (UK)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://en-gb.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2022 12:22:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-GB\";s: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.4-alpha-56589\";s:7:\"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:33:\"Blog | WordPress.org English (UK)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://en-gb.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.9.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://en-gb.wordpress.org/2022/03/11/wordpress-5-9-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://en-gb.wordpress.org/2022/03/11/wordpress-5-9-2-security-and-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2022 12:22:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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://en-gb.wordpress.org/?p=1558\";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:383:\"WordPress 5.9.2&#160;is now available! This security and maintenance release features one bug fix in addition to three security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.9.2 is a security and maintenance release. The next major release will be [&#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:11:\"Mark Robson\";s: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:3104:\"\n<p><strong>WordPress 5.9.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features<a href=\"https://core.trac.wordpress.org/ticket/54578\"> one bug fix</a> in addition to three security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.9.2 is a security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6-0/\">6.0</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.9.2.zip\">download WordPress 5.9.2 from WordPress.org</a>, or by visiting your Dashboard → Updates and clicking “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?milestone=5.9.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a>&nbsp;on Trac, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-2/\">version 5.9.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, with the help of&nbsp;<a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>&nbsp;on package updates,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>&nbsp;on mission control, and&nbsp;<a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>&nbsp;on backport commits.</p>\n\n\n\n<p>In addition to the release squad members mentioned above, thank you to everyone who helped make WordPress 5.9.2 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>,&nbsp;<a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/oandregal/\">André</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Jorge Costa</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>.</p>\n\n\n\n<p><em>Props <a href=\"https://profiles.wordpress.org/davidbaumwald/\">@davidbaumwald</a> and <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> for peer reviewing.</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://en-gb.wordpress.org/2022/03/11/wordpress-5-9-2-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://en-gb.wordpress.org/2022/02/22/wordpress-5-9-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://en-gb.wordpress.org/2022/02/22/wordpress-5-9-1-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Feb 2022 16:06:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://en-gb.wordpress.org/?p=1554\";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:402:\"WordPress 5.9.1 is now available! This maintenance release features&#160;82 bug fixes in both Core and the block editor. WordPress 5.9.1 is a short-cycle maintenance release. The next major release will be version&#160;6.0. You can download WordPress 5.9.1 from WordPress.org, or by visiting your Dashboard → Updates and clicking “Update Now”. If you have sites that support automatic [&#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:11:\"Mark Robson\";s: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:7815:\"\n<p>WordPress 5.9.1 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;82 bug fixes in both Core and the block editor.</p>\n\n\n\n<p>WordPress 5.9.1 is a short-cycle maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-5.9.1.zip\">download WordPress 5.9.1 from WordPress.org</a>, or by visiting your Dashboard → Updates and clicking “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://make.wordpress.org/core/2022/02/16/wordpress-5-9-1-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-1/\">version 5.9.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.1 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jb Audras</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a>&nbsp;for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>,&nbsp;<a href=\"https://profiles.wordpress.org/oandregal/\">André</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a>,&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>,&nbsp;<a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>,&nbsp;<a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>,&nbsp;<a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azouamauriac/\">Flinim Asso</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>,&nbsp;<a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a>,&nbsp;<a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>,&nbsp;<a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>,&nbsp;<a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>,&nbsp;<a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a>,&nbsp;<a href=\"https://profiles.wordpress.org/staatic/\">Team Staatic</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonynz/\">wpcharged</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>.</p>\n\n\n\n<p>Thanks to <a href=\"https://profiles.wordpress.org/estelaris/\">@estelaris</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">@pbiron</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">@ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/bph/\">@bph</a>, <a href=\"https://profiles.wordpress.org/abhanonstopnewsuk/\">@abhanonstopnewsuk</a>, and <a href=\"https://profiles.wordpress.org/threadi/\">@threadi</a> for their help to test the release package.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://en-gb.wordpress.org/2022/02/22/wordpress-5-9-1-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress 5.9 “Joséphine”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://en-gb.wordpress.org/2022/01/26/wordpress-5-9-josephine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://en-gb.wordpress.org/2022/01/26/wordpress-5-9-josephine/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 12:34:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://en-gb.wordpress.org/?p=1542\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"Welcome to Joséphine! Introducing 5.9, Joséphine. Named in honour of acclaimed international jazz singer Joséphine Baker, this latest, most versatile WordPress release is here:&#160;download it&#160;or update it directly from your dashboard.&#160; As a lifelong civil rights campaigner, Joséphine Baker believed that all people could live in harmony together, just as different instruments in a jazz [&#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:11:\"Mark Robson\";s: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:59441:\"\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-inline-v2.png?resize=632%2C428&amp;ssl=1\" alt=\"\" class=\"wp-image-12139\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"welcome-to-josephine\">Welcome to Joséphine!</h2>\n\n\n\n<p>Introducing 5.9, Joséphine. Named in honour of acclaimed international jazz singer Joséphine Baker, this latest, most versatile WordPress release is here:&nbsp;<a href=\"https://wordpress.org/download/\">download it</a>&nbsp;or update it directly from your dashboard.&nbsp;<br><br>As a lifelong civil rights campaigner, Joséphine Baker believed that all people could live in harmony together, just as different instruments in a jazz band blend together to make a whole piece. Turn on a playlist from your favourite music service and enjoy her famous renditions of “You are the greatest love”, “Sans Amour”, and “Love is a Dreamer”, as you discover all the features of this brand-new&nbsp;WordPress release.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"full-site-editing-is-here\">Full site editing is here</h2>\n\n\n\n<p>It puts you in control of your whole site, right in the WordPress Admin.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-1.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12101\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"say-hello-to-twenty-twenty-two\">Say hello to Twenty Twenty-Two</h3>\n\n\n\n<p>And say hello to the first default block theme in the history of WordPress. This is more than just a new default theme. It’s a brand-new way to work with WordPress themes.</p>\n\n\n\n<p><a href=\"https://wordpress.org/support/article/block-themes/\">Block themes</a>&nbsp;put a wide array of visual choices directly in your hands, from colour schemes and font combinations to page templates and image filters, all from the&nbsp;<a href=\"https://wordpress.org/support/article/site-editor/\">Site Editor</a>. So in one place, you can give Twenty Twenty-Two the same look and feel as your organisation’s other materials – or take your site’s look in another direction.</p>\n\n\n\n<p>You already have the Twenty Twenty-Two theme – it came installed with WordPress 5.9. You will find it with your other installed themes.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-2.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12102\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"your-personal-paintbox-awaits\">Your personal paintbox awaits</h3>\n\n\n\n<p>Twenty Twenty-Two is not the only theme built for full site editing. More block themes are in the Themes directory, and the number will grow.&nbsp;</p>\n\n\n\n<p>When you use any of those new themes, you no longer need the Customiser. Instead, you have all the power of the Styles interface inside the Site Editor. Just as in Twenty Twenty-Two, you build your site’s look and feel there, with the tools you need for the job in a fluid interface that practically comes alive in your hands.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/01/5-9-release-3.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12103\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"the-navigation-block\">The Navigation block</h3>\n\n\n\n<p>Blocks come to site navigation, the heart of user experience.</p>\n\n\n\n<p>The new Navigation block gives you the power to choose: an always-on responsive menu or one that adapts to your user’s screen size. And your choices are remembered! In 5.9, the block saves menus as custom post types, which get saved to the database.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"more-improvements-and-updates\">More improvements and updates</h2>\n\n\n\n<p>Do you love to blog? New tweaks to the publishing flow help you say more, faster.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/01/5-9-release-5.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12105\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"better-block-controls\">Better block controls</h3>\n\n\n\n<p>WordPress 5.9 features new typography tools, flexible layout controls, and finer control of details like spacing, borders, and more – to help you get not just the look, but the polish that says you care about details.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-4.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12104\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"the-power-of-patterns\">The power of patterns</h3>\n\n\n\n<p>The WordPress Pattern Directory is the home of a wide range of block patterns built to save you time and add to your site’s functionality. And you can edit them as you see fit. Need something different in the header or footer for your theme? Swap it out with a new one in a few clicks.</p>\n\n\n\n<p>With a nearly full-screen view that draws you in to see fine details, the Pattern Explorer makes it easy to compare patterns and choose the one your users need.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-6.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12106\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"a-revamped-list-view\">A revamped List View</h3>\n\n\n\n<p>In 5.9, the List View lets you drag and drop your content exactly where you want it. Managing complex documents is easier, too: simple controls let you expand and collapse sections as you build your site – and add HTML anchors to your blocks to help users get around the page.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/01/5-9-release-7.png?resize=632%2C474&amp;ssl=1\" alt=\"\" class=\"wp-image-12107\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"a-better-gallery-block\">A better Gallery block</h3>\n\n\n\n<p>Treat every image in a Gallery Block the same way you would treat it in the Image Block.</p>\n\n\n\n<p>Style every image in your gallery differently, or make them all the same, except for one or two. Or change the layout with drag-and-drop.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-5-9-for-developers\">WordPress 5.9 for developers</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"theme-json-for-child-themes\">Theme.json for child themes</h3>\n\n\n\n<p>In 5.9, theme.json supports child themes. That means your users can build a child theme right in the WordPress Admin, without writing a single line of code.&nbsp;</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/\">This dev note</a>&nbsp;has all the details. Take a look!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-level-locking\">Block-level locking</h3>\n\n\n\n<p>Now you can lock any block (or a few of them) in a pattern, just by&nbsp;<a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">adding a lock attribute to its settings in block.json</a> – leaving the rest of the pattern free for users to adapt to their content.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"multiple-style-sheets-in-a-block\">Multiple style sheets in a block</h3>\n\n\n\n<p>Now you can register more than one style sheet per block, which lets a given block load only the styles its markup requests, and not a whole sheet. Read the details in this&nbsp;<a href=\"https://make.wordpress.org/core/2021/12/15/using-multiple-stylesheets-per-block/\">dev note</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"a-refactored-gallery-block\">A refactored Gallery Block</h3>\n\n\n\n<p>The changes to the Gallery Block listed above are the result of a near-complete refactoring. Have you built a plugin or theme on the Gallery Block functionality? Be sure you read this&nbsp;<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">dev note</a>. It tells you what you need to do for compatibility.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"learn-more-about-the-new-features-in-5-9\">Learn more about the new features in 5.9</h3>\n\n\n\n<p>Want to dive into 5.9 but don’t know where to start? Check out this free course about&nbsp;<a href=\"https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/\">Simple Site Design</a>&nbsp;from&nbsp;<a href=\"https://learn.wordpress.org/\">Learn WordPress</a>. There are a variety of learning materials including short how-to video tutorials and resources on new features in WordPress 5.9, with much more planned.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"check-out-the-field-guide-for-more\">Check out the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It has lots of useful information with links to detailed developer notes to support you building in WordPress for everyone you serve.&nbsp;<a href=\"https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/\">WordPress 5.9 Field Guide</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-squad\"><strong>The Squad</strong></h2>\n\n\n\n<p>The WordPress 5.9 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li>Release Lead:&nbsp;<a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Core Tech and Release Coordinator:&nbsp;<a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a></li><li>Triage Leads:&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a></li><li>Editor Tech:&nbsp;<a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li><li>Theme Leads:&nbsp;<a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a></li><li>Technical Writer:&nbsp;<a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a></li><li>Documentation Leads:&nbsp;<a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a></li><li>Marketing and Communications Leads:&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a></li><li>Test Leads:&nbsp;<a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li></ul>\n\n\n\n<p>WordPress 5.9 also reflects the hard work of 624 generous volunteer contributors. Collaboration occurred on&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=5.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">370 tickets on Trac</a>&nbsp;and more than&nbsp;<a href=\"https://github.com/WordPress/gutenberg/compare/v10.8.0...v11.9.0\">1900 pull requests on GitHub</a>.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>,&nbsp;<a href=\"https://profiles.wordpress.org/abesell132/\">abesell132</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>,&nbsp;<a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpmudev-support8/\">Adam &#8211; WPMU DEV Support</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>,&nbsp;<a href=\"https://profiles.wordpress.org/adam3128/\">Adam Morgan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aezazshekh/\">Aezaz Shekh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ajotka/\">ajotka</a>,&nbsp;<a href=\"https://profiles.wordpress.org/soniakash/\">Akash Soni</a>,&nbsp;<a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>,&nbsp;<a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>,&nbsp;<a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexvorn2/\">Alexandru Vornicescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexeydemidov/\">alexeydemidov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexislloyd/\">Alexis Lloyd</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>,&nbsp;<a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>,&nbsp;<a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>,&nbsp;<a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>,&nbsp;<a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nosolosw/\">André</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>,&nbsp;<a href=\"https://profiles.wordpress.org/oandregal/\">André</a>,&nbsp;<a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andy-schmidt/\">Andy Schmidt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andynick/\">andynick</a>,&nbsp;<a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>,&nbsp;<a href=\"https://profiles.wordpress.org/anjanavasan/\">Anjana Vasan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/anthonyeden/\">Anthony Eden</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/arena/\">arena</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ashfame/\">Ashfame</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>,&nbsp;<a href=\"https://profiles.wordpress.org/baelx/\">baelx</a>,&nbsp;<a href=\"https://profiles.wordpress.org/allerune/\">Bartlomiej</a>,&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>,&nbsp;<a href=\"https://profiles.wordpress.org/beaulebens/\">Beau Lebens</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bedas/\">Beda</a>,&nbsp;<a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/benitolopez/\">benitolopez</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/benjamingosset/\">Benjamin Gosset</a>,&nbsp;<a href=\"https://profiles.wordpress.org/benjaminanakena/\">benjamin.anakena</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bgardner/\">bgardner</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bijayyadav/\">Bijay Yadav</a>,&nbsp;<a href=\"https://profiles.wordpress.org/binarykitten/\">BinaryKitten</a>,&nbsp;<a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>,&nbsp;<a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bradparbs/\">Brad Parbs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bravokeyl/\">bravokeyl</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rzen/\">Brian Richards</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>,&nbsp;<a href=\"https://profiles.wordpress.org/brylie/\">Brylie Christopher Oxley</a>,&nbsp;<a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>,&nbsp;<a href=\"https://profiles.wordpress.org/calebwoodbridge/\">calebwoodbridge</a>,&nbsp;<a href=\"https://profiles.wordpress.org/carepsules/\">carepsules</a>,&nbsp;<a href=\"https://profiles.wordpress.org/carike/\">Carike</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vefusion/\">Carlos Garcia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cdyerkes/\">cdyerkes</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shireling/\">Chad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chiaki/\">Chiaki</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>,&nbsp;<a href=\"https://profiles.wordpress.org/christianztamayo/\">Christian Tamayo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>,&nbsp;<a href=\"https://profiles.wordpress.org/clucasrowlands/\">clucasrowlands</a>,&nbsp;<a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>,&nbsp;<a href=\"https://profiles.wordpress.org/callye/\">Collieth Clarke</a>,&nbsp;<a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>,&nbsp;<a href=\"https://profiles.wordpress.org/copons/\">Copons</a>,&nbsp;<a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>,&nbsp;<a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/craigfrancis/\">craigfrancis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>,&nbsp;<a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a>,&nbsp;<a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chthnc/\">Daniel Shaw</a>,&nbsp;<a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>,&nbsp;<a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>,&nbsp;<a href=\"https://profiles.wordpress.org/daschmi/\">Daschmi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/datagutten/\">datagutten</a>,&nbsp;<a href=\"https://profiles.wordpress.org/datainterlock/\">datainterlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davecpage/\">Dave Page</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidmosterd/\">David Mosterd</a>,&nbsp;<a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>,&nbsp;<a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>,&nbsp;<a href=\"https://profiles.wordpress.org/deepaklalwani/\">Deepak Lalwani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a>,&nbsp;<a href=\"https://profiles.wordpress.org/diedeexterkate/\">DiedeExterkate</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dlt101/\">dlt101</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>,&nbsp;<a href=\"https://profiles.wordpress.org/codezen8/\">Donna Botti</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dontgo2sleep/\">dontgo2sleep</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dpegasusm/\">dpegasusm</a>,&nbsp;<a href=\"https://profiles.wordpress.org/raubvogel/\">Dr. Ronny Harbich</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>,&nbsp;<a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>,&nbsp;<a href=\"https://profiles.wordpress.org/drosmog/\">drosmog</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dustinrue/\">dustinrue</a>,&nbsp;<a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ekojr/\">EkoJR</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van&nbsp;Durpe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>,&nbsp;<a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>,&nbsp;<a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>,&nbsp;<a href=\"https://profiles.wordpress.org/erayalakese/\">erayalakese</a>,&nbsp;<a href=\"https://profiles.wordpress.org/teachlynx/\">Eric Malalel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>,&nbsp;<a href=\"https://profiles.wordpress.org/etoledo/\">etoledo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fedepia/\">fedepia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>,&nbsp;<a href=\"https://profiles.wordpress.org/piewp/\">fperdaan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fcolombo/\">Francesco</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>,&nbsp;<a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gazchap/\">gazchap</a>,&nbsp;<a href=\"https://profiles.wordpress.org/generosus/\">generosus</a>,&nbsp;<a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>,&nbsp;<a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gilbitron/\">Gilbert Pellegrom</a>,&nbsp;<a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>,&nbsp;<a href=\"https://profiles.wordpress.org/goldsounds/\">goldsounds</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gkloveweb/\">Govind</a>,&nbsp;<a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a>,&nbsp;<a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>,&nbsp;<a href=\"https://profiles.wordpress.org/haosun/\">haosun</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>,&nbsp;<a href=\"https://profiles.wordpress.org/herbmiller/\">herbmiller</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hermpheus/\">Herm Martini</a>,&nbsp;<a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hilayt24/\">hilayt24</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hirofumi2012/\">hirofumi2012</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a>,&nbsp;<a href=\"https://profiles.wordpress.org/h71/\">Hossein Farahani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hudson-atwell/\">Hudson Atwell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hugod/\">hugod</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianhayes94/\">ianhayes94</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ignatggeorgiev/\">Ignat Georgiev</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a>,&nbsp;<a href=\"https://profiles.wordpress.org/infected/\">infected</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iluy/\">Isaac</a>,&nbsp;<a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ismaeld/\">ismaeld</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jackreichert/\">Jack Reichert</a>,&nbsp;<a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mcjambi/\">Jam Viet</a>,&nbsp;<a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>,&nbsp;<a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>,&nbsp;<a href=\"https://profiles.wordpress.org/evermail/\">Jason R. Johnston</a>,&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>,&nbsp;<a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jayupadhyay01/\">Jay Upadhyay</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/teucrium/\">Jean-Philippe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeremyescott/\">Jeremy Scott</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>,&nbsp;<a href=\"https://profiles.wordpress.org/amieiro/\">Jesús Amieiro</a>,&nbsp;<a href=\"https://profiles.wordpress.org/engelen/\">Jesper van Engelen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jigneshnakrani/\">Jignesh Nakrani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joegasper/\">joegasper</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joelcj91/\">Joel James</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnillo/\">John Espiritu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zenithcity/\">john zenith</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lwangaman/\">JohnRDOrazio (CLPTE)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>,&nbsp;<a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a>,&nbsp;<a href=\"https://profiles.wordpress.org/josephdickson/\">Joseph Dickson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>,&nbsp;<a href=\"https://profiles.wordpress.org/juanruitina/\">Juan Ruitiña</a>,&nbsp;<a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>,&nbsp;<a href=\"https://profiles.wordpress.org/juhise/\">Juhi Saxena</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/junaidbhura/\">Junaid Bhura</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>,&nbsp;<a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>,&nbsp;<a href=\"https://profiles.wordpress.org/justindocanto/\">Justin DoCanto</a>,&nbsp;<a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kallookoo/\">kallookoo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kaneva/\">kaneva</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sourav926/\">Keramot UL Islam</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kingkero/\">kero</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>,&nbsp;<a href=\"https://profiles.wordpress.org/keyur5/\">keyur5</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a>,&nbsp;<a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>,&nbsp;<a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kurudrive/\">kurudrive</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kwisatz/\">kwisatz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kzeni/\">KZeni</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lalitjalandhar/\">lalitjalandhar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>,&nbsp;<a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>,&nbsp;<a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>,&nbsp;<a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/liammitchell/\">liammitchell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webaxones/\">Loïc Antignac</a>,&nbsp;<a href=\"https://profiles.wordpress.org/loranrendel/\">Loran A. Rendel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lucasw89/\">lucasw89</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lucatume/\">lucatume</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/luovalabs/\">luovalabs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lynk/\">lynk</a>,&nbsp;<a href=\"https://profiles.wordpress.org/asif2bd/\">M Asif Rahman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gorby31/\">Madalin Gorbanescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aetherunbound/\">Madison</a>,&nbsp;<a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mai21/\">Mai</a>,&nbsp;<a href=\"https://profiles.wordpress.org/malae/\">Malae</a>,&nbsp;<a href=\"https://profiles.wordpress.org/malthert/\">malthert</a>,&nbsp;<a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/manishamakhija/\">Manisha Makhija</a>,&nbsp;<a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wetah/\">Mateus Machado Luna</a>,&nbsp;<a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>,&nbsp;<a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mattoakley/\">mattoakley</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wppunk/\">Max</a>,&nbsp;<a href=\"https://profiles.wordpress.org/max-dayala/\">MaxD</a>,&nbsp;<a href=\"https://profiles.wordpress.org/maximeculea/\">Maxime Culea</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mclaurent/\">mclaurent</a>,&nbsp;<a href=\"https://profiles.wordpress.org/medusor/\">MEDUSOR</a>,&nbsp;<a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>,&nbsp;<a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>,&nbsp;<a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/michelwppi/\">Michel &#8211; xiligroup dev</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mikaelmayer/\">mikaelmayer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley (a11n)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>,&nbsp;<a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>,&nbsp;<a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mjaschen/\">mjaschen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mjulian7/\">mjulian7</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>,&nbsp;<a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mt8biz/\">moto hachi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mtoensing/\">mtoensing</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wparslan/\">Muhammad Arslan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/musabshakeel/\">Musab Shakeel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a>,&nbsp;<a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>,&nbsp;<a href=\"https://profiles.wordpress.org/namithjawahar/\">Namith Jawahar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>,&nbsp;<a href=\"https://profiles.wordpress.org/natewr/\">NateWr</a>,&nbsp;<a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nettsite/\">NettSite</a>,&nbsp;<a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>,&nbsp;<a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nickcernis/\">nickcernis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nlpro/\">nlpro</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ockham/\">ockham</a>,&nbsp;<a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>,&nbsp;<a href=\"https://profiles.wordpress.org/omarreiss/\">Omar Reiss</a>,&nbsp;<a href=\"https://profiles.wordpress.org/opr18/\">opr18</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ellenbauer/\">Outzen Larkin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ovann86/\">ovann86</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pankajmohale/\">Pankaj Mohale</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/patrick-b/\">Patrick B</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>,&nbsp;<a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbking/\">pbking</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pputzer/\">pepe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a>,&nbsp;<a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a>,&nbsp;<a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>,&nbsp;<a href=\"https://profiles.wordpress.org/powerbuoy/\">powerbuoy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/praem90/\">praem90</a>,&nbsp;<a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>,&nbsp;<a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>,&nbsp;<a href=\"https://profiles.wordpress.org/procodewp/\">procodewp</a>,&nbsp;<a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/psufan/\">psufan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pwtyler/\">pwtyler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>,&nbsp;<a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ralucastn/\">ralucastn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a>,&nbsp;<a href=\"https://profiles.wordpress.org/renathoc/\">Renatho (a11n)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>,&nbsp;<a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>,&nbsp;<a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>,&nbsp;<a href=\"https://profiles.wordpress.org/richardfoley/\">Richard Foley</a>,&nbsp;<a href=\"https://profiles.wordpress.org/richards1052/\">richards1052</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rickcurran/\">Rick Curran</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rbrishabh/\">Rishabh Budhiraja</a>,&nbsp;<a href=\"https://profiles.wordpress.org/saju4wordpress/\">Riyadh Ahmed</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>,&nbsp;<a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/robertghetau/\">robertght</a>,&nbsp;<a href=\"https://profiles.wordpress.org/robtarr/\">robtarr</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rohan013/\">Rohan Rawat</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rhnsharma/\">Rohan Sharma</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ronakganatra/\">Ronak Ganatra</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rkohilakis/\">Roxy Kohilakis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/russhylov/\">Ruslan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rviscomi/\">rviscomi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>,&nbsp;<a href=\"https://profiles.wordpress.org/skierpage/\">S Page</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>,&nbsp;<a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabrib/\">Sabri Bouchaala</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zeo/\">Safirul Alredha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>,&nbsp;<a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal &#8211; a11n</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>,&nbsp;<a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scribu/\">scribu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>,&nbsp;<a href=\"https://profiles.wordpress.org/seanmcmillan/\">Sean McMillan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>,&nbsp;<a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergiocinos/\">Sergio Cinos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shaharyar10/\">Shaharyar Afzal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shohag121/\">Shazahanul Islam Shohag</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shivapoudel/\">Shiva Poudel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth</a>,&nbsp;<a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>,&nbsp;<a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a>,&nbsp;<a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a>,&nbsp;<a href=\"https://profiles.wordpress.org/siobhan/\">Siobhan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sjlevy/\">sjlevy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/skunkbad/\">skunkbad</a>,&nbsp;<a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a>,&nbsp;<a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sourovroy/\">Sourov Roy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ssergei/\">ssergei</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/strider72/\">Stephen Rider</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stevegs/\">stevegs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stormrockwell/\">Storm Rockwell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>,&nbsp;<a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a>,&nbsp;<a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Takahashi Fumiki</a>,&nbsp;<a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sparklingrobots/\">Tara King</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tareiking/\">Tarei King</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>,&nbsp;<a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>,&nbsp;<a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thulshof/\">Thijs Hulshof</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thisiswilliam/\">thisiswilliam</a>,&nbsp;<a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/timlappe/\">timlappe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/titsmaker/\">titsmaker</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tjcafferkey/\">tjcafferkey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>,&nbsp;<a href=\"https://profiles.wordpress.org/starbuck/\">Tony G</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>,&nbsp;<a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tubys/\">tubys</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>,&nbsp;<a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>,&nbsp;<a href=\"https://profiles.wordpress.org/umesh84/\">umesh84</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webulous/\">Venkat Raj</a>,&nbsp;<a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/bartoszgrzesik/\">verybg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>,&nbsp;<a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Szépe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vondelphia/\">Vondelphia.com</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>,&nbsp;<a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a>,&nbsp;<a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>,&nbsp;<a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a>,&nbsp;<a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wojsmol/\">wojsmol</a>,&nbsp;<a href=\"https://profiles.wordpress.org/woodyhayday/\">woodyhayday</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wp_kc/\">wp_kc</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpnomad/\">wpnomad a11n</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wpweaver/\">wpweaver</a>,&nbsp;<a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>,&nbsp;<a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/zoiec/\">zoiec</a>.</p>\n\n\n\n<p>By release day, 71 locales had translated 90 percent or more of WordPress 5.9 into their language. Community translators are hard at work ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute in the&nbsp;<a href=\"https://wordpress.org/support/\">support forums</a>. They help to answer questions from people across the world. The success of releases, from the first one in 2003, owes much to the efforts of the support contributors.&nbsp;</p>\n\n\n\n<p><em>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together on the&nbsp;<a href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;website and find out the latest plans on the&nbsp;<a href=\"https://make.wordpress.org/core/\">core development blog</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://en-gb.wordpress.org/2022/01/26/wordpress-5-9-josephine/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 5.8.3 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:72:\"https://en-gb.wordpress.org/2022/01/07/wordpress-5-8-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://en-gb.wordpress.org/2022/01/07/wordpress-5-8-3-security-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jan 2022 11:43:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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://en-gb.wordpress.org/?p=1512\";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:369:\"This security release features four security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.8.3 is a short-cycle security release. The next major release will be version&#160;5.9, which is already in the Release Candidate stage. You can [&#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:11:\"Mark Robson\";s: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:3778:\"\n<p>This security release features four security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.3 is a short-cycle security release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>, which is already in the Release Candidate stage.</p>\n\n\n\n<p>You can update to WordPress 5.8.3 by downloading from WordPress.org or by visiting your Dashboard → Updates and clicking &#8220;Update Now&#8221;.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"security-updates\">Security Updates</h3>\n\n\n\n<p>Four security issues affect WordPress versions between 3.7 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 3.7 have also been updated to fix the following security issues (except where noted otherwise):</p>\n\n\n\n<ul><li>Props to Karim El Ouerghemmi and Simon Scannell of&nbsp;<a href=\"https://www.sonarsource.com/\">SonarSource</a>&nbsp;for disclosing an issue with stored XSS through post slugs.</li><li>Props to Simon Scannell of&nbsp;<a href=\"https://www.sonarsource.com/\">SonarSource</a>&nbsp;for reporting an issue with Object injection in some multisite installations.</li><li>Props to ngocnb and khuyenn from&nbsp;<a href=\"https://giaohangtietkiem.vn/\">GiaoHangTietKiem JSC</a>&nbsp;for working with&nbsp;<a href=\"https://www.zerodayinitiative.com/\">Trend Micro Zero Day Initiative</a>&nbsp;on reporting a SQL injection vulnerability in WP_Query.</li><li>Props to Ben Bidner from the WordPress security team for reporting a SQL injection vulnerability in WP_Meta_Query (only relevant to versions 4.1-5.8).&nbsp;</li></ul>\n\n\n\n<p>Thank you to all of the reporters above for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked. Thank you to the members of the WordPress security team for implementing these fixes in WordPress.</p>\n\n\n\n<p>For more information, check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-8-3/\">5.8.3 HelpHub documentation page</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"thanks-and-props\">Thanks and props!</h3>\n\n\n\n<p>The 5.8.3 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">@desrosj</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">@circlecube</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.3 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>,&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>,&nbsp;<a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://en-gb.wordpress.org/2022/01/07/wordpress-5-8-3-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://en-gb.wordpress.org/2021/11/13/wordpress-5-8-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://en-gb.wordpress.org/2021/11/13/wordpress-5-8-2-security-and-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Nov 2021 11:13:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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://en-gb.wordpress.org/?p=1499\";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:430:\"WordPress 5.8.2&#160;is now available! This security and maintenance release features&#160;2 bug&#160;fixes in addition to&#160;1 security&#160;fix. Because this is a&#160;security release, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated. WordPress 5.8.2 is a small focus security and maintenance release. The next major release will be version&#160;5.9. [&#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:11:\"Mark Robson\";s: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:2763:\"\n<p><strong>WordPress 5.8.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">2 bug</a>&nbsp;fixes in addition to&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/54207\">1 security</a>&nbsp;fix. Because this is a&nbsp;<strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.2 is a small focus security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.2 by downloading from WordPress.org, or by visiting your Dashboard → Updates and clicking “Update Now”. If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a>&nbsp;on Trac, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-8-2/\">version 5.8.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.8.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.2 happen: <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://en-gb.wordpress.org/2021/11/13/wordpress-5-8-2-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Introducing Twenty Twenty-Two\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://en-gb.wordpress.org/2021/10/06/introducing-twenty-twenty-two/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://en-gb.wordpress.org/2021/10/06/introducing-twenty-twenty-two/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 19:08:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:35:\"https://en-gb.wordpress.org/?p=1496\";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:236:\"Well, here we are again, it’s that time of the year when we start thinking about the next default WordPress theme. WordPress 5.9 will launch with a new default theme: Twenty Twenty-Two. Find out more in the official announcement post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mark Robson\";s: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:353:\"\n<p>Well, here we are again, it’s that time of the year when we start thinking about the next default WordPress theme.</p>\n\n\n\n<p>WordPress 5.9 will launch with a new default theme: Twenty Twenty-Two.</p>\n\n\n\n<p>Find out more in <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">the official announcement post</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://en-gb.wordpress.org/2021/10/06/introducing-twenty-twenty-two/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://en-gb.wordpress.org/2021/09/09/wordpress-5-8-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://en-gb.wordpress.org/2021/09/09/wordpress-5-8-1-security-and-maintenance-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 11:46:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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://en-gb.wordpress.org/?p=1490\";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:405:\"WordPress 5.8.1 is now available! This security and maintenance release features&#160;60 bug&#160;fixes&#160;in addition to 3 security fixes. Because this is a&#160;security release, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated. WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be [&#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:11:\"Mark Robson\";s: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:9370:\"\n<p>WordPress 5.8.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">60 bug</a>&nbsp;<a href=\"https://github.com/WordPress/gutenberg/pull/34393\">fixes</a>&nbsp;in addition to 3 security fixes. Because this is a&nbsp;<strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.1 by downloading from WordPress.org, or by visiting your Dashboard → Updates and clicking “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Security Updates</strong></h3>\n\n\n\n<p>Three security issues affect WordPress versions between 5.4 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props&nbsp;to <a href=\"https://profiles.wordpress.org/mdawaffe/\">@mdawaffe</a>, a member of the WordPress Security Team, for their work fixing a data exposure vulnerability within the REST API.</li><li>Props to Michał Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.</li><li>The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.</li></ul>\n\n\n\n<p>In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:</p>\n\n\n\n<ul><li>Props&nbsp;to <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://evanricafort.com/\">Evan Ricafort</a>&nbsp;for reporting a XSS vulnerability in the block editor discovered during the 5.8 release’s beta period.</li><li>Props&nbsp;to <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>&nbsp;for reporting a privilege escalation issue in the block editor.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the WordPress security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a>&nbsp;on Trac, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\">version 5.8.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thanks and props!</h2>\n\n\n\n<p>The 5.8.1 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.1 happen: <a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>,&nbsp;<a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>,&nbsp;<a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>,&nbsp;<a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>,&nbsp;<a href=\"https://profiles.wordpress.org/oandregal/\">André</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>,&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van&nbsp;Durpe</a>,&nbsp;<a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>,&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>,&nbsp;<a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>,&nbsp;<a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>,&nbsp;<a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>,&nbsp;<a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>,&nbsp;<a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>,&nbsp;<a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>,&nbsp;<a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>,&nbsp;<a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>,&nbsp;<a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>,&nbsp;<a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>,&nbsp;<a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>,&nbsp;<a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>,&nbsp;<a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://en-gb.wordpress.org/2021/09/09/wordpress-5-8-1-security-and-maintenance-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 5.8 “Tatum”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://en-gb.wordpress.org/2021/07/24/wordpress-5-8-tatum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://en-gb.wordpress.org/2021/07/24/wordpress-5-8-tatum/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jul 2021 11:42:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://en-gb.wordpress.org/?p=1483\";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:374:\"Introducing 5.8 “Tatum”, our latest and greatest release. Named in honour of Art Tatum, the legendary jazz pianist. His formidable technique and willingness to push boundaries inspired musicians and changed what people thought could be done.  So fire up your music service of choice and enjoy Tatum’s famous recordings of ‘Tea for Two’, ‘Tiger Rag’, [&#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:11:\"Mark Robson\";s: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:48676:\"\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/5x8-Album-1-1024x683.jpg\" alt=\"\" class=\"wp-image-11042\" /></figure>\n\n\n\n<p>Introducing 5.8 “Tatum”, our latest and greatest release. Named in honour of Art Tatum, the legendary jazz pianist. His formidable technique and willingness to push boundaries inspired musicians and changed what people thought could be done. </p>\n\n\n\n<p>So fire up your music service of choice and enjoy Tatum’s famous recordings of ‘Tea for Two’, ‘Tiger Rag’, ‘Begin the Beguine’, and ‘Night and Day’ as you read about what the latest WordPress version brings to you.</p>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\">Three Essential Powerhouses</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Manage Widgets with Blocks</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-widgets-blocks-1024x768.png\" alt=\"\" class=\"wp-image-10985\" /></figure></div>\n\n\n\n<p>After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customiser. Now you can add blocks both in widget areas across your site and with live preview through the Customiser. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\">Widgets dev note</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Display Posts with New Blocks and Patterns</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-query-loop-1024x811.png\" alt=\"\" class=\"wp-image-10986\" /></figure></div>\n\n\n\n<p>The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favourite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Edit the Templates Around Posts</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-template-1024x666.png\" alt=\"\" class=\"wp-image-10987\" /></figure></div>\n\n\n\n<p>You can use the familiar block editor to edit templates that hold your content – simply activate a block theme or a theme that has opted in for this feature. Switch from editing your posts to editing your pages and back again, all while using a familiar block editor. There are more than 20 new blocks available within compatible themes. Read more about this feature and how to experiment with it in the release notes.</p>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\">Three Workflow Helpers</h2>\n\n\n\n<h3 class=\"wp-block-heading\">Overview of the Page Structure</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-list-view-1024x803.png\" alt=\"\" class=\"wp-image-10988\" /></figure>\n\n\n\n<p>Sometimes you need a simple landing page, but sometimes you need something a little more robust. As blocks increase, patterns emerge, and content creation gets easier, new solutions are needed to make complex content easy to navigate. List View is the best way to jump between layers of content and nested blocks. Since the List View gives you an overview of all the blocks in your content, you can now navigate quickly to the precise block you need. Ready to focus completely on your content? Toggle it on or off to suit your workflow.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Suggested Patterns for Blocks</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-pattern-suggestions-1024x555.png\" alt=\"\" class=\"wp-image-10989\" /></figure>\n\n\n\n<p>Starting in this release, the Pattern Transformations tool will suggest block patterns based on the block you are using. Right now, you can give it a try in the Query Block and Social Icon Block. As more patterns are added, you will be able to get inspiration for how to style your site without ever leaving the editor!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style and Colourise Images</h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-duotone-1024x837.png\" alt=\"\" class=\"wp-image-10990\" /></figure>\n\n\n\n<p>Colourise your image and cover blocks with duotone filters! Duotone can add a pop of colour to your designs and style your images (or videos in the cover block) to integrate well with your themes. You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colours for the shadows and highlights. There’s more to learn about how it works in the documentation.</p>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\">For Developers to Explore</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://wordpress.org/news/files/2021/07/about-theme-json-2x-1024x613.png\" alt=\"\" class=\"wp-image-10992\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Theme.json</h3>\n\n\n\n<p>Introducing the Global Styles and Global Settings APIs: control the editor settings, available customisation tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works,&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">check out this dev note</a>.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Dropping support for IE11</h3>\n\n\n\n<p>Support for Internet Explorer 11 has been dropped as of this release. This means you may have issues managing your site that will not be fixed in the future. If you are currently using IE11, it is strongly recommended that you&nbsp;<a href=\"https://browsehappy.com/\">switch to a more modern browser</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Adding support for WebP</h3>\n\n\n\n<p>WebP is a modern image format that provides improved lossless and lossy compression for images on the web. WebP images are around 30% smaller on average than their JPEG or PNG equivalents, resulting in sites that are faster and use less bandwidth.</p>\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Adding Additional Block Supports</h3>\n\n\n\n<p>Expanding on previously implemented block supports in WordPress&nbsp;<a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a>&nbsp;and&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/\">5.7</a>, WordPress 5.8 introduces several new block support flags and new options to customise your registered blocks. More information is available in the&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\">block supports dev note</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Check out the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change of which you may want to be aware:&nbsp;<a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\">The Squad</h2>\n\n\n\n<p>The WordPress 5.8 release was lead by&nbsp;<a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Release Co-Coordinator:</strong>&nbsp;Jeffrey Paul (<a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li><li><strong>Release Co-Coordinator:</strong>&nbsp;Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>)</li><li><strong>Editor Tech Lead:</strong>&nbsp;Riad Benguella (<a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>)</li><li><strong>Marketing and Communications Lead:</strong> Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>)</li><li><strong>Documentation Lead:</strong> Milana Cap (<a href=\'https://profiles.wordpress.org/milana_cap/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>milana_cap</a>)</li><li><strong>Test Lead:</strong>&nbsp;Piotrek Boniu (<a href=\'https://profiles.wordpress.org/boniu91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boniu91</a>)</li><li><strong>Support Lead:&nbsp;</strong>Mary Job (<a href=\'https://profiles.wordpress.org/mariaojob/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mariaojob</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 530 generous volunteer contributors. Collaboration occurred on over <a href=\"https://core.trac.wordpress.org/query?milestone=5.8&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">320 tickets on Trac</a> and over <a href=\"https://github.com/wordpress/gutenberg/compare/v10.0.0...v10.7.0\">1,500 pull requests on GitHub</a>.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/5ubliminal/\">5ubliminal</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/9primus/\">9primus</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">alanjacobmathew</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/aleperez92/\">Alejandro Perez</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/amarinediary/\">amarinediary</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">Amogh Harish</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey &#8220;Rarst&#8221; Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/anotia/\">anotia</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/lephleg/\">Argyris Margaritis</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ariskataoka/\">ariskataoka</a>, <a href=\"https://profiles.wordpress.org/arkrs/\">arkrs</a>, <a href=\"https://profiles.wordpress.org/aruphi/\">Armand</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun a11n</a>, <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a>, <a href=\"https://profiles.wordpress.org/atjn/\">atjn</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bmcculley/\">bmcculley</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">Bob Linthorst</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bogdanpreda/\">Bogdan Preda</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt/\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brettshumaker/\">Brett Shumaker</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carlalexander/\">Carl Alexander</a>, <a href=\"https://profiles.wordpress.org/carlomanf/\">carlomanf</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">carlosgprim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/caseymilne/\">Casey Milne</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Engle Robertson</a>, <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/czapla/\">czapla</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/vetyst/\">Danny</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/devle/\">devfle</a>, <a href=\"https://profiles.wordpress.org/devrekli/\">devrekli</a>, <a href=\"https://profiles.wordpress.org/dhruvkb/\">dhruvkb</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/djbu/\">djbu</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donnapep/\">Donna Peplinskie</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpik/\">dpik</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb/\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/emarticor/\">Emilio Martinez</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felixbaumgaertner/\">felixbaumgaertner</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/fijisunshine/\">fijisunshine</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frosso1/\">frosso1 (a11n)</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm/\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/herrvigg/\">herrvigg</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/icopydoc/\">icopydoc</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/dragunoff/\">Ivaylo Draganov</a>, <a href=\"https://profiles.wordpress.org/wphound/\">Ivete Tecedor</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox/\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jamesbonham/\">James Bonham</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/pondermatic/\">James Richards</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jamil95/\">jamil95</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">Jeffrey Pearce</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a>, <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jillebehm/\">jillebehm</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/sephsekla/\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/bhwebworks/\">John Sundberg</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/dkampdesign/\">JoshuaDoshua</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kaavyaiyer/\">kaavyaiyer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/klevyke/\">klevyke</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/lewiscowles/\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/lifeforceinst/\">lifeforceinst</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/displaynone/\">Luis Sacristán</a>, <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Araújo</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/m0ze/\">m0ze</a>, <a href=\"https://profiles.wordpress.org/maedahbatool/\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mariaojob/\">Mary Job</a>, <a href=\"https://profiles.wordpress.org/marylauc/\">marylauc</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mblach/\">mblach</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mike_cowobo/\">Mike Martel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/mkdgs/\">mkdgs</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/mohamedfaragallah/\">Mohammed Faragallah</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nayanchamp7/\">Nazrul Islam Nayan</a>, <a href=\"https://profiles.wordpress.org/dway/\">nderambure</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/ninanmnm/\">ninanmnm</a>, <a href=\"https://profiles.wordpress.org/pianist787/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/olafklejnstrupjensen/\">olafklejnstrupjensen</a>, <a href=\"https://profiles.wordpress.org/olgabulat/\">Olga Bulat</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/oxyrealm/\">oxyrealm</a>, <a href=\"https://profiles.wordpress.org/ozh/\">Ozh</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paaggeli/\">Panagiotis Angelidis</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/fantasy1125/\">Pascal Knecht</a>, <a href=\"https://profiles.wordpress.org/patkemper/\">Pat</a>, <a href=\"https://profiles.wordpress.org/patricklindsay/\">patricklindsay</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Paul</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pavelvisualcomposer/\">Pavel I</a>, <a href=\"https://profiles.wordpress.org/mrpauloen/\">Paweł</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/phena109/\">phena109</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pyronaur/\">pyronaur</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rellect/\">Refael Iliaguyev</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reynhartono/\">reynhartono</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/rima1889/\">Rima Prajapati</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/robdxw/\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a>, <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/sahilmepani/\">Sahil Mepani</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal</a>, <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sasagar/\">SASAPIYO</a>, <a href=\"https://profiles.wordpress.org/satrancali/\">satrancali</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottconnerly/\">scottconnerly</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebbb/\">sebbb</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/spikeuk1/\">spikeuk1</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>, <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/deustron/\">Stefan Hüsges</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/strategio/\">strategio</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumaiyasiddika/\">Sumaiya Siddika</a>, <a href=\"https://profiles.wordpress.org/sumanm/\">Suman</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/sushmak/\">sushmak</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tamlyn/\">tamlyn</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdk/\">tmdk</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/trejder/\">trejder</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wangql/\">wangql</a>, <a href=\"https://profiles.wordpress.org/webdragon/\">WebDragon</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/xavivars/\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">yuliyan</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zkancs/\">zkancs</a>, and <a href=\"https://profiles.wordpress.org/sunxiyuan/\">孙锡源</a>.</p>\n\n\n\n<p>In addition to these contributors, many thanks to all of the community volunteers who contribute in the support forums. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!\n</p>\n\n\n\n<p>Finally, thanks to all the community translators who help make WordPress available in over 200 languages for every release. 80 languages have translated 80%, or more, of WordPress 5.8 and our community translators are hard at work ensuring more languages are on their way. If contributing to WordPress appeals to you, it’s easy to learn more. Check out Make WordPress or the core development blog.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://en-gb.wordpress.org/2021/07/24/wordpress-5-8-tatum/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Belated 18th Birthday Wishes, WordPress!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://en-gb.wordpress.org/2021/05/28/belated-18th-birthday-wishes-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://en-gb.wordpress.org/2021/05/28/belated-18th-birthday-wishes-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 May 2021 10:31: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:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://en-gb.wordpress.org/?p=1456\";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:247:\"WordPress was launched on 27 May 2003 and, yesterday, became an adult! WordPress now powers 40% of the web. To celebrate, here is a list of 40 milestones that have led to this remarkable achievement. Grab your favourite food and drink and dive in!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mark Robson\";s: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:347:\"\n<p>WordPress was launched on 27 May 2003 and, yesterday, became an adult!</p>\n\n\n\n<p>WordPress now powers 40% of the web.</p>\n\n\n\n<p>To celebrate, here is a list of 40 milestones that have led to this remarkable achievement.</p>\n\n\n\n<p>Grab your favourite food and drink and <a href=\"https://en-gb.wordpress.org/40-percent-of-web/\">dive in</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://en-gb.wordpress.org/2021/05/28/belated-18th-birthday-wishes-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 5.7.2 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:72:\"https://en-gb.wordpress.org/2021/05/13/wordpress-5-7-2-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://en-gb.wordpress.org/2021/05/13/wordpress-5-7-2-security-release/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 May 2021 10:27:36 +0000\";s: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://en-gb.wordpress.org/?p=1436\";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:356:\"WordPress 5.7.2 is now available. This security release features one security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.7.2 is a short-cycle security release. The next major release will be version 5.8. You can update to [&#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:11:\"Mark Robson\";s: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:2239:\"\n<p>WordPress 5.7.2 is now available.</p>\n\n\n\n<p>This security release features one security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.2 is a short-cycle security release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can update to WordPress 5.7.2 by downloading from WordPress.org, or by visiting your Dashboard → Updates and clicking &#8220;Update Now&#8221;.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Security Updates</h3>\n\n\n\n<p>One security issue affecting WordPress versions between 3.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 3.7 have also been updated to fix the following security issue:</p>\n\n\n\n<ul><li>Object injection in PHPMailer,&nbsp;<a href=\"https://nvd.nist.gov/vuln/detail/CVE-2020-36326\">CVE-2020-36326</a>&nbsp;and&nbsp;<a href=\"https://nvd.nist.gov/vuln/detail/CVE-2018-19296\">CVE-2018-19296</a>.</li></ul>\n\n\n\n<p>Thank you to the members of the WordPress security team for implementing these fixes in WordPress.</p>\n\n\n\n<p>For more information refer to&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-7-2/\">the version 5.7.2 HelpHub documentation</a>&nbsp;page.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Thanks and props!</h3>\n\n\n\n<p>The 5.7.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.7.2 happen:&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb\">@audrasjb</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ayeshrajans\">@ayeshrajans</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj\">@desrosj</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32\">@dd32</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc\">@peterwilsoncc</a>,&nbsp;<a href=\"https://profiles.wordpress.org/SergeyBiryukov\">@SergeyBiryukov</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/xknown\">@xknown</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://en-gb.wordpress.org/2021/05/13/wordpress-5-7-2-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:38:\"https://en-gb.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:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Sep 2023 21:39:06 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 14 Aug 2023 07:14:07 GMT\";s:4:\"link\";s:64:\"<https://en-gb.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211221050300\";}','no'),(21327,'_transient_timeout_feed_mod_94d0b45cbbe5640144493b43a9e8f566','1694770746','no'),(21328,'_transient_feed_mod_94d0b45cbbe5640144493b43a9e8f566','1694727546','no'),(21329,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1694770746','no'),(21330,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.org blog: Openverse Wins the 2023 OEG Open Infrastructure Award\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2336:\"<img width=\"1800\" height=\"1013\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=1800%2C1013&ssl=1\" alt=\"\" class=\"wp-image-15959\" />\n\n\n\n<p>WordPress is excited to announce that <a href=\"https://openverse.org/\">Openverse</a> has been awarded the <a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\"><strong>2023 Open Education Award for Excellence</strong></a> in the <strong>Open Infrastructure</strong> category!</p>\n\n\n\n<p>The Open Education Awards for Excellence, organized by the non-profit organization <a href=\"https://www.oeglobal.org/\">Open Education Global (OEG)</a>, celebrate people, resources, and initiatives that have significantly contributed to the open education field and community. This year, they received 172 nominations across 16 award categories, representing individuals and projects from 38 countries.</p>\n\n\n\n<p>This award honors Openverse&#8217;s work to make it easy for everyone to discover and use open educational resources. The award reviewers were particularly impressed by <strong>Openverse&#8217;s <a href=\"https://twitter.com/WordPress/status/1514349743144685577\">one-click attribution feature</a></strong>. Moreover, they highlighted the tool’s ability to filter searches by source collections and other parameters, such as image orientation and specific license, which they noted “provides seekers of open content important affordances to find clearly licensed media they can reuse.”&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>“This is an exceptional search engine for the open education community. The one click attribution copy for images makes attribution very straight-forward and easy, even for novice users. The design is excellent; the results are returned fast.”</em> </p>\n<cite>Award reviewer for the 2023 OEG Award for Open Infrastructure </cite></blockquote>\n\n\n\n<p>This recognition not only underscores Openverse and WordPress&#8217;s commitment to open content but also celebrates the work of their dedicated contributors, community, and partners in advancing open education and creative works.</p>\n\n\n\n<p><a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\">Learn more about this Openverse award on the OEG page</a>.</p>\n\n\n\n<p><strong>Congratulations, Openverse!</strong></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, 14 Sep 2023 18:04:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Madison Swain-Bowden\";s: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:72:\"Do The Woo Community: Always Practicing and Learning with Artemy Kaydash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/always-practicing-and-learning-with-artemy-kaydash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"<p>Backend WordPress and WooCommerce developer, Artemy Kaydash, shares his dev story and the importance of always learning.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/always-practicing-and-learning-with-artemy-kaydash/\">Always Practicing and Learning with Artemy Kaydash</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 13:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:88:\"Do The Woo Community: A WCUS Recap with Topher DeRosia, Raquel Manriquez and Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dothewoo.io/wcus-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"<p>Our final recap of WordCamp US with Topher DeRosia, Raquel Manriquez and Cory Miller</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wcus-2023-recap/\">A WCUS Recap with Topher DeRosia, Raquel Manriquez and Cory Miller</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 07: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: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:113:\"WPTavern: Developers Raise Concerns About WordPress.com Plugin Listings Outranking WordPress.org on Google Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/developers-raise-concerns-about-wordpress-com-plugin-listings-outranking-wordpress-org-on-google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12039:\"<p>WordPress core developer John Blackbourn sparked a heated discussion yesterday when he posted an image of his WordPress User Switching plugin ranking higher for the WordPress.com listing than the page on WordPress.org.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Why has <a href=\"https://twitter.com/wordpressdotcom?ref_src=twsrc%5Etfw\">@wordpressdotcom</a> replicated the entire <a href=\"https://t.co/oTA9NDVkFk\">https://t.co/oTA9NDVkFk</a> plugin directory on its .com domain name? Searching for some plugin names now results in the .com page ranking higher than .org. Fuck the long term health of the FOSS project, let\'s make some money, right? <a href=\"https://t.co/UD40BN3Z6g\">pic.twitter.com/UD40BN3Z6g</a></p>&mdash; John Blackbourn (@johnbillion) <a href=\"https://twitter.com/johnbillion/status/1701765939534893475?ref_src=twsrc%5Etfw\">September 13, 2023</a></blockquote>\n</div>\n\n\n\n<p>Blackbourn later apologized for the inflammatory wording of the original post, but maintains that .com plugin listings being displayed higher in search results is not healthy for the open source project.</p>\n\n\n\n<p>&#8220;This was a frustrated 2AM tweet so I could have worded it better, but the point still stands,&#8221; he said. &#8220;The plugin pages on dotcom are little more than marketing landing pages for the dotcom service and they&#8217;re strongly competing with the canonical dotorg pages. That&#8217;s not healthy.&#8221;</p>\n\n\n\n<p>Several others <a href=\"https://twitter.com/konstruktors/status/1701851307454185628\">commented</a> about having <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1693475484734239\">similar experiences</a> when searching for plugins, finding that the WordPress.com often ranks higher, although many others still see WordPress.org pages ranked highest. </p>\n\n\n\n<p>Blackbourn <a href=\"https://twitter.com/johnbillion/status/1702035969237504140\">said</a> his chief concern &#8220;is the process that introduced the directory clone on .com either disregarded its potential impact on .org in favor of inbounds or never considered it in the first place &#8211; both very concerning given the ranking power of .com.&#8221;</p>\n\n\n\n<p>The tweet highlighted the frustration some members of the open source community feel due to the perennial branding confusion between WordPress.com and WordPress.org. Nothing short of renaming WordPress.com will eliminate the longstanding confusion, but this is unlikely as Automattic benefits from tightly coupling its products to WordPress’ name recognition.</p>\n\n\n\n<p>&#8220;Duplicate content confuses the human + search engines,&#8221; SEO consultant Rebecca Gill <a href=\"https://twitter.com/rebeccagill/status/1702022257533493726\">said</a>. &#8220;Search engines won&#8217;t like it, nor will humans trying to find solutions to their problems. There is already enough confusion w/ .org + .com for non-tech folks. This amplifies it. Noindex .com content or canonical it to .org.&#8221;</p>\n\n\n\n<p>Participants in the discussion maintain that the duplication of the open source project&#8217;s plugin directory &#8220;<a href=\"https://twitter.com/pedro_gaspar/status/1701907080997707966\">creates ambiguity and confusion</a>&#8221; but WordPress co-creator and Automattic CEO Matt Mullenweg contends it also gives plugin authors greater distribution.</p>\n\n\n\n<p>&#8220;It&#8217;s providing distribution to the plugin authors, literally millions and millions of installs,&#8221; Mullenweg <a href=\"https://twitter.com/photomatt/status/1701973661110915205\">said</a>. He elaborated on how the cloned plugin directory is integrated with Calypso, WordPress.com&#8217;s admin interface:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>.com has its own plugin directory which includes the .org one, it provides more installs and distribution to the plugin authors, which helps their usage and for commercial ones gets them more sales. The plugins are not altered. .com takes no cut for the distribution.</p>\n</blockquote>\n\n\n\n<p>When participants in the discussion suggested that other hosts doing the same thing would create a wild west situation for plugin rankings, Mullenweg said he would not mind if the plugins were &#8220;duplicated and distributed by every host and site on the planet,&#8221; as they are all licensed under the GPL.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If people are providing more distribution to unaltered plugins, I think that\'s great. Happy for all our plugins to be duplicated and distributed by every host and site on the planet.</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1701983671832441290?ref_src=twsrc%5Etfw\">September 13, 2023</a></blockquote>\n</div>\n\n\n\n<p>Outrage against distributing WordPress.org plugins in this fashion was not universal in the discussion. A few commenters support this strategy and see it as beneficial for the long-term health of the open source project.</p>\n\n\n\n<p>&#8220;I&#8217;m all for it to be honest,&#8221; WordPress developer Cristian Raiber <a href=\"https://twitter.com/CristianRaiber/status/1701993257717096738\">said</a>. &#8220;Anyone could scrape those pages but not everyone gives back to WordPress and makes sure it&#8217;s here to stay for the next decades. Controversial, I know. But I prefer we build together instead of alone.</p>\n\n\n\n<p>&#8220;I fail to see how this is not an advantage to anyone who hosts their plugins (for FREE) on w[dot]org ?&#8221; Raiber continued in a separate <a href=\"https://twitter.com/CristianRaiber/status/1701991457412767913\">response</a>. &#8220;Is it about being outranked in Google&#8217;s SERPs for brand kws? Why has this generated so much outcry when the intent is clearly beneficial?</p>\n\n\n\n<p>&#8220;This FINALLY solves a friction point for potential buyers. Streamlined plugin installation and usage vs &#8216;here&#8217;s a list of 55 steps you have to take to install my plugin.&#8217; Users want options, different uses cases and all. I want <a rel=\"noreferrer noopener\" href=\"https://t.co/lvD51DFwBI\" target=\"_blank\">wp.com</a> to make money so they keep growing this product.&#8221;</p>\n\n\n\n<p>XWP Director of Engineering Francesca Marano suggested that WordPress.com has benefitted from the branding and reputation of .org, which is built by volunteers. She also <a href=\"https://twitter.com/FrancescaMarano/status/1701928039599219066\">proposed</a> that Automattic &#8220;has the resources to do a whole rebranding which would ultimately benefit both projects.&#8221;</p>\n\n\n\n<p>Mullenweg <a href=\"https://twitter.com/photomatt/status/1701978533239640196\">responded</a> to these comments, defending WordPress.com&#8217;s efforts in fending off early WordPress competitors and cited Automattic&#8217;s preeminence in contributing back to core, despite taking in less revenue than some larger companies making money from the software:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Since its foundation, .org has benefitted from the branding and reputation of having a robust SaaS version available from .com, including a free version, something basically no other host does. Over 200M people have used it, and countless started on .com and then migrated to another host. The shared branding made it very difficult for services like Typepad to compete. You want to see what WP would look like without it? Go to Joomla. </p>\n\n\n\n<p>.com has also been the source of countless performance improvements, we deploy pre-release versions of core to millions of sites to find bugs and do testing, making WP releases way more stable for regular users and hosts. <strong><em>No company contributes more, even though many make more from WP than .com&#8217;s revenue.</em></strong> It would have been way easier to fork the software, not merge MU. Most hosts (and many community members) bad-mouth .com while not contributing a fraction back to core. Hosts spend tens of millions a year on ads against .com. I get attacked constantly.</p>\n</blockquote>\n\n\n\n<p>In 2010, when the WordPress Foundation was created, <a href=\"https://wordpress.org/book/2015/11/the-wordpress-foundation/#:~:text=Automattic%20had%20always%20intended%20to,company\'s%20investors%20at%20the%20outset.\">Automattic transferred the WordPress trademarks to the Foundation</a>, after having been the temporary custodian of the trademarks until that time. As part of the transfer, the Foundation granted Mullenweg use of the WordPress trademark for WordPress.com.</p>\n\n\n\n<p>This trademark was deliberately secured, and the company does not appear to be open to renaming the platform. This doesn&#8217;t mean WordPress.com can&#8217;t do anything to mitigate the confusion that scraping the WordPress.org plugin directory creates. Participants in the discussion suggested that WordPress.com forego indexing the pages they created for plugins that developers submitted to the open source project.</p>\n\n\n\n<p>&#8220;You can control SEO by telling search engines to not index those pages of open source software developed for .org on the .com domain,&#8221; WordPress plugin developer Marco Almeida <a href=\"https://twitter.com/Wonderm00n/status/1701905853165551802\">said</a>.</p>\n\n\n\n<p>&#8220;I have 20 free plugins on the repository and I don&#8217;t see how my plugins will benefit if we open this pandora box and normalize cloning these pages and diluting the WordPress.org importance on search engines.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Dotcom can help by using schema markup that points to dotorg as the authority (using the \"about\" and/or \"sameAs\" properties). The dotorg pages already have the schema markup in place, you\'ll just need to point to it from dotcom.<br /><br />This is helpful for dotcom too. Although Google…</p>&mdash; Jeff Matson <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f47e.png\" alt=\"👾\" class=\"wp-smiley\" /> (@TheJeffMatson) <a href=\"https://twitter.com/TheJeffMatson/status/1701935427672764641?ref_src=twsrc%5Etfw\">September 13, 2023</a></blockquote>\n</div>\n\n\n\n<p>Developers who are just now discovering their WordPress.org plugins cloned to WordPress.com listings are also wanting to know how many of their installs come from WordPress.com so they can better understand their user bases. Mullenweg <a href=\"https://twitter.com/photomatt/status/1702001800520343848\">suggested</a> developers who want a different listing for WordPress.com users can <a href=\"https://developer.wordpress.com/wordpress-com-marketplace/\">sign up for the .com marketplace</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">well, this could be true, but as plugin author I don’t know how many installations are on .com or .org, or how to show the plugin description/features in a different way to a .com user. I think that the main issue here is the directory cloning</p>&mdash; Simone Maranzana (@simo_m) <a href=\"https://twitter.com/simo_m/status/1701996397338190088?ref_src=twsrc%5Etfw\">September 13, 2023</a></blockquote>\n</div>\n\n\n\n<p>Tensions remained high as the heated discussion continued throughout the day and into the evening with criticism flowing across X (Twitter), Post Status Slack, and other social channels, as many developers learned for the first time that their plugin listings have been cloned on WordPress.com.  As long as a commercial entity shares the open source project&#8217;s branding, these types of clashes and friction will continue popping up.</p>\n\n\n\n<p>&#8220;Personally, I can’t help but empathize with plugin authors that chose to support OSS and find the directory cloned in a commercial service, albeit free, with no access to stats,&#8221; Francesca Marano <a href=\"https://twitter.com/FrancescaMarano/status/1702001376442700283\">said</a>. &#8220;As I mentioned before, the main issue is the confusion around the two projects.&#8221; </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, 14 Sep 2023 04:05:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"Akismet: Version 5.3 of the Akismet WordPress plugin is now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=281046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://akismet.com/blog/version-5-3-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1120:\"<p>Version 5.3 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n\n\n\n<p>The updated plugin has new easy-to-read notices. These are the messages shown when Akismet is successfully set up or there is an issue with your install.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/09/image.png?w=1024\" alt=\"\" class=\"wp-image-281050\" />\n\n\n\n<p>We have improved support for RTL (right-to-left) languages like Hebrew and Arabic, and have made some accessibility improvements to help users enter their API key more easily. </p>\n\n\n\n<p>Users of the <a href=\"https://fluentforms.com/\">Fluent Forms</a> plugin will be pleased to know that the latest version of Akismet is now compatible with <a href=\"https://fluentforms.com/fluent-forms-5-0/\">Fluent Forms v5</a> and above.</p>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Sep 2023 20:31:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:85:\"WPTavern: #90 – Olga Gleckler on How Anyone Can Contribute to the WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=148683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/podcast/90-olga-gleckler-on-how-anyone-can-contribute-to-the-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40576:\"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, how you can assist the WordPress project by contributing.</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 all 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 Olga Gleckler. Olga is a self-taught developer with many years of experience. After initially pursuing a career in marketing, she turned back to her passion for programming and became a full-time developer. She has been contributing to WordPress for four years, and is currently serving as the Core triaged lead for version 6.4.</p>\n\n\n\n<p>In addition, Olga is a maintainer for two components in Core, and actively participates in various teams within the WordPress community.</p>\n\n\n\n<p>Outside of work, she&#8217;s also writing a fantasy book, which has a significant personal project for her.</p>\n\n\n\n<p>Olga has tried her hand in various teams within the WordPress community, ranging from Polyglots to Training, Support and more. She challenges the commonly held misconception that only coders can contribute to the WordPress project, highlighting the many different ways individuals can contribute without coding skills.</p>\n\n\n\n<p>During our conversation, Olga shares some examples of non-coding contributions that can be made to the WordPress project. We talk about the process of submitting patches and contributions to WordPress, discussing the schedule for releases, and the importance of understanding the processes and deadlines.</p>\n\n\n\n<p>Olga also emphasizes the essential steps of testing, reviewing for coding standards and ensuring correct documentation in order to make impactful contributions.</p>\n\n\n\n<p>Olga&#8217;s journey and the WordPress community has been very varied. She discusses how being part of this ecosystem has improved her career prospects, and gained her trust from others. However she acknowledges that not everyone finds their place immediately and may struggle to get started.</p>\n\n\n\n<p>She explores how to contribute without becoming discouraged, and shares her experiences in the mentorship program that paired mentors with mentees in navigating the WordPress community.</p>\n\n\n\n<p>Throughout the conversation Olga shows a deep passion for the WordPress project and the collaborative nature of the community. She reminds us that contributing to open source projects requires patience and persistence and shares her insights on learning methods, seeking guidance and asking questions in order to make progress.</p>\n\n\n\n<p>If you&#8217;ve thought about contributing to WordPress, but are not sure where to begin, this episode is for you. If you&#8217;re interested</p>\n\n\n\n<p>in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Olga Gleckler.</p>\n\n\n\n<p>I am joined on the podcast today by Olga Gleckler. Hello, Olga!</p>\n\n\n\n<p>[00:04:08] <strong>Olga Gleckler:</strong> Hi.</p>\n\n\n\n<p>[00:04:09] <strong>Nathan Wrigley:</strong> Very nice to have you with us. Olga is going to be chatting to us today about contributing to WordPress, probably specifically around WordPress Core, but we will no doubt in the introduction discover that Olga&#8217;s done a lot more in the WordPress space.</p>\n\n\n\n<p>Olga, just before we begin, let&#8217;s orientate our listeners a little bit about you. This is a chance to give us your biography. Tell us who you are, how long you&#8217;ve been working with code and computers and in the WordPress space more specifically. You can go as far back as you like.</p>\n\n\n\n<p>[00:04:43] <strong>Olga Gleckler:</strong> Sounds great. I wanted to be a programmer at school, but I messed up with my education and turned out to be a marketer. Then I was a bit disappointed in marketing because you cannot promise to deliver something and actually deliver it. And I switched back to my previous passion to development, and become a developer like a self taught.</p>\n\n\n\n<p>And already nine years I&#8217;m working full time as a developer. And four years I&#8217;m contributing to WordPress. To find the WordPress community, it was a big discovery for me, and actually turning point for the whole experience, because WordPress is good, is great, and I liked it.</p>\n\n\n\n<p>When I discovered the community, I started to love it. And since Berlin in 2019, I joined marketing team and several other teams. I contributed to polyglots team, to training team, to support, I love support. And some other teams. And right now I am Core triage lead for 6.4. I was Core triage co-lead for 6.3 as well.</p>\n\n\n\n<p>I&#8217;m a maintainer for two components in Core, so I think I know a bit about how you can actually contribute to Core, and I still enjoying all the process.</p>\n\n\n\n<p>Apart from full time job and contribution, I also want to mention that I&#8217;m writing a fantasy book. It&#8217;s like a big deal for me. It&#8217;s a draft, but it&#8217;s another passion I carry on with myself all around the world.</p>\n\n\n\n<p>[00:06:25] <strong>Nathan Wrigley:</strong> That&#8217;s really interesting. So you&#8217;ve been involved in all sorts of different sides of WordPress. You mentioned there specifically that you joined the marketing team, obviously based upon your past history with studying marketing and things like that. But you found that that maybe wasn&#8217;t the best fit for you. And I guess that&#8217;s going to be part of the conversation today, is that there&#8217;s a lot of different places that you can contribute. And if you join a team and it doesn&#8217;t seem to be the right fit first time, that&#8217;s not a reason to give up, because there are just multiple different ways that you can contribute to WordPress, right?</p>\n\n\n\n<p>[00:07:02] <strong>Olga Gleckler:</strong> I love marketing. I cannot kick it out of me, and I still deeply involved in marketing team activities and most of my efforts I am making are between teams. For example, between marketing and mobile team, between marketing and Core team. It&#8217;s something inside me and I cannot kick it out, and I&#8217;m looking at Core tickets from the marketing point of view, and trying to find something significant, something to change, something to improve user experience, to deliver improvement and make a difference and impact.</p>\n\n\n\n<p>So, yes. I joined marketing team first and I&#8217;m still there, part of the marketing team, but I tried different things like in support, in polyglots. They are all very different and very important as well. So I poke around a lot, and finally I pluck up the courage, with help, and starting to contribute to Core team.</p>\n\n\n\n<p>[00:08:06] <strong>Nathan Wrigley:</strong> It sounds like on your journey you have dabbled in, you said, poking around, you&#8217;ve had a go at various different teams and you&#8217;ve obviously enjoyed that. In some of the show notes that you shared with me, you list out some of the different things. So you&#8217;ve been involved in several different teams, for example, polyglots, training, and you mentioned support and TV actually, which is kind of an interesting one.</p>\n\n\n\n<p>That gives us an idea of the different things that you can be involved in. There&#8217;s a whole range there, but I want to drive this message home. The idea that if you&#8217;re in the WordPress community, I think there is a perception that if you don&#8217;t code, you&#8217;re probably not going to be able to contribute. And I think it&#8217;s fair to say that you really don&#8217;t believe that. That&#8217;s just not true. You don&#8217;t have to have any coding skills at all.</p>\n\n\n\n<p>Now, clearly, if you&#8217;re tackling contributions where code is required, that&#8217;s probably different, but there&#8217;s loads of different ways that you can contribute. And I wonder if you wouldn&#8217;t mind just telling us about some of those different things. Some of the things that teach us that you don&#8217;t need to be a coder to contribute to the project.</p>\n\n\n\n<p>[00:09:17] <strong>Olga Gleckler:</strong> For example, Community team. Community team is handling all the organization processes for meetups, WordCamps, other events and supporting people. It&#8217;s a great and a big job for managers. People who are taking care about things. You don&#8217;t need to be a developer at all. You just need to manage things.</p>\n\n\n\n<p>And this is only one team, and we have more than 22 teams. We have security team. It&#8217;s a bit obscure because obvious reasons, but you can contribute to all other teams. For example, if you are teacher, you can contribute to training team. If you are purely WordPress user, you can contribute to a lot of teams.</p>\n\n\n\n<p>For example documentation and checking if things are clear, and documentation is actually following the actual result or not, or something needs to be changed.</p>\n\n\n\n<p>And users, just users without any experience in development can bring a huge value because developers are, we have such flaw because everything is working for us. We know how it should go, and it&#8217;s going in the right direction. And if you don&#8217;t know how it&#8217;s supposed to work, you can poke around a bit and discover some flaws, some doubts, some things which are unclear, and bring a huge value for the code itself.</p>\n\n\n\n<p>And apart from it translation. Polyglot team is your goal if you like to translate. And this is the way to improve your own understanding of English and your own language. Because if you are starting to translate, it&#8217;s become apparent, obvious that it isn&#8217;t easy to do. And you need to put your brain, your heart to this task at hand.</p>\n\n\n\n<p>And support also a good point for people who want to learn. Because if you, for example, can answer like one question from ten, you can make someone else&#8217;s day better.</p>\n\n\n\n<p>And in the process, you can learn more and more, and answer more questions, and improve your own skills this way. Just helping other people. And. This is only few teams you can contribute.</p>\n\n\n\n<p>And also TV. You can edit videos for other people. You can translate and make subtitles for these videos. You can of course review them.</p>\n\n\n\n<p>And the team everyone is just love right now is photo team. You can contribute your photos to photo directory and contribute this way. If you are a photographer you can contribute to WordPress your ideas in pictures. And of course, if you like looking at pictures, you can go and review these contributions. Because there are some rules, for example, people not, should not be present on these images, et cetera. So there are some rules about quality, et cetera.</p>\n\n\n\n<p>So we have a lot more abilities. It&#8217;s just top of things and we have a lot more.</p>\n\n\n\n<p>[00:12:37] <strong>Nathan Wrigley:</strong> There are, from everything you&#8217;ve just said, so many different avenues that you could go down. And I know, even though you gave us quite a list there, you&#8217;ve still probably only scratched the surface, and if you were to get into the weeds of those teams, I&#8217;m sure there&#8217;d be something for everybody.</p>\n\n\n\n<p>I have a question. It&#8217;s a bit of a personal question. And I&#8217;m really wondering why you do this. And the reason I&#8217;m asking that is because a couple of times in what you just said, you mentioned how it was good for your, your heart. If you like, it made you feel better. But also you said that it was helping other people.</p>\n\n\n\n<p>And so let&#8217;s, for example, say that you answer a support ticket, you&#8217;ve helped somebody out. You&#8217;ve taken them from a place of not knowing, to a place of knowing. So, why do you give up your time? What is it that you get out of it? That may be simply that it makes you feel good, you want the project to be better, so that you can be employed from working with WordPress.</p>\n\n\n\n<p>It may be that you just enjoy it, that you get to meet new people, attend events, go in any direction you like. I&#8217;m really curious.</p>\n\n\n\n<p>[00:13:37] <strong>Olga Gleckler:</strong> I think I love everything. I put my trust in WordPress. This is best choice there is. I believe in it, and of course I&#8217;m going to improve, to put back this Five For The Future of myself. To be able to work and use WordPress continuously, and improve it like it&#8217;s obvious choice for people who are working on it. And this is only one way.</p>\n\n\n\n<p>The second, I love all this gathering, all these people with passion. Open minded people and everyone is curious and want to learn and want to do something. And everyone is open and this is a safe environment. We&#8217;re all following code of conduct. So, it&#8217;s completely different space. Open source project. It&#8217;s blow minded. I think how it can change your mind and your perspective.</p>\n\n\n\n<p>And of course I got job proposal, previous one, because people know me in the community. And this one is also partly because what I&#8217;m doing, because I&#8217;m well known, a developer. So I was wondering, where is the technical interview? And I was told that there is no need for you, because we know that you are up to scratch already. So it was a good point.</p>\n\n\n\n<p>So people are amazing. You are improving your skills. You are getting understanding of your level in comparison to other people&#8217;s level. You can learn on their efforts and, for example, patches, examples, documentation, etc. So you are continuously improving yourself. A lot of reasons.</p>\n\n\n\n<p>[00:15:26] <strong>Nathan Wrigley:</strong> Yeah, there are a lot of reasons. Really interesting though. There&#8217;s obviously a lot of desire from you. You obviously enjoy the whole ecosystem and all of the different tendrils and spokes on the wheel. But also interesting to note that you&#8217;ve also done your career prospects no harm by contributing, because you get to the point where you&#8217;ve contributed enough that people are going to start looking for you as somebody that they can trust and rely on. So you kind of jumped over the hurdle of job interviews a little bit there as well. So that&#8217;s really interesting.</p>\n\n\n\n<p>Okay. Let&#8217;s move on to the, another part of the conversation, which is beginning contributing, how you might do that. Because I&#8217;m guessing that for some people, it may be that you hit the ground running and you decide, okay, I&#8217;d like to be part of the contribution community and you find the right project and you find the right thing to do immediately. But I&#8217;m also fairly sure that other people will get discouraged. They&#8217;ll perhaps jump in to the wrong part of the project, or maybe tackle something which is a little bit difficult. They can&#8217;t find the people to help them and so on. So I wonder if you&#8217;ve got any advice about that? Trying to contribute without getting discouraged.</p>\n\n\n\n<p>[00:16:40] <strong>Olga Gleckler:</strong> Firstly, you need to know what is your learning curve, what is best for you. Sometimes it takes some time to figure it out. For example, some people are purely reading documentation and they are fine with it. But some people need video recording, or they need like a leg up from mentor or just little help for like facilitators.</p>\n\n\n\n<p>And we are trying to provide all this to make it really easy. Right now, there is a barrier, yeah. But if you want to start to contribute to Core, for example, you need to go to new contributor chat. This is like bi-weekly meeting before the main dev chat. And it&#8217;s better to ask questions. For example, we are like going through the usual script, we are highlighting several documents and links you&#8217;re supposed to browse, but you can be stuck at any moment and actually these meetings are for providing help and we are there.</p>\n\n\n\n<p>I&#8217;m mostly present there to help if people are stuck. And you need to understand that asking questions, it&#8217;s normal state for everyone. We all are continuously asking questions, and there is no stupid questions, because everyone knows that sometimes it&#8217;s hard to begin. Or even you can miss something obvious, even if you are the smartest person in the world, you can miss something obvious, because it&#8217;s obvious for someone else.</p>\n\n\n\n<p>So, this is how you can start. But in addition to this, we started a contribute mentorship channel in the Slack. This is dedicated channel for contributor mentorship program. We just finished first pilot program when we took 13 people and they got their own mentors. But everyone else was hanging around, and facilitators like me was providing help for people and answering questions. Specific questions, like how to start, how to pick up ticket, what I should do etc. And if I am like with such background, what is better fit for me, etc.</p>\n\n\n\n<p>But as well, apart from this, you can just poke around and be present in usual developers chats, but it can take time. So to make things quickly, you need some help from people. And we are actually ready for help. And in the documentation, there is a list of people whom you can ask if you have questions and difficulties. I&#8217;m listed there as well. So people are actually writing for me in DM if they don&#8217;t like comfortable enough to write openly, and asking such questions.</p>\n\n\n\n<p>But if you want your question answered sooner, you can just go to Core channel in the Slack and ask this question openly for everyone to see. And this way you can contribute to other people&#8217;s success as well, because some people not ready to answer this, the same question, and they can see your question and pick up what was written to you. But you don&#8217;t need to jump in the middle of usual, regular chats. You need to wait until open floor if there is like a dev chat going on. So your question can be like, just be flooded with everything else which is happening. Or this is a release going on, no one will be able to answer your questions properly.</p>\n\n\n\n<p>[00:20:27] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s a good point. Timing is crucial. I&#8217;m just going to circle back to the mentorship program because I think that&#8217;s really interesting. So this is a new initiative, and it may be of interest to people who perhaps have thought about contributing, but have been a little bit unwilling or discouraged, or they had some bumps in the road and decided not to continue.</p>\n\n\n\n<p>Can you just tell us what that is, how that process works? And I know it&#8217;s new and I know you&#8217;re trying to figure it all out, but what is it? How does it work? My understanding is that you will be partnered, in certain teams, at least anyway, with people who have done the role that you&#8217;re hoping to do and can therefore sort of shepherd you for a period of weeks. Set the expectations for you, give you some advice about where to go for help and all of that kind of stuff. Have I more or less got that right?</p>\n\n\n\n<p>[00:21:17] <strong>Olga Gleckler:</strong> Yeah, it was a pilot, so we were just trying things. The plan for people was decided, how they can proceed. And we received 50 applications, but was able to take 13 people to partner them with mentors. Mentors were people with wide knowledge inside the community and contribution, but not exactly the match on person&#8217;s interests. This person was providing like general support. And actually it&#8217;s works great.</p>\n\n\n\n<p>They make contribution plans and providing feedback, what&#8217;s working, what is not working. And first two weeks mentees was doing learn courses. And I think 11 of them finished all courses. And then we started sessions, introductory sessions, for many WordPress teams. I had one introduction session for Core. It was also training team, polyglot team, support team, community team, and several other teams.</p>\n\n\n\n<p>So we put a lot of efforts and most of these sessions are recorded, so you can rewatch them. And this was only the first pilot try. So I think the next time we will do better. And we actually scheduled this to be finished next day after release. So our mentees was able to see the whole process of the release alongside with us, and take part in this.</p>\n\n\n\n<p>And several people actually contribute to Core. They made patches, they tested things. From our point of view, it&#8217;s a real success and we provided people ability to start quickly, and when there are dedicated people, it&#8217;s much easier to ask questions and get answers, and be oriented in this huge area. And because this mentees got an overview of the whole project, like general.</p>\n\n\n\n<p>They was easy to understand what will fit them better. If they like Core, or if they want to translate things, or if they are going to support. Actually, I think one guy answered 200 questions on the support, on the spot, yeah. I have much difference in answering questions. It&#8217;s actually takes time, but he went passionate about this, and it&#8217;s great.</p>\n\n\n\n<p>[00:23:43] <strong>Nathan Wrigley:</strong> You mentioned in the shared show notes that we&#8217;ve got together for this podcast episode well, I just think this is a lovely phrase, so I&#8217;m going to read it out. You wanted to talk about setting the right expectations and understanding of processes, and the fact that these are the key points to, this is the bit that I really like, joyful contribution. So I wonder if you could outline some of those things, some of the wrinkles, some of the expectations that you need to, not only have set for you, but need to set yourself. Because it may be that there are going to be bumps in the road, things that don&#8217;t quite work out.</p>\n\n\n\n<p>You may tackle something which ultimately never gets used, or you may think that you&#8217;ve created a solution, I&#8217;m thinking about coding in Core in this particular case, which then has an impact on something else. And so it needs to be iterated on over and over again. So I guess what we&#8217;re trying to say is, it&#8217;s not always going to be plain sailing. Not every contribution that you make might be used or suitable. But there are things that you think you can do to make sure that the process is more likely to work in your favour.</p>\n\n\n\n<p>[00:24:46] <strong>Olga Gleckler:</strong> Yeah, because it&#8217;s open source. We have a huge community and we are working together. And if you did something like your part, it&#8217;s a bit naive to expect that someone else will pick immediately, like next day. And everything will be done until Friday. It&#8217;s not happening. So if you know that things are taking time and can be more complicated than they look like in the first place, you can adjust your expectations and don&#8217;t expect your shiny new Core Contributor badge next morning on your profile.</p>\n\n\n\n<p>You will get this badge, but only when you&#8217;re patch, or testing involvement, or other contribution will be going to release. So you will get this batch after the release, right after. But still it takes time. So if you are like in a hurry, you need to adjust.</p>\n\n\n\n<p>And of course, sometimes people are creating a patch, like I&#8217;ve done everything and it&#8217;s not going anywhere. And they are becoming disappointing and interest is going away for contribution. So, what you should do if you did something and no one is paying attention, at least it looks like it. You need to understand that we have more than 8,000 open tickets. So, it&#8217;s a huge thing and we are continuously triaging these tickets. This is why we need continuously triage and component maintainers in the first place.</p>\n\n\n\n<p>So if you did something and no one is bothering about it, you should look if this ticket has an owner. Owner is not a person who is doing the patch. This is person who should care, who supposed to care, about this ticket and push it forward. If this ticket has an owner, ping this owner right in the ticket. I did this, please take a look and how we can proceed.</p>\n\n\n\n<p>And this ticket has no owner, you can&#8217;t ping component maintainer. Some components don&#8217;t have maintainers because we have a lot of components and a bit short in maintainers. What should you do? You can turn up on regular dev chat, wait until open floor, and ask about your ticket and what you want to do about this. There will be a lot of seasoned Core contributors around at this point, and your ticket will be noticed. If it will be like good to go further or you need to rework, it will be seen. But at least you will be starting in the right direction forward. So, you need to be a bit pushy about things to make them happen.</p>\n\n\n\n<p>[00:27:31] <strong>Nathan Wrigley:</strong> Yeah, I guess that&#8217;s a really interesting lesson, isn&#8217;t it? If you contribute something and it doesn&#8217;t either immediately get noticed, or you feel that it&#8217;s not being noticed, I think that&#8217;s interesting advice. There are different ways that you can make your voice heard, shall we say, and you&#8217;ve mentioned some of those there.</p>\n\n\n\n<p>You also wanted to point out that there are roadblocks in the timeline of WordPress, where if you submit, let&#8217;s say a patch to something, there are periods in the calendar where things are frozen. And so there are periods, for example, just prior to a release, when we get to release candidate one or beta one, where really, you&#8217;re probably best doing something else because there are freezes. You say that the polyglots team needs to be able to translate strings and things like that. So don&#8217;t know if you want to talk about that.</p>\n\n\n\n<p>[00:28:19] <strong>Olga Gleckler:</strong> Yes, sometimes people made something and turn it up, right before the release. And they are disappointed because their patch will not go to this release. Because we have schedule and schedule for the next release, you can easily look on the make wordpress dot org slash core slash 6 hyphen four, for example, right now for this release, and understand the process.</p>\n\n\n\n<p>So if, for example, you are working on enhancement or a feature, they need to be in the trunk before better one. Because it&#8217;s like a significant changes, and they need good testing coverage, et cetera. Big things needs to be, go first. If ticket has a keyword early, it should be even before beta one, like right after the previous release. It should be done quickly, because these things can impact a lot.</p>\n\n\n\n<p>And then there&#8217;s a release candidate one. If you are working on a bug or if you are anything have content change, it should be in the trunk for release candidate one. Because with release candidate one, we have strings freeze. This is time before release candidate one and actual release for Polyglot&#8217;s team to be able to translate this new, or changed strings, to their own languages and make WordPress great in their own language.</p>\n\n\n\n<p>People need time for this, and we have a huge amount of strings. If you will be starting to contribute to Polyglot&#8217;s team, you will start to understand that it&#8217;s also a big deal and a big job. So if you&#8217;re working on something, you need to fit your patch in this right moment and not after.</p>\n\n\n\n<p>And of course, your patch needs to be tested, your patch needs to be reviewed from coding standards, for possible regressions. Possibly you will need to rework some things, or make changes in supporting documentation. For example, each function has this description, yeah, documentation for this function.</p>\n\n\n\n<p>This is why WordPress is so great. It&#8217;s clear, good written documentation inside code. So everything should be fine before it will go to trunk, even if the thing is working itself. Sometimes you need to cover this code with unit tests and you need to take into account these things as well. Sometimes, most of the time, people are surprised about unit tests.</p>\n\n\n\n<p>And we have a huge coverage of the code and it&#8217;s actually great. It makes things robust. So if you fix some bug, you are covering this part of the code with unit test to be sure that this will not be happening again. And it&#8217;s actually great.</p>\n\n\n\n<p>[00:31:09] <strong>Nathan Wrigley:</strong> There are some places, probably it&#8217;s fair to say, which are better places to start. And again, in the show notes that you&#8217;ve shared, you&#8217;ve alerted me to the fact that it may be that you think something is going to be relatively straightforward. So again, we&#8217;re talking about bug fixes here. So we are talking about the code.</p>\n\n\n\n<p>But it may be that you submit something and it turns out to be more difficult. So what you suggest then is that there are some recommendations for where a new contributor might start. So perhaps not the best idea to find the most difficult and challenging thing first time around. And there is some guidance that you can give in terms of where to look and tickets that are marked in a certain way. So yeah, I wonder if you could get into that.</p>\n\n\n\n<p>[00:31:53] <strong>Olga Gleckler:</strong> Yes, sometimes ticket can be, look very simple, but can turn into a rabbit hole. For example, my best example so far is changing double equal to triple equal. It can bring a lot of regressions, and you will be browsing, trying to fix other things. And most likely this change will not be worth it. And it will be very difficult to convince everyone else that it&#8217;s actually worth doing. And, we will not have ten more bugs because of this one.</p>\n\n\n\n<p>So sometimes good new patch, like a feature or enhancement, works better. And robust piece of code, when you have like head or tail, it&#8217;s great. And we have tickets which are marked as good first bugs. So if you are browsing tickets in Core track, you can see these tickets by this keyword, by search, custom search. And you can even subscribe to this good first bug hashtag on Twitter and following these tickets.</p>\n\n\n\n<p>For example, if some ticket is not good for you. If you don&#8217;t like it or you don&#8217;t want to work on UI, for example, or you prefer some other stuff, you can be subscribed to this hashtag, and following along and see what is actually working for you. And start when there will be like right ticket for you.</p>\n\n\n\n<p>But this can be like a bit shock, because a lot of people are subscribed to this good first bugs, they can be taken and already someone else can make a patch. But another thing is that if there is a patch, it does not mean that you cannot contribute because you can review this patch, you can make improvement to this patch.</p>\n\n\n\n<p>You can collaborate with other people on this ticket and make it work, and be great and quick. So, don&#8217;t abandon some ticket if there is a patch. Work is not done with the patch, it&#8217;s just the beginning.</p>\n\n\n\n<p>[00:34:01] <strong>Nathan Wrigley:</strong> You also make a recommendation to look out for, I guess, if you&#8217;re beginning at least anyway, to look out for tickets where the scope is really clear. And you&#8217;ve also got channels for feedback.</p>\n\n\n\n<p>[00:34:13] <strong>Olga Gleckler:</strong> Yes, definitely. Because sometimes scope isn&#8217;t clear and it also can turn rabbit hole. So if you have any doubts about tickets, just any, like a tickling feeling inside your head that something is not actually right, you can turn up into the Core channel on Slack, and ask about this ticket.</p>\n\n\n\n<p>Seasoned contributors will look through and clarify things for you. It&#8217;s actually better than put up a lot of work and then turn out that something was wrong in the beginning with the ticket and approach is not working. So don&#8217;t waste your time, and be ready to collaborate on the ticket from the beginning with other people. And it&#8217;s what actually is working.</p>\n\n\n\n<p>If you are like staying alone and doing something, you can feel lonely and a bit abandoned, and then disappointed. But if you are open to conversation to other people and can receive help, you can provide this help as well. And we are all working on the final result, on WordPress, and it&#8217;s great.</p>\n\n\n\n<p>[00:35:23] <strong>Nathan Wrigley:</strong> I like the way that you&#8217;ve rounded off the show notes, because you make the point that whole process of improving WordPress is a continuous learning process. And you may feel that you&#8217;ve just provided lots of your time. Maybe your patch wasn&#8217;t used, or you ran up against something which you couldn&#8217;t work out for yourself, and you needed additional help.</p>\n\n\n\n<p>But you make the point that it&#8217;s okay, you know. It wouldn&#8217;t be wise to view that as a waste of time because even negative experiences, when you view them from a distance can often be helpful. You may learn something along the way. So negative results, negative experiences may also turn out with time to be positive experiences. And so I guess that&#8217;s kind of a nice way to frame it.</p>\n\n\n\n<p>[00:36:05] <strong>Olga Gleckler:</strong> Yeah, you can like cut out things that are not working and to make clear paths to things which are working. And then the result, everyone&#8217;s contributions count. No matter if you make patch and it wasn&#8217;t working, and someone else went and improved your patch and make some additional things. And another iteration, another approach discovered some other possibilities. Upon your negative result, they will be going forward.</p>\n\n\n\n<p>[00:36:37] <strong>Nathan Wrigley:</strong> Just before we round it off, I do wonder what your thoughts are. It&#8217;s very clear from everything that you&#8217;ve said that you&#8217;re very committed, you&#8217;re very keen. You love all this stuff. I wonder what the state of contributions is? I&#8217;m particularly thinking about things like the pandemic, for example. And whether or not that had an impact in the amount of time that people were able to give.</p>\n\n\n\n<p>My understanding is that contributions may have taken a little bit of a dip. I don&#8217;t know where we&#8217;re at right now. Obviously the program that you mentioned for mentoring earlier is a great way to encourage people, to get people back in. But I don&#8217;t know what the situation is. Are people contributing this year in the same way that they were, let&#8217;s say, five years ago? I don&#8217;t know if you have any data on that at all.</p>\n\n\n\n<p>[00:37:24] <strong>Olga Gleckler:</strong> I don&#8217;t think any data, but yeah, we had a drop in contribution when pandemic started, because everyone was distressed and we need to take care about our family, our health. So we went through this and not once, but several times having this thing.</p>\n\n\n\n<p>But right now I think we are on the right track. It comes down and we used to new things, and it&#8217;s actually turned to be better for everyone. Because, for example, employers understand that people are able to work remotely. And many people right now are working remotely. They got more time. They are saving time on this road to work and back at home.</p>\n\n\n\n<p>So they are keeping this time and they can contribute more easily. I&#8217;m an example for this because I&#8217;m working remotely all these nine years. This is why I was able to contribute at the beginning, because otherwise I wouldn&#8217;t have time. So I think pandemic, it was horrible, yeah, but it&#8217;s turned for the better. And right now we can do more. We can contribute more and we can be more flexible in what we are doing.</p>\n\n\n\n<p>[00:38:45] <strong>Nathan Wrigley:</strong> Olga, I think we&#8217;ll wrap it up there. But before we do, obviously, you&#8217;re very keen, and if your passion for contributing has rubbed off on somebody else, and perhaps they would like to talk to you before they jump in with both feet. I wonder if you wouldn&#8217;t mind telling us a little bit about where we can find you. That might be a website or a Twitter handle, whatever you like.</p>\n\n\n\n<p>[00:39:07] <strong>Olga Gleckler:</strong> I think best place to find me is on Slack. Why my name? Because there are several channels, I can put people in the right direction straight away. And because I&#8217;m almost always there. I just want everyone to join. But, yes, if you have problems with Slack, and it can happen, then you can reach me on Twitter, and I will be able to help you join WordPress org, create an account, etc. But, probably you can try it yourself.</p>\n\n\n\n<p>[00:39:42] <strong>Nathan Wrigley:</strong> Olga Gleckler, thank you very much for joining us on the podcast today. I really appreciate it.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/Glekler/\">Olga Gleckler</a>.</p>\n\n\n\n<p>Olga is a self-taught developer with many years experience. After initially pursuing a career in marketing, she turned back to her passion for programming and became a full-time developer. She has been contributing to WordPress for four years and is currently serving as the Core triage lead for version 6.4. In addition, Olga is a maintainer for two components in Core, and actively participates in various teams within the WordPress community. Outside of work, she is also writing a fantasy book, which is a significant personal project for her.</p>\n\n\n\n<p>Olga has tried her hand in various teams within the community, ranging from Polyglots to Training, Support, and more. She challenges the commonly held misconception that only coders can contribute to the WordPress project, highlighting the many different ways individuals can contribute without coding skills.</p>\n\n\n\n<p>During our conversation, Olga shares some examples of non-coding contributions that can be made to the WordPress project. We talk about the process of submitting patches and contributions to WordPress, discussing the schedule for releases, and the importance of understanding the processes and deadlines.</p>\n\n\n\n<p>Olga also emphasises the essential steps of testing, reviewing for coding standards, and ensuring correct documentation in order to make impactful contributions.</p>\n\n\n\n<p>Olga&#8217;s journey in the WordPress community has been very varied. She discusses how being a part of this ecosystem has improved her career prospects and gained her trust from others. However, she acknowledges that not everyone finds their place immediately, and may struggle to get started. She explores how to contribute without becoming discouraged, and shares her experiences in the mentorship program that paired mentors with mentees in navigating the WordPress community.</p>\n\n\n\n<p>Throughout the conversation, Olga shows a deep passion for the WordPress project and the collaborative nature of the community. She reminds us that contributing to open-source projects requires patience and persistence, and shares her insights on learning methods, seeking guidance, and asking questions in order to make progress.</p>\n\n\n\n<p>If you’ve thought about contributing to WordPress, but are not sure where to begin, 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://make.wordpress.org/project/2023/06/23/launch-your-wordpress-contributor-journey-through-the-mentorship-program-pilot/\">Contribute Mentorship Program</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/polyglots/handbook/about/\">Polyglots Team</a></p>\n\n\n\n<p><a href=\"https://core.trac.wordpress.org/\">WordPress Core Trac</a></p>\n\n\n\n<p><a href=\"https://twitter.com/Glekler/\">Olga&#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, 13 Sep 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: La Comunidad de WordPress en Español / WordPress Community in Spanish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/spanish-latin-america-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:454:\"<p>Únete a Juan Hernando, Ericka Barboza y Javier Casares en una animada conversación sobre la comunidad de WordPress en España y Latinoamérica.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/spanish-latin-america-wordpress-community/\">La Comunidad de WordPress en Español / WordPress Community in Spanish</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Sep 2023 09:23: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: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:48:\"HeroPress: My Journey and Travels 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=5811\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"https://heropress.com/essays/my-journey-and-travels-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-and-travels-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:12098:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/09/091223-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has given me a wealth opportunity, freedom, and some fabulous friendships.\" /><p>I love WordPress!&#8230;</p>\n\n\n\n<p>For many years I opened and operated Irish pubs for investors across Europe &#8211; it was lots of fun, it was also exhausting! I was itching to do something that wasn&#8217;t so physically demanding and very restricting on my time. </p>\n\n\n\n<h2 class=\"kt-adv-heading5811_803067-d3 wp-block-kadence-advancedheading\">The Journey Begins</h2>\n\n\n\n<p>I began to learn WordPress. WordPress gave me the freedom I was craving. After a couple of years playing with it I began to build sites for other people, eventually leaving the hospitality industry to build websites.</p>\n\n\n\n<p>Back then I had recently moved from Bruges in Belgium to Brittany region of France where I&#8217;d bought an old granite 4 story house built in 1860 to renovate. I was asked by a local French / English association if I would run some in person workshops for some of their members. These people who wanted to build and maintain a simple website themselves.</p>\n\n\n\n<p>Most attendees were English speaking Ex Pats from start-up businesses with tiny budgets. Some were French speakers, from local French sports teams and associations, who were wanting to create an information point for their clubs. The clubs and associations had even less budget</p>\n\n\n\n<p>I agreed to run a pilot workshop, which I called &#8216;Build a Simple Website by Teatime Today&#8217; to see how things went. The uptake was for the first workshop was phenomenal. We were limited by room capacity and safe power points to 25 participants.</p>\n\n\n\n<p>All slots were taken in under 24 hours. A few days later the association got in touch again saying, &#8220;We know you said lets run a pilot and take things from there&#8221; however we have had another 43 people enquiring so we have opened a waiting list.&#8221;</p>\n\n\n\n<p>&#8220;Ooooh la la&#8221; I said &#8220;I&#8217;d better work on my presentation skills!&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-being-a-teacher\">Being A Teacher</h2>\n\n\n\n<p>It was the first of many WordPress workshops over the three years that I lived in Brittany, I regularly presented to several organisations and associations and I really enjoyed it.</p>\n\n\n\n<p>As a happy accident, it was also the start of me offering website hosting and maintenance too. Initially this was offering very low cost shared hosting space on my server for the workshop participants giving each their own Cpanel. Domains were obtained for each participant prior to the workshops in their own names and I created their hosting accounts prior to the workshops too again with their prior consent. I had also asked each participant to prepare initial pages texts, images and logos if they had one saved in a file on their laptops ready for the workshop.</p>\n\n\n\n<p>Each workshop began with a quick peak at Cpanel for the purpose of creating an email account and to load WordPress on to the domain using Fantastico &#8211; remember Fantastico? Fantastico was superseded by Softaculous and for people people with very little tech experience, wanting to build a website DIY [as a do it yourself project] it offered an easier route than loading WordPress via FTP.</p>\n\n\n\n<p>From there we covered logging into their WordPress dashboards loading a theme, adding pages adding content to the pages including logo and images from the participants pre prepared folders.<br />For the ease of the workshop we all used the same theme. It was the beginning of the participants WordPress journey. I was delighted;- all of them had a thirst for more in depth learning as a result more workshops followed. Within a couple of years I was super busy again feeling my time was not my own again!</p>\n\n\n\n<h2 class=\"kt-adv-heading5811_c67890-71 wp-block-kadence-advancedheading\">Moving On</h2>\n\n\n\n<p>Working with WordPress meant I could work from anywhere as long as I had an internet connection.<br />It was time for another adventure! This time relocating from France to England where my partner Simon, an international touring musician, and I lived on a narrowboat. I spent several years traveling with the band when they toured, mostly taking photos and keeping the tour bus spic and span! With a regular job that wouldn&#8217;t have been possible.</p>\n\n\n\n<p>In January 2017, after a very busy 2016, we took a quick spur of the moment holiday to Ullapool in the Scottish Highlands, seeking snow! We extended our trip by a week, then another week and then decided we wanted to stay, and stay we did! We took a 6 month Winter let on a holiday cottage, popping off on tour from our new location. Towards the end of the 6 months, we found a cottage on the edge of Strathgarve Forest between Ullapool and Inverness and moved in between tour dates.</p>\n\n\n\n<p>It&#8217;s a stunning, extremely rural location and we love it. Here I have an office in our cottage which benefits from superfast broadband despite our very rural location. After over 30 years of touring Simon trying his best to retire from life on the road.</p>\n\n\n\n<p>I have a bunch of clients that keep me as busy as I want to be, some of whom I have worked with for many years, some are new to me since coming to Scotland.</p>\n\n\n\n<p>I have been lucky in that lovely clients seem to find me, through word of mouth really. I don&#8217;t advertise and I haven&#8217;t had the capacity to take on new clients for some time. I really don&#8217;t want to expand which may seem strange to many. I have no interest in taking on employees, I have been there and done that in my pub life days. These days I like an easy life enabling me to enjoy where I live and indulging my passion for open spaces and photography.</p>\n\n\n\n<p>WordPress has an amazing community around the World, it has brought so many opportunities and so many friendships into my life from all around the world. I love the collaboration.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-giving-back\">Giving Back</h2>\n\n\n\n<p>Just last week I was on a Zoom call with a group hosted from the USA. Nathan, the guy hosting the call said to me, &#8221; Hey Sadie, I saw a photograph on display at WordCamp USA last week that you&#8217;d taken. Did you know about that?&#8221;</p>\n\n\n\n<p>Truth was I didn&#8217;t. Nathan said &#8220;I&#8217;ll email it to you I took a photo of your photo!&#8221;</p>\n\n\n\n<p>The next morning I received an email from Nathan and attached was his photo of my photo in a frame with my name and a QR code attached. It was a&nbsp; Fly Agaric photo which I had taken and submitted as a creative commons contribution to the WordPress Photo Directory which is part of the Make WordPress project. I read an article a few weeks ago which was all about getting involved in the WordPress community for the growth and benefit of the community and the future of WordPress.</p>\n\n\n\n<p>&#8220;Five for the Future&#8217; which is an initiative promoting the WordPress community’s contribution to the platform’s growth. It&#8217;s an open source project, WordPress is created by a diverse collection of people from around the world. The purpose of the project is to encourages organisations to contribute five percent of their resources to WordPress development.</p>\n\n\n\n<p>Next I read about the Make WordPress initiative and loved everything about it. There are lots of ways for WordPress advocates to get involved and give something back to the fantastic community that WordPress is.</p>\n\n\n\n<p>The Photo Directory grabbed my attention because I am a prolific snapper!! I immediately began to submitting photographs.&nbsp; All photos are submitted to the WordPress Photo Directory are submitted on the basis that they are gifted in to the public domain for anyone to use, anywhere, for any purpose, without the need for attribution. I recently join the Photos team as a moderator too.</p>\n\n\n\n<p>Whilst WordPress hasn&#8217;t made me a millionaire yet! It has given me a wealth opportunity, freedom, and some fabulous friendships. WordPress is a huge part of my life. I love WordPress!</p>\n\n\n<div class=\"kb-gallery-wrap-id-5811_02d44e-72 alignnone wp-block-kadence-advancedgallery\"><ul class=\"kb-gallery-ul kb-gallery-non-static kb-gallery-type-grid kb-gallery-id-5811_02d44e-72 kb-gallery-caption-style-bottom-hover kb-gallery-filter-none kb-gallery-magnific-init\"><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/1264b7706fd91b16.42330373-1024x683.jpeg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/1264b7706fd91b16.42330373-scaled.jpeg\" width=\"2560\" height=\"1707\" alt=\"\" class=\"wp-image-5829\" /></div></div></a></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/12564c782f823ef03.11650285-1024x768.jpg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/12564c782f823ef03.11650285-scaled.jpg\" width=\"2560\" height=\"1920\" alt=\"\" class=\"wp-image-5834\" /></div></div></a></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/20564b2aed3c07247.22900210-1024x768.jpg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/20564b2aed3c07247.22900210-scaled.jpg\" width=\"2560\" height=\"1920\" alt=\"\" class=\"wp-image-5830\" /></div></div></a></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/32764bfc861947853.44027496-1024x683.jpg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/32764bfc861947853.44027496-scaled.jpg\" width=\"2560\" height=\"1707\" alt=\"\" class=\"wp-image-5832\" /></div></div></a></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/49264fb52266dd038.07548553-1024x683.jpg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/49264fb52266dd038.07548553-scaled.jpg\" width=\"2560\" height=\"1707\" alt=\"\" class=\"wp-image-5833\" /></div></div></a></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><a href=\"https://heropress.com/wp-content/uploads/2023/09/83264b2ae3eb55005.15218256-1024x768.jpg\" class=\"kb-gallery-item-link\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic kb-gallery-image-ratio-land32 kb-has-image-ratio-land32\"><img src=\"https://heropress.com/wp-content/uploads/2023/09/83264b2ae3eb55005.15218256-scaled.jpg\" width=\"2560\" height=\"1920\" alt=\"\" class=\"wp-image-5831\" /></div></div></a></div></li></ul></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-journey-and-travels-with-wordpress/\">My Journey and Travels with WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Sep 2023 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:21:\"Sadie-Michaela Harris\";s: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:77:\"WPTavern: WordPress Plugin Developers Renew Demands for Better Plugin Metrics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-org-plugin-developers-renew-demands-for-better-plugin-metrics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9497:\"<p>It has be nearly one year since <a href=\"https://wptavern.com/wordpress-org-removes-active-install-growth-data-for-plugins\">WordPress silently turned off active install growth data for plugins</a> hosted in the official plugin repository, a key metric that many developers rely on for accurate tracking and product decision-making. “Insufficient data obfuscation” was cited as the reason for the charts’ removal, but this opaque decision landed without any communication from those who had made the call in a private discussion.</p>\n\n\n\n<p>In a ticket originally titled “<a href=\"https://meta.trac.wordpress.org/ticket/6511\">Bring back the active install growth chart,</a>” RebelCode CEO Mark Zahra made the opening plea for thousands of plugin developers who were asking for the return of this data. From those who simply host hobby plugins and enjoy the thrill of watching people use software they made to business owners who need this data to make critical decisions, the overwhelming consensus was that this data is valuable and should be available to those who are contributing to WordPress through plugins.</p>\n\n\n\n<p>In an appearance on the&nbsp;<a href=\"https://wpwatercooler.com/wpwatercooler/ep432-solutions-to-the-active-growth-problem/\">WPwatercooler podcast</a> last year, Audrey Capital-sponsored meta contributor Samuel &#8220;Otto&#8221; Wood confirmed the decision was made through private channels via Slack DMs in a discussion initiated by Matt Mullenweg. He also revealed that the active install growth chart was removed because it was giving inaccurate data and that the data one could derive from it was inaccurate:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I read through all that discussion and we worked, they worked on it for a long, Scott and several people tried various things before removing it. They adjusted the values, they adjusted numbers. They, they went through a ridiculous amount of iteration and in the end, none of it worked. People were still using it even though it was giving them basically garbage. So finally removing it was the only thing to do. We did have a plan for replacing it. We just didn’t have a plan for replacing it immediately. Nevertheless, giving them active install count numbers that are wrong is more harmful, we felt, to both users and developers interests than simply not giving them at all.&nbsp;</p>\n</blockquote>\n\n\n\n<p>Wood offered an explanation on the podcast that should have been delivered weeks earlier by those involved in the discussion on official channels. Despite the earlier data being flawed and &#8220;insufficiently obfuscated,&#8221; developers still want access to the raw data, not interpretations of that data. </p>\n\n\n\n<p>These are the posts that track the history and development of developers&#8217; pleas to reinstate access to the data:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<ul>\n<li><a href=\"https://wptavern.com/wordpress-org-removes-active-install-growth-data-for-plugins\">WordPress.org Removes Active Install Growth Data for Plugins</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/wordpress-org-plugin-developers-demand-transparency-regarding-the-removal-of-active-install-growth-data\">WordPress.org Plugin Developers Demand Transparency Regarding the Removal of Active Install Growth Data</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/discussion-on-replacing-plugin-active-install-growth-data-continues-behind-closed-doors\">Discussion on Replacing Plugin Active Install Growth Data Continues Behind Closed Doors</a></li>\n</ul>\n\n\n\n<p>During the height of this discussion, developers made many suggestions for different data points that would be meaningful for tracking their efforts, and Matt Mullenweg responded that he was amenable to showing more stats to plugin authors about their plugins. No progress on this effort has been reported since then.</p>\n\n\n\n<p>&nbsp;StellarWP&nbsp;Product Marketing Director&nbsp;Taylor Waldon has <a href=\"https://twitter.com/tElizaRose/status/1699134532199538877\">reopened this discussion</a> nearly a year later, calling on Mullenweg to stop restricting access to plugin data from people who are hosting themes and plugins on WordPress.org.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Dear <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <br /><br />Without (real) Active Install data, we are not able to measure the success of our free product. Downloads is not the right KPI. Please bring it back. <br /><br />Sincerely,<br />All WP Marketers with free products on .org. <br /><br />If you agree, please RT, reply, etc. <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; Taylor Elizabeth Rose | Find me on Bluesky (@tElizaRose) <a href=\"https://twitter.com/tElizaRose/status/1699134532199538877?ref_src=twsrc%5Etfw\">September 5, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;I talked to a bunch of folks at [WCUS] contributor day,&#8221; Paid Memberships Pro co-founder and CEO Jason Coleman said in response to Waldon&#8217;s tweet. &#8220;As far as I know, there isn&#8217;t any other current effort to update or replace the install count numbers or old &#8216;growth&#8217; chart.\'&#8221;</p>\n\n\n\n<p>Coleman put together a <a href=\"https://docs.google.com/document/d/1RSNUTdFk3XA-u8Y0-NUe7iaM5zBz0KVM--JdXjBp6iE/edit\">draft proposal</a> with some ideas from his conversations. The document describes a common scenario where plugin developers are left in the dark about the growth or decline of their plugins&#8217; active installations:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Imagine a developer with a plugin with 150k active installations. That developer has effectively 0 quantitative feedback on whether users of his plugin are growing or falling. The download count has a trend, but there is no separation between new downloads and updates. The download count tracks developmental pace as much as user growth. A bump in downloads could be due to a security vulnerability being patched or an influx of new users. The current active installations count is severely rounded and offers no feedback until such a plugin either gains or loses 33% of its users, which are drastically different outcomes.</p>\n</blockquote>\n\n\n\n<p>Coleman contends that plugins hosted outside of WordPress.org are able to gather more meaningful metrics. Popular plugins have resorted to including features in non-WordPress.org add-ons or simply removing their extensions altogether from the repository for lack of data. </p>\n\n\n\n<p>His proposal includes a few metrics that would help developers better track their plugins, even if that data is only shown to the authors themselves:</p>\n\n\n\n<ul>\n<li>Share a more accurate active installations count with the owners of a plugin.</li>\n\n\n\n<li>Share more accurate version number counts with the owners of a plugin.</li>\n\n\n\n<li>Differentiate the download count by type: website downloads, dashboard installs, dashboard downloads, updates, other (hits to the zip file).</li>\n\n\n\n<li>Allow plugin developers to define custom event triggers to be tallied and displayed to the plugin owners on the plugins .org profile page.</li>\n</ul>\n\n\n\n<p>Coleman&#8217;s draft is still in progress and so far he is the only one who has authored the document. If the recommended actions gain any traction, he said he hopes to be part of the contributor team that implements the changes. </p>\n\n\n\n<p>&#8220;The intention was to write something that could be proposed to meta team,&#8221; Coleman said. &#8220;But honestly, I thought I would write it up, it would get shot down, and then I could move on with my life. Even if nothing got updated, it would be more clear to me and others which parts of the .org code were in public repositories and which were in the private repositories. It would be more clear what the real issues are with the active installs count.</p>\n\n\n\n<p>&#8220;The communication around the removal of the active install growth chart caused many to lose trust in parts of the WordPress .org project. I thought some clarity around how things work and the real reasons around the changes would help to rebuild some of that trust that was lost.&#8221;</p>\n\n\n\n<p>WordPress.org has always been the most popular distribution channel for the most widely used plugins, but the data available has not kept pace with developer and business needs. Releasing the raw data, while respecting any privacy limitations, would allow developers to extract their own interpretations of that data and allow services to present it in creative ways.</p>\n\n\n\n<p>At the very least, this data should be available to developers (even if it&#8217;s not public) to help them better track the trajectory of their plugins and the efficacy of their marketing efforts. More data can only serve to improve the WordPress ecosystem&#8217;s ability to continue powering a multi-billion dollar economy. There are undoubtedly many technical requirements for supporting the release of this data, and they need to be prioritized if WordPress.org is to continue attracting the best products for distribution.</p>\n\n\n\n<p>&#8220;This is not about vanity metrics or inflating numbers for marketing purposes,&#8221; Coleman said. &#8220;This is about getting valuable feedback on the relative use of a plugin hosted in the .org repository so developers can make informed decisions and investments in those plugins.&#8221;</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, 12 Sep 2023 20:24:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:102:\"Do The Woo Community: More WCUS Insights from Matt, Seth, Shambi, Jeremy, Mike, Patrick, Bud and Katie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/more-wcus-insights-from-matt-seth-shambi-jeremy-mike-patrick-bud-and-katie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:520:\"<p>Reflections and highlights of WordCamp US 2023 from Matt Medeiros, Seth Goldstein, Shambi Broome, Bud Kraus, Jeremy Freemont, Mike Demo, Patrick Rauland and Katie Keith</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/more-wcus-insights-from-matt-seth-shambi-jeremy-mike-patrick-bud-and-katie/\">More WCUS Insights from Matt, Seth, Shambi, Jeremy, Mike, Patrick, Bud and Katie</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Sep 2023 09:03: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:79:\"WPTavern: WordPress Training Team Seeks Community Feedback on Learning Pathways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wordpress-training-team-seeks-community-feedback-on-learning-pathways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2845:\"<p>Earlier this year, the WordPress Training Team published the <a href=\"https://make.wordpress.org/training/2023/05/30/analysis-of-the-individual-learner-survey-results/\">results from the Individual Learner Survey</a> completed in 2022. The goal of the survey was to identify the most useful and high-impact resources and content for <a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a> and guide the future development of this community learning tool.</p>\n\n\n\n<p>One of the main takeaways of this survey was the need for a clear, structured, and user-friendly approach to presenting Learn WordPress content. This need was also confirmed by feedback from WordCamp Europe Contributor Day attendees.</p>\n\n\n\n<p>As a result, the training team launched the <a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Learning Pathways on Learn WordPress project</a> in July of this year. The objective of this project is to create and launch progressive user-friendly learning pathways tailored to different types of Learners on Learn WordPress. The training team anticipates that this project will be a year-long effort, working collaboratively with multiple different teams, including the Meta and Marketing teams. </p>\n\n\n\n<p>Since WordCamp Europe, the Training Team has started the process of drafting rough outlines for learning pathways intended for Users, Designers, and Developers.</p>\n\n\n\n<p>In August, Automattic-sponsored training team contributor Wes Theron published a post on the training team blog, <a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">asking for community feedback</a> on the proposed learning pathways. </p>\n\n\n\n<p>I asked Theron why he feels this project is so important, and what feedback he would like from the community:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The Learning Pathways project focuses on improving the educational experience on Learn WordPress by creating personalized learning journeys for various learner profiles. These tailored pathways aim to enhance the Learn WordPress platform&#8217;s effectiveness and user-friendliness.</p>\n\n\n\n<p>We have drafted the rough outlines for learning pathways intended for Users, Designers, and Developers. We&#8217;re excited to get the community&#8217;s thoughts and ideas to help shape them further before moving forward.</p>\n</blockquote>\n\n\n\n<p></p>\n\n\n\n<p>The Training Team has set the deadline for feedback for the 15th of September 2023. If you would like to review the proposed learning pathways and provide your feedback, you can do so from the <a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">Looking for feedback: Learning pathway outlines post</a> on the Training Team blog.</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, 12 Sep 2023 03:24:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s: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:61:\"WPTavern: 10up Merges With Fueled, Backed by Insignia Capital\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/10up-merges-with-fueled-backed-by-insignia-capital\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9330:\"<p><a href=\"https://10up.com/\">10up</a>, a leading development agency and contributor to the WordPress project, has <a href=\"https://10up.com/blog/2023/10up-joins-forces-with-fueled-digital-media/\">merged</a> with <a href=\"https://fueled.com/\">Fueled</a>, a technology consultancy that specializes in mobile and web application development. Together, the companies now employ more than 400 full time team members, forming a digital powerhouse with expanded market reach across mobile and publishing sectors.</p>\n\n\n\n<p>&#8220;Fueled has built stand out iOS and Android apps – several of which I’ve personally used – for clients like <a href=\"https://fueled.com/projects/warby-parker\">Warby Parker</a>, <a href=\"https://fueled.com/projects/verizon/\">Verizon</a>, the United Nations, and even Apple themselves,&#8221; 10up President Jake Goldman said. &#8220;Just as 10up has <a href=\"https://wildsymphony.com/\">built some great mobile applications</a>, Fueled has executed notable works in the web application space for clients like <a href=\"https://fueled.com/projects/wsj\">Wall Street Journal</a> and <a href=\"https://fueled.com/projects/wirecutter\">The New York Times</a> – but content management systems and editorial experience has never been a core focus and strength. Until now.&#8221;</p>\n\n\n\n<p>The merger transaction was made possible by investment  from <a href=\"https://www.insigniacap.com/\">Insignia Capital</a>, a firm that previously invested in Fueled. Insignia has made Fueled&#8217;s merger with 10up its first major growth investment, paying to restructure the companies&#8217; ownership model. All parties invested in the merger hold meaningful shares, with none of them holding a majority share.</p>\n\n\n\n<p>Goldman said 10up owners rolled over meaningful equity into the joint business, &#8220;but there was also a very healthy purchase of 10up equity to make this possible.&#8221;</p>\n\n\n\n<p>10up&#8217;s announcement hinted at more acquisitions in the newly combined companies&#8217; future.</p>\n\n\n\n<p>&#8220;Insignia brings a whole new class of financial and investment capabilities to 10up and Fueled, with an appetite for responsibly paced growth through acquisition,&#8221; Goldman said. &#8220;They don’t just bring capital – they also bring expertise and impressive connections.&#8221;</p>\n\n\n\n<p>He further elaborated on their acquisition strategy as seeking to expand their combined capabilities &#8220;to compete with the biggest digital transformation agencies:&#8221;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>In the broadest of terms, I think that we’re pretty open minded to what we find in the market, but opportunities that meaningfully expand what we can offer &#8211; shoring up weaker spots in our capabilities &#8211; are going to be the most attractive. As examples, while we’ve each done CRM and CDP integration work and strategy, I’d imagine a first rate CRM and/or CDP consultancy with some great case studies and clients would be the kind of opportunity that would be particularly interesting.</p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Open Source Contribution Will Continue To Be a Priority at 10up</h2>\n\n\n\n<p>Nearly 12 years after Goldman started 10up with what he said was &#8220;a small personal savings account and the sweat equity of more than a decade making websites and other media,&#8221; he is no longer the sole leader of the organization and will take on the role of Partner in the merged companies. Integral to the success of 10up, which Goldman has scaled to $40M+ in annual revenue, is its consistent commitment to supporting the open source ecosystem from which it has derived millions of dollars in value. Fueled acknowledged this in its <a href=\"https://fueled.com/blog/fueled-merges-with-10up/\">announcement</a> about the merger:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>10up has long held a commitment to the open web, and open source contributions as a core value. This will remain a priority, especially towards the WordPress community, and will be further strengthened by the additional market reach gained from the merger.</p>\n</blockquote>\n\n\n\n<p>Fueled shares this same ethos, which they intend to continue cultivating following the merger.</p>\n\n\n\n<p>&#8220;Fueled has always been supportive of open source, even if their part of the market (mobile apps) hasn&#8217;t embraced that model in the way web CMS has,&#8221; Goldman said. &#8220;They have open sourced projects (in fact, we incidentally found that we were using one!), and, like 10up, have fully embraced and focused on open technology solutions like NodeJS and React for web applications.&#8221;</p>\n\n\n\n<p>For the most recent WordPress 6.3 release, <a href=\"https://jeanbaptisteaudras.com/2023/08/contribution-stats-for-wordpress-6-3-lionel/#:~:text=WordPress%206.3%20overall%20stats,which%20is%20a%20great%20ratio!\">10up had the second most contributions by company</a>, with 290 contributions from 16 people, superseded only by Automattic, which boasts 83 contributors. </p>\n\n\n\n<p> </p>\n\n\n\n<img src=\"https://jeanbaptisteaudras.com/2019/wp-content/uploads/2023/08/wp63-contributor-company.svg\" alt=\"\" />image credit: <a href=\"https://jeanbaptisteaudras.com/2023/08/contribution-stats-for-wordpress-6-3-lionel/#:~:text=WordPress%206.3%20overall%20stats,which%20is%20a%20great%20ratio!\">WordPress 6.3 contribution stats</a>\n\n\n\n<p>10up has consistently been among the top contributors to the software, which has been essential to the world-class publishing experiences the company has built for its clients.</p>\n\n\n\n<p>&#8220;That commitment to giving back to the web, making sure there&#8217;s a ladder for the next generation of developers to climb, and helping open technologies thrive remains with us,&#8221; Goldman said. &#8220;Our new business partners understand that this is deeply intertwined with 10up&#8217;s identity, and perhaps more importantly, our <em>success</em>. It&#8217;s not <em>just</em> a generosity thing – it&#8217;s also good business.</p>\n\n\n\n<p>&#8220;Merging with and investing in 10up would be pretty foolish if you aren&#8217;t comfortable with the tools and platforms we use and prefer, most especially the web&#8217;s most popular open source CMS, and you can bet that being comfortable with that, and researching that question, was essential to their comfort with merging. In many ways, that&#8217;s a validation for WordPress.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">10up and Fueled Will Gradually Merge Services and Administration, Pursuing Large Scale Digital Transformation Clients</h3>\n\n\n\n<p>10up and Fueled will largely operate as two companies and close partners for the time being, sharing leads and pursuing customer growth together. Goldman said the vision is not to simply have web publishing/WordPress customers and separate mobile app customers but rather to go after large scale digital transformation projects.</p>\n\n\n\n<p>&#8220;That means having a fully integrated way to deliver everything from the mobile apps, to the website and CMS, to advanced e-commerce and CRM integrations (even if we may only provide one of those services to some clients),&#8221; he said. &#8220;That means we&#8217;re not just operating as separate companies in the <em>future</em>, but truly merging and unifying our companies from leadership and sales on down through project and product management, user research and design, and engineering delivery.&#8221;</p>\n\n\n\n<p>Given that both brands hold considerable weight and influence in their respective markets, Goldman said they agreed &#8220;it would be incredibly foolish to discount that and rush to a single brand.&#8221; Instead, they plan to explore how the companies can work together.</p>\n\n\n\n<p>&#8220;We honestly don&#8217;t know where we&#8217;ll land on the external brand question, and didn&#8217;t think it was fundamental to the question of merging,&#8221; Goldman said. &#8220;We&#8217;ll be exploring and researching that question together, and any change would, again, be gradual and planned.</p>\n\n\n\n<p>&#8220;We all similarly agree that when we think out into the future, whether that&#8217;s 12 or 24 months from now (probably something in between), that we probably don&#8217;t want two separate, external, top line company brands competing for attention and oxygen in the space, to say nothing of competing for internal focus and resources.&#8221;</p>\n\n\n\n<p>He said that could play out in a number of ways, and may be a data driven decision. For example, 10up could evolve to be the brand name for the WordPress engineering services team or the company&#8217;s open source and productized solutions. Nothing has been predetermined about the branding.</p>\n\n\n\n<p>In the meantime, it appears to that the combination of companies will be a more gradual merging of services and administration.</p>\n\n\n\n<p>&#8220;In the mid term, maybe the next year, we want to focus on building a highly collaborative world class sales and growth operation, unifying back office (benefits management, financial operations, recruiting ops, etc), and looking at where some of our smaller capabilities and disciplines that aren&#8217;t very specific to 10up or Fueled delivery might benefit from joining forces and achieving some economy of scale,&#8221; Goldman said.</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, 11 Sep 2023 21:12:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"WordPress.org blog: The Month in WordPress – August 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=15933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/09/the-month-in-wordpress-august-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:12997:\"<p>August 2023 marked another exciting chapter in WordPress, with the Community Summit and WordCamp US bringing the community together for meaningful discussions, knowledge sharing, and learning. This month also welcomed the long-awaited WordPress 6.3 release and offered a glimpse of what&#8217;s to come. Let&#8217;s dive into it.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.3 “Lionel”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/08/lionel/\"><strong>WordPress 6.3 &#8220;Lionel&#8221;</strong></a> was released on August 8, 2023, and named after the acclaimed vibraphonist, pianist, and jazz percussionist Lionel Hampton.</p>\n\n\n\n<p><strong>This major update makes bringing your vision to life with blocks more intuitive and efficient.</strong> Your content, templates, and patterns are now seamlessly integrated into the Site Editor, enabling you to craft every aspect of your online presence within a single location. You can sharpen your designs with new tools, enjoy fine-tuned control over navigation menus, and work faster with the Command Palette. <a href=\"https://wordpress.org/download/releases/6-3/\">Explore what&#8217;s new</a>.</p>\n\n\n\n<p>WordPress 6.3 features over 500 features and enhancements with a continued emphasis on <a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">performance</a> and accessibility. This release was made possible by more than 650 contributors from 52 countries.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>While the Site Editor will continue to be enhanced, this release means a significant milestone as <strong>it marks the conclusion of Gutenberg Phase 2</strong>. Take a moment to watch “<a href=\"https://www.youtube.com/watch?v=FcTLMTyD2DU\">Designed with WordPress</a>”—an ode to this remarkable journey worth celebrating.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 6.3.1</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Roadmap to 6.4</h2>\n\n\n\n<p>Contributors are already working on WordPress 6.4, expected to be released on<strong> November 7, 2023</strong>. This release, led by an <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a>, will focus on enhancing different aspects of the WordPress experience while continuing the foundational work for Gutenberg Phase 3. Users can anticipate features like font management and a new default theme, Twenty Twenty-Four.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\"><strong>Twenty Twenty-Four</strong></a> aims to be a versatile theme, featuring a range of templates and patterns specifically designed for three use cases: entrepreneurs and small businesses, photographers and artists, and writers and bloggers.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Check out the 6.4 roadmap post</a> for a tentative preview of expected features.</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 the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\"><strong>Gutenberg 16.4</strong></a> was released on August 9, 2023. It introduced a new “auto-inserting blocks” experimental feature, a progress bar component that can be used throughout the interface, and block supports for the Footnotes block.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\"><strong>Gutenberg 16.5</strong></a><strong> </strong>shipped on August 23, 2023, and focused on enhancements to the Command Palette and enabling further customization of blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next generation of WordPress events, WP Admin redesign, and more</h2>\n\n\n\n<ul>\n<li>The Community team has been busy ushering in the next generation of WordPress events. <a href=\"https://make.wordpress.org/community/2023/08/02/recap-inaugural-nextgen-pilot-events/\">Four pilot events were successfully held</a> in July and August, with another five planned before the end of the year.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff post</a> elaborates on the concepts explored so far to revitalize the WordPress admin experience.</li>\n\n\n\n<li>In response to <a href=\"https://www.european-cyber-resilience-act.com/\">Europe&#8217;s Cyber Resilience Act</a> (CRA), leaders from Drupal, Joomla!, TYPO3, and WordPress <a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">co-authored an open letter</a> addressing concerns about the current CRA definitions and terms and the implications for open source projects.</li>\n\n\n\n<li><a href=\"https://wordpress.org/blocks/\">Check out WordPress.org/blocks</a>—A <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">new page</a> that explores the power of blocks within WordPress and as a broader framework.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/21/wordpresscs-3-0-0-is-now-available/\">WordPressCS 3.0.0 is now available</a>. This update to the WordPress Coding Standards introduces improvements in accuracy, performance, stability, and compatibility with modern PHP versions.</li>\n\n\n\n<li>The first cohort of the WordPress Contributor Mentorship Program, which aims to help new contributors onboard to Make teams, <a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">successfully concluded</a> last month.</li>\n\n\n\n<li><a href=\"https://wordpress.org/remembers/\">WordPress Remembers</a> went live in August to honor contributors who left a lasting impact on the project and have since passed away.</li>\n\n\n\n<li>Core team members proposed to <a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">sync Gutenberg code with core earlier in the release cycle</a> to streamline the integration of new features and reduce risks and delays in major release milestones.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\">Blue Note</a>, the second block theme born from the Community Themes initiative, is live on the Theme Directory.</li>\n\n\n\n<li>Every month, the Training team works to expand the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> catalog with new courses, tutorials, online workshops, and more. <a href=\"https://make.wordpress.org/updates/2023/09/02/whats-new-on-learn-wordpress-in-august-2023/\">See what’s new</a>.</li>\n\n\n\n<li>Openverse maintainers met in Copenhagen for an exciting exchange with Statens Museum for Kunst (SMK), Denmark’s largest art museum. <a href=\"https://make.wordpress.org/openverse/2023/08/17/cultivating-collaborative-pathways-with-statens-museum-for-kunst-smk/\">Learn about their discussions and collaboration efforts</a> to advance openly licensed works.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Keen to see new WordPress event formats happening in your local community? <a href=\"https://make.wordpress.org/community/2023/08/30/the-nextgen-event-project-your-ideas-your-wordpress-community/\">Get inspired by these creative concepts</a> and <a href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\">share your ideas</a>!</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core team members <a href=\"https://make.wordpress.org/core/2023/08/31/proposal-an-update-to-the-field-guide/\">suggested updating the WordPress Field Guide</a> by publishing it earlier in the development cycle and introducing a simplified Field Guide on the WordPress Developer Blog. Feedback is open until September 15, 2023.</li>\n\n\n\n<li>Help test the <a href=\"https://make.wordpress.org/core/2023/09/05/call-for-testing-performant-translations/\">new Performant Translations plugin</a>, which aims to make localized WordPress sites faster.</li>\n\n\n\n<li>A new proposal aims to <a href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\">refine and update WordPress’ support guidelines</a>. You can provide your input by October 1, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/06/mobile-team-update-september-6th-2/\">Version 23.2</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Training team seeks feedback on the first learning pathways outlined to improve the Learn WordPress educational experience. <a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">Share your thoughts by September 15, 2023</a>.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>On August 22-23, a group of WordPress contributors gathered at the <a href=\"https://communitysummit.wordcamp.org/2023/\"><strong>Community Summit</strong></a> to discuss key topics concerning the project. Read the notes from each session and join the conversations at <a href=\"https://make.wordpress.org/summit/\">make.wordpress.org/summit</a>.</li>\n\n\n\n<li>Following the Summit, Washington, D.C. hosted <a href=\"https://us.wordcamp.org/2023/\"><strong>WordCamp US 2023</strong></a> from August 24-26. This event brought together nearly 2,000 attendees for a Contributor Day and two conference days filled with engaging <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7EQWcZBkBtb9YQlziKJ7nvpv\">sessions</a>, conversations, and <a href=\"https://twitter.com/WordPress/status/1695145857232904260\">open source art</a>. Saturday’s agenda concluded with keynotes by WordPress co-founder Matt Mullenweg and Executive Director Josepha Haden Chomphosy and a subsequent Q&amp;A session. <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">Check out the event recap for highlights</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-23-24-tickets-633636773647\">speaker workshop for Indian women in the WordPress Community</a>. The event will take place on September 23-24, 2023.</li>\n\n\n\n<li>The WordCamp Asia 2024 organizing team opened calls for <a href=\"https://asia.wordcamp.org/2024/call-for-speakers-is-now-open/\">speakers</a>, <a href=\"https://asia.wordcamp.org/2024/volunteer-registrations-are-open/\">volunteers</a>, <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors/\">sponsors</a>, and <a href=\"https://asia.wordcamp.org/2024/call-for-media-partners-is-now-open/\">media partners</a>.</li>\n\n\n\n<li>Be sure to visit <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Central</a> to find out about upcoming WordCamps.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/09/episode-61-community-summit-all-at-washington-d-c/\">Episode 61 of WP Briefing</a> as she discusses her takeaways from the Community Summit.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Sep 2023 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: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: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:80:\"Do The Woo Community: Wearing Attendee and Sponsor Hats at WCUS with Adam Warner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://dothewoo.io/wearing-the-attendee-and-sponsor-hat-wordcamp-us-adam-warner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:430:\"<p>Adam joins me for a candid conversation about WCUS and some reflections from being both an attendee and a sponsor.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wearing-the-attendee-and-sponsor-hat-wordcamp-us-adam-warner/\">Wearing Attendee and Sponsor Hats at WCUS with Adam Warner</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Sep 2023 09:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Gutenberg Times: Gutenberg Changelog #89 – Gutenberg 16.6, default theme and Font Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-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:42696:\"<p>Nadia Maya Ardiani and Birgit Pauli-Haack discuss Gutenberg 16.6, the new default theme Twenty-Twenty-Four, the Font Library and other upcoming features.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-theme#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-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\"><strong>Nadia Maya Ardiani</strong>&nbsp;</h2>\n\n\n\n<p><em>contributor on the training team and WordCamp Asia, and content writer in Hostinger.</em></p>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/inyongski\">Follow on Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/sebutsajamaya/\">Follow on Instagram</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/in/nadiamayaardiani/\">On LInkedIn</a></li>\n\n\n\n<li>WordPress.org: <a href=\"https://profiles.wordpress.org/ardianimaya/\">@ardianimaya</a>&nbsp;</li>\n</ul>\n\n\n\n<p><strong>Hostinger Experts series: </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://www.hostinger.com/blog/michelle-frechette\">Michelle Frechette: From an Active Volunteer to a Diversity Advocate</a></li>\n\n\n\n<li><a href=\"https://www.hostinger.com/blog/birgit-pauli-haack\">Birgit Pauli-Haack: Fostering Community Spirit Through Knowledge Sharing</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/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/top-agencies-join-forces-to-publish-free-guide-on-wordpress-for-enterprise\">Free Guide on WordPress for Enterprise</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 16.6</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">What’s new in Gutenberg 16.6? (06 September)</a></li>\n\n\n\n<li><a href=\"https://wptavern.com/gutenberg-16-6-introduces-block-hooks-improvements-to-toolbars-on-nested-blocks\">Gutenberg 16.6 Introduces Block Hooks, Improvements to Toolbars on Nested Blocks</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Documentation updates: </h2>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/\"><strong>Documentation for Block Variations</strong></a>&nbsp;</li>\n\n\n\n<li>&nbsp;<a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\"><strong>Enqueuing assets in the Editor</strong></a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">In the works</h2>\n\n\n\n<ul>\n<li><a href=\"https://gutenbergtimes.com/call-for-testing-of-the-new-font-library/\">Call for testing of the new Font Library</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/53934\">Block Supports: Add background image support to Group block</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 is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 89th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about Gutenberg&#8217;s 16.6 and some community contributions as well as features that are still in the works, that we wanted to highlight today. I&#8217;m your host Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate, and a full-time core contributor for the WordPress open source project. A special guest today is Nadia Maya Ardiani, contributor on the training team and WordCamp Asia, and that&#8217;s where we met for a chat at dinner, a lunch, and we did&#8230; Yeah, it was just fabulous to meet Maya and we always found a topic to talk about and to laugh as well. I&#8217;m so happy you join me today to review the Gutenberg plugin release and connect about WordPress. So greetings to Indonesia. How are you today?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Thank you, Birgit, for having me. It&#8217;s so good to be here, and thank you as well for being the first WordPresser ever to be featured in Hostinger&#8217;s WordPress Expert Article Series.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, thank you for having me. Yeah, it was a fun interview.</p>\n\n\n\n<p><em>Nadia Maya Ardiani:</em> Because it&#8217;s only fitting to start the series with one of the people who have been doing such significant contribution to the platform, and that&#8217;s you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you. So what else do you contribute to on WordPress?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Okay. So yeah, I&#8217;m a contributor on the training team and in the team I&#8217;m also a translator coordinator for Indonesian locale. And yeah, I love contributing for the training team because I enjoy sharing complex information in a more accessible way, making the knowledge more accessible for a wider audience, which is also related to my day job as a content writer in Hostinger. And yeah, in my day job, I write WordPress tutorials in the form of WordPress website articles and script for YouTube videos. And I also write about WordPress community activities like Word camps and about WordPress journeys of awesome WordPress community members, that&#8217;s like you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you. Thank you. I know that another interview was with Michelle Frechette on the Experts Series. Yeah, great job there as well. It&#8217;s really fabulous to kind of follow up on that. Yeah, I&#8217;m so glad we stayed in touch after WordCamp Asia and you just returned from WordCamp US. So how was it and what are your takeaways for that?</p>\n\n\n\n<p><em>Nadia Maya Ardiani:</em> So yeah, it&#8217;s my first word WordCamp US, so it&#8217;s very new to me. And I also volunteered this time, and I didn&#8217;t get to attend a lot of sessions, but it always awesome to meet and have a chat with fellow WordPress enthusiasts because you don&#8217;t get to meet them every day. And I think it&#8217;s one of the WordCamp’s struggle to decide between attending the session or talking and catching up with everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I know I have this every time that I have my sessions checked off to say, &#8220;This I want to do,&#8221; and I put them in my calendar and then I stay in the moment with talking with somebody and then whoosh, the time is gone and I have to catch the livestream. Totally get it. And for WordCamp US, there is a lot of FOMO that I had to endure.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Yeah, yeah. There are actually lots of interesting sessions, but as we know, we can just catch up with the sessions in WordPress YouTube channel or WordPress.tv. But yeah, I actually really want to see the one with NASA and the White House because we get to see WordPress implementation in those two websites. Because for me, it&#8217;s the most interesting thing about the session is we can see how WordPress is really for everyone because many of us in the end users, we think WordPress is only for hobbyists, but it&#8217;s actually can be for big organizations like this that require fairly customized website and high level security.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So true, so true. Yeah, the bandwidth is really broad. I&#8217;m glad you got to see that.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: And I also really love about the contributors day because as always, it&#8217;s the time for us to work together with other contributors who we usually only meet on screen. And so far the WordCamp US is kind of unique because usually we all gather in one big room, all of the teams are gathering in the same place. But this time teams which works closely related, were spread in multiple rooms. I actually love the comradery of being in the same room as all contributors, but this time I also love it because there was no confusion about which table belongs to which team, and also more space or creating breakout room. For example, in training team, after onboarding the new team members, we can split into this is the people who are interested to be content insider. This is for people who are interested to be content creator. And also since the training team is in the same room with the Docs team, there we can discuss more about cross collaboration effort regarding how to better work together with the backlink material and each other.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, that&#8217;s interesting. Yeah, I can see that there&#8217;s some overlap between the Docs team and the training team, and the more we can streamline the processes between the two, I think the better it is for WordPress users to find the right material at the right time. Awesome. Well, thank you so much for this report back from WordCamp US and how you found it from a contributor point of view. Yeah.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p>Dear listeners, we have one announcement that we wanted to share with you is about WordPress 6.4. So WordPress 6.4 is in less than three weeks away. WordPress 6.4 beta is only three weeks away. Don&#8217;t get scared. The last Gutenberg version for features will be 16.7. Today we are talking about 16.6, so there&#8217;s only one more Gutenberg plugin release to go and release candidate for 16.7 is scheduled for September 20th.</p>\n\n\n\n<p>That&#8217;s one week longer than the usual two-week schedule. And so all the new features will need to be merged by that time. And after that, only bug fixes and fixes for blast features can be added to the WordPress release. So it&#8217;s the time to test all the Gutenberg plugins versions that go into, it will be 16.2 all the way to 16.7 and whatever bug fixes come in 16.8 and nine.&nbsp;</p>\n\n\n\n<p>The final release or the release for 6.4 is scheduled for November 7th, and so that&#8217;s still about a month and a half away, two months away. So just so you&#8217;ll get the timeline a little bit, we will repeat this on the next shows as well when we&#8230; Next time is with Tammy Lister. She&#8217;s on the editor tech lead, so we will have some more information about 16.4.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: It&#8217;s my first time to see how many improvements that come with one version of Gutenberg. So it&#8217;s like, &#8220;Oh my God.&#8221; So every time we release one version of WordPress, that must be a huge improvement. So by seeing the rundown, that&#8217;s the first time I realized that how much is the improvements.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s a change log and that can be overwhelming indeed. And the last five versions kind of go into WordPress. So yes, so 16.2 and three had major jumps in improvements to the site editor and to the block editor. Especially because 6.3 and 6.4 wrap up the phase two of site editing. But 6.4 also will ship with the new default theme and amply named 2024, and it&#8217;s also expected to be in early November together with the 6.4 release, the designs are already available and you can follow up on the introduction post on the Make WordPress core website. We mentioned it on one of the previous episodes as well, but I really like to talk to you about, Maya, you looked at it and what do you think about the new theme?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: As an end-user, I&#8217;m really excited to use this theme because this one is aimed to be a multi-purpose team, right? I sold three use cases in the Make WordPress website, one specifically tailored for entrepreneurs and small business, one for photographers and artists, and one for writers and bloggers. So it provide a better look into how the theme would look like when it is used to display lots of images, when it&#8217;s used to show multiple chunks of text and how it may look like as a landing page, which is so cool because I can instantly imagine, &#8220;Oh, this is the stuff that I can do with this theme.&#8221; Since it&#8217;s a collection of templates and patterns which combine into a theme, it&#8217;s even cooler because the patterns include in it, it has various home templates or different use cases such as out page and then project overview are SVPs. So yeah, it&#8217;s basically very handy for no-code people because we can just&#8230; Yeah, I want to make this, I want to make this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think that&#8217;s exactly what you&#8217;re saying is that it gives you a vision or an inspiration of what your website could look like when you use that theme and then gives you all the tools. I like that it also thinks about&#8230; Or the creators think about the full page templates so you don&#8217;t have to assemble all the things.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Yeah, it&#8217;s very nice to not have to create everything from scratch because sometimes it can be intimidating to start from a pure blank slate like that. At least that&#8217;s for no code people like me. But this one is the default color and typography style are already versatile and very timeless. It gives professional and elegant flare in general with the understated color and the sunset of point variation. So it can be used for any, many needs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And with the site editor providing all the design tools, you can really make it your own in terms of the look and feel. And I really like that. I think it&#8217;s the first default theme that&#8217;s not very opinionated about the design that is only for a niche or for a certain topic or so. It&#8217;s more really that is actually the purpose that you just said is that many people can see themselves building with that theme, and I am really happy that comes out of it also for you. Yeah, there is the Figma I can share in the show notes. I&#8217;ll share also the link to the Figma file where you can kind of browse the designs. It&#8217;s right now in development, the report from the leads of Jessica Lishick and Maggie Cabrera and they both were at WordPress US Contributor Day and they had about 31 contributors at the theme table who wanted to work on the theme.</p>\n\n\n\n<p>So there is some rapid development going on, and I will also share the GitHub report link where it&#8217;s all happening with the issues and the PRs and everything, and where you can see all the discussions. The GitHub report will closer to release candidate, it will disappear and then it will be on track because that&#8217;s just for development. Default themes are then housed with the core files on a track. Yes, in the repo, yes. Another community contribution gets you all the way from that no-code site builder, single site builder, private person to all the way to the enterprise level of using WordPress. And there is a new guide for WordPress for Enterprise Together.</p>\n\n\n\n<p>So where the major WordPress agencies that deal with enterprise clients and there are Big Bite and 10Up and Alley, Human made Inpsyde and XWP and they got together and in WordCamp Europe as well to think about can WordPress be advertised or shape the conversation with enterprise IT people and CEOs about using WordPress for content management system on their large scale organizations. And they came together and created a free guide for WordPress for enterprise. It highlights all the high profile companies like CNN, Vogue, Google, Spotify, the White House, and many more, now NASA and also responds to some of the misconceptions that are still out there. Mainly the one that it&#8217;s not secure that it&#8217;s only for blogging and all that kind of thing. So it&#8217;s a really good guide that you as a small agency can certainly also use in parts for talking to your clients and to your customers about things.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: I like it that this guide is easy to read because sometimes people from big enterprises are not really tech-savvy. So having it with layman&#8217;s term, it can deliver the knowledge better to a wider audience about the possibilities for creating a customized platform to fit any organization. And yeah, I checked the chapters in good discussion about platform security, scalability, internationalization, solution, cost and value. Those are the stuff that enterprise really cares about. I think it shows one of the beauty of the WordPress community, everyone&#8217;s coming together for it, but to constantly improve the platform and to share to others that this is a solution you can use. And it&#8217;s really nice to see how these agencies provide insights related to aspects that are important for enterprises.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I also like that they kind of highlight the open source part, which scares enterprise, but the open source part that there are hundreds of contributors that are actually maintaining the code and doing all the performance testing. We have this awesome performance team that has brought down the load times of WordPress out of the box just for 6.3, around 20%, which is huge when you think of the millions and millions of websites that use WordPress. And I saw a statistic that already 50% of WordPress is now 6.3 installations. So the community has really reacted fast to the new versions and that will also be for 6.4. So we will share of course the article from WP Tavern that talks about it. We also share the blog post about it and with a link to download it. You don&#8217;t need an email address to download it, so it&#8217;s all free out there for you to use and to contemplate. Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 16.6</h3>\n\n\n\n<p>Which brings us to the section what&#8217;s released and right now, we&#8217;re talking about Gutenberg 16.6 that was released earlier this week and Vincente Canales was the release manager for this. And in his release post he shared the change log and as well as some highlighted things. And we follow suit of course, and the first thing that we wanted&#8230; Most of it, there&#8217;s not really some big stuff coming in 16.6, but it was some great quality of life changes that make working in it much smoother and less confusing and more consistent together. But there are few highlights that we wanted you to know about.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So the first one is it says I needed to read through the PRs and look at the videos to try it out myself to actually actually know what it means. So it says, &#8220;Capture toolbars,&#8221; in the quote block or navigation block. What it means is that the toolbars for child blocks or inner blocks are now seamless attached to their parent block and offering a more intuitive and organized editing experience. They don&#8217;t jump around that much, which is sometimes a little disconcerting and distracts you from the work that you actually wanted to do. Right now they are in place for the navigation block, the list block, and the quote block.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Yeah, I think this one makes the publishing experience way more enjoyable. Because sometimes you just move a little and the block will follow through like, &#8220;Oh my god, can you just stay right there?&#8221; And I publish articles in daily basis, but it&#8217;s only recently that I discovered the top toolbar feature that we can activate by clicking, what&#8217;s the name?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The options.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: In the right panel. Yeah, the block tool work can be annoying sometimes. So having this improvement capture toolbars, this will be&#8230; And making the toolbar staying at the same nearby spot like this, I will definitely prefer this one than the following.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, me too. I found that some users are actually struggling with the concept that depending on which block is focused, that they have a different toolbar from the parent block. And to get to the parent block, you have to know that you need to click on the leftmost kind of button to get to the parent block again. And I think I haven&#8217;t found a better way to get to it to kind of imagine a better UI for that. But I think with tying both toolbars together and just switch in place and not also move it, it&#8217;s a much better experience. Yes, definitely. Another one is that for the query pagination block, it was that you only had one or two&#8230; The pagination block is the block that you have underneath your loop block or the query loop where it says, &#8220;Okay, get me next pages,&#8221; from that query from that loop of next pages of articles.</p>\n\n\n\n<p>And when you look at it, there were only two&#8230; You only saw the first two ones, and then the last two ones. But you couldn&#8217;t click to, if you say, the third one or the fourth page because you knew it was things on there you had to click on next, next, next to&#8230; You didn&#8217;t find a&#8230; And now a user can determine how those numbers in the pagination block are actually organized. You can say, &#8220;Okay, give me four numbers in between.&#8221; That&#8217;s a really good improvement considering that that was possible before in the classic theme very much so. But this is kind of getting it all feature priority and it really is a good improvement. It&#8217;s such a small thing, you would think, but navigating a list of posts deeper into it, they&#8217;re not just the first page, sometimes is really needs some support, some better support there.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Sometimes more like things that at the front end it seems like a very simple change, but I believe that under the hood that there must be many things going on, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then now you have in the sidebar, you have additional fields where you can put in numbers and some more explanation, if my explanation wasn&#8217;t helpful at all. And the next part is that the list view now has a keyboard shortcut for duplicating blocks. So if you are working through a list view by keyboard and you now don&#8217;t need to change controls to duplicate a block, you can just use command shift and D, and then that block that was just focused is duplicated. This definitely helps with rapid content creation and laying out some articles.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: As a content writer, I definitely agree with this one. This will be very time-saving.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Super, yeah. 16.6 Gutenberg also adds a custom taxonomy for user created patterns. So WordPress 6.3 came with the feature that you now could create synced and unsynced patterns, but if you have three or four or 15 of those, it was hard to sort through them. So now you can use some taxonomy labels for your creative patterns. So you can give other editors on your site a little bit more help with what are those patterns that Birgit created and now you can help them to be a little bit more organized here.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: So this can be for the synced and unsynced patterns?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Yeah, this will be&#8230; Having a feature to organize it, it definitely will be beneficial for the content creators also because we can easily choose which one we want to use.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and you can drill down because I can see that an organization has created at least 10, 20 patterns depending on how the different content they provide. And the beauty of it is, it&#8217;s actually based on the default taxonomy patterns, not patterns, API that comes with WordPress because the patterns are custom post type. So the built-in taxonomy is now just surfacing on the editor. There was not a whole lot of&#8230; There was development being done just to make it into the site editor, but the underlying backend was already there. So it&#8217;s good to have a fallback like that.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p>So now we are coming to the bug fixes and there&#8217;s just a few that we wanted to point out. Maybe just one, no, maybe two or so. Do you want to take that?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Okay. So for the bug fixes, I like this one about the post notification link, which is the remove unnecessary space between rows and label. I think for some end users this might look like a very simple improvement that almost unseen, but I believe for those who work around design a lot will be happy with this. &#8220;Finally, I already feel it sometime ago.&#8221; Because it&#8217;s only a very tiny character, isn&#8217;t it like the space between the arrows and labels? But once it removes it, it&#8217;s like, &#8220;Yeah, this is how it should look.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it gives you a consistent look and don&#8217;t really get that. That&#8217;s fixed now. And then also for the block styles, there&#8217;s the preview of the popover is now working also with right to left sites.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Yeah, I think this is also one of the great examples of a form of striving for inclusivity and equality in WordPress because it makes a site building experience equal for everyone, whatever language you use, including the right to left languages like this. So when your site using the right to left languages, you will have the exact same experience as everyone in the world.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And sometimes that kind of falls a little bit through the cracks. So some head bubble for those who record those issues on the GitHub report so they can be fixed if they are not working right. In the site editor, there&#8217;s one bug fix.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: About the unified delete button style in the dropdown menu and making it red. So I think it&#8217;s also a nice improvement, especially for end users who still learn to use WordPress for the first time because it&#8217;s easier to tell the effect of clicking this button. When you see it previously it&#8217;s blue. So people might just, &#8220;Okay, I will just try to delete this,&#8221; and turns out it delete all the stuff that they actually don&#8217;t want to delete. But by making it red, it&#8217;s making&#8230; I think it&#8217;s related to psychology of color, people can be more considerate when they offer this button. This one will do a significant effect to my content.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s kind of, &#8220;Stop. Think what you&#8217;re doing.&#8221;</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Oh, what is it? What is it? It&#8217;s red. I will avoid doing something with this because it can avoid accidental deletion.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And that&#8217;s part of really the small changes that have big outcomes. So the Gutenberg 16.6 also brings a new feature, new API and that&#8217;s called lock hooks. It was introduced one or two Gutenberg versions earlier and labeled as order inserting blocks. And the PRs that are accompanying it are still referring to that, but it&#8217;s on activation plugins now can have the capability to order insert blocks, enhancing the integration and automation between the plugins and the Gutenberg editor. So the examples that you see in the PRs&#8230; And I would recommend to look through the PRs to kind of see how it all works. And the change log has the list of the PRs in there. So what is it useful&#8230; And I think we talked with Ellen about it, Ellen Bauer on the previous episode about it. So you can add a like button to a comment section or a card icon to the header with this API and any other thing that you want to add to a block that&#8217;s automatically added for the user.</p>\n\n\n\n<p>The user now also has with the&#8230; They created now the block inspector panel and have a plugin section there. So it identifies the plugin that added a block and you can toggle the appearance or disappearance of it on your templates and on your posts. So depending on what the use case is for this plugin that you installed on your site. So this very much expands the capabilities of the block editor for plugin developers outside of adding custom blocks or adding additional features in the sidebar. Now you can add a few content as well. So this is a really good new feature and it will come to 6.4. It definitely needs some major testing. So if you are having a test site and you want to check it out and yeah, please report back on what your findings are and if you tripped up by things.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: So here in the PR, the example is log in logout, card and checkout, but it&#8217;ll be different for each plugin? For different plugins?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, so there&#8217;s an API where a plugin developer can say, &#8220;Okay, I want this content or this particular feature added to a columns block.&#8221; Or to a paragraph block. For instance, just an anchor link to every paragraph. You can write a plugin and say, &#8220;Okay, for each paragraph add this anchor link on the right-hand side.&#8221; And then a user can install that plugin and then automatically has that on their blog and can now reference certain paragraphs. So some people do blogging more like a diary where they have all the sorts of a day in little paragraphs or in a cluster of paragraphs and say, &#8220;Okay, today I wrote also about my adventure of riding the bike down the hill on a certain hill,&#8221; and then want to link to that through Twitter or through Instagram because there&#8217;s also a picture to it.</p>\n\n\n\n<p>So you can go back to the blog and read a little bit about it. So that&#8217;s one tiny use case. Another one is, as I said, the like button for comments. Normally comments don&#8217;t come with like buttons. But you can build a plugin that says, &#8220;Okay, every comment gets a like button for me and I want it at the top of it or on the bottom of it.&#8221; And that&#8217;s all in the API controls. And then when it&#8217;s installed and the user wants to use it can also say, &#8220;For this paragraph, I want to toggle in and off. I want to disable that particular added block for this particular paragraph. And then for the next block I want it again.&#8221; So it&#8217;s kind of a beginning of a new interface or a new way to customize the block editor.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>Speaking of development, 6.3 brought a few pickups to the surface that with the&#8230; Enqueuing of assets in the editor and the CSS and Nick Diego updated the documentation and how to guide to and queue assets in the editor and best practice or how it&#8217;s actually supposed to work, especially now with the iFrame editor in the post editor as well. There were some early adopters of the block editor created a few workarounds, the early restrictions that were there. And now with 6.3 or the iFraming of the post editor, some of those don&#8217;t work anymore as one would hope. So here&#8217;s a how to guide on how to enqueue assets in the editor after 6.3.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: So this how to guide is targeted for developers? Or for everyone who wants to learn about Gutenberg in general can also try to learn this?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, sure, sure. It&#8217;s a website, so the website doesn&#8217;t know who&#8217;s coming in. So it&#8217;s on the developer&#8230; The link goes right now to the Gutenberg repo where the pages, but I will share the link in the show notes where the actual documentation page was created. So it&#8217;s in the realm of the other documentation of the block editor. Yeah, it&#8217;s definitely helpful when you start out thinking about your theme development or your plugin development and you have additional assets like JavaScript files, CSS files to go with those entities and how to do it to control your iFrame editor. There has also been an update on the block variations API, and that has been&#8230; Block variations have been around since the beginning of the block editor where you can modify in a core block that then add additional feature sets or styles or just kind of different behavior to it.</p>\n\n\n\n<p>And the block variations FPI had been updated, but this goes well with a new article on the developer blog called An Introduction to Block Variations where Nick Diego walks you through certain use cases on how to use it. So how to create a block variation, how to unregister. So you could use the block variation. So if a simple example is you have a button, you want the button to have a certain style, you can certainly do this through the theme.</p>\n\n\n\n<p>But you can also say, &#8220;Okay, I want to unregister the core button and I want my block variations for the core button to be the default.&#8221; So it shows up in the inserter as a core button, but it will always have the right color on the border or the background or the right font size that you have decided on the design of it. And the user doesn&#8217;t have to select between the two they just have one. Same could be with a code block or a verse block. You can really have quite a few methods and attributes that you can use to create those lock variations. Yeah, I learned quite a bit from the article.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: No, I just wanted to say that this resource is pretty comprehensive. We can learn many stuff about the block variations from the basic to the putting it all together and everything. We can check it here. So yeah, it&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it also helps you how to control the icons for it or how the sidebar is behaving. So yes, it&#8217;s a really good article. All the articles on the developer blog, that&#8217;s actually a very rather new entity on the wordpress.org site. It only has been around for eight months, give or take. Official launch was actually March, so it&#8217;s only been around for five months officially, but we started in November with it. And there are quite a few blog posts now that are tutorials and go a little bit deeper on then documentation help you picks up the developer from a different place, from a beginner place and go all the way to advanced. Or say, &#8220;Okay, this is your use case.&#8221; There are a series of blog posts as well as standalone posts. And you can also learn about the slot fields. What&#8217;s slot fields? Well, it&#8217;s the spaces in the sidebar of a block where you can add additional features, fields and all that.</p>\n\n\n\n<p>So the developer block is definitely something to check out if you are a developer and extending the block editor. And yeah, this concludes the change log for 16.6. We are through that.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p>And as I said at the beginning, we also wanted to discuss a few things, or two things. No, actually three that are in active development. And the first one is a big feature that is announced slated for 6.4. The contributors have been working on it for quite a while, almost a whole year to get font management into WordPress. Meaning upload funds, make them available for blocks, make them available for templates, and then also delete funds, and have them across themes. So you are not depending on a theme developer to provide you with the right fonts. You can as a site owner also make different choices there. And I will share with you a link to a PR that kind of puts it all together, how it all works.</p>\n\n\n\n<p>And Jeffrey Pearce also just made a call for testing on Twitter where he provided a link to a WordPress playground site with the configuration to test this successfully already in place. Because you need to make changes to the WP-config file and then you need to enable the plugin for it, the experiment for it and all that. So there&#8217;s kind of a set-up manually to be done, but this link to the WordPress playground gives you the PR, or the version of Gutenberg that has the PR in it as well as the right setup. And then you can test it, you can upload fonts, you make them available through the interface. You can use them on pages, on posts and on templates and see if the font on front end and editor actually would display correctly. And anything that you find that&#8217;s not working right, report that back to the PR so they can go and fix it.</p>\n\n\n\n<p>Once it&#8217;s merged, so right now the PRs are still in the works and a lot of people are testing it, but it could use some more testing. If you listen to this and the PR has already been merged, it will be available through the Gutenberg nightly plugin version that you get on the Gutenberg Times, and then you can start testing it on your normal, like any Gutenberg plugin version on your test site. And my favorite tool for testing is actually local WP from the WP Engine and Flywheel folks. That has been a tremendous help to go through all those testing. So font library is a big, big step forward for WordPress and any help you can give to testing it would be really appreciated.</p>\n\n\n\n<p><em>Nadia Maya Ardiani:</em> So we can also use font library in playground?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: With the link that&#8230; The link is a Bitly link. It&#8217;s shortened because it&#8217;s actually 15 lines long. It&#8217;s bit.ly/text-font-library, and then it gives you a new WordPress site and then you can use it and test it. You cannot install other plugins there. You cannot install themes. So you would have to test it with the default theme Twenty Twenty Three. And the second part&#8230; It&#8217;s only two things, is a lot of people, especially content creators were really waiting for this, it&#8217;s the adding a background image to a group block. It&#8217;s coming, it&#8217;s already available in the Gutenberg nightly because the feature has already been merged with trunk. It&#8217;ll be released with 16.7 Gutenberg plugin. And if you can provide user feedback, that will be really great. And if the provided user feedback doesn&#8217;t reveal any big issues with that new feature, it will also arrive in WordPress 6.4 with the next upgrade on November 7th, 2023. How do you like that, Maya?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: I will definitely use this. I can see myself using this, I don&#8217;t know, for my company, for my day job, I don&#8217;t know about that. But so I have a website that is just to play around, my test site. I really like it. So I think I will definitely use this because it&#8217;s like, yeah, adding more creativity fuel to my toolkit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I can see that there are some very, very subtle backgrounds that could happen on different paragraphs, like wallpaper in a house or something like that where you can change that for a different group of posts or for&#8230; If you wrap a quote post into a group block, then you can add a background image to it, and that background image could have a photo of the person who gives the quote. So you don&#8217;t have to use backgrounds and fiddle around with all the blocks, you can just put it on the background image and then upload that to the quote block. And yeah, I really like it.&nbsp;</p>\n\n\n\n<p>So we are at the end of the show. I just wanted to make sure people, when they want to connect with you, what would be a good place to meet you online, Maya?</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: So I&#8217;m on Twitter and also I&#8217;m on Instagram. So yeah, I think I will&#8230; And on LinkedIn also, so in three places. So yeah, I will share the link to you so we can put it in the show notes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Awesome. Thank you so much. As always, the show notes will be published on Gutenbergtimes.com/podcast and this is the episode 89. And if you have questions, suggestions, or news that you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And there was a time when we had quite a few people add reviews about the podcast on different podcast websites like Stitcher or Apple or Google. It would be time to do another round of reviews. If you like what you hear and get value out of this podcast, please submit a review to Apple, that&#8217;s probably the most prominent one, to iTunes or podcast, and that would be really lovely. And as a bonus, we will read them in our next show. So yeah, come on then.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Give a little shout-out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Give a little shout-out. Yeah. So Maya, thank you so much for joining me today. It was lovely to have you on the show and give your input and have opinions will travel that&#8217;s always beneficial at WordPress. Yeah, and I thank you all for listening and I&#8217;ll hear you in two weeks. We won&#8217;t have a 16.7 then, but we will have Tammy Lister on the show and we will talk about WordPress 6.4 and the whole process. And I wish you all well, take care and goodbye.</p>\n\n\n\n<p><em>Nadia Maya Ardiani</em>: Thank you, Birgit. Forget the pleasure is all mine.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you.</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, 10 Sep 2023 08:35:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:122:\"Gutenberg Times: Font Library call for testing, Gutenberg 16.6, OmniForm and WooCommerce Blocks 11.0—Weekend Edition 267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://gutenbergtimes.com/font-library-call-for-testing-gutenberg-16-6-omniform-and-woocommerce-blocks-11-0-weekend-edition-267/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15030:\"<p>Howdy, </p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4 release</a> is fast approaching. This week I tested two new features. I am excited about that content creators and designers will be able to <a href=\"https://github.com/WordPress/gutenberg/pull/53934\">add a background image to group blocks</a>.  I see a few more decorative, wall paper like backgrounds for quotes, or call out paragraphs in our future. Furthermore, site owners and theme builders can look forward to a new Font library with font management capabilities via the Global Styles sidebar. </p>\n\n\n\n<p>You can upload fonts and server them to visitors locally and keep within privacy guidelines. <strong>Jeffrey Pearce</strong> posted <a href=\"https://twitter.com/jeffikus/status/1699864919628202063\">A call for testing</a> on X (formerly Twitter). For more information, I added some details in this<a href=\"https://gutenbergtimes.com/call-for-testing-of-the-new-font-library/\"> post on this site.</a></p>\n\n\n\n<p>For novices to the intricacies of Typography, <a href=\"https://developer.wordpress.org/news/2023/07/make-your-sites-typography-make-a-statement/\"><strong>Mary Baum</strong> started an exciting series </a>on the Developer Blog. </p>\n\n\n\n<p>Hope all is well. Cu you on the Interwebs. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-developing-gutenberg-and-word-press\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-16-6\">Gutenberg 16.6 </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>Last Monday, I was part of <a href=\"https://wpbuilds.com/2023/09/05/this-week-in-wordpress-266/\"><strong>This Week in WordPress #266 &#8211; &#8220;Weirdy bespoke CMS&#8221;</strong> </a>with <strong>Katie Keith</strong> and <strong>Bob Dunn</strong>, hosted by the fabulous <strong>Nathan Wrigley</strong>.  We talked about last week&#8217;s news around the WordPress space. Gutenberg updates, about LMS Working group, and Automattic&#8217;s <a href=\"https://ma.tt/2023/08/one-hundy\">One Hundy </a>(100-year plan) Bob&#8217;s booth take-over and Joost de Valk and Marieke van de Rakt joining Post Status, <a href=\"https://bigbite.net/wordpress-for-enterprise/\" target=\"_blank\" rel=\"noreferrer noopener\">Enterprise Guide to WordPress</a> and a lot more. It was great fun and quite enlightening. </p>\n\n\n\n<a href=\"https://wpbuilds.com/2023/09/05/this-week-in-wordpress-266/\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/266-This-Week-in-WordPress-Bob-Dunn-Katie-Keith-Nathan-Wrigley-Birgit-Pauli-Haack.jpeg?resize=652%2C367&ssl=1\" alt=\"Screenshot of This week in WordPress 266 with Bob Dunn, Katie Keith, Birgit Pauli-Haack and Nathan Wrigley\" class=\"wp-image-25466\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-developing-gutenberg-and-word-press\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Joen Asmussen</strong> again shared the work of the WordPress design team in his post <a href=\"https://make.wordpress.org/design/2023/08/28/design-share-aug-14-aug-25/\"><strong>Design Share: Aug 14-Aug 25</strong></a>.  You&#8217;ll find illustrations and links on </p>\n\n\n\n<ul>\n<li>the iterations on the new design for the themes directory, </li>\n\n\n\n<li>the way how to list user patterns by category</li>\n\n\n\n<li>the workflow to control styling nested elements through inheritance</li>\n\n\n\n<li>Better display for the audio component  and search results for the Openverse site. </li>\n\n\n\n<li>User interface to control the Lightbox feature for Image block</li>\n\n\n\n<li>Font Management for Google Fonts</li>\n\n\n\n<li>First round of designs for List views for the Admin space. </li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After nearly  3.5 years of feedback loops, knowledge sharing, and community building and WordPress 6.3 concluding the Phase 2, <strong>Anne McCarthy</strong> outlines in her blog post <strong><a href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\">Evolving the FSE Outreach Program</a>,</strong> what will happen next. Details on the timeline, the shift from new feature to adoption and the hand-off of future calls for testing to the WordPress test team, are all explained in the post. Anne McCarthy has been a fantastic community builder and communicator running this first of a kind outreach program.  Their work was groundbreaking and provided a blueprint future outreach programs can build on. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-gutenberg-16-6\">Gutenberg 16.6 </h3>\n\n\n\n<p>In his release post, <a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">What’s new in Gutenberg 16.6? (06 September)</a>, <strong>Vicente Canales</strong> highlighted the new Block hooks, formerly known as Auto-inserted blocks, and improvements to the block toolbars by tieing the toolbars of child blocks to the parent block&#8217;s toolbar. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> also reported on the Gutenberg 16.7 release in her article <a href=\"https://wptavern.com/gutenberg-16-6-introduces-block-hooks-improvements-to-toolbars-on-nested-blocks\">Gutenberg 16.6 Introduces Block Hooks, Improvements to Toolbars on Nested Blocks</a></p>\n\n\n\n<p>For this week&#8217;s <strong>Gutenberg Changelog episode 89</strong>, I had the great pleasure of welcoming <strong><a href=\"https://twitter.com/inyongski\">Nadia Maya Ardiani</a></strong> and my special guest. Ardiani is a content creator at Hostinger and contributor on training and documentation teams working on translations. We have been in touch since we met in person at WordCamp Asia. In this new episode, we tackled the Gutenberg 16.6 release and talked about more features in the works. The episode will drop into your favorite podcast app over the weekend. </p>\n\n\n\n<img width=\"652\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-08-at-13.46.21.png?resize=652%2C184&ssl=1\" alt=\"\" class=\"wp-image-25503\" />\n\n\n\n<p>TIL: The diner in Maya&#8217;s background is called <em>warkop/warmindo</em>, which is the short for <em>warung kopi </em>(coffee tavern) or <em>warung indomie</em> (instant noodle diner)</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-theme/\">Gutenberg Changelog #89 – Gutenberg 16.6, default theme and Font Library</a> with Nadia Maya Ardiani  as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\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=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><a href=\"https://twitter.com/jrtashjian\"><strong>JR Tashjian</strong></a>, senior developer at GoDaddy, has been working on <strong>OmniForm </strong>for a while, and he just released it in the <a href=\"https://wordpress.org/plugins/omniform/\">WordPress plugins directory</a>. OmniForm specializes in essential form types, such as contact and feedback forms. The feature list includes: </p>\n\n\n\n<ul>\n<li>20+ form fields blocks, including text fields, checkboxes, radio buttons, and more</li>\n\n\n\n<li>Pre-built form templates or create your own from scratch</li>\n\n\n\n<li>Manage form submissions within the admin dashboard</li>\n\n\n\n<li>Email notifications for new form submissions</li>\n\n\n\n<li>Customize form styling</li>\n\n\n\n<li>Spam protection with Cloudflare Turnstile, hCaptcha, and Google reCAPTCHA.</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>Patricia Hillebrandt</strong>, code wrangler at WooCommerce, published the release notes for <a href=\"https://developer.woocommerce.com/2023/08/31/woocommerce-blocks-11-0-0-release-notes/\"><strong>WooCommerce Blocks version 11.0.0</strong> </a>With the latest release of WooCommerce Blocks, users can leverage the Product Collection Block and the improved interactivity of the Product Button to create appealing product displays and enhance the shopping experience on their websites. </p>\n\n\n\n<p><strong>Sarah Gooding</strong> reported on the new release for the WPTavern: <a href=\"https://wptavern.com/woocommerce-blocks-11-0-0-adds-product-collection-block-in-beta-10-9-0-integrates-product-button-with-the-interactivity-api\"><strong>WooCommerce Blocks 11.0.0 Adds Product Collection Block in Beta, 10.9.0 Integrates Product Button with the Interactivity API</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <em>Torque Magazine</em> published <strong><a href=\"https://twitter.com/nschaeferhoff\">Nick Schäferhoff</a>&#8216;</strong>s post about <strong><a href=\"https://torquemag.io/2023/09/mastodon-and-wordpress/\">Mastodon and WordPress: 8 Ways to Make Them Work Together</a>.</strong> From site verification and social icons over displaying your feed on your site or your client&#8217;s sites, to automatically posting from WordPress to Mastodon, Schäferhoff gives comprehensive instructions and illustrations for a complete integration of WordPress and Mastodon. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On Learn.WordPress you can now watch the new tutorial:  <strong><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor</a>. </strong>You can create and launch your entire site within the Site Editor. In this video tutorial, <strong>Wes Theron</strong>, provides you with an overview of accessing and using the Site Editor and you learn about all the tools you need. </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/SteveJBurge\">Steve Burge</a></strong> published for KinshiPress the tutorial on how to <a href=\"https://kinshipress.com/time-to-read-block-wordpress/\"><strong>use a Time to Read Block in WordPress</strong></a>, via the Gutenberg plugin. </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><strong>Anton Plauche</strong> has published a detailed tutorial for responsive design implementation by extending the core columns block. In <a href=\"https://fullstackdigital.io/blog/how-to-build-responsive-designs-in-the-wordpress-editor-by-extending-the-core-columns-block/\"><strong>How to Build Responsive Designs in the WordPress Editor by Extending the Core Columns Block</strong></a>, Plauche shares example code to add our additional breakpoint functionality.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With Gutenberg 16.6, <strong>Nick Diego</strong> updated the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/\"><strong>documentation for Block Variations</strong></a> to clarify different properties and to add notes regarding implementation.  He also merged the new page on <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\"><strong>enqueuing assets in the Editor</strong></a></p>\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Ekodesign: Creatif Building block found in 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:\"Sun, 10 Sep 2023 08:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:57:\"Gutenberg Times: Call for testing of the new Font Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://gutenbergtimes.com/call-for-testing-of-the-new-font-library/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4059:\"<p>The Font Library is a new WordPress feature that will come to WordPress 6.4. Your help is needed to test the feature that allows you to manage fonts and their variants for your website. You can find the PR on GitHub <a href=\"https://github.com/WordPress/gutenberg/pull/53884\">Font Library: Frontend [Stage 1] #53884</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Use WordPress playground</h2>\n\n\n\n<p>You can use the WordPress playground tool that is already prepped for your test just follow this link <a href=\"http://bit.ly/test-font-library\">Test Font Library</a>. Unfortunately, you cannot upload other plugins or themes to the playground space yet. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Test with your test site</h2>\n\n\n\n<p>If you need  to use your own test site setup with LocalWP or any other tools because you are curious how the font library works with your set of plugins, themes or custom blocks, you would have to do a bit of a set-up. </p>\n\n\n\n<ol>\n<li><code>define( \'FONT_LIBRARY_ENABLE\', true );</code> in the wp-config to make the fonts library backend work&nbsp;</li>\n\n\n\n<li>Then obtain the PR-specific plugin zip via the “Checks” Scroll to “Build Gutenberg Plugin Zip&#8221;, and on the page scroll all the way down to gutenberg-plugin.zip</li>\n\n\n\n<li>Do not upload as plugin via your site, it will throw an error message. <code>The package could not be installed. No valid plugins were found.</code>) </li>\n\n\n\n<li>Download it to your <code>wp-content/plugins</code> directory of the Test Site and unzip it.&nbsp;</li>\n\n\n\n<li>Go to your <code>wp-admin/plugins</code> page and activate the Gutenberg plugin.&nbsp;</li>\n</ol>\n\n\n\n<h2 class=\"wp-block-heading\">Via Gutenberg Nightly</h2>\n\n\n\n<p>If you read to this at a later date, and you&#8217;ll find that the PR was already merged, you can always use the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly version</a> and start testing on your test site. </p>\n\n\n\n<h2 class=\"wp-block-heading\">How do you find the Font Manager? </h2>\n\n\n\n<p>No matter the tool you use, testing an undocumented feature is like jumping into the deep end of the pool and try to learn how to swim. </p>\n\n\n\n<p>Here are the steps. </p>\n\n\n\n<ul>\n<li>From your Dashboard </li>\n\n\n\n<li>select Appearance > Editor > </li>\n\n\n\n<li>Click into the canvas side of the screen to enable Edit Mode</li>\n\n\n\n<li>Use the Style icon to open it in the right sidebar</li>\n\n\n\n<li>You might already see some fonts listed in the Fonts section </li>\n\n\n\n<li>Click on the Ab icon on the left to the section header. </li>\n\n\n\n<li>It opens the Font Manger modal. </li>\n</ul>\n\n\n\n<p>Below is a short video how you can find the Font Manager. </p>\n\n\n\nVideo: <em>How to find the Font Manager</em>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-what-should-you-test\">What should you test? </h2>\n\n\n\n<ul>\n<li>You can download font from Google or other free font sites</li>\n\n\n\n<li>Upload the fonts via Drag and Drop or selecting the files from your computer</li>\n\n\n\n<li>They should land in the wp-contents/fonts folder.<br /> <img width=\"568\" height=\"326\" class=\"wp-image-25532\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-10-at-09.11.37.png?resize=568%2C326&ssl=1\" alt=\"New /fonts folder in wp-content directory\" /></li>\n\n\n\n<li>See that they show up in the Typography section of the Global Styles when enabling Font Family. </li>\n\n\n\n<li>Delete fonts you don&#8217;t need. </li>\n</ul>\n\n\n\n<p><em>Note re:  Display in Editor or Frontend</em><br />I have yet to find a way to make the uploaded fonts show up display in the editor or the frontend. I am in the process of finding out why and I&#8217;ll update these instructions when I do. If you already figured out how to do it feel free to share your findings in the comment section. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to report issues?</h2>\n\n\n\n<p>Report all finding in a comment on the PR on GitHub <a href=\"https://github.com/WordPress/gutenberg/pull/53884\">Font Library: Frontend [Stage 1] #53884</a>, or comment below. </p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Sep 2023 07:24:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: WP Includes Launches Women in WordPress Mentorship Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/wp-includes-launches-women-in-wordpress-mentorship-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3008:\"<img width=\"500\" height=\"333\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/women-working-500x333.jpeg\" alt=\"\" class=\"wp-image-148656\" />photo credit: <a href=\"https://stocksnap.io/photo/people-girls-N444PJYUP9\">Brodie Vissers</a>\n\n\n\n<p><a href=\"https://wpincludes.me/\">WP Includes</a> is a new initiative that launched this week with the goal of improving equal representation of women at global WordPress companies. It was founded by Human Made COO Siobhan McKeown and XWP Director of Engineering Francesco Marano.</p>\n\n\n\n<p>&#8220;I&#8217;ve been in WordPress a long time and I&#8217;ve met a lot of talented women but not enough in leadership roles. It&#8217;s time to change that,&#8221; McKeown said.</p>\n\n\n\n<p>The website states the founders&#8217; mission in launching the initiative:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Disappointed by the lack of representation of women in leadership roles at companies in the WordPress ecosystem we’ve decided to do something about it.</p>\n\n\n\n<p>We want to drastically increase representation of women in leadership roles at WordPress companies. We will do this by mentoring and supporting women to take the next step in their careers.</p>\n</blockquote>\n\n\n\n<p>WP Includes is recruiting women leaders who are C-Level or Directors <br />at a WordPress company to volunteer as mentors and build a supportive network of mentees.</p>\n\n\n\n<p>The mentorship program lasts five months and calls for mentees/mentors goes out twice a year in September and March. Mentors commit to meet with mentees for a 1:1 on a regular basis and support them in achieving their goals. Mentee applicants are required to be working at a business in the WordPress ecosystem and actively developing their careers.</p>\n\n\n\n<p>WP Includes is accepting sponsorships from companies with some rigorous requirements:</p>\n\n\n\n<ul>\n<li>Acknowledge gender disparity and a lack of representation in your organization, wherever it exists.</li>\n\n\n\n<li>Proactively address gender disparity in your leadership and executive roles.</li>\n\n\n\n<li>When senior roles become available, actively seek to place women within those roles.</li>\n\n\n\n<li>Support women within their career in your organization, working to ensure that any gender-related barriers are removed.</li>\n\n\n\n<li>Create opportunities to showcase women leaders in your organisation so that they can act as role models for future leaders.</li>\n</ul>\n\n\n\n<p>Supporting organizations can also contribute by sharing open roles within the network and by providing mentorship to future leaders who may potentially be considered for leadership roles in the sponsoring organizations. This is effectively changing representation from the inside out with cooperating organizations contributing to the cultivation of the leaders they need in order to purse more diverse leadership teams.</p>\n\n\n\n<p>Prospective mentees, mentors, and sponsors can apply on the <a href=\"https://wpincludes.me/\">WP Includes 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:\"Sat, 09 Sep 2023 02:31:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:114:\"WPTavern: ACF’s 2023 Annual Survey Results Reinforce Plugin’s Focus on Improving the Block Building Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/acfs-2023-annual-survey-results-reinforce-plugins-focus-on-improving-the-block-building-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3017:\"<p>Advanced Custom Fields (<a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">ACF</a>), one of the plugins WP Engine <a href=\"https://wptavern.com/wp-engine-acquires-5-plugins-from-delicious-brains\">acquired from Delicious Brains</a> in 2022, has published the <a href=\"https://www.advancedcustomfields.com/annual-survey/2023-results/\">results if its first annual survey</a>. Although ACF reports more than 4.5 million active users, including PRO site installs, the survey only gathered feedback from 2,031 respondents. </p>\n\n\n\n<p>These results are more representative of the plugin&#8217;s developer community, as 81% of respondents are developers who maintain between 11-50 websites. 63% use version control for their codebase, and 27% manage dependencies with Composer.</p>\n\n\n\n<p>The survey showed that ACF is still an important tool for its early adopters, as 50% said they have been using it since its early days and 70% of all respondents use the plugin on all the websites they build.</p>\n\n\n\n<p>When asked what type of sites they are building, respondents had the option to choose multiple answers. Sites using Classic WordPress themes are the most popular followed by Hybrid themes, Block themes, and page builders. Surveying those who use the block editor, 56% report that they build blocks using ACF blocks.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1358\" height=\"1030\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-08-at-10.35.34-AM.png\" alt=\"\" class=\"wp-image-148627\" />\n\n\n\n<p>&#8220;It was cool to see the strong representation of hybrid and block themes,&#8221; WP Engine Product Marketing Manager Rob Stinson said. &#8220;It shows us that there is growing adoption of the modern WP editor experience amongst the PHP friendly crowd that is the ACF user base. </p>\n\n\n\n<p>&#8220;We had this scoped for upcoming releases anyway, but it reinforces our focus on improving the block building experience in ACF.&#8221;</p>\n\n\n\n<p>Among those ACF users building sites with page builders, the most popular selections include Elementor, Divi, Beaver Builder, and WPBakery Page Builder.  Naturally, ACF Extended is the most popular extension used with ACF, followed by Gravity Forms, Yoast SEO, and ACF Better Search.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2110\" height=\"1168\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-08-at-12.46.15-PM.png\" alt=\"\" class=\"wp-image-148636\" />\n\n\n\n<p>Respondents demonstrated high confidence in those maintaining the plugin, as 98% of them are comfortable updating ACF to the latest version. They are also confident in continuing to build on top of WordPress, as 91% of survey participants said they are likely to continue with the platform. For a more detailed look at the questions and responses, check out the <a href=\"https://www.advancedcustomfields.com/annual-survey/2023-results/\">2023 annual survey results</a> on the ACF website.</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, 08 Sep 2023 17:27:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:101:\"Do The Woo Community: WooBits About WordCampUS, WP Includes, WP for Enterprise, Swag and Avalara Next\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/woobits-newsletter-episode-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:440:\"<p>In WooBits this week, recapping WCUS, launch of WP Includes, WordPress for Enterprise, future of swag and Avalara Next virtual event.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-newsletter-episode-one/\">WooBits About WordCampUS, WP Includes, WP for Enterprise, Swag and Avalara Next</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Sep 2023 11:55:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:90:\"WPTavern: Gutenberg 16.6 Introduces Block Hooks, Improvements to Toolbars on Nested Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/gutenberg-16-6-introduces-block-hooks-improvements-to-toolbars-on-nested-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3551:\"<p><a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">Gutenberg 16.6</a> is available with progress on a feature that was formerly called auto-inserting blocks but has now been renamed to block hooks.  </p>\n\n\n\n<p>In a previous release (<a href=\"https://wptavern.com/gutenberg-16-4-introduces-experimental-auto-inserting-blocks\">16.4</a>), Gutenberg introduced auto-inserting blocks as an experimental feature that allows plugin developers to specify a location in which the block will be automatically inserted, such as before or after a template. Users can then reposition the blocks after insertion using the editor tools.</p>\n\n\n\n<p>Gutenberg lead architect Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/53987#issuecomment-1695915874\">proposed</a> <a href=\"https://github.com/WordPress/gutenberg/pull/54147\">renaming</a> the feature to block hooks to help developers understand how they work. </p>\n\n\n\n<p>&#8220;I&#8217;ve seen anecdotal feedback that <code>autoInsert</code> is not the clearest of descriptions,&#8221; Ventura said. &#8220;I&#8217;d like to propose renaming to the more familiar <code>hooks</code> terminology—and &#8216;block hooks&#8217; in more general terms—to help folks understand the mechanics and purpose more rapidly.&#8221;</p>\n\n\n\n<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/52969\">adds an inspector panel for block hooks</a>, tentatively named &#8220;Plugins,&#8221; that displays blocks available for auto-insertion. It includes toggles to insert or remove them. The updated version of the feature also includes block icons (not shown below) to help differentiate the toggles. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1443\" height=\"438\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/block-hooks.gif\" alt=\"\" class=\"wp-image-148604\" />image source: <a href=\"https://github.com/WordPress/gutenberg/pull/52969#issuecomment-1669889491\">Gutenberg repository PR #52969</a>\n\n\n\n<p>Gutenberg 16.6 brings improvements to toolbars on nested blocks, where the toolbar now stays attached to the parent block. This change is part of a broader effort to improve nested block experiences. Previously, the toolbar would move around when clicking inside the nested blocks, but this change makes it stay in place for a less chaotic editing experience. The updated toolbar behavior has been rolled out to Navigation, List, and Quote blocks so far.</p>\n\n\n\nvideo credit: Gutenberg GitHub repository <a href=\"https://github.com/WordPress/gutenberg/pull/53699\">PR #53699</a>\n\n\n\n<p>This release includes a new keyboard shortcut for duplicating blocks within the List View: (<code>CMD+Shift+d</code>). It enables users to do more from the keyboard while navigating around the List View, instead of having to jump back into the block settings menu or editor canvas. Users can now click twice on the selected (or focused) block or multiple blocks to quickly duplicate them all in one go.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\nvideo credit: Gutenberg GitHub repository <a href=\"https://github.com/WordPress/gutenberg/pull/53559\">PR #53559</a>\n\n\n\n<p>These highlighted features and more will be landing in the upcoming WordPress 6.4 release. Check out the <a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">Gutenberg 16.6 release post</a> for the full list of new features, enhancements, bug fixes, and improvements to performance and code quality.</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, 08 Sep 2023 02:59:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:35:\"BuddyPress: BuddyPress 12.0.0-beta2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=331167\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2023/09/buddypress-12-0-0-beta2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3276:\"<p>Hello BuddyPress contributors!</p>\n\n\n\n<p>If you haven&#8217;t tested our first <a href=\"https://buddypress.org/2023/08/buddypress-12-0-0-beta1/\">12.0.0 beta release</a> (<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f448.png\" alt=\"👈\" class=\"wp-smiley\" /> <strong>please read this post</strong>), here&#8217;s another opportunity to help us make sure it will fit perfectly into your WordPress / BuddyPress specific configuration. Beta testing is very important and more then any other BuddyPress major release, we need you all, whether you&#8217;re a regular or advanced user, a theme designer or a plugin author: <strong>please contribute!</strong></p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-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 wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta2.zip\">Test BuddyPress 12.0.0-beta2</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s new since beta1?</h2>\n\n\n\n<p>We&#8217;ve been working on improving documentation about 12.0.0 changes and giving advanced users some more customization options about the coming visibility feature.</p>\n\n\n\n<p>We&#8217;ve fixed 8 bugs, the most important one was about the BuddyPress menu items we are making available in the WP Nav Menu management interfaces (Administration screen and customizer). We took this opportunity to <a href=\"https://github.com/buddypress/buddypress/tree/master/docs/user/administration/navigations\">document how BuddyPress is dealing with these interfaces</a>.</p>\n\n\n\n<p>The final release is slated to October 30 and&nbsp;<strong>we need you to get there</strong>: do test this beta release of BuddyPress <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>You can test <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta2.zip\">BuddyPress 12.0.0-beta2</a> in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta2.zip\">Download the beta here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>If you find something weird, please report it on&nbsp;<a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BuddyPress Trac</a>, post a reply to&nbsp;<a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">this support topic</a>&nbsp;or get in touch with us on our&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/buddypress\" target=\"_blank\">WordPress.org Slack channel</a>.</p>\n\n\n\n<p>Thanks in advance for your contributions <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f91d.png\" alt=\"🤝\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Sep 2023 20:27: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: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: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:74:\"Do The Woo Community: Woo AgencyChat Live with Mitch Callahan and Ash Shaw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://dothewoo.io/woo-agencychat-live-with-mitch-callahan-and-ash-shaw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:406:\"<p>From tools they use, a bit of AI, remote work and lots of insights into their teams and their companies.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-agencychat-live-with-mitch-callahan-and-ash-shaw/\">Woo AgencyChat Live with Mitch Callahan and Ash Shaw</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Sep 2023 08:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: GoDaddy Retires Media Temple Brand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wptavern.com/godaddy-retires-media-temple-brand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4655:\"<p>Media Temple (MT) is closing its doors after 24 years in the hosting industry, with the brand now retired and customers fully migrated to GoDaddy. In 2013, GoDaddy acquired MT &#8220;to win the hearts and minds of developers,&#8221; as then-CEO Blake Irving told <a href=\"https://venturebeat.com/business/godaddy-ceo-we-bought-media-temple-to-win-the-hearts-and-minds-of-developers/\">VentureBeat</a> at the time. When it was purchased, the highly regarded brand was focusing on advanced technical services that GoDaddy had not yet adapted, and the plan was to have MT operate independently with no changes for employees or customers.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Thanks for allowing us to serve you for 24 years. The time has come to say goodbye. We will miss you. Keep building amazing things!</p>&mdash; Media Temple (@mediatemple) <a href=\"https://twitter.com/mediatemple/status/1699116917900894315?ref_src=twsrc%5Etfw\">September 5, 2023</a></blockquote>\n</div>\n\n\n\n<p>The year following the acquisition, <a href=\"https://wptavern.com/mediatemple-launches-wordpress-managed-hosting-package\">Media Temple launched its managed WordPress hosting product</a>, joining the ranks of Flywheel, Page.ly, WordPress.com, WP Engine, and a handful of other companies that were working to elevate the hosting experience for WordPress users.</p>\n\n\n\n<p>In December 2022, MT <a href=\"https://origin-blog.mediatemple.net/news/a-new-chapter-for-media-temple/\">announced</a> it would be retiring the Media Temple brand and transitioning accounts to GoDaddy, while subtly acknowledging the sentimental place MT holds in many of its customers&#8217; hearts:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Since joining GoDaddy, we worked hand-in-hand with them to incorporate the best of Media Temple into offerings, including improving GoDaddy’s customer experience and leveraging Media Temple’s unique expertise on what it truly means to run a world-class hosting organization. If you closely examine GoDaddy’s hosting offerings, you will find Media Temple’s fingerprints all around. From specialized teams who deal with complex hosting issues to programs like GoDaddy Pro specifically targeting creatives, Media Temple made its mark on GoDaddy.</p>\n</blockquote>\n\n\n\n<p>Fans bid the brand farewell on Twitter, as its retirement marks the end of a chapter in web hosting history.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Basically the entire design community was sponsored by Media Temple back in the day.<br /><br />I can’t imagine a more omnipresent brand at the time. <a href=\"https://t.co/mmhdxEIHVy\">https://t.co/mmhdxEIHVy</a></p>&mdash; Josh Pigford (@Shpigford) <a href=\"https://twitter.com/Shpigford/status/1699464913595290066?ref_src=twsrc%5Etfw\">September 6, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">When I got started circa 2003, it felt like every respected web designer was hosted by Media Temple.<br /><br />They made being hosted by them feel cooler (really) than anywhere else. Geniuses.<br /><br />I was a (mt) customer from 2007–2020 until <a href=\"https://twitter.com/laravelforge?ref_src=twsrc%5Etfw\">@laravelforge</a> made deploying magnitudes easier. <a href=\"https://t.co/HyhBxz5PZs\">https://t.co/HyhBxz5PZs</a></p>&mdash; Brendan Falkowski (@Falkowski) <a href=\"https://twitter.com/Falkowski/status/1699543478169112971?ref_src=twsrc%5Etfw\">September 6, 2023</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Woah. Somehow Media Temple always seemed so cool, the first “aspirational” software in a way, where you’d move when your blog was successful.<br /><br />End of an era. <a href=\"https://t.co/tJobBqEPQf\">https://t.co/tJobBqEPQf</a></p>&mdash; Matthew Guay (@maguay) <a href=\"https://twitter.com/maguay/status/1699446005568270700?ref_src=twsrc%5Etfw\">September 6, 2023</a></blockquote>\n</div>\n\n\n\n<p>In February 2023, Media Temple began migrating accounts to GoDaddy, with no action required from customers. Many of the products and services were already fulfilled through GoDaddy, decreasing the number needing to be migrated. </p>\n\n\n\n<p>Now that the process is complete, the brand will discontinue operations and move current resources into supporting customers inside GoDaddy. The company assured former MT customers that they will retain their current products and pricing for equivalent products with access to more tools.</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, 07 Sep 2023 03:36:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Post Status: Community Summit Recaps, Multilingual Documentation, Performant Translations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=154280\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/community-summit-recaps-multilingual-documentation-performant-translations/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21140:\"<h2 class=\"wp-block-heading\" id=\"h-this-week-at-wordpress-org-september-4-2023\">This Week at WordPress.org (September 4, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Discover the latest from the WordPress community. From the future of WordPress &amp; Gutenberg&#8217;s next steps to intriguing discussions at the Community Summit. Plus, get a sneak peek into WordPress 6.4&#8217;s development cycle. Stay updated, stay involved! </p></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n<div class=\"gb-container gb-container-5e804289\">\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><h2><a href=\"https://wordpress.org/news\">News</a></h2></h2>\n\n</div>\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/09/episode-61-community-summit-all-at-washington-d-c/\">WP Briefing: Episode 61: Community, Summit, all at Washington D.C.</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/08/wordpress-6-3-1-maintenance-release/\">WordPress 6.3.1 Maintenance Release</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">The Future of WordPress &amp; What’s Next for Gutenberg</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/08/wp20-a-heartfelt-thanks/\">WP20 – A Heartfelt Thanks</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community-summit-notes\"><a href=\"https://make.wordpress.org/summit\">Community Summit Notes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/summit/2023/09/06/community-summit-discussion-notes-iterating-on-the-team-rep-role/\">Community Summit Discussion Notes: Iterating on the Team Rep role</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/04/community-summit-discussion-notes-open-source-participation-in-global-legislation/\">Community Summit Discussion Notes: Open Source participation in global legislation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/03/community-summit-discussion-notes-communication-and-collaboration-finding-your-way-around-wordpress/\">Community Summit Discussion Notes: Communication and Collaboration – Finding Your Way Around WordPress</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/01/understanding-contributor-leadership-roles-in-the-wordpress-open-source-project/\">Understanding contributor leadership roles in the WordPress open source project</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/31/part-i-ii-communicating/\">Part I &amp; II: Communicating…</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/31/invisible-and-under-appreciated-bolstering-behind-the-scenes-contributions/\">Invisible and under-appreciated: bolstering “behind the scenes” contributions</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/30/community-summit-discussion-notes-revitalizing-contributor-teams-leadership-pipeline/\">Community summit discussion notes: Revitalizing contributor teams’ leadership pipeline</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/30/community-summit-discussion-notes-php-version-support/\">Community Summit Discussion Notes: PHP version support</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/28/community-summit-discussion-notes-can-wordpress-become-the-household-name-it-deserves-to-be/\">Community Summit Discussion Notes: Can WordPress become the household name it deserves to be?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/27/community-summit-discussion-notes-refreshing-the-contributor-pipeline/\">Community Summit Discussion Notes: Refreshing the contributor pipeline</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/08/30/accessibility-team-meeting-agenda-september-1-2023/\">Accessibility Team Meeting Agenda: September 1, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/accessibility/2023/08/28/wcus-2023-contributor-day-summary/\">WCUS 2023 Contributor Day Summary</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/09/01/wordcamp-mentors-september-check-in/\">WordCamp Mentors’ September check-in!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/30/the-nextgen-event-project-your-ideas-your-wordpress-community/\">The NextGen Event Project: Your Ideas, Your WordPress Community!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/23/recap-of-the-diverse-speaker-training-group-wpdiversity-amer-emea-on-august-23-2023/\">Recap of the Diverse Speaker Training group (#WPDiversity) AMER/EMEA on August 23, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/23/call-for-ideas-new-features-for-our-nexgen-wp-events-central-page/\">Call for ideas: new features for our NexGen WP events central page</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/08/21/meetup-organizer-newsletter-august-2023/\">Meetup Organizer Newsletter: August 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/06/a-week-in-core-september-4-2023/\">Two Weeks in Core – September 4, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/05/call-for-testing-performant-translations/\">Call for Testing: Performant Translations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/31/proposal-an-update-to-the-field-guide/\">Proposal: An update to the Field Guide</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/08/adding-and-using-custom-settings-in-theme-json/\">Adding and using custom settings in theme.json</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/exploring-the-future-of-web-development-with-webassembly-and-php/\">Exploring the future of web development with WebAssembly and PHP</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/an-introduction-to-block-variations/\">An introduction to block variations</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/the-anatomy-of-a-letterform/\">The anatomy of a letterform</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/06/default-theme-chat-summary-august-30th-2023-2/\">Default Theme chat summary: September 6, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/05/dev-chat-agenda-september-6-2023/\">Dev Chat agenda, September 6, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/04/editor-chat-agenda-06-september-2023/\">Editor Chat Agenda: 06 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/08/28/design-share-aug-14-aug-25/\">Design Share: Aug 14-Aug 25</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/18/design-specific-triage/\">Bringing Back the Weekly Design Triage</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/09/01/agenda-for-docs-team-bi-weekly-meeting-05-sep-2023/\">Agenda for Docs Team Biweekly Meeting (05-Sep-2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/04/documentation-team-update-september-4-2023/\">Documentation Team Update – September 4, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hosting\"><a href=\"https://make.wordpress.org/hosting\">Hosting</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/hosting/2023/09/06/hosting-team-meeting-agenda-2023-09-06/\">Hosting Team meeting agenda 2023-09-06</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/hosting/2023/09/03/xpost-community-summit-discussion-notes-php-version-support/\">X-post: Community Summit Discussion Notes: PHP version support</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/marketing\">Marketing</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2023/08/24/wordcamp-us-2023-contributor-day/\">WordCamp US 2023 Contributor Day</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/23/introducing-the-wordpress-org-github-invite-tool/\">Introducing the WordPress.org GitHub Invite tool</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/04/last-week-openverse-2023-08-28-2023-09-04/\">A week in Openverse: 2023-08-28 – 2023-09-04</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/05/performance-chat-summary-05-september-2023/\">Performance Chat Summary: 5 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/09/04/plugin-review-team-4-september-2023/\">Plugin Review Team: 4 September 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/06/agenda-weekly-polyglots-chat-september-06-2023-0700-utc/\">Agenda: Weekly Polyglots Chat- September 06, 2023 (07:00 UTC)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/04/improving-translation-suggestions-from-other-languages/\">Improving Translation Suggestions from Other Languages</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\">Proposal: Documentation translation/localization</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\">Proposal for updated support guidelines</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/06/how-the-wordpress-sustainability-team-was-born-during-wordcamp-europe-2023/\">How the WordPress Sustainability Team was born during WordCamp Europe 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/05/sustainability-chat-agenda-september-8-2023/\">Sustainability Chat Agenda, September 8, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/08/31/test-chat-summary-29-august-2023/\">Test Chat Summary: 29 August 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/08/29/fse-program-lets-start-from-the-beginning-summary/\">FSE Program Let’s Start From The Beginning Summary</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/08/15/test-team-reps-call-for-nominations-3/\">Test Team Reps: Call for Nominations</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/04/test-team-update-4-september-2023/\">Test Team Update: 4 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/09/05/themes-team-update-september-5-2023/\">Themes team update September 5, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/09/02/whats-new-on-learn-wordpress-in-august-2023/\">What’s new on Learn WordPress in August 2023</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/learn-wordpress-newsletter-september-2023/\">Learn WordPress Newsletter – September 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/05/wordcamp-us-2023-contributor-day-recap/\">WordCamp US 2023 Contributor Day Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/05/lets-share-our-notes-from-the-community-summit/\">Let’s share our notes from the Community Summit</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/24/information-sources-for-wordpress-6-4/\">Information Sources for WordPress 6.4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">Looking for feedback: Learning pathway outlines</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/gu-how-to-start-using-wordpress-playground/\">વર્ડપ્રેસ પ્લેગ્રાઉન્ડનો ઉપયોગ કેવી રીતે શરૂ કરવો</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/common-apis-dashboard-widgets/\">Common APIs – Dashboard Widgets</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/how-to-create-a-video-tutorial-for-learn-wordpress-org/\">How to create a video tutorial for learn.wordpress.org</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=what-is-the-domain-name-system-3\">What is the Domain Name System?</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=speaker-workshop-for-indian-women-in-the-wordpress-community-part-2\">Speaker Workshop for Indian Women in the WordPress Community Part 2</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=speaker-workshop-for-indian-women-in-the-wordpress-community-part-1\">Speaker Workshop for Indian Women in the WordPress Community Part 1</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-metadata-2\">Common WordPress APIs: Metadata</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=wp-dev-livestream-sendig-block-theme-13\">WP dev livestream: Sendig block theme</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=apac-using-the-navigation-block\">APAC: Using the navigation block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=using-the-navigation-block-3\">Using the navigation block</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-metadata\">Common WordPress APIs: Metadata</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=41489\">WP dev livestream: Sendig block theme</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/wordpress-community-team-supporter-basics/\">WordPress Community Team Supporter Basics</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/\">jQuery 3.7.1 Released: Reliable Table Row Dimensions</a></li>\n\n\n\n<li><a href=\"https://nodejs.org/en/blog/release/v20.2.0\">Node v20.2.0 released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-1\">PHP 8.3.0 RC 1 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-2\">PHP 8.2.10 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-3\">PHP 8.1.23 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.1\">PHPMailer 6.8.1</a></li>\n\n\n\n<li><a href=\"https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html\">Changes in MySQL 8.0.35 (Not yet released, General Availability)</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases\">Composer 2.6.2</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and <a href=\"https://poststatus.com/#Agency\">your whole team</a> can <a href=\"https://poststatus.com/#choose-membership\">Join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"🎙\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"🐦\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"💼\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Sep 2023 19:31:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:82:\"WPTavern: #89 – Scott Kingsley Clark on Why the Time Is Right for the Fields API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=148568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/podcast/89-scott-kingsley-clark-on-why-the-time-is-right-for-the-fields-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47790:\"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, why the time might be right for the Fields API.</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 all 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 Scott Kingsley, Clark.</p>\n\n\n\n<p>Scott is a WordPress developer who has been working with WordPress since 2007. He&#8217;s well-known for his work on the Pods Framework, a popular content and custom fields plugin.</p>\n\n\n\n<p>Scott&#8217;s goal is to find ways to enhance the WordPress experience, particularly in terms of working with different types of data. He&#8217;s currently involved in the WordPress Fields API project, which aims to provide a better solution for developers looking to wrangle their data. And that is the focus of the podcast today. As you&#8217;ll hear, Scott is determined to contribute to the continual growth and improvement of WordPress, and to make the Fields API a reality.</p>\n\n\n\n<p>Scott came from a background using Drupal, which is an alternative CMS. When he first ventured into WordPress, he found certain features were lacking. Things which were baked into Drupal Core were not available in WordPress, a notable example being custom fields.</p>\n\n\n\n<p>We know that WordPress has a myriad of plugins, which can take on the burden of creating custom fields, but Scott has concerns about the interoperability of these plugins, and he wants to create a more solid structure within WordPress itself. Wouldn&#8217;t it be nice if there were ways for developers to create custom field plugins so that you weren&#8217;t locked into one or the other. Scott imagines a future in which you could move from ACF, Metabox Toolset and more. A future built on top of the Fields API.</p>\n\n\n\n<p>Throughout the conversation, scott talks about his passion for incorporating the block editor, React and other technologies into WordPress. He shares insights on controlling block settings, making them extensible through PHP.</p>\n\n\n\n<p>You might know Scott from his work on the popular Pods Framework plugin. This plugin allows users to create custom content types and fields in WordPress, and certainly speaks to his credentials in trying to push the Fields API project forward.</p>\n\n\n\n<p>We talk about what the Fields API might become. The aim is to simplify the process of working with custom fields and content types in WordPress. With the Fields API, Scott hopes to unify the different methods and APIs for managing custom fields, making it easier for developers and non-developers alike to add their fields to different screens within WordPress.</p>\n\n\n\n<p>It&#8217;s a complicated undertaking and we get into some of the areas of WordPress, which might benefit from his work. Scott sheds light on the challenges faced during the development of the Fields API, the need for shared storage standards among plugins, and the potential for better integration with the WordPress Admin UI.</p>\n\n\n\n<p>Towards the end of the podcast we talk about the future of the Fields API project, and how gaining support from people in the WordPress community will be crucial to its success.</p>\n\n\n\n<p>If you&#8217;re interested in how WordPress can be used as a fully featured CMS, this podcast 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 Scott Kingsley Clark.</p>\n\n\n\n<p>I am joined on the podcast today by Scott Kingsley Clark. Hello Scott.</p>\n\n\n\n<p>[00:04:53] <strong>Scott Kingsley Clark:</strong> Hey Nathan, how&#8217;s it going?</p>\n\n\n\n<p>[00:04:55] <strong>Nathan Wrigley:</strong> Yeah really good. Thank you for joining us on the podcast today. We&#8217;re going to get into the weeds a little bit with WordPress code and all sorts of things. We haven&#8217;t had one of these episodes for a little while so this will be nice and refreshing.</p>\n\n\n\n<p>Scott, given that we&#8217;re going to be talking about something technical I suppose it would be a good thing right at the beginning to learn about your technical expertise. The various different projects that you&#8217;ve touched in the WordPress space during the time that you&#8217;ve been in that. So just yeah a little moment for you to offer up your bio really. So over to you.</p>\n\n\n\n<p>[00:05:24] <strong>Scott Kingsley Clark:</strong> Well sure. I started working with WordPress in about 2007 or 8. I used it briefly once before with a one click install from cPanel before that, but I didn&#8217;t really like it at the time. And I was doing many other things.</p>\n\n\n\n<p>But ever since that point I have been really involved with trying to make WordPress the best that it can be. And that has evolved through plugin development. One of the plugins I&#8217;m more known for is the Pods Framework. And that is a content type, a custom field plugin for WordPress. But I&#8217;ve also tried to find ways to make it easier for other developers to build things without needing a plugin. Because a plugin like Pods existed before custom post types had a real API.</p>\n\n\n\n<p>But now that it has a real API you don&#8217;t really need a plugin like Pods to just make a custom post type. And the goal for me is, I&#8217;d love to see a better way to work with those types of objects inside of WordPress that have very different APIs, or in some cases no API at all. You just have to output your own markup and hook into some hooks. And it&#8217;s not really great.</p>\n\n\n\n<p>Especially in this day where we have everything exposed to the Rest APIs. And you want to build really cool blocks, but you can&#8217;t leverage some data from different structures that don&#8217;t exist. So that&#8217;s where I&#8217;d love to find ways for WordPress to level up.</p>\n\n\n\n<p>In this particular project of mine, is the WordPress Fields API. There is a group of us who have kind of rebooted it, but it existed in 2000 and, I want to say 14, 15, 16, 2017, all through those years. And we had made some progress, made a few different proposals and it just got stuck up in the process of getting the block editor and Rest API.</p>\n\n\n\n<p>And there was just so many more bigger features that were getting the priority, and it kind of burned me out. And I didn&#8217;t find anyone else to carry the torch so it just went away. And just the start of this year we started up again.</p>\n\n\n\n<p>[00:07:30] <strong>Nathan Wrigley:</strong> What was the reason that it went away? You mentioned there that there were a whole variety of different things going on at the same time. So was it that the community&#8217;s focus just seemed to be more interested on other things? And so despite the fact that you were putting in the time, and you obviously just described that it burnt you out a little bit. There just wasn&#8217;t enough interest because attention was being put elsewhere.</p>\n\n\n\n<p>[00:07:53] <strong>Scott Kingsley Clark:</strong> Right. Well Fields API owes so much to WebDevStudios and 10up who offered a lot of my time on the clock. They donated my time towards developing the Fields API and pushing it forward. And at 10up we were really, really close. We got the closest we had been at that point because at 10up we had a really awesome contributor for WordPress. A core committer, Helen Hou-Sandi.</p>\n\n\n\n<p>And that got us really close, but I think it just was that I was practically speaking for Fields API and saying, we should do this, we should do that, and it just wasn&#8217;t hitting. It wasn&#8217;t hitting right for them. Or the people who were involved in making decisions on what was going to make it, or what was going to get the attention or whatever, just didn&#8217;t feel it yet.</p>\n\n\n\n<p>And I can understand that. I mean there&#8217;s so much that everyone is trying to do for each release. And I kind of assumed that if I built as much as possible and showed it as a really thoroughly working prototype with tests and everything else. And I just handed it to them and said hey here it is. Can you help me make this part of WordPress Core? Do you have any feedback? And when I did that I guess the biggest problem was I hadn&#8217;t really involved all those same voices at that point prior to actually doing the development of it.</p>\n\n\n\n<p>So I had some input from a few different core contributors and committers and such. But as soon as I pushed out that final proposal in 2017 we got so many detractors and people saying, oh we should have done this differently or, why is it like this? And I would have done it this way. And it kind of did not get the consensus that I was needing for it to gain further traction. So we&#8217;ve kind of approached it differently in this reboot.</p>\n\n\n\n<p>[00:09:42] <strong>Nathan Wrigley:</strong> Okay, right. So you did a lot of the work, you put it out there but the feedback that came back didn&#8217;t exactly encourage you, let&#8217;s put it that way. There were people who just would rather it had been done in their way. I&#8217;m guessing that that&#8217;s because there are loads of different ways that this type of problem has been tackled I guess on a more or less on a per plugin basis. There&#8217;s probably hundreds of plugins out there that do something similar. They do it their way. And so they presumably think that their way is the way that it should be done.</p>\n\n\n\n<p>[00:10:15] <strong>Scott Kingsley Clark:</strong> Right. I mean there&#8217;s so many plugins like ACF and Pods and Toolset, so many more at comparewp.org slash cck. Which is like a really cool comparison list of all these different types of plugins. But there&#8217;s so many that each one has their own baked in API for managing fields in WordPress.</p>\n\n\n\n<p>And it&#8217;s just bonkers that everyone has to build all these APIs, and in the end they&#8217;re almost it&#8217;s forcing the need of having to build their own APIs because they won&#8217;t accept anything else other than the one that they built. And I think that it&#8217;s tricky with developers and egos and everything else. We all have to kind of find a way to, you know, what is the minimum bare essentials API that we could build for this and find a consensus on that.</p>\n\n\n\n<p>[00:11:01] <strong>Nathan Wrigley:</strong> So I guess this time around the community involvement is going to be there. You&#8217;re going to do this much more in the open. So that as you are going along presumably ideas are chipped in, rather than it just being one great big release at the end where everybody gets to either agree or disagree.</p>\n\n\n\n<p>[00:11:18] <strong>Scott Kingsley Clark:</strong> Right yeah. We tried to do that before but I think the challenge was we moved so quickly. I built so much code and I had made a specification ahead of time. But really the time wasn&#8217;t spent in the research specification side to get a consensus at that point, with not just the people who were involved but everyone else. Making sure everyone else had a moment to do that.</p>\n\n\n\n<p>I guess when people just look at a specification like oh, I&#8217;ll just look at it later on when he has something for me to look at. And so it just gets delayed. And I&#8217;m hoping that this time I can find ways to intuitively make it so people will actively and proactively be part of that process and give feedback</p>\n\n\n\n<p>[00:12:01] <strong>Nathan Wrigley:</strong> So given that you&#8217;ve restarted it, what reinvigorated it for you? Where did your curiosity for something that has been dormant for quite a number of years now. What on earth was it that brought you back to seeing this as a worthwhile use of your time?</p>\n\n\n\n<p>[00:12:16] <strong>Scott Kingsley Clark:</strong> Since 2017 I&#8217;ve had kind of dark years in my contributing to WordPress Core, and just feeling like, well I can&#8217;t get anything big done so maybe I shouldn&#8217;t spend my time on it. And just the amount of time I&#8217;d spent on it had taken away from my full time work and my side projects.</p>\n\n\n\n<p>I&#8217;m just like, well if I&#8217;m going to do this I really need it to be something I believe in. And up until the start of the year I just didn&#8217;t really feel like it was going to be possible. And then Joe Dolson, from the accessibility team was talking about how their team was looking at trying to revitalize the settings screens.</p>\n\n\n\n<p>And one of the biggest challenges were their setting screens are hard coded in a lot of ways. And there&#8217;s not really an easy way to just like, here let&#8217;s try out this different interface. Let&#8217;s try this interface, this markup. We&#8217;ll change this markup here. And it&#8217;s very difficult to produce different markup inside of WordPress Core right now for a lot of screens really.</p>\n\n\n\n<p>And more importantly for them, it&#8217;s not even using the Settings API the same way as most people are building things with the Settings API. And they hooked up with me because Courtney Robertson, a really awesome Dev Rel person, has just connected me with Joe at the end of last year I believe. And we just started talking about it, like hey this would be really cool if we had this Fields API stuff that you were thinking about before.</p>\n\n\n\n<p>And I was like well I don&#8217;t know. And then as they discussed it with really the focus on accessibility I was like, you know what accessibility is such a big priority to me that I think it kind of overrides my initial thoughts about well I don&#8217;t know if I can get this into Core. Because I thoroughly believe in spending more time on accessibility for lots of different plugins. Especially for WordPress Core and the block editor. And if I can help push that forward I feel like I&#8217;ve done something better with my time.</p>\n\n\n\n<p>And at that point I was like yeah I&#8217;m in. We&#8217;ll focus on the Settings API, just on that. And we&#8217;re not going to like build all the different screens and API prototype that we had done before. Until we get the Settings API, let&#8217;s focus all of our energy on doing that for the Settings API itself.</p>\n\n\n\n<p>[00:14:26] <strong>Nathan Wrigley:</strong> So that all kicked off again at the beginning of this year, 2023. And I&#8217;m staring at a page on the Make WordPress Core blog, which you wrote right at the beginning of the year, january the 9th. You&#8217;ve posted a video there of you, and I think the four other people on the call. So right at the very start of this year, five people involved at the very least.</p>\n\n\n\n<p>How has the project been growing? Has it caught the attention in the way that you&#8217;d hoped? Have there been people coming along to assist? One of the enterprises of this podcast episode is obviously to swell the number of people, but it would be quite nice to know how it&#8217;s going just prior to that.</p>\n\n\n\n<p>[00:15:04] <strong>Scott Kingsley Clark:</strong> So as with a lot of these kinds of initiatives it all depends on the time you put in, as someone who has the vision and leads it. And my time on the Fields API had been kind of reduced, just right after this. The economy started having some challenges in the tech space, and job security was a concern in a lot of areas for a lot of people, especially me.</p>\n\n\n\n<p>And so I didn&#8217;t have as much free time to focus on that. I was focused on my work, keeping my head down and making sure I was doing all my things. And I just didn&#8217;t have enough headspace for it. But I knew that if I could really spend a great deal of time this summer on the Fields API, getting it prepared, getting it to the next phase, so that we have something solid. By the time it is time for Community Summit contributor day for WordCamp US we have a solid chance.</p>\n\n\n\n<p>And then something came out of nowhere. On the Make WordPress dot org core, blog I saw a post come through. And I&#8217;ve been watching posts there all the time and sometimes I&#8217;ll provide feedback. But this one was unique. This one was talking about revamping the Admin UI. And now I&#8217;m getting all sorts of excited and I&#8217;m thinking to myself, oh this is my time.</p>\n\n\n\n<p>Like, if I can get the Admin UI perspective on the Fields API, I think this could even help us further, pushing this forward. Because if you want to approach redoing the Admin UI you have to expose these kinds of fields and forms and screens in a way that is more dynamic than it is right now. And that is a sweet spot for the Fields API.</p>\n\n\n\n<p>So I posted on that blog post. I asked Matias, hey can we have Fields API? Please, please, please be part of this conversation. I would love to talk to you more about it. And so we&#8217;re probably going to talk about it at WordCamp US, some time during that week. And my hope is we&#8217;ll get this really pushed further. Because it takes buy in from the vocal people in WordPress. And I think I&#8217;m beginning to see more buy in. And that is really a positive thing for me.</p>\n\n\n\n<p>[00:17:12] <strong>Nathan Wrigley:</strong> Sounds like a really nice bit of serendipity there. Couple of things happened, and the chance of the Admin UI being overhauled kind of sits perfectly doesn&#8217;t it. That really would be the moment.</p>\n\n\n\n<p>It is a dramatic change that&#8217;s being proposed. And so I guess if you&#8217;re going to go all in on changing the Admin UI, well now would be the time to get all of the fields work done as well.</p>\n\n\n\n<p>It just occurs to me that given the audience that listen to this podcast, there&#8217;s a fair smattering of developers no doubt. But also there&#8217;s people who are just into WordPress. You know, it&#8217;s a hobby. They perhaps do it as a side gig or something.</p>\n\n\n\n<p>So maybe we should rewind and do some explanations about what on earth an API for fields would even do. Why is it even needed? I&#8217;m suspecting that many people log in to their WordPress website, certainly since the advent of Gutenberg. And more or less everything that they want to do, publish posts, schedule posts, that&#8217;s possibly the extent of it all. It functions.</p>\n\n\n\n<p>So I&#8217;m imagining there&#8217;s a proportion of people listening to this going, well, what even would this be needed for? Describe a scenario where this would be useful. So, let&#8217;s cover that out. What is the Fields API? How would it change what WordPress does?</p>\n\n\n\n<p>[00:18:25] <strong>Scott Kingsley Clark:</strong> Sure. So let me preface my answer with, there&#8217;s a reason why there&#8217;s so many plugins out there doing content types and custom fields. There&#8217;s a reason why Advanced Custom Fields has millions of active installs. And tons of people have paid for the pro premium versions of these kinds of plugins.</p>\n\n\n\n<p>Now I&#8217;ll get into the real answer. This is an incredibly complicated dance. Whenever you want to go add a custom field to a post, or let&#8217;s say you&#8217;re building a site, a hobby site. I use the book analogy a lot, but let&#8217;s talk about music, because I love music too.</p>\n\n\n\n<p>So you&#8217;re setting up a site for your music and maybe you&#8217;re an artist, a solo artist or a band. And you&#8217;re trying to set up a list of albums. And so you&#8217;re like well, how do I add albums? You could add that in the block editor. No problem, no issues there. But then what if you wanted to make it more data oriented.</p>\n\n\n\n<p>So if you wanted to do that you&#8217;d have to go register a custom post type for album, for instance. Maybe a custom post type for tracks, if you want to relate them to albums in some way. And maybe a custom post type for other things. Maybe custom taxonomies for other items that you want. But the challenge there is not really in the content type. It&#8217;s in the custom fields you want to add to that.</p>\n\n\n\n<p>Inside of WordPress, I counted it up recently, there&#8217;s somewhere between 16 to 17 different APIs and hooks that are totally different from each other, to add custom fields or settings to different areas on all the different screens, and different objects inside of WordPress. That is a lot. So adding a custom field means you have to go add an action inside of PHP.</p>\n\n\n\n<p>First of all you have to know PHP and kind of know where to put it. Second of all you have to then go add action to add a meta box. Then you have to add your code to render all of your fields markup. So you have to add your HTML in there and have it do that. Then you have to add an action to handle the saving.</p>\n\n\n\n<p>And then at that point you&#8217;re probably going to be looking at doing more things for taxonomies possibly. So you have to work with another action there. You have to add things there and it doesn&#8217;t look great. So then you have to add more markup. And it&#8217;s a lot for someone who just wants to build.</p>\n\n\n\n<p>So you just mentioned that there&#8217;s a number of developers listening to this right now. But there&#8217;s a lot of people who aren&#8217;t really considering themselves developers. They&#8217;re just people building sites and they don&#8217;t really have time to dig into the code. Or they don&#8217;t want to tell their client they can do this if they can&#8217;t build it custom, they would have to pay someone else to do that. And they want to avoid that cost. So they&#8217;re going to use one of these off the shelf plugins, like Advanced Custom Fields.</p>\n\n\n\n<p>Why would you spend five hours building your albums and tracks and things like that in PHP? The trial and error and figuring out the markup and, why is this not working? And then coming back to it later on and spending another few hours trying to debug something that happens. And then displaying it all on the front end. Why spend all that time when you can just install a plugin and just click a few buttons? And boom, you have another post type and then you have your fields already displayed. And by the way they look really nice. Why would you spend that time?</p>\n\n\n\n<p>So this is more of a feature, or more of a project geared towards developers so that it makes them spend less time on their side of things. And it unifies all 16, 17 of these methods and APIs to work with all these different screens.</p>\n\n\n\n<p>But what the end result would be is anyone using WordPress could then be using a plugin, or potentially use code snippets very easily without having to have a whole lot of knowledge. And be able to add a field to different screens without a whole lot of code, or whole lot of PHP experience. And these types of plugins like ACF, and Pods, and Toolset and various others, they could then leverage the Fields API if they&#8217;re supporting that WordPress version that includes it. They could leverage this Fields API in a way that reduces the code that they actually have to have inside their own plugins.</p>\n\n\n\n<p>And at the same time that makes it so WordPress itself, the REST APIs, everything that talks with the Fields API, then knows about the structures you&#8217;re registering.</p>\n\n\n\n<p>It&#8217;s a hand in hand, win-win scenario for end users who benefit from the stability, and the flexibility, and extensibility of those APIs in place. And developers who want to be able to utilize those things.</p>\n\n\n\n<p>[00:22:54] <strong>Nathan Wrigley:</strong> Have you any experience with other CMSs? We could probably list off half a dozen or more other CMSs. But certainly some that I have used in the past, a lot of these kind of features are baked into the core product. So the ability to add custom fields to, well it may not be called a custom post type over on that particular platform but you get the idea. It is already built in, if you like.</p>\n\n\n\n<p>You mentioned that you want to have this pushed to Core. Do you see that other CMSs are potentially stealing a march on WordPress? WordPress has traditionally been very good at giving 80% of the people what they want. So there is some argument as to whether or not some things should be added or some shouldn&#8217;t. But do you feel its been lacking this? And really a lot of other rival CMSs have been doing this for years.</p>\n\n\n\n<p>[00:23:42] <strong>Scott Kingsley Clark:</strong> That&#8217;s a very good point. The plugin Pods was one of the first ones that did custom content types and custom fields for WordPress in a way that mimicked, and this is in 2008, the end of 2008. It mimicked Drupal at the time.</p>\n\n\n\n<p>Drupal has a major feature called, what they called CCK, which was Content Construction Kit. I think that was what it was.</p>\n\n\n\n<p>And so what value that API had for Drupal was that it would let you do the kinds of things you&#8217;re seeing be possible with plugins like Metabox or whatever else, you can use code, and ACF to register your groups and fields, and you can use code to register custom post types.</p>\n\n\n\n<p>So you don&#8217;t have to use the UIs. You don&#8217;t have to provide a bunch of JSON. You can just register those things through PHP. And Drupal has had this for many, many years. It&#8217;s coming up on almost 20 years now that it&#8217;s had a feature like CCK. And that is not really that Drupal is ahead of WordPress, it&#8217;s that WordPress is severely behind. Because it hasn&#8217;t really prioritized these kinds of unifying APIs for its screens. I mean obviously WordPress hasn&#8217;t.</p>\n\n\n\n<p>If you look at it, it really hasn&#8217;t changed a whole lot until block editor. The interfaces and screens really kind of have been what they are. The structure of where things are has been mostly the same outside the block editor.</p>\n\n\n\n<p>Multisite was a big thing, but the screens themselves they really haven&#8217;t changed a whole lot. And I think that is just because we&#8217;ve been focused as a project on building features and not looking back at what we&#8217;ve done, and finding a better way to represent that. A project like the Admin UI revamp, or even accessibility revamp, could give us that time to kind of be introspective. What are we doing with these screens, and how do we make these things better?</p>\n\n\n\n<p>And backward compatibility doesn&#8217;t have to be a hindrance in the Fields API because it can be backward compatible too. It&#8217;s just if you want to register the new way you can do that and that is the officially the way that we recommend you do it. It&#8217;s just, it works. I really hope that more people see things like Drupal, and there&#8217;s so many other plugins, or so many other CMSs out there that have their own kind of CCK situations.</p>\n\n\n\n<p>Because it&#8217;s just, you&#8217;re building a CMS? Well you&#8217;re not going to want to do that the way the WordPress did it way back when. No one&#8217;s going to want to do that on purpose. And I think that they all already have their own forms and Fields API processing abilities, because that&#8217;s the bare minimum. As a developer, when you&#8217;re building something like this you build that. You don&#8217;t build all the markup and everything hard coded anymore.</p>\n\n\n\n<p>[00:26:24] <strong>Nathan Wrigley:</strong> Yeah I was a big fan of Drupal, and I used Drupal exclusively more or less for many years. My first interaction with WordPress was an endeavor to move away from Drupal for a variety of different reasons. And I do remember opening up WordPress and almost being incredulous that I couldn&#8217;t achieve some of the things that I was simply able to achieve with a vanilla install of Drupal.</p>\n\n\n\n<p>So custom fields was just trivially easy. It was there, it was baked in. And so I had this expectation, well everybody&#8217;s using WordPress it must have, you know, a similar feature set. And so, just flabbergasted that it didn&#8217;t exist.</p>\n\n\n\n<p>Of course very quickly found out exactly what you just said. That commercial and also free, there&#8217;s plenty of free options as well, Pods being one. That you had to go and find a solution for that. So rather than it being baked into core you&#8217;d go out and you&#8217;d purchase ACF or you would download Pods or whatever it may be.</p>\n\n\n\n<p>But this sort of feeling that well that&#8217;s interesting because I wonder how they&#8217;re doing that and if they&#8217;re doing it differently than the other one, so if ACF is doing it differently to how Pods is doing it, you could make that spaghetti go in any direction. How am I going to be stuck in the future? You know things that I create with Pods, is that interoperable? Could I start using ACF at a future date on the same website?</p>\n\n\n\n<p>So there&#8217;s all of that thrown into it as well. And I guess the endeavor here is to create that basic structure so that everybody can approach it and everybody can start creating these things without the reliance necessarily on a third party plugin.</p>\n\n\n\n<p>[00:28:03] <strong>Scott Kingsley Clark:</strong> Right. Like if you&#8217;re using a plugin like that and the Fields API comes out, there could be a migration thing, or exporting plugin created that exports from Pods or ACF or whatever into the Fields API structure. Much like ACF and some of these other plugins have the ability to kind of export. Maybe the biggest one is Custom Post Type UI. Where it&#8217;s just simple. Add custom post types, you add custom taxonomies and you can export that to code.</p>\n\n\n\n<p>And that code works without the plugin. So it just tells it, here is what you tell WordPress to do what you want to do here. That kind of ability to export into just a Fields API code would take your code, your plugin usage of ACF or Pods or whatever, and you could easily switch out into just pure WordPress.</p>\n\n\n\n<p>But also because if it has that ability to use the Fields API at that point you have more interoperability. So you can go between these different plugins more easily because there&#8217;s a similar structure we&#8217;re all using. And when you&#8217;re registering through Fields API you can potentially set like a source, like this is coming from ACF, or whatever you want.</p>\n\n\n\n<p>And then a Pods plugin could say oh hey I recognize you had these ACF fields, do you want to bring them over? The Fields API opens up the door because everyone&#8217;s talking the same talk. And we can all talk about things in the same conversation instead of like I need to know the ACF APIs to work with getting the fields out, and I need to know this and then that. And there&#8217;s that side.</p>\n\n\n\n<p>But there&#8217;s also the storage side. So we&#8217;re talking about the way that ACF stores their content. For repeatable fields that can be quite tricky. Flexible content, anything that has to do with data that&#8217;s not just a simple single value gets a little bit tricky depending on how you choose to store it in ACF.</p>\n\n\n\n<p>So those sorts of things are more based off of the plugin developers preference. So ACF was developed in a specific kind of point of view, for how they should store the storage. Pods is the same way, we have a specific point of view where it should be stored a certain way. Every plugin will have their own points of view. But if we can settle on the structure of the content fields, the custom fields for each of these objects, and how they&#8217;re going to be specified to WordPress, that&#8217;s really half the battle.</p>\n\n\n\n<p>Then we can start talking about, okay now that we have this common language let&#8217;s work on bringing everyone to the same storage, so anyone can switch between these different plugins and they won&#8217;t have to deal with any extra work. We could all agree on a shared set of storage, kind of specification standards really.</p>\n\n\n\n<p>[00:30:35] <strong>Nathan Wrigley:</strong> The breadth of this project feels like it could be truly enormous because there are fields in all sorts of unexpected places in WordPress. I mean you may not be thinking about them all the time but you know we&#8217;ve got post types, and terms, and comments, and settings, and users, and navigation, and the media library and all sorts of different places.</p>\n\n\n\n<p>How are you breaking it down? Is there an order in which you&#8217;re going to knock those dominoes over? Are you going for, I don&#8217;t know, probably the low hanging fruit of custom post types first, or is the intention to try and get everything done all at once? You did mention accessibility. Perhaps that&#8217;s come first because of Joe Dolson&#8217;s interactions with you.</p>\n\n\n\n<p>[00:31:17] <strong>Scott Kingsley Clark:</strong> Yeah. So accessibility is going to be the main driving point for us right now. So we&#8217;re focused on the Settings API. If we can get this right and potentially the goal is to get it to the point where we can actually merge it just for the Settings API. Just for the Settings API.</p>\n\n\n\n<p>We have an inside person now, inside of WordPress itself. So now we can start expanding it, and say okay now here&#8217;s the proposal to add this to the post types, and to the terms and everywhere else to be powered by the Fields API. And once you have those things powered by the Fields API, the full Admin UI revamp is becoming much more approachable for people who want to switch out the markup there.</p>\n\n\n\n<p>They don&#8217;t have to modify core as much to make it happen. They don&#8217;t have to duplicate all the code and deal with merge conflicts. It&#8217;s just so much more easier when you&#8217;re working with data structures that are defined as data structures, and not purely as markup and save handlers like they are in many areas of WordPress.</p>\n\n\n\n<p>[00:32:13] <strong>Nathan Wrigley:</strong> You&#8217;ve been doing this kind of work for years with Pods. So you know you&#8217;re incredibly familiar with this. Is there anything during your time working with Pods where you thought, I wish WordPress had this?</p>\n\n\n\n<p>So I&#8217;m just wondering if you might try to smuggle into this some unique new feature, not something which we&#8217;re already familiar with. You know post types and comments and users. Really that question might go nowhere but I just wondered if there was something innovative that you&#8217;ve got. Really I&#8217;d love to try this.</p>\n\n\n\n<p>[00:32:40] <strong>Scott Kingsley Clark:</strong> So I do have something but it&#8217;s going to be interesting to see if we can make it happen. So the way that this has been focused on has been replacing existing screens that are kind of hard coded and all that. But we haven&#8217;t really talked about, what about the block editor? What about React and all those things?</p>\n\n\n\n<p>And the cool part about that is that if you look at the screen, if you go to the block editor right now, you&#8217;re looking at editing a post and you insert a block, like let&#8217;s talk about the paragraph block or even a group block. On the right hand side, if you have it open, the inspector control sidebar there. That allows you to control what the block settings are, on margins and adding extra classes if you want to add them to the block.</p>\n\n\n\n<p>And many different blocks have many different settings. And then also you can click over and if you&#8217;re looking at the post type, or page post type you&#8217;ll see the word post or page up there and there&#8217;s a little kind of a tab, and you click that and then you are looking at the object controls.</p>\n\n\n\n<p>So this controls what is going on with the page or post like attributes for the parent, or maybe the date, or the many different things like slug and all that. So both of these areas are areas I would love, not really to sneak in, but I want to get buy in from people. I want to find a way to build these screens, these sets of fields and have them extensible through PHP.</p>\n\n\n\n<p>If we can do this in a way with the Fields API where you could register new sections and controls inside of React, it&#8217;s possible. We&#8217;re doing this right now. Pods is doing this, ACF, many other block builders are doing this with their blocks, their own blocks APIs. The way that we&#8217;re doing it right now is too much. It&#8217;s going down the same road of we&#8217;re locking ourselves in.</p>\n\n\n\n<p>I want these sections and these controls to be extensible. I want someone to be able to override stuff. I want someone to be able to add new things to them. I want to add something ahead of it or after it. I don&#8217;t want to have to know any JavaScript to be able to do the bare minimum for basic controls.</p>\n\n\n\n<p>You can still, with the Fields API even, you could still at that point do all the JavaScript or React stuff you want to build up your own custom controls, and the ways that you want them to display, and special handling for how to work with the blocks and all that. But really the bare minimum ought to be the way that we lower the bar towards developers, new people, new developers.</p>\n\n\n\n<p>But especially at this point, PHP is not getting the love it needs as an API source for WordPress, especially with a block editor. We need to expand that. I think there&#8217;s so much potential.</p>\n\n\n\n<p>[00:35:27] <strong>Nathan Wrigley:</strong> Given everything that you&#8217;ve just said, and we&#8217;ve now got a real nice full round picture of what it is that you&#8217;re trying to achieve, are there any significant roadblocks? I mean obviously hours and coding, the amount of time that it&#8217;s going to take you to do all these things, and the amount of people who jump on board the project, that&#8217;s a given. Are there any technical obstacles that are in the way that you foresee being problematic?</p>\n\n\n\n<p>[00:35:52] <strong>Scott Kingsley Clark:</strong> So before, when we built all this stuff in the earlier versions, and I just read, we actually started working on the kind of Fields API idea in 2013. That&#8217;s even earlier than I remember. That was back in Freenode, Freenode IRC stuff.</p>\n\n\n\n<p>I think one of the challenges was when we built all the different screens we had to modify WordPress Core files and override them. And as new versions of WordPress would be released we&#8217;d have to merge those changes into ours. It&#8217;s a headache to keep it up, and keep it updated for every release. And for even maintenance releases to make sure that you&#8217;re not breaking something that was changed or fixed inside of WordPress release, and having it so that my prototype should always work with latest WordPress.</p>\n\n\n\n<p>Well that&#8217;s difficult because latest WordPress is always changing. I think that&#8217;s the challenge is trying to focus not on, like we did before, we had posts, we had terms, we had settings, we had users, we had comments, we had media, we had the customizer. All those different areas were covered.</p>\n\n\n\n<p>We already had those things covered inside of the Fields API code we had before. You could use the Fields API actively to add things to those screens. But that was a lot. That was a lot to deal with. So if we focus on settings, that&#8217;s why I&#8217;m hoping this reduced focus on setting screens will reduce the amount of pain we have to deal with. Because when we&#8217;re merging things we only have to worry about just those settings screens that we&#8217;re overriding for WordPress Core. That&#8217;s it. And we don&#8217;t have to worry about all the different screens and all the different files that we&#8217;ve been overriding.</p>\n\n\n\n<p>[00:37:16] <strong>Nathan Wrigley:</strong> Yeah thank you for that. I mean obviously you would be very warmly welcoming anybody who has listened to this and is intrigued by what you&#8217;ve said and thinks, okay I&#8217;ve got some technical expertise that I could apply to this project. If that&#8217;s the case, where are you hanging out most with this? I&#8217;m guessing the Slack channel is probably a good place to start. But maybe there&#8217;s some other places too.</p>\n\n\n\n<p>[00:37:39] <strong>Scott Kingsley Clark:</strong> I really deeply would love to have more contributors. Anyone who can think about things in different points of view for how a Fields API should be built. Things like someone who&#8217;s involved with other plugins that do this type of thing. It&#8217;s a big plus if you&#8217;ve built a Fields API yourself for one of these plugins.</p>\n\n\n\n<p>It&#8217;s also a big thing to think about you know just someone who&#8217;s not been building those things but maybe someone coming from outside of WordPress, or someone with heavier PHP structure experience. How do we structure the Fields API? And how is that going to look?</p>\n\n\n\n<p>There&#8217;s also plenty of room for people who can help write tutorials, or help us write. I think one of my big deficiencies is having time to write up all the great text that we&#8217;re going to need for make.wordpress.org core posts about how do we describe what we&#8217;re building here, and get people involved and excited?</p>\n\n\n\n<p>What is the proposal going to look like? And how do we lay this out nicely? And those types of things would be also very helpful to have. And you can find all of our efforts inside of Slack right now. So if you go into the WordPress Slack you&#8217;ll find us in the core dash fields channel.</p>\n\n\n\n<p>We also have a GitHub that has been totally revamped from the old ones. We now have two different archive repos from the past versions that we had. And now we have this third repo that we&#8217;re using that is refreshed and ready to go. It already has some more research already in it and we&#8217;re going to start working from that repo now.</p>\n\n\n\n<p>[00:39:03] <strong>Nathan Wrigley:</strong> That&#8217;s perfect. I will make sure to link to those in the show notes. Everything that you&#8217;ve mentioned I&#8217;ll make sure that it gets a link. But it sounds like not just technical people. There&#8217;s also room for people who have skills in, I don&#8217;t know, documentation or something that you&#8217;ve described. So the door is wide open. This feels like really important work. It would be lovely to get this over the wire. To get some more buy in, and more thoughts from different community members.</p>\n\n\n\n<p>So yeah we&#8217;ll round it off there. Scott Kingsley Clark. Thank you so much for chatting to me today. I wish you all the best in getting this into Core in the, well, let&#8217;s say near future.</p>\n\n\n\n<p>[00:39:35] <strong>Scott Kingsley Clark:</strong> I really appreciate you including me and this project in your efforts here to get the word out. I can&#8217;t say how much I&#8217;m excited. I&#8217;m just extremely excited to get this finally pushed up and hopefully emerged into Core. And I am working my behind off this entire month, just to make sure that we can try to get that traction and get it across that finish line.</p>\n\n\n\n<p>[00:39:58] <strong>Nathan Wrigley:</strong> Well very much appreciated, because everything that you do and achieve will certainly make our WordPress lives a lot better. So thank you, Scott. I really appreciate it.</p>\n\n\n\n<p>[00:40:07] <strong>Scott Kingsley Clark:</strong> No problem.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.scottkclark.com/\">Scott Kingsley Clark</a>.</p>\n\n\n\n<p>Scott is a WordPress developer who has been working with WordPress since 2007. He is well-known for his work on the <a href=\"https://pods.io/\">Pods Framework</a>, a popular content and custom fields plugin. Scott&#8217;s goal is to find ways to enhance the WordPress experience, particularly in terms of working with different types of data. He is currently involved in the WordPress Fields API project, which aims to provide a better solution for developers looking to wrangle their data, and that is the focus of the podcast today. As you’ll hear Scott is determined to contribute to the continual growth and improvement of WordPress and try to make the Fields API a reality.</p>\n\n\n\n<p>Scott came from a background using Drupal, which is an alternative CMS. When he first ventured into WordPress, he found certain features were lacking. Things which were baked into Drupal Core were not available in WordPress, a notable example being custom fields.</p>\n\n\n\n<p>We know that WordPress has a myriad of plugins which can take on the burden of creating custom fields, but Scott has concerns about the interoperability of these plugins, and he wants to create a more solid structure within WordPress itself. Wouldn’t it be nice if there were ways for developers to create custom field plugins so that you weren’t locked into one or the other? Scott imagines a future in which you could move from ACF, Metabox, Toolset and more; a future built on top of the Fields API.</p>\n\n\n\n<p>Throughout the conversation, Scott talks about his passion for incorporating the block editor, React, and other technologies into WordPress. He shares insights on controlling block settings, making them extensible through PHP.</p>\n\n\n\n<p>You might know Scott from his work on the popular Pods Framework plugin. This plugin allows users to create custom content types and fields in WordPress, and certainly speaks to his credentials in trying to push the Fields API project forward.</p>\n\n\n\n<p>We talk about what the Fields API might become. The aim is to simplify the process of working with custom fields and content types in WordPress. With the Fields API, Scott hopes to unify the different methods and APIs for managing custom fields, making it easier for developers and non-developers alike to add fields to different screens within WordPress. It’s a complicated undertaking and we get into some of the areas of WordPress which might benefit from this work.</p>\n\n\n\n<p>Scott sheds light on the challenges faced during the development of Fields API, the need for shared storage standards among plugins, and the potential for better integration with the WordPress Admin UI.&nbsp;</p>\n\n\n\n<p>Towards the end of the podcast we talk about the future of the Fields API project and how gaining support from people in the WordPress community will be crucial to its success.</p>\n\n\n\n<p>If you’re interested in how WordPress can be used as a fully featured CMS, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://pods.io/\">Pods Framework</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/rest-api/\">REST API documentation</a></p>\n\n\n\n<p><a href=\"https://docs.google.com/spreadsheets/d/1mSqienVYxLopTFGLPK0lGCJst2knKzXDtLQRgwjeBN8/edit#gid=3\">Compare WP &#8211; Plugin Comparison &#8211; Content Types / Custom Fields</a></p>\n\n\n\n<p><a href=\"https://communitysummit.wordcamp.org/2023/\">WordPress Community Summit 2023</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">ACF</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/meta-box/\">Meta Box</a></p>\n\n\n\n<p><a href=\"https://toolset.com/\">Toolset</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/custom-post-type-ui/\">Custom Post Type UI</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, 06 Sep 2023 15:10: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: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: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:62:\"Akismet: 25 Ways to Increase Your Online Form Conversion Rates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=236608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/form-conversion-rate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23794:\"<p>Running a successful website is no small feat. It requires a great deal of hard work, dedication, and knowledge from a team of experts all working symbiotically toward a common goal. There are so many different aspects to consider — from designing the perfect user experience to maintaining an effective web hosting infrastructure.</p>\n\n\n\n<p>But one of the most critical aspects that can make or break success is the conversion rate of your forms. Your form conversion rate is the percentage of visitors who successfully complete a form on your website. The higher this rate, the more successful your site will be at generating new leads, sales, and other desired outcomes.</p>\n\n\n\n<p>Whether it&#8217;s a contact form, a <a href=\"https://akismet.com/blog/how-to-enable-or-disable-user-registration-in-wordpress/\">sign-up form</a>, or a checkout form, the ease and convenience of these for users directly impact business.&nbsp;</p>\n\n\n\n<p>That&#8217;s why, today, we&#8217;ll explore 25 ways to increase your online form conversion rates and, in turn, boost the effectiveness of your website.</p>\n\n\n\n<span id=\"more-236608\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">1. Keep forms short and simple</h2>\n\n\n\n<p>The first rule of thumb, when it comes to increasing your form conversion rate, is to keep your forms short and simple. The less time and effort it takes for a user to complete a form, the more likely they are to do so.</p>\n\n\n\n<p>According to the <a href=\"https://contentsquare.com/insights/digital-experience-benchmark/\">Contentsquare 2023 Digital Experience Benchmark report</a>, the average internet user spends less than 5.6 minutes on a website they&#8217;re actively engaged with. Think reading a blog post or trying to make a purchase.&nbsp;</p>\n\n\n\n<p>At first glance, that seems like a decent amount of time, but when you consider session duration has <a href=\"https://contentsquare.com/blog/average-time-spent-on-websites-is-dropping/\">decreased by 7.5%</a> since 2021, it&#8217;s clear that user behavior indicates less patience.</p>\n\n\n\n<p>And that&#8217;s not a lot of time to capture their attention and get them to fill out a form. By keeping your forms short and straightforward, you&#8217;re making it as easy as possible for users to engage with your site and, ultimately, convert.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image4.png\" alt=\"example of email list signup for WooCommerce\" class=\"wp-image-236610\" />\n\n\n\n<p>Consider only asking for the most essential information. If you&#8217;re collecting leads from potential event sponsors, you really only need the representative&#8217;s name and email. Your sales team may also want you to ask for a phone number, company name, and budget information, but each of these questions will reduce the number of top-of-funnel submissions you receive. So, you’ll have to consider this balance and optimize your forms accordingly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">2. Place your forms above the fold</h2>\n\n\n\n<p>&#8220;Above the fold&#8221; is a term borrowed from the newspaper industry that refers to the upper half of the front page. The term &#8220;above the fold&#8221; in web design is the part of a webpage that’s visible without the need to scroll. Placing your lead generation forms above the fold on their landing page makes them immediately visible to visitors, increasing the likelihood that they&#8217;ll be filled out.</p>\n\n\n\n<p>A <a href=\"https://www.nngroup.com/articles/scrolling-and-attention/\" target=\"_blank\" rel=\"noreferrer noopener\">study by Nielsen Norman Group</a> found that user attention drops dramatically below the fold. By placing your form above, you&#8217;re ensuring that it&#8217;s one of the first things a user sees when they land on your page.</p>\n\n\n\n<p>The goal is to make it as easy as possible for people to convert. By strategically placing your web forms, you&#8217;re removing one more barrier between the user and a conversion.</p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Limit the use of CAPTCHAs</h2>\n\n\n\n<p>CAPTCHAs, those little tests that ask you to identify traffic lights or crosswalks in a series of images, are a common method of <a href=\"https://akismet.com/blog/how-to-stop-contact-form-spam-on-wordpress/\">preventing form spam</a>. However, they can also be a significant barrier to web form completion.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image10.png\" alt=\"example of a CAPTCHA with red spheres\" class=\"wp-image-236611\" />\n\n\n\n<p><a href=\"https://akismet.com/blog/wordpress-captcha/\">CAPTCHAs</a> can be frustrating and time-consuming for users, especially if they&#8217;re difficult to solve. And they can also pose accessibility issues for those with impairments. While CAPTCHAs can be effective at preventing bots from submitting forms, they can also deter legitimate users.</p>\n\n\n\n<p>Instead of relying on CAPTCHAs, consider other methods of spam prevention that are less intrusive and more user-friendly…</p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Use non-intrusive spam protection</h2>\n\n\n\n<p>Non-intrusive spam protection methods can be a great alternative to CAPTCHAs. These methods work behind the scenes to prevent spam without disrupting the user&#8217;s experience.</p>\n\n\n\n<p>For example, the <a href=\"https://akismet.com/features/\">Akismet anti-spam plugin</a> for WordPress sites offers powerful spam protection without the need for CAPTCHAs. It automatically checks and filters out <a href=\"https://akismet.com/blog/how-to-stop-contact-form-spam-on-wordpress/\">spam submissions</a>, allowing you to focus on managing your site.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image1.png\" alt=\"Akismet homepage\" class=\"wp-image-236612\" />\n\n\n\n<p>Through prioritizing non-intrusive spam protection methods, you can improve the user experience and accessibility of your forms, leading to higher conversion rates.</p>\n\n\n\n<h2 class=\"wp-block-heading\">5. Group related fields together</h2>\n\n\n\n<p>Organization is key when it comes to designing user-friendly forms. Grouping related fields together can make your forms easier to navigate and understand, leading to higher completion rates.</p>\n\n\n\n<p>You might wish to group contact information fields (like name, email, and phone number) together, separate from billing information fields (like credit card number, expiration date, and CVV).</p>\n\n\n\n<p>This not only makes your form more visually organized, but it also helps users understand what kind of information is expected in each section.</p>\n\n\n\n<h2 class=\"wp-block-heading\">6. Use clear and descriptive field labels</h2>\n\n\n\n<p>Clear and descriptive field labels are crucial for ensuring that people know exactly what information they need to provide. Ambiguous or confusing labels can lead to errors, frustration, and ultimately, form abandonment.</p>\n\n\n\n<p>For instance, if you&#8217;re asking for a user&#8217;s phone number, specify whether it&#8217;s a home, work, or mobile number.</p>\n\n\n\n<p>If you&#8217;re asking for a date, indicate the format you want it in (e.g., MM/DD/YYYY).</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image3.png\" alt=\"name, email, and date fields grouped together\" class=\"wp-image-236613\" />\n\n\n\n<p>The goal is to make it as easy as possible for users to complete your form. Clear, descriptive labels go a long way towards achieving this and improving your form conversions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">7. Optimize for mobile devices</h2>\n\n\n\n<p>With more than <a href=\"https://www.statista.com/statistics/277125/share-of-website-traffic-coming-from-mobile-devices/\" target=\"_blank\" rel=\"noreferrer noopener\">half of all web traffic</a> now coming from mobile devices, it&#8217;s more important than ever to ensure your forms are mobile-friendly.</p>\n\n\n\n<p>This means performing a series of form optimization tasks, including:</p>\n\n\n\n<ul>\n<li>Making sure your web forms are fully responsive and easy to navigate on smaller screens</li>\n\n\n\n<li>Ensuring fields are large enough to tap</li>\n\n\n\n<li>Making it easy for users to switch between fields</li>\n\n\n\n<li>Avoiding the use of elements that don&#8217;t work well on mobile, like hover tooltips.</li>\n</ul>\n\n\n\n<p>Mobile users are on the go, so they are even less patient than desktop users. By optimizing your forms for mobile, you can make it easier for users to convert and boost your conversion rate.</p>\n\n\n\n<h2 class=\"wp-block-heading\">8. Use progress indicators</h2>\n\n\n\n<p>If your form is long or divided into multiple sections, using progress indicators can be a great way to keep site visitors engaged. Progress indicators show people how far they&#8217;ve come and how much further they have to go to complete the form.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image6.png\" alt=\"form with a progress bar\" class=\"wp-image-236614\" />\n\n\n\n<p>This can be particularly useful for complex forms, like multistep checkout processes or lengthy surveys. When you show users their progress, you&#8217;re giving them a sense of accomplishment and encouraging them to go all the way.</p>\n\n\n\n<h2 class=\"wp-block-heading\">9. Use autofill and auto-suggest features</h2>\n\n\n\n<p>Autofill and auto-suggest features can significantly speed up the form completion process and improve the user experience. These features automatically populate fields with relevant information, saving users time and effort.</p>\n\n\n\n<p>For example, an autofill feature might populate a user&#8217;s address based on their IP location, while an auto-suggest feature might suggest relevant options as someone begins typing into a field.</p>\n\n\n\n<p>When you reduce the amount of typing and decision-making required, these features can make your forms quicker and easier to complete, leading to higher conversion rates.</p>\n\n\n\n<h2 class=\"wp-block-heading\">10. Use inline validation</h2>\n\n\n\n<p>Inline validation involves checking each field for errors as the user fills out the form, rather than waiting until they hit the &#8220;submit&#8221; button. If a user makes a mistake, they&#8217;re immediately alerted and can correct the error on the spot.</p>\n\n\n\n<p>This can prevent frustration and confusion that can occur when a user completes a form, only to be told they&#8217;ve made multiple errors. It also helps users learn as they go, improving the overall experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\">11. Use conditional logic</h2>\n\n\n\n<p>Conditional logic, also known as &#8220;if-this-then-that&#8221; logic, can make your forms more interactive and user-friendly. It involves showing or hiding fields based on the user&#8217;s previous responses.</p>\n\n\n\n<p>So, if someone indicates that they&#8217;re from the United States, you might show a field asking for their state. If they indicate they&#8217;re from another country, that field would be hidden.</p>\n\n\n\n<p>By tailoring your form to each user&#8217;s responses, you can make the form-filling process more relevant and less overwhelming, leading to higher conversion rates.</p>\n\n\n\n<h2 class=\"wp-block-heading\">12. Limit the use of mandatory fields</h2>\n\n\n\n<p>While it&#8217;s important to gather as much relevant information as possible, too many form fields can deter people from completing your form. Try to make fewer form fields mandatory and only require the most essential information.</p>\n\n\n\n<p>If a field isn&#8217;t absolutely necessary, consider making it optional. Users who are in a hurry or who value their privacy will appreciate the option to skip non-essential fields.</p>\n\n\n\n<h2 class=\"wp-block-heading\">13. Use smart defaults</h2>\n\n\n\n<p>Smart defaults involve pre-populating form fields with the most likely response. This can save users time and effort, making your form quicker and easier to complete.</p>\n\n\n\n<p>For example, if most of your site visitors are from the United States, you might set &#8220;United States&#8221; as the default option in the &#8220;Country&#8221; field. Users from other countries can still select their country from the dropdown menu, but U.S. users won&#8217;t have to.</p>\n\n\n\n<h2 class=\"wp-block-heading\">14. Break long forms into multiple pages</h2>\n\n\n\n<p>Long forms can be overwhelming and may deter users from starting. By breaking these forms into smaller, more manageable steps, you can make the form-filling process less daunting and more user-friendly.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image2.png\" alt=\"Page 2 of a multi-step form\" class=\"wp-image-236615\" />\n\n\n\n<p>Multipage forms also give users a sense of progress, which can motivate them to complete the form. Just remember to include a progress indicator, as we already mentioned, so users know how far they&#8217;ve come and how much further they have to go.</p>\n\n\n\n<h2 class=\"wp-block-heading\">15. Ensure accessibility for all users</h2>\n\n\n\n<p>Accessibility should be a priority when designing your forms. This means ensuring that all users, including those with impairments or disabilities, can easily navigate and complete your web forms.</p>\n\n\n\n<p>This might involve using larger text sizes, providing alternative text for images, and ensuring your forms are compatible with screen readers. The <a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\">Web Content Accessibility Guidelines (WCAG)</a> offers all the details about making web content more accessible.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image5.png\" alt=\"W3C homepage\" class=\"wp-image-236616\" />\n\n\n\n<p>By making your forms accessible, you&#8217;re not only complying with legal requirements and ethical best practices, but you&#8217;re also expanding your user base and increasing your potential conversion rates.</p>\n\n\n\n<h2 class=\"wp-block-heading\">16. Use contrasting colors and clear typography</h2>\n\n\n\n<p>The design of your forms can have a significant impact on their usability and, consequently, your conversion rates. Using contrasting colors can make your forms more visually appealing and easier to read.</p>\n\n\n\n<p>Similarly, clear typography can improve readability and reduce the likelihood of errors. Choose fonts that are easy to read and large enough to be seen on all devices.</p>\n\n\n\n<h2 class=\"wp-block-heading\">17. Eliminate unnecessary distractions</h2>\n\n\n\n<p>When a user is filling out a form, you want their focus to be on the form and nothing else. This means eliminating any unnecessary distractions, like pop-ups, excessive text, or irrelevant images.</p>\n\n\n\n<p>The simpler and more focused your form page is, the more likely people are to complete the form. Remember, the goal is to make it as easy as possible for users to convert.</p>\n\n\n\n<h2 class=\"wp-block-heading\">18. Display trust signals and social proof</h2>\n\n\n\n<p>Trust signals and social proof can significantly increase your form conversion rates by building trust with your potential customers and site visitors. This might involve displaying security badges, testimonials, or the number of satisfied customers you have.</p>\n\n\n\n<p>For example, if you&#8217;re asking for sensitive information like credit card details, displaying a security badge can reassure users that their information will be safe.</p>\n\n\n\n<p>Similarly, testimonials can show people that others have had positive experiences with your company.</p>\n\n\n\n<p>On the Akismet homepage, there’s a prominent display of how many pieces of spam have been blocked, how many websites have been protected, and the spam detection accuracy.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image9.png\" alt=\"amount of spam blocked by Akismet\" class=\"wp-image-236617\" />\n\n\n\n<h2 class=\"wp-block-heading\">19. Clearly state your privacy policy</h2>\n\n\n\n<p>In an era where data privacy is a major concern, you need to clearly state your privacy policy on your forms. Let visitors know exactly how their information will be used and stored. This transparency can build trust and increase the likelihood of people completing your form.</p>\n\n\n\n<p>Consider adding a link to your full privacy policy for those who want more detailed information. Also, reassure users that their information will not be shared with third parties without their consent.</p>\n\n\n\n<h2 class=\"wp-block-heading\">20. Provide instructions and help text</h2>\n\n\n\n<p>While your form should be intuitive and easy to understand, providing additional instructions and help text can guide users through the process and prevent errors. This can be particularly useful for complex fields that require specific formats or information.</p>\n\n\n\n<p>Help text should be concise and clearly visible, ideally placed directly under the field it refers to. Providing this extra guidance can improve the user experience and increase form completion rates.</p>\n\n\n\n<h2 class=\"wp-block-heading\">21. Offer live chat assistance</h2>\n\n\n\n<p>Offering live chat assistance can provide immediate help to users who are having trouble with your form. This real-time support can resolve issues quickly, preventing them from abandoning the form out of frustration.</p>\n\n\n\n<p>Live chat can also provide valuable insights into common issues or obstacles, allowing you to continually improve your form based on feedback.</p>\n\n\n\n<h2 class=\"wp-block-heading\">22. Use action-oriented submit buttons</h2>\n\n\n\n<p>The text on your submit button can influence whether users complete your form. Just as you work to refine your call to action copy in other areas, you should pay careful attention to the language used on form buttons. Instead of using a generic term like &#8220;Submit,&#8221; consider a more action-oriented and specific term that tells users what they&#8217;re accomplishing by clicking the button.</p>\n\n\n\n<p>For instance, if your form is for a newsletter sign-up, your button call to action might say &#8220;Join our community.&#8221;&nbsp;</p>\n\n\n\n<p>Or, if it&#8217;s a purchase form, it might say &#8220;Complete my purchase.&#8221; This small tweak can make your form more engaging and motivate users to take action.</p>\n\n\n\n<p>Another example is on the Akismet checkout form, which confirms how much a customer will pay:</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image7.png\" alt=\"Akismet checkout form\" class=\"wp-image-236618\" />\n\n\n\n<h2 class=\"wp-block-heading\">23. Make your buttons stand out</h2>\n\n\n\n<p>The design of your submit button can significantly increase conversions on your forms. Your button should stand out from the rest of the form, making it clear where someone needs to click to submit the form.</p>\n\n\n\n<p>Consider using a contrasting color for your button and placing it in a prominent location. The size of the button also matters — it should be large enough to be easily tapped on a mobile device, but not so large that it overwhelms the rest of the form.</p>\n\n\n\n<h2 class=\"wp-block-heading\">24. Use friendly and descriptive error messages</h2>\n\n\n\n<p>Error messages matter a great deal in form design as well. They guide users in correcting mistakes, but if they&#8217;re not handled well, they can frustrate users and lead to form abandonment.</p>\n\n\n\n<p>Ensure that your error messages are friendly, descriptive, and helpful. Instead of simply saying &#8220;Invalid input,&#8221; explain what the error is and how to fix it.</p>\n\n\n\n<p>For example, &#8220;The email address you entered is not in the correct format. Please enter a valid email address.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">25. A/B test form elements</h2>\n\n\n\n<p>Finally, one of the most effective ways to increase your form conversion rates is to continually test and optimize your forms. A/B testing involves creating two versions of your form, each with a different element, and seeing which one performs better.</p>\n\n\n\n<p>You can A/B test almost any aspect of your form, from the color of your submission button to the wording of your field labels. There are several WordPress plugins that can help you A/B test your forms easily, like <a href=\"https://wordpress.org/plugins/nelio-ab-testing/\" target=\"_blank\" rel=\"noreferrer noopener\">Nelio A/B Testing</a>.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image8.png\" alt=\"Nelio Testing homepage\" class=\"wp-image-236619\" />\n\n\n\n<h2 class=\"wp-block-heading\">Increase your online form conversion rate with careful planning</h2>\n\n\n\n<p>Increasing the conversion rates of your sign up form, lead generation forms or other web forms is a multifaceted process that involves thoughtful design, user-friendly features, and continuous optimization. By implementing the strategies discussed in this article, you can create a web form that not only provides a seamless user experience but also effectively drives conversions.</p>\n\n\n\n<p>One key aspect of this process is ensuring your forms are protected from spam in a non-intrusive way. That&#8217;s where Akismet has a role to play. With its robust, <a href=\"https://akismet.com/pricing/\">conversion-friendly spam protection</a>, Akismet allows you to maintain the integrity of your forms and protect the user experience — without the need for CAPTCHA.</p>\n\n\n\n<p>So, as you work on optimizing all the forms on your site, consider Akismet as your partner in creating a more secure, user-friendly, and conversion-optimized form experience.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions</h2>\n\n\n\n<p>Let&#8217;s now turn our attention to some frequently asked questions about form design and conversion rate optimization.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. How do I decide which form fields are essential and which can be removed?</h3>\n\n\n\n<p>Deciding which form fields are essential depends on the purpose of your web form. While it’s best to limit required fields, If it&#8217;s a contact form conversion rate you’re working on, for example, you&#8217;ll likely still need fields for the user&#8217;s name, email address, and message .</p>\n\n\n\n<p>Any additional fields should be carefully considered. Ask yourself if the information is necessary to achieve the purpose of the form. If not, it might be best to remove the field to keep the form short and simple.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Why should I avoid using CAPTCHA on my contact forms?</h3>\n\n\n\n<p>While CAPTCHA can be effective at preventing spam, it can also deter legitimate users. CAPTCHAs can be frustrating and time-consuming, especially if they&#8217;re difficult to solve. They can also pose accessibility issues for users with impairments. Instead, consider using non-intrusive spam protection methods, like Akismet, that provide a better user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. What is Akismet, and how can it help with form conversion rates?</h3>\n\n\n\n<p><a href=\"https://akismet.com/\">Akismet</a> is an anti-spam plugin for WordPress sites. It automatically checks and filters out spam comments, allowing you to focus on managing your site. By preventing spam without the need for CAPTCHAs or other intrusive methods, Akismet can improve the user experience and increase form conversion rates.</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. What types of companies generally use Akismet?</h3>\n\n\n\n<p>Akismet is used by a wide range of companies, from small businesses to <a href=\"https://akismet.com/enterprise/\">large enterprises</a>. It&#8217;s particularly popular among companies that rely heavily on their online presence, such as ecommerce businesses and content creators.&nbsp;</p>\n\n\n\n<p>With over 100 million sites using Akismet, it&#8217;s clear that this tool is trusted by many. Notable enterprise brands such as Microsoft, <a href=\"https://akismet.com/blog/convertkit-customerstory/\">ConvertKit</a>, and Bluehost rely on Akismet to protect their sites from spam and improve their user experience.</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, 06 Sep 2023 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:12:\"Kathryn Marr\";s: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:71:\"Do The Woo Community: Live From WCUS, It’s the Robbie and Robert Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/live-from-wcus-its-the-robbie-and-robert-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"<p>It\'s filled with laughs, insights and simply good times when co-hosts Robbie and Robert take over the mics at WCUS 2023.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/live-from-wcus-its-the-robbie-and-robert-show/\">Live From WCUS, It&#8217;s the Robbie and Robert Show</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Sep 2023 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: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:41:\"HeroPress: WordPress Is My Ball And Chain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"https://heropress.com/essays/wordpress-is-my-ball-and-chain/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-is-my-ball-and-chain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9056:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/09/essay-cover-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"WordPress, and its inclusive community, led me down a path of redemption and acceptance.\" />\nHere is Justin&#8217;s story read aloud by artificial intelligence.\n\n\n\n\n\n\n<p>This month marks the 22nd anniversary of the terrorist attacked on the World Trade Center in the United States. I can still remember exactly where I was that morning, as I had an argument with my girlfriend the night before, and was sleeping on the couch of someone with whom I used drugs.</p>\n\n\n\n<p>It had only been four months since graduating high school, but I was already an addict. As a matter of fact, I was using drugs heavily at the end of my senior year, and the first summer after high school is when my life really started to spiral out of control.</p>\n\n\n\n<p>By the end of 2001 I was selling any drug I could get my hands on to make some money and feed my addiction (except heroin — that is always were I drew the line). Within a couple years I was the goto person for many substances, but primarily methamphetamine.</p>\n\n\n\n<p>Then I got caught, arrested, and thrown in jail. The prosecutor wanted to throw the book at me, recommending a 15 year sentence. But with my family supporting me in the courtroom and my lawyer fighting for me, the judge recognized that with this support, I did not deserve the full 15, and gave me 7 years, with 8 years probation instead. With good behavior, I did just under 3 years in prison.</p>\n\n\n\n<p>While in prison, I focused on my restoration. Learning new things, studying for certification in motor vehicle mechanics, and even starting work with accredited college courses funded by my tribe (Comanche Nation).</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p> I knew I had let down my family, and had something to prove.</p>\n</blockquote>\n\n\n\n<p>Through it all, my addiction, prison, and restoration, my family was always there for me. They knew the real me, not the person addicted to drugs and not the dealer feeding his addiction by providing for other addicts. That’s the person I know I needed to be again, for both myself and for them.</p>\n\n\n\n<p>Right after my release in January 2008, I immediately started working in a warehouse and attending college. At the company where I worked, the CEO gave me some excellent advice that I needed to control my narrative on the web (e.g. Google), so I built my first website using WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-pivoting\">Pivoting</h2>\n\n\n\n<p>At a young age, I was always fascinated by technology. I remember dabbling with computers in grade school, and tinkering on the internet in my teens. While I never did any kind of coding back then, the marketing aspect of web technologies did pique my interest. Then, drugs pulled me away from all that and sent me down a different path.</p>\n\n\n\n<p>When I found WordPress around April of 2008, all of that excitement started to come back. I would work my warehouse job during the day, drive to University of Central Oklahoma in the evening for a couple of college courses, then play around with WordPress themes (HTML, CSS, and some PHP) well into the night all that summer. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This was the beginning of my love for WordPress. I was instantly addicted, and simply could not put down my computer, often getting little sleep before the next day (that’s okay, I was in my early 20s <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" /> ).</p>\n</blockquote>\n\n\n\n<p>By late 2010, I was taking on WordPress side projects, building websites, and even making online tutorials about WordPress. All this despite still working in the warehouse and taking night courses at college.</p>\n\n\n\n<p>In 2011, my work caught the eye of <a href=\"https://corymiller.com/\">Cory Miller</a>, who I had previously met at a marketing event in Oklahoma City. Cory owned and operated <a href=\"https://ithemes.com/\">iThemes</a>, a WordPress theme and plugin product company based out of Edmond Oklahoma. Although I was still working in the warehouse and taking college courses, Cory offered me a job working at iThemes as a web developer for WordPress themes and plugins. My major in college was marketing, and I still has a few more courses to complete before graduating, but I took the offer anyway and little did I know it was the beginning of a career in software development that led me where I am today.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-and-then-wordcamp\">And Then WordCamp&#8230;</h2>\n\n\n\n<p>My first WordCamp to both attend and speak was Fayetteville in 2011. That’s actually when I first met <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a> (along with her <a href=\"https://heropress.com/essays/wordpress-tool-success/\">mother</a> and sister too). Of course, we went different ways in life but it is a marker that I like to remember as it helps me understand the different paths each of us take in this world. While I only spoke at a few other WordCamps, I attended many more over the years. The WordPress community, and its inclusiveness, was simply impossible for me to ignore.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I know my experiences are different, and to understand this I also have to mention that I joined a few other communities through the years, but none ever fully accepted me, and one even did not let me keep coming when they found out I was a former convict.</p>\n</blockquote>\n\n\n\n<p>Although most people in the WordPress community never knew about my past, I never felt they would kick me out even if they did find out. Actually, I felt the community leaders honestly didn’t care at all about your past, culture, identity, etc., but rather just wanted you to love (or at least like) WordPress.</p>\n\n\n\n<p>And I did love WordPress. Still do.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Redemption and Acceptance</h2>\n\n\n\n<p>WordPress unexpectedly led me down a path of redemption and acceptance. For a long time I was angry at the world (especially corporate America) for not accepting me, and in those times of anger I would seek out WordPress people. No one even knew, but they were helping me nonetheless, always there when I needed, always a shiny light in the darkness.</p>\n\n\n\n<p>I’ve traveled the world with WordPress. Making WordPress friends in Asia, Australia, Europe, North &amp; South America and beyond. I love the WordPress community, and want to continue watching it flourish and grow. Every time I visit a WordCamp, I get to make new friends, see new faces, and meet awesome people of WordPress. I was able to build meaningful business and personal relationships, joining WordPress communities, attending and hosting WordPress events, and even speaking at several WordCamps across the World.</p>\n\n\n\n<p>Most of the WordPress companies for which I have worked had such amazing leaders, knowing about my past yet still giving me the opportunity to continue to demonstrate my new self. Two of which deserve an honorable mention: Cory Miller of Post Status (formerly iThemes) and <a href=\"https://10up.com/blog/author/10up/\">Jake Goldman</a> of <a href=\"https://10up.com/\">10up</a>. Both of these leaders embraced me wholly, and the things Jake said to when I mentioned my criminal past before my background check continue to give me confidence in knowing there are amazing leaders working in WordPress.</p>\n\n\n\n<p>The WordPress Community has proven itself to be more than just a platform for a tool. In my personal journey, I discovered that it represents a beacon of hope, a testament to what can be achieved when diverse minds come together under the banner of openness and collaboration. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Albeit unknowingly, this community handed me a new lease on life, providing me with opportunities to learn, grow, and reinvent myself.</p>\n</blockquote>\n\n\n\n<p>Its core values of openness and inclusiveness aren&#8217;t just buzzwords but are deeply rooted in the ethos of every member who contributes, either by writing code, designing themes, or even just by sharing experiences. It&#8217;s a reminder that every individual, irrespective of their background or skillset, has the potential to add value to this thriving ecosystem. As beneficiaries of this incredible community, it falls upon us to ensure that we not only appreciate these values but also embody them. We must commit to fostering an environment where every decision we make, every action we undertake, further deepens the culture of inclusivity and collaboration.</p>\n\n\n\n<p>Thank you WordPress, and the WordPress Community. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2764.png\" alt=\"❤\" class=\"wp-smiley\" /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-is-my-ball-and-chain/\">WordPress Is My Ball And Chain</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Sep 2023 12:26: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:16:\"Justin Kopepasah\";s: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:136:\"WPTavern: WooCommerce Blocks 11.0.0 Adds Product Collection Block in Beta, 10.9.0 Integrates Product Button with the Interactivity API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"https://wptavern.com/woocommerce-blocks-11-0-0-adds-product-collection-block-in-beta-10-9-0-integrates-product-button-with-the-interactivity-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4015:\"<p>WooCommerce is experimenting with improving the store experience through the <a href=\"https://github.com/woocommerce/woocommerce-blocks/issues/8219\">addition of the Interactivity API</a> to the WooCommerce Blocks plugin. The new API, which was announced earlier this year, will allow developers to build interactive blocks that support frontend experiences where visitors can interact with content without having to refresh the page. The WordPress contributors working on the API are <a href=\"https://wptavern.com/start-testing-wordpress-new-interactivity-api\">encouraging developers to test it</a> with their own blocks.</p>\n\n\n\n<p><a href=\"https://developer.woocommerce.com/2023/08/16/woocommerce-blocks-10-9-0-release-notes/?mc_cid=b50d0ff43c&mc_eid=68ffa9a210\">WooCommerce Blocks 10.9.0</a>, released in mid-August, integrated the Product Button with the Interactivity API to support real-time counter updates for the mini-cart, smoother animations, and better transitions from ‘Add to Cart’ to ‘Loading’ status to show the quantity in the cart when a product is added. </p>\n\n\n\nWooCommerce Blocks <a href=\"https://github.com/woocommerce/woocommerce-blocks/pull/10006\">PR #10006</a>\n\n\n\n<p>The difference is subtle but creates a much smoother shopping experience with nearly instantaneous feedback for the user. Contributors are also exploring how the Interactivity API can be used to improve frontend filters, including the rating, price, stock, and attributes filters. The API will eventually land in Gutenberg and WordPress in the future, but in the meantime WooCommerce is experimenting to see how the plugin&#8217;s blocks can benefit from it.</p>\n\n\n\n<p><a href=\"https://developer.woocommerce.com/2023/08/31/woocommerce-blocks-11-0-0-release-notes/\">Version 11.0.0</a> was released last week introducing the new Product Collection block in beta:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Like the Products block, you can choose what criteria affect the list of blocks displayed to shoppers and control the product layout in the list/grid by the various element blocks.</p>\n\n\n\n<p>Unlike the Products block, which is a Query loop block variation, this block is a standalone block, enabling us to tailor the block further to better meet the merchant’s needs.</p>\n</blockquote>\n\n\n\n<p>The Product Collection block is very similar to the Products block from which it was forked, except it is not built as a variation of the Query Loop. It comes with improvements around Inspector controls as compared to the current Products block, as well as a basic set of patterns. The block already has the <a href=\"https://github.com/woocommerce/woocommerce-blocks/issues/10328\">Interactivity API integrated</a> for the same improved frontend performance.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2047\" height=\"1584\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/product-collection.webp\" alt=\"\" class=\"wp-image-148556\" />Product Collection block &#8211; image source: <a href=\"https://developer.woocommerce.com/2023/08/31/woocommerce-blocks-11-0-0-release-notes/\">WooCommerce Blocks 11.0.0 release post</a>\n\n\n\n<p>Version 11.0.0 also enables manual migration of Products to Product Collection. An upgrade notice will appear in the Inspector Controls, informing users that they will get more features with the Product Collection block:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"500\" height=\"466\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/products-update-to-product-collection-500x466.png\" alt=\"\" class=\"wp-image-148557\" />\n\n\n\n<p>As the Product Collection block is still in beta, WooCommerce Blocks has not yet changed existing templates that have Product blocks. The development team is looking for more feedback on this block before moving it out of beta. Check out the <a href=\"https://developer.woocommerce.com/2023/08/31/woocommerce-blocks-11-0-0-release-notes/\">release post</a> for more enhancements and bug fixes.</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, 06 Sep 2023 03:59:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Human Made to Host “AI: The Next Chapter” Virtual Conference on September 14, 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/human-made-to-host-ai-the-next-chapter-virtual-conference-on-september-14-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:3753:\"<p>Human Made, a leading enterprise WordPress agency, is organizing a followup event to the community&#8217;s first ever <a href=\"https://wptavern.com/human-made-to-host-ai-for-wordpress-event-may-25-2023\">AI for WordPress</a> virtual conference that it hosted in May 2023. The second edition is called &#8220;<a href=\"https://hello.humanmade.com/ai-the-next-chapter\">AI: The Next Chapter</a>&#8221; and will take place online on September 14, 2023, at 10AM EST.</p>\n\n\n\n<p>The first event had 13 speakers and drew more than 600 attendees. It focused on WordPress and AI tools that people are building with the emerging technology. (Videos of all the sessions are <a href=\"https://www.youtube.com/playlist?list=PL1H81eN4d97iRNVivTvkWBdEr_3YTzZLc\">available on YouTube</a>.) This next edition will explore some of the wider societal, ethical, and tech issues related to the subject. </p>\n\n\n\n<p>The keynote and intro will feature Matt Mullenweg on &#8220;AI and the future of WordPress,&#8221; along with Human Made CEO Tom Willmot. Dr. Eleanor Drage, a senior research fellow at the University of Cambridge and co-host of The Good Robot podcast, will be speaking about AI and gender. Open source LLM researchers from Georgian will also join for a panel discussion on why they believe open source AI is the best way for companies to leverage this technology.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1956\" height=\"1310\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-05-at-5.44.14-PM.png\" alt=\"\" class=\"wp-image-148538\" />\n\n\n\n<p><a href=\"https://hello.humanmade.com/ai-the-next-chapter\">Registration</a> is free and participants can sign up on the event&#8217;s website. A confirmation email is sent out to registrants and more information will follow via email.</p>\n\n\n\n<p>Human Made has developed a keen interest in fostering exploratory dialogue through these events, as the company is working on AI products and <a href=\"https://humanmade.com/ai-for-wordpress/\">custom implementations for clients</a>. At the first event, the agency showcased some early work in the <a href=\"https://www.altis-dxp.com/accelerate/\">Altis Accelerate</a> plugin and have been working with clients to determine how AI can augment existing marketing and editorial workflows. </p>\n\n\n\n<p>&#8220;The progress and innovation we’re seeing in AI is so rapid at the moment that it kind of demands you stay close to it, keep following what’s happening, and keep learning,&#8221; Human Made Marketing Director Alex Aspinall said. &#8220;AI is one of our core areas of focus, across all parts of the business, so we’ll definitely be building, sharing, and hosting more in the space in the months to come. Doing all this in the open is really important to us, so the events are a great platform.&#8221;</p>\n\n\n\n<p>During the first event, Aspinall reports that Human Made saw registrations and participation across a wide range of business verticals and role disciplines, with conversations continuing months after the first event. <br /><br />&#8220;While there are a few businesses and individuals building things, experimenting, and commercializing their work in the area, the vast majority are still finding their way through, figuring out how best to implement AI to deliver tangible benefit to their companies, their clients, their teams, and their day-to-day lives,&#8221; Aspinall said.<br /><br />&#8220;Despite the level of advancement we’ve already seen, we’re still right at the start of this thing, which is really exciting. There’s a lot to learn, and considerable edge available for those experimenting and putting things in place. Imagine what we’ll be talking about this time next year!&#8221;</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, 05 Sep 2023 22:09:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"Do The Woo Community: WordCamp US, the First 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76362\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordcamp-us-the-first-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"<p>BobWP and some attendees share a few highlights of WordCamp US 2023 as well as some WordPress origin stories.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-us-the-first-recap/\">WordCamp US, the First Recap</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Sep 2023 13: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:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Techcrunch with 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=96577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2023/09/techcrunch-with-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"<p>Jamie Marsland has this great YouTube video where he rebuilds <a href=\"https://techcrunch.com/\">TechCrunch.com</a> just using core blocks in WordPress 6.3 in 30 minutes. Worth checking out!</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:\"Tue, 05 Sep 2023 06:59:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=96532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://ma.tt/2023/09/fear/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"<p>Zeynep Tufekci has a great article, <a href=\"https://www.nytimes.com/2023/09/03/opinion/columnists/burning-man-rain-mud.html\">One Thing Not to Fear at Burning Man</a>, that covers well what I have experienced as well growing up in Houston through hurricanes and other natural disasters—that in times of need people help each other in ingenious ways.</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, 04 Sep 2023 21:18:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:87:\"WordPress.org blog: WP Briefing: Episode 61: Community, Summit, all at  Washington D.C.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=15911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2023/09/episode-61-community-summit-all-at-washington-d-c/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17592:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the latest from the Community Summit and her takeaways from the 2023 event in Washington, D.C.</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: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>The 2023 <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit</a> in Washington, DC</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">WP Briefing Episode 49</a>: Everything You Need to Know About the Community Summit!</li>\n\n\n\n<li><a href=\"https://href.li/?https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://href.li/?https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://pressnomics.com/\">PressNomics</a></li>\n\n\n\n<li><a href=\"https://loopconf.io/\">LoopConf</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/\">WordPress Community Summit</a></li>\n\n\n\n<li><strong>A small list of big things</strong>\n<ul>\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/08/23/call-for-ideas-new-features-for-our-nexgen-wp-events-central-page/\" target=\"_blank\">Call for ideas: new features for our NexGen WP events central page</a>&nbsp;&#8211; Open call for ideas to find the most desirable features for a future homepage that would host a list of all NextGen WordPress events. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a>&nbsp;&#8211; Announced at Contributor Day, this new theme will be part of the 6.4 release. </li>\n\n\n\n<li>With the release of 6.3 behind us,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/6-4/\" target=\"_blank\">we are working hard on bringing 6.4</a>&nbsp;to the community. You can get involved with the development of this important release. </li>\n\n\n\n<li>A successful WCUS is behind us, and if you missed the event, we have you covered. <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">Here is a recap of the event</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15911\"></span>\n\n\n\n<p>[00:00:00] <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.</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong>&nbsp;We are back and catching up from our midyear break. And in true WordPress fashion, we&#8217;re just going to start off running. The WordPress Community Summit happened a couple of weeks ago. I&#8217;ve been talking about it on this podcast for a few months now, but if you&#8217;ve missed it and you want a refresher, go ahead and give episode 49 a listen.</p>\n\n\n\n<p>At the Community Summit, there were 125 people, if I remember correctly. And we covered a wide array of topics that were brought to us directly from the community itself. While the event is small, it is specifically designed for gathering and sharing information. So, I&#8217;ve got some top-level trends that I noticed that I&#8217;m going to share with you all today, as well as just like a reminder of what happens after a Community Summit.</p>\n\n\n\n<p>[00:01:27] <strong>Josepha:</strong>&nbsp;So there are three, maybe four, big trends that I noticed. The first one that I noticed is that we have a lot of discussions right now about contributor acknowledgment. That also, for what it&#8217;s worth, came with an unresolved question around whether acknowledgment and recognition are the same. I don&#8217;t think they are the same.</p>\n\n\n\n<p>But it also was part of a conversation around whether we treat those two things the same. And if they are not the same, should we treat them differently? And et cetera, et cetera, et cetera. For folks who&#8217;ve been around for a bit, you know, that we spent a lot of time working on our contributor recognition a few years back and had really made quite a bit of difference in just reported feelings about how the community felt they were being recognized for their contributions.</p>\n\n\n\n<p>And so a lot of the conversations that we ended up having were around whether or not the project as a whole has changed the way that we provide that recognition or acknowledgment. Or, as an alternative, if the community that is supporting WordPress has changed how they would like to be recognized.</p>\n\n\n\n<p>[00:02:32] <strong>Josepha:</strong>&nbsp;There were also some questions about whether or not making sure that contributors can see their impact. Like they can say, I contributed 10 hours last month, and these are the two things that I got accomplished over there, and that everyone else can see those things too. So, how we can do that more easily while also not having so many metrics and making the metrics so prevalent that we start to close out the people who are truly just doing this for fun.</p>\n\n\n\n<p>Like many of the problems that we have at the Community Summit, this is a bunch of pretty much unsolved mysteries at the moment. But it did; it came up across probably five or six different sessions that I heard about, quite a few that I went to myself, and so contributor acknowledgment and recognition is on our minds again.</p>\n\n\n\n<p>A second thing that I noticed across multiple sessions, and this one honestly is not a surprise at all, is that there were a lot of questions about what the next big thing is after Gutenberg. I always love when people are asking big questions about what comes next because it means that we all still believe that there will be a next.</p>\n\n\n\n<p>[00:03:43] <strong>Josepha:</strong>&nbsp;And so I never hesitate when I hear these questions to give some ideas about what I think might be coming. But a lot of the discussions that we were having were around, we think this is coming, but now that we think this is coming, what should we do now to make sure that we are ready for it? One of the biggest assumptions that we all had is that for the CMS, for the software itself, probably our next big area after Gutenberg is going to be something about artificial intelligence.</p>\n\n\n\n<p>Matt pointed out in his presentation that he has told us twice to learn something deeply. One was in 2016 when he said, learn JavaScript Deeply. And then one was in 2022 when he said to learn AI deeply. And so we all kind of are guessing that that is our future area. And so that&#8217;s an area for everyone to spend some time in. Make sure you understand it. Make sure you know it a bit.&nbsp;</p>\n\n\n\n<p>The second thing that came up as like a future, where are we going here? It was kind of on the business-y side. It was on a lot of questions about enterprise and are we selling properly to enterprise. Can we sell, can we appeal to enterprise? Whose job is it to sell any of these things? Questions like that. So, lots of business questions again. This is not something that I have any concerns about. I&#8217;m very excited to see that people are talking about it. That&#8217;s been a topic of conversation since, I want to say, February of this year. And so it also wasn&#8217;t a surprise inclusion today. And, and I was excited to see, am excited to see what we get out of those conversations over time.&nbsp;</p>\n\n\n\n<p>[00:05:17] <strong>Josepha:</strong>&nbsp;As far as like questions around what&#8217;s next for the community, I&#8217;m going to address that separately because it was a huge question for everyone. So I&#8217;m going to discuss that as soon as we get finished with this chunk about like the big thing that, that is coming after Gutenberg.</p>\n\n\n\n<p>But, from an ecosystem perspective. Like a WordPress project operations perspective, this came up a couple of times. Never in as clear a word, a set of words as that, but the question about, like, what are we doing with our tools? Are we making sure that we are keeping the tools that our contributors use maintained and still in an excellent space with features that are useful and, necessary, and requested?</p>\n\n\n\n<p>And so that is a big question. I do have a lot of questions about that. Also, there are so many tools that I have wanted in order to make organizing the WordPress community better and easier, but also making contributing better and easier. And hopefully, here soon, we have an opportunity to get to some of those.</p>\n\n\n\n<p>[00:06:16] <strong>Josepha:</strong>&nbsp;So, the third big trend that I kept seeing at the Community Summit is actually about the community itself, specifically about events. So I was part of or listened to many, many, many conversations over the course of the week that were specifically focused on what we&#8217;re going to do with the future of our events. Like are meetups still sustainable? Are WordCamps still sustainable? And that&#8217;s from not only the idea of sustainability that we all tend to know from like an ecological standpoint but also, you know, checking in on the resources. So the kinds of questions that folks had were, is it time to continue having many small events, or is it time to move to a few giant events?</p>\n\n\n\n<p>Should we bring back midsized, WP-adjacent events like PressNomics or LoopConf? And if we are bringing those back, do we want to have them be part of a semi-official thing along with a clearly WordPress event and like do joint sales in there? Try to figure out how to get people from one to the other, so that it&#8217;s not just WordPress people that we&#8217;re talking to, but also business people and advanced developers, things like that.</p>\n\n\n\n<p>There was also a lot of discussion about whether or not we have gotten too big, should we double down on our grassroots efforts? Just go all the way back to, like, BarCamp style, WordPress in a forest kind of thing.&nbsp;</p>\n\n\n\n<p>[00:07:46] <strong>Josepha:</strong>&nbsp;And yeah, and among all of these conversations, there were questions about the resources that we need. Do we have what we need now? Do we have plans for how to maintain those resources in the future? Do we have enough time? Do we have enough money? Do we have an expertise? The people? So many questions, so many questions. And on the community side of things, we also had a lot of questions that are routine in open source. Like, do we have a pipeline for future maintainers, for future team reps, for future leaders in the project? All of the questions.&nbsp;</p>\n\n\n\n<p>So, those are the three slash four, depending on how you break it out, really big trends that I saw across the conversation at the Community Summit. And I don&#8217;t necessarily know the answers to all of these things. Like, I know what my gut tells me, I know what I believe the answer to be. From my own perspective, but as you&#8217;ve been told many times with many eyes, all bugs are shallow. And so here is what happens next with a Community Summit. So we&#8217;ve gathered all of these things together. We&#8217;ve had these conversations, and now all of the notes from every conversation that we had will be put on make.wordpress.org/summit.&nbsp;</p>\n\n\n\n<p>[00:09:10] <strong>Josepha:</strong>&nbsp;There, you can do any of the following three things, but at least do one before we get any further. I think it&#8217;s important to remind everyone that no decisions were made at the Community Summit. There are a few things that will come out of the Community Summit where the answer the way forward is really obvious. And so those probably will get done quickly thereafter because it&#8217;s just an obvious thing to do. It makes sense for everyone in the project. It makes sense for everyone who&#8217;s using WordPress. Whatever reason.&nbsp;</p>\n\n\n\n<p>So those things will probably move quickly, but mostly not even mostly there were no decisions made. And so if it looks like something is moving quickly there, it is because it makes sense after the fact. So there&#8217;s that. But the three things that you can do in order to take part in this information gathering and sharing that happened at the Community Summit.&nbsp;</p>\n\n\n\n<p>Number one, head over to make.wordpress.org/summit and just read the notes. There are a lot of them you can pick and choose based on the teams you contribute to or the topics that are specifically interesting. Or if you have been assigned to read one of these things, obviously, go ahead and read that. But find the notes read them. Take a look at the discussion as far as you can tell it happened and get a sense for what the essential question is.</p>\n\n\n\n<p>The second thing that you can do while you&#8217;re there is that you can join in that discussion right there in the comments if you would like to. You can, if you feel like your perspective is not quite accounted for in that, obviously leave some comments and let folks know. But also, if you feel like your perspective was accounted for, but there&#8217;s also a very specific question that was not necessarily answered or not even brought up, share those as well. That&#8217;s stuff that we would like to know as we are working through this.&nbsp;</p>\n\n\n\n<p>And then the third thing that you can do is you can take those conversations, and if there&#8217;s anything that looks like it&#8217;s particularly relevant to your local WordPress community, absolutely take those there and have those conversations with them.</p>\n\n\n\n<p>[00:11:23] <strong>Josepha:</strong>&nbsp;And once you&#8217;ve had those conversations, let us know what you thought also in those comments, or take it directly into your weekly teams&#8217; chat, either way. We want to hear what you think about the questions that were brought because you brought them to us. And so you should have an opportunity to tell us what you think.</p>\n\n\n\n<p>[00:11:39] (Music Interlude)&nbsp;</p>\n\n\n\n<p>[00:11:48] <strong>Josepha:</strong>&nbsp;That brings us now to our small list of big things. My friends, there&#8217;s nothing but big things left for the rest of the year. And so here we go. Number one, uh, I mentioned it quite a bit. There&#8217;s a conversation, an ongoing conversation about the future of events for our community. Right now, there is an open call for ideas, new features for our NextGen WordPress events, especially on the page that exists on WordCamp Central.</p>\n\n\n\n<p>So, we want to find the most useful and desirable features for a future homepage on central.wordcamp.org that would host a list of all of our upcoming WordPress events. And so we want your opinion there. Please let us know what would be especially useful to you as you are looking for WordPress events to attend.</p>\n\n\n\n<p>The second thing is that we introduced 2024, the default theme that is coming with WordPress 6.4, was announced. We have had, I think, 32 contributors to it at the time of this recording. And yeah, it&#8217;s beautiful. It&#8217;s got a lot of different implementation options, a lot of default patterns, and curated patterns so that you can get exactly what you want out of that theme. I think it&#8217;s going to make a great default theme, a great starter theme for our final release of the year.&nbsp;</p>\n\n\n\n<p>And then, speaking of 6.4, with the release of 6.3 behind us, we are working hard on bringing 6.4 to the community. You can get involved with the development of that. There is a core chat every Wednesday. It happens. I want to say at 21:00 UTC, but I don&#8217;t actually know off the top of my head. I just go when my calendar tells me to go, and I live in the central time zone. And so, my UTC conversion is not the best, but we will leave the actual information about that in the show notes so that you can see it. But you can also go over to make.wordpress.org, and then there&#8217;s a little card on that homepage that tells you exactly when those core meetings are, including the new contributor meeting, which happens every two weeks.&nbsp;</p>\n\n\n\n<p>And then the fourth thing is that there is a successful WordCamp US behind us. That is our final flagship event of the year, which is always exciting. If you missed it, for one, we missed you. And for two, we have you covered. We&#8217;ve got a recap of the event. There is a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>[00:14:05] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[00:14:15] (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, 04 Sep 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:132:\"Gutenberg Times: Talks at WordCamp US, Notes from the Community summit. A wishlist, reflections and a preview –Weekend Edition 266\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25401\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://gutenbergtimes.com/talks-at-wordcamp-us-notes-from-the-community-summit-a-wishlist-reflections-and-a-preview-weekend-edition-266/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20666:\"<p>Howdy, </p>\n\n\n\n<p>Apart from <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">The Future of WordPress &amp; What’s Next for Gutenberg</a> with the keynotes by Josepha Haden Chomphosy and Matt Mullenweg, including Q &amp; A, I still haven&#8217;t caught up with the videos from WordCamp US. Below is a list with links to the talks I want to see and hopefully catch up over this weekend. </p>\n\n\n\n<p>Then the <a href=\"https://make.wordpress.org/summit/\">Community Summit discussion notes</a> are also posted, I haven&#8217;t digested any of them yet. This part of my todo-list is also below. </p>\n\n\n\n<p>And I hear you say: Who has time for all this? Well, that is a good question. The project has some great teams, that do outstanding work! And that&#8217;s the underlying reason why I only curate news about the block editor. No one can keep track of it all. 🤣</p>\n\n\n\n<p>And I leave you to the rest of the newsletter. Enjoy, learn and share! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-camp-us-talks\">WordCamp US Gutenberg Talks</a></li><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/#2-community-summit\">Community Summit</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/#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-camp-us-talks\">WordCamp US Gutenberg Talks</h2>\n\n\n\n<p>The full playlist of recorded talks is available on YouTube: <a href=\"https://www.youtube.com/playlist?list=PL4KP0VZtEI8rBpssGbR0E0wcBqeNeGEWT\"><strong>WordCamp US 2023</strong></a></p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=ZZq9WBqlKW8\">The Independent Theme Developer’s Field Guide to Modern WordPress</a> with <a href=\"https://us.wordcamp.org/2023/speaker/michelle-schulp-hunt/\">Michelle Schlup Hunt</a> (<a href=\"https://us.wordcamp.org/2023/session/the-independent-theme-developers-field-guide-to-modern-wordpress/\">Session description</a>, <a href=\"https://speakerdeck.com/marktimemedia/field-guide-2023\">slides</a>) </p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=9UYzZzb-LaU\"><strong>Building a thoughtful block editing experience</strong></a> with Aurooba Ahmed (<a href=\"https://us.wordcamp.org/2023/session/building-a-thoughtful-block-editing-experience/\">Session description</a>)</p>\n\n\n\n<p>🎥 <strong><a href=\"https://www.youtube.com/watch?v=c0BbXaZqQAo&\">For All Userkind: NASA Web Modernization and WordPress</a></strong> with <a href=\"https://us.wordcamp.org/2023/speaker/abby-bowman/\">Abby Bowman</a><a href=\"https://us.wordcamp.org/2023/speaker/j-j-toothman/\">J.J. Toothman</a> (<a href=\"https://us.wordcamp.org/2023/session/friday-keynote/\">Session description</a>)</p>\n\n\n\n<p>🎥 <strong><a href=\"https://www.youtube.com/watch?v=581pE25vAGQ\">Hands on with NASA’s new digital platform NASA Workshop</a></strong> with <a href=\"https://us.wordcamp.org/2023/speaker/abby-bowman/\">Abby Bowman</a> and <a href=\"https://us.wordcamp.org/2023/speaker/j-j-toothman/\">J.J. Toothman</a> (<a href=\"https://us.wordcamp.org/2023/session/hands-on-with-nasas-new-digital-platform/\">Session description</a>)</p>\n\n\n\n<p>🎥 <strong><a href=\"https://www.youtube.com/watch?v=O8r06QETAlw\">Ford Foundation: Audio Described Video Plugin</a></strong> with <a href=\"https://us.wordcamp.org/2023/speaker/vajaah-e-parker/\">Vajaah E Parker</a><a href=\"https://us.wordcamp.org/2023/speaker/kurtis-shaner/\">Kurtis Shaner</a> (<a href=\"https://us.wordcamp.org/2023/session/ford-foundation-audio-described-video-plugin/\">Session description</a>)</p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=bbQNheCHjTk\"><strong>All the President&#8217;s Websites </strong></a>with <a href=\"https://us.wordcamp.org/2023/speaker/andrew-nacin-helen-hou-sandi/\">Andrew Nacin, Helen Hou-Sandí</a></p>\n\n\n\n<p>🎥 <strong><a href=\"https://www.youtube.com/watch?v=8DbEsBzMaWA\">Anatomy of an Accessible Navigation Menu</a></strong> with <a href=\"https://us.wordcamp.org/2023/speaker/steve-jones/\">Steve Jones</a> (<a href=\"https://us.wordcamp.org/2023/session/anatomy-of-an-accessible-navigation-menu/\">session description)</a></p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=uehAKO6zwkQ\"><strong>The Headless Block Editor</strong></a> with <a href=\"https://us.wordcamp.org/2023/speaker/sean-blakeley/\">Sean Blakeley</a> (<a href=\"https://us.wordcamp.org/2023/session/the-headless-block-editor/\">session description</a>)</p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=gDi7n9XcVKM\"><strong>The Future of WordPress</strong></a> with <a href=\"https://us.wordcamp.org/2023/speaker/josepha-haden-chomphosy/\">Josepha Haden Chomphosy</a> (<a href=\"https://us.wordcamp.org/2023/session/josepha-haden-chomphosy-on-the-future-of-wordpress/\">Session description</a>)</p>\n\n\n\n<p>🎥 <a href=\"https://www.youtube.com/watch?v=yDbASG9KOaE\"><strong>Gutenberg Next</strong> </a>with <a href=\"https://us.wordcamp.org/2023/speaker/matt-mullenweg/\">Matt Mullenweg</a> </p>\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><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v16.6.0-rc.1\"><strong>Gutenberg 16.6 RC</strong></a> is available now for testing, and the stable release is scheduled for September 6th, 2023. I took a peak at the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v16.6.0-rc.1\">changelog</a> to prepare for the next episode of the Gutenberg Changelog #89 with <strong>Nadia Maya Ardiani</strong> as a special guest. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-theme/\">Gutenberg Changelog #89 – Gutenberg 16.6, default theme and Font Library</a> with Nadia Maya Ardiani  as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-community-summit\">Community Summit</h3>\n\n\n\n<p>Below you find a short list of discussion notes from the <strong>Community Summit</strong> directly connected with contributing to core and Gutenberg. When you read notes on the Make Summit blog, keep in mind that two important guidelines governed the Community Summit:  <a href=\"https://make.wordpress.org/summit/2023/08/16/non-attribution/\">no attribution</a> and no decisions. </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/summit/2023/08/23/community-summit-discussion-notes-addressing-backwards-compatibility-in-gutenberg/\">Addressing backwards compatibility in Gutenberg</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/22/community-summit-discussion-notes-aligning-processes-and-contributions-between-wordpress-core-and-gutenberg/\">Aligning processes and contributions between WordPress Core and Gutenberg</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/08/22/community-summit-discussion-notes-accessibility-in-the-wordpress-project/\">Accessibility in the WordPress Project</a></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><strong>Jamie Marsland</strong> recreated TechCrunch&#8217;s Website in 30 minutes and shows you in <a href=\"https://www.youtube.com/watch?v=RghKQZmYwYI\">this 15-minute video</a> how he did it. <a href=\"https://www.youtube.com/watch?v=RghKQZmYwYI\"><strong>WOW! I rebuilt TechCrunch.com in only 30 mins with WordPress</strong></a>. You&#8217;ll also learn a few things: How to have a sticky header, how to create pro-post layouts, how to change your Global style, how image ratio features work and how to use templates. </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/JMartellaWebDev\">Jacob Martella</a> </strong> posted his <a href=\"https://jacobmartella.me/web-development/wordpress/wishlist-for-the-wordpress-site-editor-as-it-heads-to-phase-3/\"><strong>Wishlist for the WordPress Site Editor as it Heads to Phase 3</strong></a>. He explains a few missing items in broad strokes: better responsive controls, more inline options, continued improvement on accessibility and more of the Block Visibility plugin features. The latter is a nice shoutout to <a href=\"https://wordpress.org/plugins/block-visibility/\">Nick Diego&#8217;s plugin </a>that has been available in the plugin repo for three years, and shows 10,000 + active installations. </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/karmatosed\">Tammie Lister</a>,</strong> co-tech lead for WordPress 6.4 had thoughts and published them: <strong><a href=\"https://presselements.com/reflections-on-the-admin-design-proposal/\">Reflections on the admin design proposal</a>.</strong> On the way from old to new, it needs opinions, listening, documenting, and considering accessibility and extensibility. Implementation of the proposal requires all WordPress teams to become part of the revamp. </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/codenex\">Niels Lange</a> </strong>published the <a href=\"https://developer.woocommerce.com/2023/08/16/woocommerce-blocks-10-9-0-release-notes/\"><strong>WooCommerce Blocks 10.9.0 Release&nbsp;Notes</strong></a>. He listed as notable that the team uses the Interactivity API together with the Product Button block and Pagination, which improves user experience considerably.  In this version, the team continued making  performance improvement to the plugin. You can also find improvements to patterns for footer and features products, and with every release fixed a few bugs. The <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks plugin </a>is available in the WordPress repository</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mattmedeiros\">Matt Medeiros</a></strong> took a peak at the early version of the new default theme and shared his thoughts in <strong><a href=\"https://thewpminute.com/previewing-the-upcoming-twenty-twenty-four-theme-for-wordpress/\">Previewing the Upcoming Twenty Twenty-Four Theme for WordPress</a></strong>. &#8220;With a focus on versatility, ease of use, and multiple website types, Twenty Twenty-Four is shaping up to be one of the best and most flexible default starter themes WordPress has released in years&#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><strong><a href=\"https://twitter.com/karks88\">Eric Karkovack</a></strong> asked <strong>Brian Gardner </strong>in his interview &#8220;<a href=\"https://thewpminute.com/will-there-ever-be-a-market-for-commercial-block-themes/\"><strong>Will There Ever Be a Market for Commercial Block Themes?</strong></a>&#8221; Tl:DR: &#8220;I’m incredibly optimistic. Having been instrumental in molding the premium WordPress theme market in the late 2000s, we stand at the precipice of a new renaissance, much like before.&#8221; was Brian Gardner&#8217;s answer. Read more about the challenges and opportunities of Block Themes in WordPress. </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>&#8216;s latest tutorial covers  <a href=\"https://developer.wordpress.org/news/2023/08/adding-and-using-custom-settings-in-theme-json/\"><strong>Adding and using custom settings in theme.json</strong></a>. Custom settings are &#8220;one of the most powerful ways to build on top of the block system but is often underutilized by the theming community.&#8221; he wrote. </p>\n\n\n\n<a href=\"https://developer.wordpress.org/news/2023/08/adding-and-using-custom-settings-in-theme-json/\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-02-at-17.30.53.png?resize=652%2C242&ssl=1\" alt=\"\" class=\"wp-image-25421\" width=\"652\" height=\"242\" /></a>Code example of custom settings in theme.json. <a href=\"https://developer.wordpress.org/news/2023/08/adding-and-using-custom-settings-in-theme-json/\">Read what happens then </a>\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><a href=\"https://twitter.com/aurooba\"><strong>Aurooba Ahmed</strong> </a>and <strong><a href=\"https://twitter.com/briancoords\">Brian Coords</a></strong> created a couple of tools for block development and made them publically available: </p>\n\n\n\n<ul>\n<li>The <strong><a href=\"https://wphelpers.dev/blocks\">WordPress Core Blocks Explorer</a></strong> is a searchable guide to all the&nbsp;core blocks&nbsp;and their properties. You can also obtain a complete&nbsp;<a href=\"https://wphelpers.dev/api/core-blocks\">JSON object of all the core blocks</a>&nbsp;and their properties instead. </li>\n\n\n\n<li>The <a href=\"https://wphelpers.dev/icons\"><strong>WordPress Icon Library,</strong></a> a searchable guide to the complete&nbsp;WordPress Icon Library&nbsp;package from the Gutenberg repository </li>\n</ul>\n\n\n\n<p>Both worth a browser bookmark 🙂 Ahmed and Coords also finished their first season of their <a href=\"https://viewsource.fm/\">ViewSource</a> podcast. If you want to give it a binge listen, just search for View Source on your favorite podcast app or download it from the <a href=\"https://viewsource.fm/\">website</a>. </p>\n\n\n\n<img width=\"652\" height=\"443\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-02-at-17.41.25.png?resize=652%2C443&ssl=1\" alt=\"\" class=\"wp-image-25423\" />Example:<a href=\"https://wphelpers.dev/icons/blockDefault\"> Icon information for blockDefault</a> \n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you missed last week&#8217;s Developer Hours, the recording is now available on WordPressTV: <a href=\"https://wordpress.tv/2023/08/31/developer-hours-introduction-to-the-html-api/\"><strong>Developer Hours: Introduction to the HTML&nbsp;API</strong></a> with <strong>Michael Burridge</strong> and <strong>Dennis Snell</strong>. The show started with some quick demos of using the new HTML APIs, then briefly discussed the limits of the new systems, and finished with a time for questions and discussion with participants. </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/vmwocto\">Angel De Miguel</a></strong>, staff engineer at VM ware working on the WebAssembly, his colleague <strong><a href=\"https://twitter.com/ereslibre\">Rafael Fernández López</a></strong> and Automattic&#8217;s <strong><a href=\"https://twitter.com/adamzielin\">Adam Zieliński</a></strong> co-authored  this post for the WordPress Developer blog: <a href=\"https://developer.wordpress.org/news/2023/08/exploring-the-future-of-web-development-with-webassembly-and-php/\"><strong>Exploring the future of web development with WebAssembly and PHP</strong></a>. &#8220;Imagine that you can now&nbsp;run PHP code in a new set of environments like a browser, serverless, edge, and even embedded&nbsp;in a different application. That opens a new set of possibilities for PHP.&nbsp; At this point is when PHP meets WebAssembly.&#8221; the wrote. You&#8217;ll learn what WebAssembly is, how it makes PHP portable like JavaScript, how it is the foundation of WordPress Playground, about sharing libraries across languages and so much more. </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/Gtarafdarr\">Gobinda Tarafdar</a> </strong>started a new project, <strong><a href=\"http://csscrafter.com\">CSS Crafter</a> </strong>&#8211; a CSS Library for Gutenberg Blocks with premade CSS-styled blocks. Select the style and copy/paste the CSS + Block code for patterns or your custom blocks. Some of them also include pure CSS animations. It&#8217;s a fun project, that might shorten the creation time considerably. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You don&#8217;t have to create custom blocks to customize the editor for your clients. <strong>Nick Diego</strong> posted an<a href=\"https://developer.wordpress.org/news/2023/08/an-introduction-to-block-variations/\"> </a><strong><a href=\"https://developer.wordpress.org/news/2023/08/an-introduction-to-block-variations/\">introduction to block variations</a>,</strong> and you will learn how to create block variations effectively and discover ways to incorporate them into your workflows. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Roof of the Stefan&#8217;s Cathedral in Vienna 2023 &#8211; Photo by Birgit Pauli-Haack</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:\"Sun, 03 Sep 2023 10:16:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"BuddyPress: BP Attachments 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=331082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2023/09/bp-attachments-1-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3399:\"<p>Immediately available is <a href=\"https://downloads.wordpress.org/plugin/bp-attachments.1.1.0.zip\" target=\"_blank\" rel=\"noreferrer noopener\">BP Attachments 1.1.0</a>. This BuddyPress Add-on maintenance release main goal is to make it <strong>ready for the next BuddyPress major release (12.0)</strong>. If you haven&#8217;t read about the important change BuddyPress 12.0.0 will introduce, please read this post about its <a href=\"https://buddypress.org/2023/08/buddypress-12-0-0-beta1/\">first beta version</a>.</p>\n\n\n\n<span id=\"more-331082\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Showing the way to BuddyPress third party Plugins/Add-ons</h2>\n\n\n\n<p>The BP Attachments 1.1.0 maintenance release is the opportunity the BuddyPress development team chose to demonstrate how third party BuddyPress Plugins/Add-ons can adapt their code to be compatible with BuddyPress 12.0.0 as well as with previous versions of BuddyPress. It&#8217;s very important to us, as a community, we all take a few actions &#8211; during the next 2 months &#8211; to prepare the BuddyPress next major version release (slated to October 30).</p>\n\n\n\n<p>In addition to <a href=\"https://github.com/buddypress/buddypress/tree/master/docs/developer#buddypress-add-ons-handbook\" target=\"_blank\" rel=\"noreferrer noopener\">documentation resources</a> Third party BuddyPress Plugin/Add-on authors can read, they can now <a href=\"https://github.com/buddypress/bp-attachments/pulls?q=is%3Apr+is%3Aclosed+label%3Aresource+sort%3Acreated-asc\" target=\"_blank\" rel=\"noreferrer noopener\">learn from a real use case</a> thanks to this BP Attachments new maintenance release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">The other changes</h2>\n\n\n\n<ul>\n<li>The experimental avatar UI is now disabled by default. If you want to experiment it, you&#8217;ll need to use this piece of code:<br /> <code>add_filter( \'bp_attachments_use_experimental_features\', \'__return_true\' );</code></li>\n\n\n\n<li>When enabled this experimental UI now includes a link to delete the existing avatar.</li>\n\n\n\n<li>If you&#8217;re not happy with how Media Attachments are rendered inside the Activity updates, you can use a filter to reorganize Activity blocks<strong>*</strong>. There&#8217;s an exemple of use <a rel=\"noreferrer noopener\" href=\"https://github.com/buddypress/bp-attachments/pull/82\" target=\"_blank\">here</a>.</li>\n</ul>\n\n\n\n<p><code><strong>*</strong></code> ICYMI: since BuddyPress 11.0.0, as you can opt-in to use Blocks inside BP Activity content using the filter below, BP Attachments is enjoying this feature and use it to attach Media to Activity updates.</p>\n\n\n\n<p><code>add_filter( \'bp_is_activity_blocks_active\', \'__return_true\' );</code></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Please upgrade to 1.1.0 !</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 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-attachments/\">BP Attachments</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:\"Sat, 02 Sep 2023 11:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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: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:72:\"Do The Woo Community: A DevChat on WooCommerce Support with Andrew Wikel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=70794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/a-devchat-on-woocommerce-support/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"<p>Andrew Wikel shares thoughts and insights working on WooCommerce support specifically for builders and developers of Woo shops. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-devchat-on-woocommerce-support/\">A DevChat on WooCommerce Support with Andrew Wikel</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Sep 2023 10:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Patchstack Reports 404 Vulnerabilities Affecting 1.6M+ Websites to WordPress.org Plugins Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/patchstack-reports-404-vulnerabilities-affecting-1-6m-websites-to-wordpress-org-plugins-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4214:\"<p>After an accumulation of undisclosed and unpatched vulnerabilities in plugins hosted on WordPress.org, Patchstack has reported 404 plugins to WordPress&#8217; Plugin Review Team. </p>\n\n\n\n<p>&#8220;This situation creates a significant risk for the WordPress community, and we decided to take action,&#8221; Patchstack researcher Darius Sveikauskas said. &#8220;Since these developers have been unreachable, we sent the full list of those 404 vulnerabilities to the plugins review team for processing.&#8221;</p>\n\n\n\n<p>Ordinarily, reporting plugins to WordPress.org is a last resort for challenging cases after Patchstack fails to find a way to contact the vendors. In this case, many of these plugin authors have included zero contact information in their extensions or are not responding to communication attempts. Patchstack has characterized it as a &#8220;<a href=\"https://patchstack.com/articles/the-wordpress-zombie-plugins-pandemic-affects-1-6-million-websites/\">zombie plugins pandemic</a>&#8221; due to the overwhelming number of abandoned plugins affecting more than 1.6 million sites.</p>\n\n\n\n<p>The WordPress.org Plugins Team has acted on the report by closing more than 70% of the plugins. In June, the team <a href=\"https://wptavern.com/wordpress-plugin-review-team-adds-6-new-sponsored-volunteers-opens-applications\">added six new sponsored volunteers</a> and opened applications for more team members but have <a href=\"https://wptavern.com/wordpress-plugin-review-team-addresses-backlog-of-900-plugins-implements-strategies-to-improve-approval-process\">struggled with managing a formidable backlog</a> of plugins waiting to be reviews. The <a href=\"https://wordpress.org/plugins/developers/add/\">backlog</a> is climbing higher and is now over 1,119 plugins with a 71-day wait time. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1776\" height=\"676\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-02-at-12.01.40-AM.png\" alt=\"\" class=\"wp-image-148469\" />\n\n\n\n<p>Adding plugin vulnerability issues, where hundreds have to be closed, only adds to how long developers have to wait to get new plugins reviewed.</p>\n\n\n\n<p>As of August 31, 2023, Patchstack reports the following stats associated with these reports to WordPress.org:</p>\n\n\n\n<ul>\n<li>404 vulnerabilities</li>\n\n\n\n<li>358 plugins affected</li>\n\n\n\n<li>289 plugins (71,53%) – Closed</li>\n\n\n\n<li>109 plugins (26,98%) – Patched</li>\n\n\n\n<li>6 plugins (1,49%) – Not closed / Not patched</li>\n\n\n\n<li>Up to 1.6 million active installs affected</li>\n\n\n\n<li>Average installs per plugin 4984</li>\n\n\n\n<li>Highest install count 100000 (two plugins)</li>\n\n\n\n<li>Highest CVSS 9.1</li>\n\n\n\n<li>Average CVSS 5.8</li>\n\n\n\n<li>“Oldest” plugin – 13 years since the last update</li>\n</ul>\n\n\n\n<p>Patchstack is urging developers to add their contact details to their plugins&#8217; <a rel=\"noreferrer noopener\" href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\" target=\"_blank\">readme.txt</a> and/or <a rel=\"noreferrer noopener\" href=\"https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository\" target=\"_blank\">SECURITY.md</a> files. To streamline security issue management, the company has created the Patchstack <a rel=\"noreferrer noopener\" href=\"https://patchstack.com/for-plugins/\" target=\"_blank\">mVDP (managed vulnerability disclosure program)</a> project, which is free for developers to join. Patchstack validates the reports that come through, rewards the researchers, and passes them to the vendor to be addressed.</p>\n\n\n\n<p>The company is also <a href=\"https://core.trac.wordpress.org/ticket/30465\">advocating for a dashboard alert</a> when a plugin or theme is removed due to security reasons, as WordPress does not currently give the user this information. Their researchers will soon be submitting more reports that may result in closed extensions.</p>\n\n\n\n<p>&#8220;We are preparing more similar lists for the WordPress.org themes repository and repositories focused on premium products,&#8221; Sveikauskas said. &#8220;We are currently processing about extra 200+ similar vulnerabilities.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Sep 2023 04:31:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Review Signal Publishes 2023 WordPress and WooCommerce Hosting Performance Benchmarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/review-signal-publishes-2023-wordpress-and-woocommerce-hosting-performance-benchmarks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11176:\"<p>Kevin Ohashi from Review Signal&nbsp;has published his <a href=\"https://wphostingbenchmarks.com/\">2023 WordPress and WooCommerce hosting performance benchmarks</a>. This is his 10th round of capturing performance data from hosting companies that opt into the testing. Ohashi&#8217;s <a href=\"https://wphostingbenchmarks.com/methodology/\">methodology</a> tests two metrics through a variety of methods: peak performance and consistency. </p>\n\n\n\n<p>The benchmarks include a LoadStorm test designed to simulate real users visiting the site, logging in, and browsing (uncached performance). They also test cached performance, SSL, WP queries per second, performance on some computational and database operations, and a WebPageTest that fully loads the homepage and records how long it takes from 12 different locations around the world. As part of the consistency testing, Ohashi also measures uptime using <a rel=\"noreferrer noopener\" href=\"https://hetrixtools.com/uptime-monitor/166399.html\" target=\"_blank\">HetrixTools</a>&nbsp;and&nbsp;<a rel=\"noreferrer noopener\" href=\"https://uptimerobot.com/\" target=\"_blank\">Uptime Robot</a> for a minimum of three months.</p>\n\n\n\n<p>Participants pay a standard, publicly documented fee, based on the price tier of the product being tested, to cover the costs. Ohashi does not accept sponsorships for the tests, and has become one of the most trusted sources for unbiased performance reviews of WordPress hosting plans.</p>\n\n\n\n<p>In 2023, Ohashi tested 31 companies across 72 plans and seven pricing tiers, with tests nearly identical to previous years. He made minimal adjustments to the LoadStorm test script to improve performance and make it compatible with newer versions of k6.</p>\n\n\n\n<p>The website makes it easy to review results at a glance by using a star system. Hosts that achieve &#8220;Top Tier&#8221; status receive a full star:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This is awarded to companies who maintain 99.9% uptime throughout the entire testing and show little to no performance degradation during load testing, primarily focused on error rate and consistent response times. Error rates above 0.1% and response times above 1000ms* will keep a company away from achieving Top Tier marks.</p>\n</blockquote>\n\n\n\n<p>The half star indicates &#8220;Honorable Mention&#8221; status, which is given to companies that came close to Top Tier but fell just short, such as struggling slightly on a load test.</p>\n\n\n\n<p>Among budget hosts in the <a href=\"https://wphostingbenchmarks.com/benchmark/2023-25-wordpress/\">&lt;$25/month category</a>, the majority of hosts (16/21) rang in at the Top Tier level. Those who did not earn Top Tier status were held back by inferior performance on the the LoadStorm test&nbsp;for the most part, even though several still took top scores in other aspects of the testing. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1222\" height=\"1194\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-01-at-11.58.44-AM.png\" alt=\"\" class=\"wp-image-148428\" />\n\n\n\n<p>There are fewer participants at the $25-50 plan (and other more expensive plans) but the results are similar to the budget hosts, with A2 Hosting, Cloudways, and Stromonic edged out of contention for Top Tier. All three failed to achieve Top Tier for any of the plans tested this year. </p>\n\n\n\n<p>In the <a href=\"https://wphostingbenchmarks.com/benchmark/2023-enterprise-wordpress/\">Enterprise tier ($500+)</a>, the majority of participants handled the LoadStorm test without issue. When testing cached performance, Ohashi found that the overall field of participants is getting faster: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Excluding Seravo, every company was 33ms average or below and 43ms p95 or below. Compared to last year where the fastest average was 6.4 ms and p95 was 20ms. There are four companies this year below both of those levels. The performance at the Enterprise tier is mind bogglingly fast and getting even faster which is hard to comprehend when last year&#8217;s 6.4ms was beaten by 4 plans this year.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2094\" height=\"1304\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-01-at-1.13.36-PM.png\" alt=\"\" class=\"wp-image-148433\" />\n\n\n\n<p>Most of the entrants in the <a href=\"https://wphostingbenchmarks.com/benchmark/2023-woocommerce/\">WooCommerce category</a> earned Top Tier status, with the exception of Blallo and Cloudways, both of which stumbled on the LoadStorm test. The hosting plans tested range from $25.95/month &#8211; $99/month. The WooCommerce-specific tests collect average response times, total requests, errors, and other metrics across four different profiles:</p>\n\n\n\n<ul>\n<li>Profile 1 (20%): Buyer – Homepage, add item to cart, go to cart, checkout (doesn’t submit order)</li>\n\n\n\n<li>Profile 2 (10%): Customer (existing) – Homepage, login, view orders, view account details</li>\n\n\n\n<li>Profile 3 (20%): Browser – Homepage, visit 5 random product pages</li>\n\n\n\n<li>Profile 4 (50%): Home – Homepage only</li>\n</ul>\n\n\n\n<p>A more detailed breakdown is available on the WooCommerce benchmarks results page.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2350\" height=\"1208\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-01-at-2.56.46-PM.png\" alt=\"\" class=\"wp-image-148441\" />\n\n\n\n<p>It&#8217;s important to note that the tests do not clearly identify a winner or top performer. They also don&#8217;t take into account other aspects of the WordPress hosting experience, like reviews, support, and features. Ohashi tests the defaults for all of these plans, but if there are more optimization features that can be customized for sites (which are not clearly outlined in the initial setup) then those are also not taken into account. The methodology simply focuses on performance, so it&#8217;s just one factor of hosting, albeit a very important one.</p>\n\n\n\n<p>&#8220;As far as surprising results, I keep thinking &#8216;Are we nearing the point that we won&#8217;t see much improvement?&#8217; and each year the whole field gets faster and faster,&#8221; Ohashi said. &#8220;Even improving on sub 10ms times between years. For example, in the &lt;$25/month tier, in 2022 there were 3 companies with &lt;50ms average response time on the Static k6 test. This year there are 10. I also saw 100ms+ improvements from the other (slower) side bringing up the whole field a meaningful amount. Everyone is getting faster and faster.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Why Are Some Managed WordPress Hosting Companies Missing?</h3>\n\n\n\n<p>There are many leading WordPress managed hosts that are notably absent from Ohashi&#8217;s benchmarks, whose inclusion would be helpful for a deeper understanding of market. I asked him about a handful of them and he reported that WP Engine, DreamHost, and Kinsta declined to participate this year, to name a few. GoDaddy took a year off but may be back next year.</p>\n\n\n\n<p>The major reasons for hosts not wanting to participate fall into a few categories, and bad performance is chief among them.</p>\n\n\n\n<p>&#8220;Some companies perform poorly or poorly relative to price and don&#8217;t want to participate anymore,&#8221; Ohashi said. &#8220;They usually talk about other &#8216;intangible&#8217; values that you can&#8217;t measure. I think good performance should be a default for every&nbsp;hosting company, and good companies shouldn&#8217;t be afraid of bad results &#8211; if they actually plan on improving their services. </p>\n\n\n\n<p>&#8220;But some would probably rather spend fortunes on marketing instead of better engineering, and bad results aren&#8217;t going to help their&nbsp;marketing. I personally love seeing companies who participate year after year despite mixed results. I respect the companies&nbsp;who consistently earn Top Tier are doing a great job. But there&#8217;s something special about companies willing to put themselves out there regardless of the results, because it&#8217;s a public and open commitment to improving.&#8221;</p>\n\n\n\n<p>Ohashi said that occasionally the timing doesn&#8217;t work out where a host is going through a major engineering overhaul during the testing and doesn&#8217;t want the platform benchmarked when they are about to release a new one. In this case some opt to skip a year. </p>\n\n\n\n<p>The costs of the benchmarking can also be prohibitive for some smaller hosting companies. Ohashi raised prices by $250 across all tiers this year (eg. $100-&gt;$350, $500-&gt;$750) to cover his costs. Although this doesn&#8217;t seem like much for a hosting company, they also have to pay for the servers for four months, and have the staff/resources available to work with Ohashi on organizing, executing, and debugging issues. 20i, Krystal Hosting, Nexcess, and Pressable agreed to sponsor upstart companies in the space for 2023.</p>\n\n\n\n<p>Another reason some hosts don&#8217;t participate is a lack of interest or value. They don&#8217;t see how they can use the benchmark results to their advantage.</p>\n\n\n\n<p>&#8220;Some companies don&#8217;t get as much value from the benchmarks as others,&#8221; Ohashi said. &#8220;Performance across the board has gone way up. It&#8217;s harder and harder to stand out. </p>\n\n\n\n<p>&#8220;I think some companies may view it as an instant validation and reason for customers to come busting down the doors. But there are a lot of great companies offering great performance. Earning Top Tier status means you&#8217;ve got a performant hosting platform. It&#8217;s great, and it can help validate some customer needs/desires in the decision making funnel, but it won&#8217;t magically generate tons of sales.&#8221;</p>\n\n\n\n<p>Ohashi said he has put together notes for hosting companies that earned Top Tier status to help them leverage more value this year from a marketing perspective, based on what he has seen some companies do with their results. Creating more value for participating companies is something he is actively working to improve upon.</p>\n\n\n\n<p>Although Review Signal had approximately 35,000 people visit in the past year, Ohashi doesn&#8217;t think the traffic captures the full value of the benchmarks very well. The people who dig into these metrics are those who have a large impact on where their WordPress clients host their websites.</p>\n\n\n\n<p>&#8220;The people who care about the benchmarks are seriously into WordPress / hosting / performance,&#8221; Ohashi said. &#8220;It&#8217;s a lot of agencies, developers, large website owners and hosting people. One way I&#8217;ve measured impact is by going to the major WordCamps (EU/Asia/US) and talking to people. The number of folks who are aware of the benchmarks there was surprisingly&nbsp;high to me. The people who are interested enough to spend time at WordCamps are the same folks interested in reading the benchmarks. It&#8217;s not the largest number of people who read them, but it is the largest impact people who read and value them.&#8221;</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, 01 Sep 2023 21:17:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Do The Woo Community: WooBits Hits the Air Waves, Again\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=76231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://dothewoo.io/woobits-hits-the-air-waves-again/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"<p>WooBits takes another twist and turn and introducing Global Community Friends.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-hits-the-air-waves-again/\">WooBits Hits the Air Waves, Again</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Sep 2023 11:30:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Do The Woo Community: What Was Your Takeaway from WordCamp 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://dothewoo.io/what-was-your-takeaway-from-wordcamp-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"<p>For an upcoming show, tell us what your takeaway was from WordCamp US or why did you attend Contributor Day.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/what-was-your-takeaway-from-wordcamp-us/\">What Was Your Takeaway from WordCamp US?</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Aug 2023 14:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Performant Translations Plugin Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/performant-translations-plugin-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2844:\"<p>After an in-depth performance analysis earlier this year revealed that <a href=\"https://wptavern.com/wordpress-performance-analysis-finds-translations-may-significantly-slow-down-sites\">translations can impact server response times</a>, WordPress contributors <a href=\"https://make.wordpress.org/core/2023/07/24/i18n-performance-analysis/\">proposed</a> half a dozen technical solutions for consideration to improve performance for the ~56% of sites that use translations.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/performant-translations/\">Performant Translations</a>, a feature project by the core Performance Team, is now available as a plugin on WordPress.org. It incorporates some of the proposed solutions and speeds up translations by converting <code>.mo</code> files to <code>.php</code> files, allowing them to be parsed faster and stored in <a href=\"https://www.php.net/manual/en/book.opcache.php\">OPcache</a>.</p>\n\n\n\n<p>It supports multiple file formats (<code>.mo</code>, <code>.php</code>, and <code>.json</code>) and multiple text domains and locales loaded at the same time. Existing <code>.mo</code> files get converted to <code>.php</code> files which are then loaded by WordPress.  </p>\n\n\n\n<p>A chart included on the plugin&#8217;s details page shows a significant page load time reduction when using the plugin, as compared to sites with translations that don&#8217;t use the plugin. The plugin brings translations very close to the same page load times as English (non-translated) sites.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1658\" height=\"1200\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/08/performant-translations.png\" alt=\"\" class=\"wp-image-148367\" />\n\n\n\n<p>&#8220;With enough testing and feedback, we hope to eventually merge this plugin into WordPress core,&#8221; Performance Team contributor Pascal Birchler said when announcing the plugin on X.</p>\n\n\n\n<p>&#8220;In the coming weeks and months we will share more testing instructions and continue to improve the plugin. This will be made available via Performance Lab, too.&#8221;</p>\n\n\n\n<p>Users who are testing the plugin can <a href=\"https://wordpress.org/support/plugin/performant-translations/#new-topic-0\">report issues on the support forum</a> or create an issue on the <a href=\"https://github.com/swissspidy/performant-translations\">GitHub repository</a>.</p>\n\n\n\n<p>Performant Translations is considered to be a beta testing plugin but can be tested and used in production at your own risk. It doesn&#8217;t require any changes to settings or configuration after installation. The plugin can be safely removed after testing, because it essentially cleans up after itself. All <code>.php</code> files it generates will be removed by the server once the plugin is deactivated and uninstalled. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Aug 2023 01:39:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: Top Agencies Join Forces to Publish Free Guide on WordPress for Enterprise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/top-agencies-join-forces-to-publish-free-guide-on-wordpress-for-enterprise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2611:\"<p>A collection of leading WordPress agencies have launched a collaborative project to promote the platform to large-scale organizations.  Big Bite, in partnership with 10up, Alley, Human Made, Inpsyde, and XWP, have published a free <a href=\"https://bigbite.net/wordpress-for-enterprise/\">WordPress for Enterprise guide</a> that includes contributions from Google and WordPress VIP.</p>\n\n\n\n<p>The guide highlights many high profile companies and organizations using WordPress, including CNN, Vogue, Google, The Wall Street Journal, Spotify, Harvard University, the White House, Meta, PlayStation, and many more.</p>\n\n\n\n<p>Even after 20 years of unprecedented growth and adoption across major brands, the misconception that WordPress is just a blogging platform persists among many who don&#8217;t keep up to date with open source software.  </p>\n\n\n\n<p>“Despite being the number one CMS, many people still associate WordPress solely with bloggers and small businesses, and are surprised to learn that it powers sites for some of the biggest brands on the planet,&#8221; Big Bite CEO Iain McPherson said. &#8220;By coming together to create this guide, we’re aiming to change that perception and highlight the many advantages it offers to enterprise organizations that have lots of contributors, lots of content, and lots of challenges.”</p>\n\n\n\n<p>The guide offers an easy-to-read overview of how well-suited WordPress is for the enterprise market and the possibilities for creating a customized platform to fit any organization. It includes short chapters on the following topics:</p>\n\n\n\n<ul>\n<li>From small blogs to big brands </li>\n\n\n\n<li>Open source advantages </li>\n\n\n\n<li>Platform security&nbsp;</li>\n\n\n\n<li>Scalability and internationalization</li>\n\n\n\n<li>Solution cost and value&nbsp;</li>\n\n\n\n<li>Editorial experience&nbsp;</li>\n\n\n\n<li>Performance matters </li>\n\n\n\n<li>Feature extensibility</li>\n\n\n\n<li>Headless capabilities</li>\n</ul>\n\n\n\n<p>“While smaller brands are able to switch CMS platforms fairly easily, for large-scale enterprises it’s often a major undertaking, so we hope this guide makes the decision process much easier for those exploring open source options,&#8221; WordPress VIP Director of Product Marketing Michael Khalili said.</p>\n\n\n\n<p>The guide is a useful resource for large organizations examining WordPress as a platform or for small agencies looking to pitch WordPress to larger clients. It&#8217;s free and does not require you to enter your email address or other contact information to <a href=\"https://bigbite.net/wordpress-for-enterprise/\">download</a> it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2023 22:08:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"WordPress.org blog: WordPress 6.3.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/08/wordpress-6-3-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5028:\"<h2 class=\"wp-block-heading\">WordPress 6.3.1 is now available!</h2>\n\n\n\n<p>This minor release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.3.1&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority\">4 bug fixes in Core</a>&nbsp;and&nbsp;<a href=\"https://github.com/orgs/WordPress/projects/103/\">6 bug fixes for the block editor</a>. You can review a summary of the maintenance updates in this release by reading the&nbsp;<a href=\"https://make.wordpress.org/core/2023/08/23/wordpress-6-3-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.3.1 is a short-cycle release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/6-4/\">version 6.4</a>&nbsp;planned for November 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-6.3.1.zip\">download WordPress 6.3.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-6-3-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, with the help of <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>&nbsp;on mission control, and <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> who worked on Gutenberg backports.</p>\n\n\n\n<p>WordPress 6.3.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/antonvlasenko/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>antonvlasenko</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/austinginder/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>austinginder</a>, <a href=\"https://profiles.wordpress.org/azaozz/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>azaozz</a>, <a href=\"https://profiles.wordpress.org/dd32/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dd32</a>, <a href=\"https://profiles.wordpress.org/dlh/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dlh</a>, <a href=\"https://profiles.wordpress.org/frankit/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>frankit</a>, <a href=\"https://profiles.wordpress.org/get_dave/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>get_dave</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>hellofromTonya</a>, <a href=\"https://profiles.wordpress.org/khokansardar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>khokansardar</a>, <a href=\"https://profiles.wordpress.org/mathsgrinds/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mathsgrinds</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mukesh27</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>peterwilsoncc</a>, <a href=\"https://profiles.wordpress.org/presskopp/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>Presskopp</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rajinsharwar</a>, <a href=\"https://profiles.wordpress.org/ravanh/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>RavanH</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sergeybiryukov</a>, and <a href=\"https://profiles.wordpress.org/tmatsuur/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tmatsuur</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C055Y7FKS7N\">#6-4-release-leads</a> channels. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to&nbsp;<a href=\"https://profiles.wordpress.org/jeffpaul/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jeffpaul</a> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2023 14:43:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WordPress.com Launches 100-Year Domain and Hosting Plan for $38K\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wptavern.com/wordpress-com-launches-100-year-domain-and-hosting-plan-for-38k\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3961:\"<p>WordPress.com is now selling a <a href=\"https://wordpress.com/100-year/\">100-year plan</a>, one of the longest available in the industry, for a one-time payment of $38,000. It includes managed WordPress hosting (whatever that looks like in 100 years), multiple backups across geographically distributed data centers, submission to the Internet Archive if the site is public, 24/7 dedicated support, and a domain that doesn&#8217;t need to be renewed by the customer for a century.</p>\n\n\n\n<p>ICANN, the Internet Corporation for Assigned Names and Numbers, limits domain registration to a maximum of 10 years. Auto-renewing after this time requires the customer to renew on time and keep their payment method updated. A 100-year plan removes these uncertainties but still hinges on the registrar staying in business into the next century.</p>\n\n\n\n<p>Customers who buy into the plan will need to have superior confidence in WordPress.com, coupled with the belief that domain names will still be important to the fundamental architecture of the web decades from now.</p>\n\n\n\n<p>Automattic CEO Matt Mullenweg commented on the difficulties in pricing the 100-year plan during his presentation at WordCamp US 2023, while simultaneously discouraging WordPress product owners from offering lifetime licenses. The distinction here is that the 100-year plan has a finite length of time, even if its future support seems unfathomable at the moment. </p>\n\n\n\n<p>&#8220;It also got me thinking about lifetime licenses, which I think we should stop doing in the WordPress world,&#8221; Mullenweg said. </p>\n\n\n\n<p>&#8220;If you&#8217;ve ever worked with an accountant or an acquirer they don&#8217;t like when you have those because it&#8217;s essentially an open ended commitment, including often with support. How do you recognize that revenue? Offer a 20 year plan or something. I think when you&#8217;re saying &#8216;lifetime,&#8217; it sort of cheapens the word. If we&#8217;re really thinking long-term, what promises we&#8217;re making to our customers, I think we should re-examine those practices.&#8221;</p>\n\n\n\n<p>Mullenweg also said he was inspired by the <a href=\"https://longnow.org/\">Long Now Foundation</a>, a non-profit established to foster long term thinking. The organization&#8217;s first project is the &#8220;Clock of the Long Now,&#8221; a mechanical monument designed to keep accurate time for the next 10,000 years:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>It is still being assembled deep inside a mountain in west Texas. The Clock provides a rare invitation to think and engineer at the timescale of civilization. It offers an enduring symbol of our personal connection to the distant future.</p>\n<cite><a href=\"https://longnow.org/\">The Long Now website</a></cite></blockquote>\n\n\n\n<p>WordPress.com is building something parallel to this in the digital world, enabling people to create their own virtual, lasting monuments and preserve their homes on the web. </p>\n\n\n\n<p>Embedded in the new offering is also a poignant reminder that WordPress.com is a domain registrar, as the company recently <a href=\"https://wptavern.com/wordpress-com-makes-a-bid-for-google-domains-customers-offering-1-million-free-transfers\">made a bid to capture Google Domain customers</a> ahead of their domains being sold off to Squarespace. Even if the new 100-year hosting plan is too expensive for 99.9% of prospective customers, it gives the impression that the company is capable of hosting entrusted domains for the long term. </p>\n\n\n\n<p>Nobody, not even WordPress.com, knows what that will look like in 50 years, but it&#8217;s an ambitious, thought-provoking offering. What resources will a URL (Uniform Resource Locator) point to 50 years from now? Or will URLs be discarded into the scrap pile of obsolete building blocks as soon as there&#8217;s a better, more efficient way to identify web addresses? What does longevity look like in the digital world?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2023 04:25:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: Video: WordPress Leaders Discuss Project’s Future at WordCamp US 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/video-wordpress-leaders-discuss-projects-future-at-wordcamp-us-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:3006:\"<p>WordCamp US concluded this weekend after gathering nearly 2,000 attendees in National Harbor, Maryland, for the Community Summit, Contributor Day, and main conference days. For the majority of people in the WordPress world who were unable to attend, the recordings of the presentations from project leadership will give you an idea of what to expect in the near future and beyond. These videos were <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">published</a> right away and are embedded below.</p>\n\n\n\n<p>WordPress Executive Director Josepha Haden Chomposy spoke on &#8220;The Future of WordPress,&#8221; with an emphasis on how the project can continue to thrive, build resilience, and outlast its current contributors. She encouraged the community to be proactive about expanding their learning and connections. She also reaffirmed the importance of the project&#8217;s mission to democratize publishing and the impact that can have in the world.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>WordPress co-creator Matt Mullenweg capped off the event with a presentation titled &#8220;What&#8217;s Next for Gutenberg,&#8221; followed by a Q&amp;A. He highlighted a few features coming in 6.4, including font management, an image lightbox, and the new Twenty Twenty Four default theme.</p>\n\n\n\n<p>As WordPress is moving into the Collaboration phase of the Gutenberg project, which will enable multiple authors to edit simultaneously, Mullenweg highlighted the importance of redesigning the admin. This will be the first major redesign since MP6 and is also aimed at improving workflows for administrators.</p>\n\n\n\n<p>Mullenweg announced that WordPress has launched a new LMS (Learning Management System) working group. He commented on the benefits and drawbacks of having multiple plugins in the ecosystem that do the same thing. Although the competition can encourage more innovation, it can also lock users into one solution if they aren&#8217;t built to be interoperable. </p>\n\n\n\n<p>Representatives from Tutor LMS, Learndash, LifterLMS, and Sensei met to discuss using common data models so users can easily switch between solutions. They are working in a new #LMS slack channel to establish industry standards that will preserve user freedom and choice through practical interoperability changes to their products.</p>\n\n\n\n<p>Mullenweg also said he would like to see more plugins, such as those handling SEO or site builders, to agree on some data models so that products can operate in a more standardized and performant way, serving users better in the long term.</p>\n\n\n\n<p>Check out the presentation below, along with the Q&amp;A that followed. There were more than 80 questions submitted, and those that were missed during Q&amp;A will have answers published to in a future post on WordPress.org.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\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:\"Mon, 28 Aug 2023 22:15:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"Gutenberg Times: Gutenberg Changelog #88 – WordPress 6.4 and Gutenberg 16.4 and 16.5.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83824:\"<p>Ellen Bauer and Birgit Pauli-Haack discuss WordPress 6.4 and Gutenberg 16.4 and 16.5 and proposed wp-admin changes. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-88-wordpress-6-4-and-gutenberg-16-5#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<h3 class=\"wp-block-heading\"><strong>Ellen Bauer</strong>, co-founder Elma Studio</h3>\n\n\n\n<ul>\n<li>WordPress <a href=\"https://profiles.wordpress.org/elmastudio/\">@elmastudio</a></li>\n\n\n\n<li>Twitter/X <a href=\"https://twitter.com/ellenbauer\">@ellenbauer</a></li>\n\n\n\n<li><a href=\"https://www.elmastudio.de/en/\">Elma Studio</a></li>\n\n\n\n<li><a href=\"https://ainoblocks.io/\">Aino Blocks</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/elmastudio/#content-themes\">Themes by Elmastudio </a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.4 and more</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Roadmap 6.4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></li>\n\n\n\n<li>&nbsp;<a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-for-navigation-in-wordpress-6-2-and-6-3/\">What’s new for Navigation in WordPress 6.2 and 6.3</a>&nbsp;</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">What’s new in Gutenberg 16.4? (9 August)</a></li>\n\n\n\n<li>WPTavern: <a href=\"https://wptavern.com/gutenberg-16-4-introduces-experimental-auto-inserting-blocks\">Gutenberg 16.4 Introduces Experimental Auto-Inserting Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">What’s new in Gutenberg 16.5? (23 August)</a></li>\n\n\n\n<li>WPTavern: <a href=\"https://wptavern.com/gutenberg-16-5-adds-new-commands-to-the-command-palette\">Gutenberg 16.5 Adds New Commands to the Command Palette</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 3: Collaboration &amp; Workflow</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></p>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 88th episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about the releases of WordPress 6.3 and 6.4, Gutenberg 16.3 and 16.4, and I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for the WordPress Open Source project on the Automattic Five for the Future Program. And it&#8217;s a great pleasure for me to have with me today, Ellen Bauer. She&#8217;s a theme developer and 6.4 co-design lead on the release board. She&#8217;s also a co-founder of Elma Studio, a theme development shop and AinoBlocks is one of their products. Ellen has been a very early adopter of blocks and block themes and provided a ton of feedback to the core team. Thank you for joining me today, Ellen. Good evening to New Zealand. How are you?</p>\n\n\n\n<p><em>Ellen Bauer</em>: Thank you very much, Birgit. I&#8217;m very good. Yeah, I&#8217;m just excited to be here. And actually, coming on here has helped me a lot to catch up with all the things that are happening and it&#8217;s so exciting to see it all coming together. Yeah, I&#8217;m just really, really excited for 6.4 and to be part of it and all the things that are coming to WordPress. It&#8217;s really, really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent, excellent. So how is AinoBlocks doing? Do you have a theme and separate blocks for it?</p>\n\n\n\n<p><em>Ellen Bauer</em>: So yeah, yeah, we do have blocks like block collection or single blocks. It was mainly we started that AinoBlocks to experiment with building blocks and bring blocks into our workflow and to make things happen that weren&#8217;t possible for a long time with just the default blocks. That&#8217;s just how it started, just to build the designs out that we wanted. And we still love to use a lot of the blocks there, especially we have an advanced grid block and things like that. We need to catch up on the spacing and things like that that came into default.</p>\n\n\n\n<p>I&#8217;m planning to do that within the next one or two months to have a bigger update because what we&#8217;ve also been doing is building more block themes, coming back to our roots and back to themes because yeah, it&#8217;s now possible to build block themes and bring the two worlds together and just designing. We missed that with all just block building, we missed doing cool designs, but we didn&#8217;t want to build classic themes, too. So yeah, we were on hold for a long time. And now, we are really, really excited to get back into designing and we have a few cool new designs in the works and it&#8217;s just a lot of fun now to bring the worlds together and really create advanced and modern designs at WordPress. It&#8217;s really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m looking forward to your new designs and what you and Manu will come up with. So for our listeners, the last Changelog was a little bit was about four weeks ago, and a lot has happened in those four weeks. We will not cover it all and we hope you can catch up on the other news outlets on those 6.3 came out and 6.3.1, the release candidate was just released this week, will come out next week. We are recording this on August 25th, 2023, and 6.3.1 is scheduled to come out on August 29th. So for those who are binge listening to this at a later date, if you haven&#8217;t upgraded yet, do that now. 6.3.1 is coming out with some bug fixes for some of the features that surface quite late in the release cycle.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements &#8211; WordPress 6.3 and 6.4</h3>\n\n\n\n<p>Speaking of 6.3 or WordPress release, the roadmap for 6.4 was also just published this week.</p>\n\n\n\n<p>It&#8217;s a tight release cycle with the first beta scheduled just four weeks from now, September 26 I think, and this makes it an ambitious list of features and updates. The release is set to be scheduled for November 7th, so there&#8217;s always the two months between beta or six weeks. No, it&#8217;s only five weeks, six weeks, five weeks between beta one and final release. So this one is quite special because the release was, is all about underrepresented gender people that lead the release in all release categories. And you are on design team, Ellen, I&#8217;m on the editor triage team with Anne McCarthy together, each of the release teams of two or three people deep. So what is the design team going to do in this release?</p>\n\n\n\n<p><em>Ellen Bauer</em>: So yeah, I&#8217;m just starting to get really into the work and kindly, Anne has, we have created a side channel in the Slack community for the design team and Estella did actually take the initiative on that. And kindly, Anne has posted and put together a list of tickets and things we are going to get into and some more people shared tickets and issues there. And then of course, the about page and yeah, we&#8217;re just getting started on that. It&#8217;s really exciting, I&#8217;m excited to be on the design team again and it&#8217;s really cool. Tammie Lister also is helping out and Rich put together a to-do list in the beginning, which was cool because last time, I joined for 5.6. Also for the underrepresented gender release, I was struggling at some points like what I&#8217;m supposed to do and when.</p>\n\n\n\n<p>So yeah, this is way more organized now and yeah, it&#8217;s really cool to do it a second time and have a group of people who have also done it before and let&#8217;s just know more what is happening. And I&#8217;m really excited about the new default theme, too. That&#8217;s really cool that this is going to be added for 6.4 because we also had a new default theme released with 5.6 back then. I can&#8217;t believe it&#8217;s already two or three, I think last podcast, you said it&#8217;s three years ago. I was like, what? It&#8217;s crazy, but I guess it is. Yeah, so that&#8217;s really exciting and-</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So the default theme leads are Jessica Lyschik and Maggie Cabrera.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Maggie. Yep.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And they just introduced the designs for the theme on a separate post and we will certainly share that in the show notes as well, as well with the roadmap, but that&#8217;s only one thing on the roadmap. The others are that there are two new features coming in. Well, at least one of them is the font library.</p>\n\n\n\n<p><em>Ellen Bauer:</em> Yes. So excited for that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that independent from themes, you can now have fonts on your site and manage them, or that&#8217;s the goal for it. So you&#8217;re not tied to a theme with the font, how your site looks and how your text is displayed independent from the theme. And there will be the backend is already working for that. That comes in in Gutenberg 16.5, so that is one of them. And Anne McCarthy&#8217;s post, she also had some designs already added to it, some pictures of it. Another part is the revisions for the styles were new in 16.3, but there were no revisions for templates and template parts and those will come with 16.4 there on the list.</p>\n\n\n\n<p>We will have new blocks where a table of contents block has been long time in experimental, but it&#8217;s slated now to be released into core. There&#8217;s still a discussion about the time to read block because there is some, well, if you say okay, you have 30 minutes to read, that&#8217;s a normal, it normalizes how the reading capabilities, but if you are dyslexic or in other ways have accessibility issues, it&#8217;s ableism to give you how long you can read about this, that you&#8217;re not normal.</p>\n\n\n\n<p>And that is definitely a discussion to have if we want to have that in core. So the discussion is ongoing. Another block would be the scrolling key block, which it comes out of the &#8217;90s and will never leave us scrolling.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, I actually felt, I mean, we&#8217;ve seen that a lot in designs being trendy, but I was also surprised to see that as a core block in discussion. I mean, it&#8217;s cool that we don&#8217;t have to have custom solutions, but yeah, I&#8217;m most excited about the table of contents block. I remember last year, I was about to like, okay, should I have a custom block? Should I do that? And then I read, okay, it&#8217;s being done. So it&#8217;s cool to finally see that being added. Can&#8217;t wait for it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I was playing around with it or testing it, playing around equals testing and I always found it in the previous versions limiting because if I have a table of contents, I want to style it, I want to have some maybe different fonts, maybe different backgrounds, maybe different titles, a control over which heading goes in or out. I&#8217;m not sure that all my expectations will come in. So there is definitely room for a custom table of contents block, but I really don&#8217;t like when a table of contents that&#8217;s only 10 or 15 items long that has all the numbers and the indenting numbers in addition, that&#8217;s not additional information, any distracts, is this a priority or not. So I wasn&#8217;t really able to make it a bullet list, but I think that those things will be fixed definitely.</p>\n\n\n\n<p>Then there&#8217;s also the image lightbox or each image block will have a feature that you can, with light box, zoom in on it or have a larger version on it on your screen. If you click on the image, that has been experimental in the Gutenberg for a while. I&#8217;m very excited about the order insert blocks because that is a piece that has been missing for since the beginning. I think that you can add something to a block that is not in the interface, like what would it be?</p>\n\n\n\n<p>So the example is a like button to add it to a comment, or another heading link or maybe just a citation or anything that you can put in dynamically that the user doesn&#8217;t have to control it. So I was thinking sometimes for the click to tweet, can we do this on a block? And it doesn&#8217;t have to be in a separate block, you can just put it in a paragraph or in a heading, or have an additional anchor on a heading without having to do a table of contents to get them automatically built. All these, they&#8217;re all different. I&#8217;m sure there are a lot of use cases for that, too, but I&#8217;m really excited that that is coming to the editor.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, I think so too. It&#8217;s, like you said, been missing for forever, just like you said, a like button or tweet button that yeah, it just makes it more attractive and easy to use blocks if you have these things auto inserted. Yeah, you don&#8217;t want to tweak around with these little items. I think that&#8217;s pretty cool. And I was surprised about the next one, the post formats. That&#8217;s pretty cool to come back to these ones. We have an old theme that&#8217;s like a post format Tumblr-style theme and it&#8217;s been ongoing popular with post formats, so it&#8217;s cool. We can maybe do a block version redesign for that theme, that would be amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and post formats weren&#8217;t really tended to in the block editor at all.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, not at all.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So bringing that in, it&#8217;s definitely there has been some feedback that this is missing and some theme developers actually didn&#8217;t switch because it wasn&#8217;t available. So that is a good thing for adaptability, but it&#8217;s also with all the insecurities around the social networks and the fragmentation of it that many content creators are thinking about maybe building their own and just giving them post formats. And one of them is actually the non-title post that you just like a tweet, you get just 280 characters and put it in a post and you don&#8217;t need a title for it, and you have it on your website and then you can share it via an ActivityPub process with any of the social networks that you wanted to do. And you don&#8217;t have to go out and go directly to the social networks.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I always love that so much and I&#8217;m already excited to actually build a theme for these kind of purposes. And yeah, like you said, with Twitter not being there anymore, it&#8217;s sad. I feel for the first time actually really excited to start blogging again, and I think it will do that, just like a private blog because I don&#8217;t feel there&#8217;s the right home anymore on any social platform. And yeah, I really miss something and I&#8217;m really excited to use WordPress as not only for business websites and things like that, but actually for blogging again, which is funny and cool to come back to that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I haven&#8217;t felt the urge to just blog for such a long time and now, I want to blog again. So yeah, that&#8217;s really exciting to see that. And I&#8217;m already seeing some new block themes come out of that project as well, which is pretty cool and creative.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it&#8217;s certainly for writers and blogging, but it&#8217;s also for if you cherish Instagram just to share one photo and be done with it from your mobile phone and now you could do this with your own website, I think it would be just as well, but people who are interested in would follow your blog and your pictures on the blog. And if it has a nice theme that highlights that similar to Instagram or something like that, then and people can follow with a Jetpack or wordpress.com account, they can follow any blog they want. And I know that the ActivityPub plugin is now sponsored by Automattic and so we can create WordPress so it can actually push things into those social networks and even people following on the social networks, but you don&#8217;t have to create on those social networks, you are in control of your own posts and pages and pictures. And so I&#8217;m really, I think this is the most important thing for the web, for the independent web in the future.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I think so, too. I think so, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So I&#8217;m really, really great.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. Seeing what can happen to these network, it just doesn&#8217;t feel right to just post your&#8230; Yeah, I feel exactly the same. I was like yeah, even Instagram, it doesn&#8217;t really feel good to post your content there. I was like, &#8220;I want to do it on my own website and still share there&#8221;, but yeah, I think yeah, we really make these experiences now and it&#8217;s cool. Yeah, it&#8217;s really exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, yeah. And then also 6.4, the writing experience will have a focus on that. So the content creation flow on the writing part, like the distraction-free writing, list items, quotes and navigation items, getting additional capture toolbars and all this nice things. Then interfaces and tools like list view, top toolbars, command palette, they&#8217;re all getting additional enhancements or expansions. Site editing will get definitely additional UX polish and quality of life and also additional features.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I love the list view.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s my favorite thing. So having the group locks, custom naming is like yeah, I mean, we have been asking for that for quite a while and it&#8217;s coming up. And now having that, it will be so cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah, and then this…</p>\n\n\n\n<p><em>Ellen Bauer</em>: I mean for designing, the list view is just&#8230; We need to be in control.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right, right. And if it&#8217;s just a group, group, group group, you don&#8217;t know where you are.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, it&#8217;s awful and it will be cool. And for page patterns, having them like the sections ready with naming and stuff to get out to your customers and theme users, that will be just improving the whole experience because at the moment, it doesn&#8217;t look great, but I still love to use the list view.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. And yeah, there will be an expansion on the box shadow component, which is in the Gutenberg plugin. It&#8217;s also I think for one or two blocks available, but now it will be available for more blocks, of course. And then custom CSS enhancements are coming, more support for elements for individual blocks, and all these little but important things will get a refinement and enhancements. The same for the global styles, the style book especially, which is such a great help in previewing themes in designing, seeing how the style variations change your sites and all that.&nbsp;</p>\n\n\n\n<p><em>Ellen Bauer</em>: I love that, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s actually one of the big features in 6.2 and 6.3. 6.2 only was a little bit hidden in the global styles, but it brought forefront in 6.3 for the site editor in the site editor so you can directly access it. And another focus for 6.4 is the pattern, realm of patterns like the ability to set categories to update the inserter experience to improve the compatibility with non-block themes, which is still an issue. And another idea might not work with 6.4, but there&#8217;s definitely a stretch goal there to have partially synced patterns. Right now, we have either sync patterns or unsynced patterns, but sometimes you want to have update the style of a pattern and that replicate through previous posts or pages, but not the content. So you couldn&#8217;t do that right now, but there&#8217;s an effort to do that. Depending on how the testing goes and how easy it is to work with, it might make it into 6.4, it might not make it, but that is still&#8230; So there&#8217;s quite more navigation creation and management. Now that there&#8217;s the base is done, there&#8217;s some additional…</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s like never ending. It&#8217;s so cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No ending, no.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I saw the poster, I was like, &#8220;What is happening? This is so cool.”</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I mean, it&#8217;s a lot of work. We will see how much we can get into with not a lot of time, but it&#8217;s exciting. I mean, at one point, these things will get added to the core, so very exciting to see that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So when you go, dear listeners, to look at that roadmap post that will be linked in the show notes, you&#8217;ll also see links to the current GitHub issue or PR that is in the works about the certain items and you can then gauge how far it is along, how long it is, and also chime in and help with the testing. That would be really good. Another way of it is we will have a separate, there is a separate project board for 6.4 with quite a few items on it. More will be added to it of course, from this and from some of the tracking issues, and there you can follow along on the progress of in the next five weeks until we get to Beta 1. So all new enhancements, new things need to be in the release that are supposed to be in the release by Beta 1.</p>\n\n\n\n<p>Then it’s new feature freeze. And then after that, there&#8217;s only bug fixing in the beta cycle to release candidate one. There&#8217;s even possible to do some bug fixing afterwards, but then there&#8217;s also release candidate one string-free. So if there&#8217;s anything, user interfaces or something like that won&#8217;t get into the release after that because the translators are working on the translation of the new release. And so yes, it&#8217;s a long list for such a short turnaround time, but well, we don&#8217;t know where the boundaries are until we get to them. So we will report of course on the progress on things. We mentioned already the introducing of 2024, we will share the link in the show notes as well. What do you think?</p>\n\n\n\n<p><em>Ellen Bauer</em>: So I read the post that was posted yesterday by Jessica and maybe I think what we didn&#8217;t mention yet is so Maggie and Jessica are leading the theme development, but Beatriz actually did the design work for it. And yeah, I checked out the Figma file today this morning and I think it&#8217;s really, really amazing. I&#8217;m really excited. It seems like a lot of work, but I think a lot of people are already helping out with creating patterns and stuff. I hope maybe I have the chance to do one or two patterns as well if I find the time, or style variations I think is a topic that people can help out with creating and contributing like we did with the last default theme. But yeah, I think it&#8217;s beautiful, it&#8217;s very sophisticated, and I like that they&#8217;re working on different user cases. So I think there&#8217;s a blogger writer category and business, small business portfolio type or small business and yeah, and portfolio.</p>\n\n\n\n<p>I think the three are the main topics they want to cover with that theme and yeah, it looks beautiful. It makes me really excited and I think it fits to WordPress and the new WordPress we see. It&#8217;s really, really beautiful, I love it. And I think yeah, it&#8217;s really exciting to see all the patterns and page templates and all the things you can do because the last team had style variations, but not a lot of a layout building included so that&#8217;s going to be exciting. And that, combined with the free font library and the options there, really, really cool to see that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think we&#8217;re getting to a place where when you install WordPress for the first time and you use the default theme out of the box there that you have a headstart on getting your website finished just with the tools that come from the default theme. So there are two things that are not possible now, but that they&#8217;re working on for the 2024 that is that you can have templates, more than one template for a homepage. Right now, you can only have one. Well, the front page and yeah. And then if you create another one, it overrides that and it doesn&#8217;t give you a choice.</p>\n\n\n\n<p>So that&#8217;s one thing, that would cover all the three use cases that you mentioned. And the other part is to actually also provide designs for the various post formats. And when you look into the post, there is one section there that shows you, or in the Figma file, there&#8217;s one section there that shows you just a mason gallery how the posts are, the different post formats are displayed. And I think that&#8217;s what you mentioned with your older theme, Ellen, that it&#8217;s still very attractive for people and I&#8217;m glad that we might have that out of the box.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, it&#8217;s really, really exciting. Yeah, and you can do so much with this theme. And I think, yeah, we never had that before, that default theme was really that flexible and people can really&#8230; Very usable, it looks very usable for the first time. I&#8217;m really, really excited. And the design is I think really fits to what WordPress has to offer. I think it&#8217;s a really great work, very exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I&#8217;m looking forward to also seeing the page patterns. So when you create a new page that you can have a series of right now, you have to assemble the page yourself with various different patterns that might fit together or not. And with the page patterns, you have a single page fully created and you just need to change your content, the pictures and the content, but that it already gives you a blueprint for single pages, be it a service page or be it an about page or even the homepage. So I think that gives any user a head start with a new site or with an existing site that decides to have that theme.</p>\n\n\n\n<p><em>Ellen Bauer</em>: So true. And yeah, I remember really advocating for&#8230; We need page templates, page patterns, whatever we call it, but ready-to-go pages pre-designed for users to choose and have multiple options. We can imagine three or five about pages and they can choose because yeah, putting the patterns together is for, like a lot of users, still like a daunting idea and it&#8217;s overwhelming and why not provide it? We have patterns, we can do that. And yeah, we&#8217;ve also been doing that with our themes quite a lot and I think it&#8217;s really, really attractive to have that come together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I have to say that, yeah, you have the feedback loop directly with your customers, so I&#8217;m glad that WordPress is on the right track there.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, I think so because patterns just in general, it&#8217;s still, I mean, people getting more used to it but it&#8217;s really hard to understand for a lot of people, like what is that? It&#8217;s just a section? I want a page, and providing ready-to-go pages is just so much easier. It&#8217;s really, really cool to see that and have more themes, have that available. Maybe even, I remember saying that last year, even already discussing that, that we have next to a pattern library, like pattern directory, have a page pattern or maybe even there&#8217;s a new word that needs to be created for these patterns. Maybe not, maybe they can live in the pattern preview but they could be too long maybe for preview, I don&#8217;t know. But you have a library for that to theme independent available. I think that&#8217;s really, would be really attractive.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and that&#8217;s I think where the pattern category work comes in where you can categorize those patterns and also the browsing the previews. So if you have a bigger screen, you get a two-column preview of patterns that are under a certain category so you get a thumbnail view, how they&#8217;re big, and that works nicely, but those underpinnings had to first be built. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yep. Yeah, yeah, yeah. It really comes together and I love what I see, yeah. It&#8217;s so funny that things, like I said last year, it felt like so much struggle to get people excited about block themes and site editing and now it&#8217;s coming together. I think with a little bit more practice, users will really just love it and forget about what we had before. It&#8217;s really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, it also comes in handy that the navigation block editor has gotten a lot of improvements in 6.2 and 6.3.</p>\n\n\n\n<p><em>Ellen Bauer</em>: So true.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contribution</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And Dave Smith, a core Gutenberg contributor, posted an update on it so you can read up about it, how it&#8217;s going to work, but because to be honest, I personally struggled after the first year trying to make navigation work beyond a simple navigation with pages to add a site logo to it or to add a search bar to it or something like that. It was definitely a struggle and it was not thought through, and I wanted to have multiple menus and now, that all came together in 6.3 with the site editor where you have multiple places where you can tap into the navigation and make adjustments, be it providing navigation places and just switch out the menu for that, that was not possible. Before, you had to remove the navigation block and add it again and then yeah, it was yeah, the…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, yeah, it was the biggest blocker I think for users to get into, they&#8217;re like, &#8220;It&#8217;s not working&#8221;. And yeah, like you said, very simple sites and then it ended. Yeah, very, very exciting to see that. I think now, yeah, just with that, people can really start building entire websites, block themes and stuff, it&#8217;s really tremendous work. And I can imagine it was difficult to get that right, or it&#8217;s still an ongoing process. But yeah, I&#8217;m really happy to see that, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and that is, we&#8217;re just, it&#8217;s all I wanted to point out from hosts, from the themes and then now, we get into what is actually happening in the Gutenberg plugin.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 16.3 and 16.4</h3>\n\n\n\n<p>So Gutenberg 16.4 was released on August 9th, so right after 6.3 was released, and certain items from the Gutenberg 6.4 release actually made it into 6.3. There were actually quite a few, I think 20 to 25 items. I have not identified them, but you will see it in the PR if you follow through the Changelog and click on one of the PRs and you want to know, it had a back port to WordPress release candidate labor that was added and then once it was back ported removed, you see that in the history of the PR. So Sarah Norris was the lead manager for the release manager for 16.4 and she wrote that it introduces exciting new features, including both a new experimental feature and a new component, and we will talk about what those are alongside many enhancement and bug fixes.</p>\n\n\n\n<p>Bug fix highlights include many improvements to the recently added footnotes block and enhancements to patterns. The footnotes block, most of the bug fixes actually made it into 6.3 major release, WordPress release and some of the enhancement for patterns, too. Those were the two areas where there were last minute bug fixes that made it into the release. There were in total 184 pull requests authored by 60 contributors, including two new contributors, and the release has a list of all of them.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Features</h3>\n\n\n\n<p>One of the features that she mentioned, the new component was a basic progress bar component and in the release note, she also, Sarah also has some notes to that.</p>\n\n\n\n<p>And it&#8217;s a horizontal progress bar component that can be used in various places and it replaces the spinner component for the site editor loading experience. Of course, these are public components that can also be used in third party or custom blocks or custom plugins, so there was that. It also gets some design tools with it as well. And it can be tested in the Storybook, which is other, it&#8217;s a different thing than the Style Book. The Storybook is for developers and on the WordPress GitHub repo, you can see the Storybook of all the components with all the attributes and you can test around just in isolation and then grab the code and add it to your own code base.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, I&#8217;ve just looked at that the other day with the progress bar and yeah, I think it&#8217;s definitely an improvement. And I&#8217;ve actually just opened the Storybook for the first time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, really?</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s pretty cool to have.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. I&#8217;ve never seen that. But I used lots of these items for our blocks before, but I&#8217;ve never seen that. That&#8217;s great to know. It&#8217;s new to me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think we need to…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Was it? Yeah, no.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It has been there since a long time.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I think it&#8217;s a long time, yeah. Maybe I have been there, I forgot about it. Maybe I have seen it, but pretty cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you click on the introduction, it says how the site works and the resources to learn more. And also, it has the code that you can add. It shows you different variables on things, attributes and how they look, so and so, and it also has, there is a section there for components experimental. If you go there, just be aware that it might, and progress bar is one of them, just it might change slightly of the course of development. We definitely need to promote that more that people can go through the Storybook and test some of the components and see how they work, what the documentation is about.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So the next item on the Changelog is that now the keyboard shortcut for the command palette is now visible in the side view, it&#8217;s command K or control K, but I never remember keyboard shortcuts, so I&#8217;m glad that it&#8217;s now displayed in the header section of the site editor and so you can know it, too.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I actually love shortcuts, but I also tend to forget them. So that&#8217;s handy because there are some cool ones and you can really speed up your workflow, especially if you&#8217;re really designing in WordPress, so that&#8217;s really cool. Yeah, I love to have the shortcut. Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think you would really love to use the command palette for these quick steps things because you don&#8217;t have to click through all the menus to get there. So the command palette is a open page or add page and then you get a … or open page and then you get a list of the pages that are on the site and then you can select them without going to out of the site editor into the pages or from wherever you are and go to pages and then go down the menu items. So I really like the command palette, and that will definitely speed up content creation.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Oh, true. Yeah, it&#8217;s really powerful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What also comes with enhancement on the site editor, there are quite a few, but I&#8217;m only pointing out to that one. The pattern library, it switches to a three-column layout on use screen, so that is definitely&#8230;</p>\n\n\n\n<p><em>Ellen Bauer</em>: I love that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That fills it all up. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yes, I love that because we are building a lot of patterns and I was always like, can we just preview more?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: One thing I noticed with the pattern, like the explore all patterns view, I feel weird and I wonder if it&#8217;s just temporary or so because the two-column layout is like a light gray background because most of the patterns are most likely with a white background, in most themes at least. And then explore all patterns is a white background and it doesn&#8217;t look great. Have you noticed that? And I wonder, is that an error or is it just…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I think it would be something to make an issue out of on GitHub, but what you are referring to is the inserter.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, yeah, yeah, that&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the switch to three-column layout on your screen, that&#8217;s on the site editor.</p>\n\n\n\n<p><em>Ellen Bauer</em>: In the site editor, okay, I get it. I get it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In the patterns section of the site editor where you have the menu on the left-hand side.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Okay, okay. Yeah, of course, where on the site editor. Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In the site editor, yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: But yeah, in the site editor, I have the dark background as I can see here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. Okay, that makes sense. I have to test that out again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, but it&#8217;s definitely worth I think creating an issue for the inserter to maybe also recognize some of the dark light contrast there.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. I haven&#8217;t checked if there&#8217;s an issue and it&#8217;s also not consistent, why I have this light gray and then switch to white? Yeah, I will check it out if there maybe is an issue already or what&#8217;s going on there because yeah, it doesn&#8217;t really make sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: And I tested a few themes just to see if it was me, if I had it, but they all had the same issue. Maybe it&#8217;s temporary.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And it might be even a good way to say that the browse all patterns goes to the site editor if it&#8217;s a block theme. With the classic theme, that wouldn&#8217;t work, but yeah. But to have that, that would go site editor. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That makes sense, yeah. So true. Yeah, I mean, we just want to stay in the site there because it looks so nice and polished. That is true. It would be cool. I will test that out, maybe I can create an issue.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m just making a note there.</p>\n\n\n\n<p><em>Ellen Bauer</em>: So now, we go into the post editing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we are now here at the post editor. There are new commands available now to show or hide the block breadcrumbs. That&#8217;s I think on the bottom of things to get into switching off settings. So enable pre-published checklist or disable the pre-published checklist or change into, or just make a preview in the new tab. Those new commands for the power users there to switch off, on and off the settings so you don&#8217;t have to go through the menu items to go to the options bar and then change the settings for certain things. Even if you just want to toggle on and off and not have it permanently done, changed for your session.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I love all the fine-tuning we are now at. It&#8217;s incredible to see that. Oh my god, all these little things happening that do make a difference, it&#8217;s so cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Speaking of, there&#8217;s the footnotes received in 16.4, add link background and text color support. So now, you can not only create the footnotes and they take on any styling from the theme, but now you can as a user also change the text color background and all that for your footnotes. That&#8217;s actually a very interesting new block, I really love it and I&#8217;m glad that it&#8217;s now in core to test it further on various use cases.</p>\n\n\n\n<p><em>Ellen Bauer</em>: So true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then also, the…</p>\n\n\n\n<p><em>Ellen Bauer</em>: And then you have the pre-formatted.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Get spacing support.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. In 16.4, there were more additional enhancements to the blocks performance, you got the spacing support you said, yeah. And then in the words block, you can have now and even the line breaks so you can, instead of paragraph, you also can have line breaks there. Social links get the threads icon so you can have in your list of social profiles that you point people to also go to the new Threads environment of Facebook.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That is good to have. I&#8217;ve yet to check out Threads. I mean, it&#8217;s good to have it. I think especially that since we don&#8217;t have Twitter anymore really, I&#8217;m excited. I want to try it. Have you tried it yet?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: No, and I&#8217;m also hesitant. It&#8217;s not rolled out to all Instagram users. So you need to have an Instagram account and what I saw…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, that&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; on certain platforms when people tried it was if you wanted to delete it again, you actually needed to delete your Instagram account…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Oh, wow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; and I wouldn&#8217;t want to go there.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That&#8217;s not nice. Oh yeah, that&#8217;s not nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So I wouldn&#8217;t going to go there.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That&#8217;s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, but on the other hand, yeah, maybe I should delete my Instagram account already.</p>\n\n\n\n<p><em>Ellen Bauer</em>: You can delete everything. Yeah, I mean, we don&#8217;t need more social platforms to be honest, I feel. But I&#8217;m always keen to check something new out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we do. Me, too.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It looks nice, it looks nice and simple and while you&#8217;re already at Instagram, but yeah, I think it&#8217;s weird that it&#8217;s connected with Instagram because I know how they&#8230; Maybe.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I didn&#8217;t get it offered yet, so maybe because I&#8217;m not on Facebook, I&#8217;m only on Instagram, so I don&#8217;t know.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Oh well, was it that maybe or could it be that this had something to do with European Union holding back with it? I think I have no clue. I didn&#8217;t follow it, but I think Manu mentioned something like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes. Yes, you&#8217;re right.</p>\n\n\n\n<p><em>Ellen Bauer</em>: So I think that&#8217;s it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s only for US Americans and not for EU people. So that&#8217;s another reason.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. New Zealand somehow, we got lucky. We can use it, but I just didn&#8217;t have time yet.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. I think that&#8217;s the problem, which is actually good that they&#8230; But yeah, I don&#8217;t know where that will go, but it&#8217;s good to have the icon at least.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, so true. Yeah. I just started being on Bluesky, I just got my invite so I just set it up. So I&#8217;m wondering if there&#8217;s actually a Bluesky icon already, so we&#8217;ll see. If not, I&#8217;m going to create an issue about it.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. Historically, I think I remember WordPress being always super late to add icons, so it&#8217;s cool that they&#8217;re faster now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So next thing on our list is that unsync patterns didn&#8217;t come into the quick inserter. So if you started slash and started typing, you didn&#8217;t get a selection of your patterns. That is now&#8230; You can now do that. You find your patterns in there if you use the quick inserter. So that is&#8230; Also, if you search for it, you find them in the quick inserter. So I think that&#8217;s a really good enhancement. I was always wondering why I needed to go to the big blue button to get to my patterns.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That&#8217;s another big improvement with the sync patterns, unsync.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Definitely quality of life improvement. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s so helpful for a user.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. So we are almost at the end of what I wanted to point out as enhancements. Go and read the post release. I wanted to point out also that with this release, the plugin minimum supported PHP version is 7.0. I don&#8217;t think that anybody who uses a Gutenberg plugin is actually on 5.6, but just so if you are, now is the time and you want to be in touch with all the future releases, make sure that you upgrade your site to at least a 7.x version of PHP. That coincides with the WordPress 6.3 release that also bumps the minimum supported PHP version for WordPress to a 7.x PHP version. So 6.3 is the first version that does not support 5.6 anymore, PHP 5.5 versions, 5.x versions.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p>In the bug fixes, I found a few things that I wanted to point out because there were bugs that we had to deal with and we don&#8217;t, or maybe not.</p>\n\n\n\n<p>So the cover block ContrastChecker, or the ContrastChecker that is in the sidebar to give a hint when your contrast between the foreground and the background color was not accessible or not high enough to be accessible, that algorithm didn&#8217;t work well with the cover block because of the combination between text, image, alpha overlay color and all that, that was way too much for the algorithm. So they disabled it for the cover block. They didn&#8217;t disable it for the InnerBlocks. So if you have InnerBlock a paragraph and you change the background color there and the text color of that doesn&#8217;t match, it still works. But for the cover block itself, it&#8217;s disabled because it had too many false positives and it was just the algorithm doesn&#8217;t go far enough. And then it&#8217;s better to not have it than having false positives in there. There&#8217;s, in the release in the PR, there&#8217;s also some discussion in there on why the team came to that decision.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It could be that it&#8217;s maybe temporary or…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I don&#8217;t know if there&#8217;s a focus on improving the ContrastChecker because that was an external tool, but it&#8217;s definitely just the nature of the cover block just has too many variables in there. So the image block finally got a fix on the image sides for the all wide and full width alignments. Sometimes that wouldn&#8217;t fill it all up or grab the wrong size, so this is now fixed. It has multiple variations there and it&#8217;s definitely a better feel for the image block when you add alignments there. And then the last one is that the video block got a fix for the styling. For the vertical alignment of the video, there was always a little gap on top of it. That was hard coded and they removed it. So if you fix it locally on your own theme or in your own site, you might need to look at it.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I think I saw that. Oh, I have to check that out. I haven&#8217;t used the video block quite often, but I mean, it is handy. I have to test it. I think I saw that once that it has this gap. I remember, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Any spacing is now with the space. So from the beginning, the spacer block was one of the most used blocks amongst the top five most used blocks.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Oh my god, I never liked it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, but it helps. So made it easy for content creators to…</p>\n\n\n\n<p><em>Ellen Bauer</em>: That is true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; just adjust things, yeah. And now with dimensions controls, with padding and margin, it still is probably easier to use than figuring out, okay, what is padding and what is margin again? Is it inside or outside or what? Yeah, but it&#8217;s not that necessary anymore, especially when you have patterns and theme templates that actually took care and all of them put together. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I&#8217;m not sure, but the problem was also that it was fixed, like a hundred pixels stayed a hundred pixels. Is it still like that? I don&#8217;t even know why.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The spacer block? No, no.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, the spacer block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It can say four, four pixels, 15 pixels, 150 pixels. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: No, I mean, does it responsive? The spacing, is it like fluid?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Is it fluid? I&#8217;m not quite sure. That&#8217;s a good question. I think it is.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Because that was the main reason why I never used it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Because it wasn&#8217;t fluid, yeah. Yeah, I think it is.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I haven&#8217;t checked that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; it&#8217;s definitely a good question.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Maybe we can&#8230; Now, we have spacing way better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And that&#8217;s fluid. So then on the post editor, you can allow styles to be changed dynamically through the editor settings. That is a PR that refers to the theme JSON. So you can I think, or to block extenders. Yeah, that&#8217;s for the extenders to update editor settings. Now you can make them dynamically. So you can have theme styles and then react to that, have through the editor provider. That&#8217;s highly technical and there is in the PR some example code for the experiments, but it helps theme developers or plugin developers to also change some of the styling dynamically, CSS or any other means. I think I&#8217;ll put that on the list of what&#8217;s new for developers on the developer blog. Where else? I think that we are on the end of 16.4 except for one more. There is an experiment for auto inserting blocks on the front end and the editor wire REST API. And the release post has an unusual amount of information about that, which is actually almost a… but it&#8217;s really cool how you can auto insert the&#8230; We talked about it, right?</p>\n\n\n\n<p>We talked about it here at the&#8230; It&#8217;s the experimental auto insert on the block JSON file where you can then say, okay, on the core common template for instance, add as last. And you have before, you can add blocks before, after the block you added to or as a first child or last child through the block on the front end. So yeah, definitely try that out, test it. And definitely, there&#8217;s a tracking issue also linked in the release post so you can see what other plans are there for this feature because it&#8217;s still, as I said, experimental.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>The documentation had a ton of changes, updates, and if you are struggling with some of the things because the documentation is not going far enough or deep enough, I would think that going through the release Changelog and look at the documentation issues to see what all changed.</p>\n\n\n\n<p>So there is an API reference documentation for the interactivity API, which still is, it&#8217;s probably not coming for 6.4, but it&#8217;s definitely already in the Gutenberg plugin as a private API right now so core blocks can use it. There&#8217;s an update on the Gutenberg release process documentation. So if you are a contributor and you think about, &#8220;Oh, maybe I want to lead one of those Gutenberg plugin releases&#8221;, it&#8217;s definitely worth looking into it because it made it more fluid for new people that have had an experience with GitHub and Gutenberg, but they haven&#8217;t done a release yet. There&#8217;s also a getting startup guide for the interactivity API, started the block API version three has been documented now, and the create block package received support, for example, property and template defaults. So the scaffolding tool create-block is now a little bit more comprehensive in what it offers as a tool. I think that&#8217;s it. Any comments on those last three, four things that we talked about, I talked about?</p>\n\n\n\n<p><em>Ellen Bauer</em>: Not too much. I need to check out the&#8230; That&#8217;s exciting that you mentioned the create-block tool because I love to use that. I haven&#8217;t used it for a while. Now, I need to come up with a new block idea.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Maybe not. I was so excited to do more design and theming again. I&#8217;m holding off with new block ideas.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, you mentioned that you&#8230; Yeah, after creating so many custom blocks.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, it&#8217;s a little bit&#8230; I loved it, but just working with customers that people, I think maybe because for us, knowing that we come from design and theme worlds, they get just way more excited about design and themes and patterns compared to blocks, the people who follow us in our work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely, because you see something…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, yeah, visually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s haptical, yeah. I think the barrier for entry for custom blocks is sometimes a little harder. I can see that.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, it was really good for me to get into it and having that skill and I enjoyed it, but it&#8217;s a lot of work with you really have to put a lot of effort into your block to make them work and make them competitive. And yeah, at the moment, I don&#8217;t know if we want to do that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We don&#8217;t do it because it&#8217;s easy, we do it because it&#8217;s hard, right?</p>\n\n\n\n<p><em>Ellen Bauer</em>: It is true, but it needs to make sense too. We just started building blocks because there was so much missing. And at the moment, we are fine with what we have. I mean, there are a few ideas we have maybe for blocks, but at the moment, we can build the designs we want to build with the blocks available and with our custom blocks so it works. And yeah, if we ever run into something we can&#8217;t do, then we will just create a block. Actually, if you get into it, it&#8217;s not, like for most of the blocks, for most things, it&#8217;s not so hard, it&#8217;s actually pretty easy now. It&#8217;s cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and the create-block scaffolding tool has been worked on quite a lot in the last year and a half or so.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. Yeah, it&#8217;s amazing. Yeah. In the beginning, I used to not like, I didn&#8217;t even have that available. Since we have that available, it&#8217;s really easy to, actually, it&#8217;s really easy to build custom blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And now, it&#8217;s a little bit more flexible as well because sometimes you, especially for agency developers who roll out just one plugin with all the blocks, you can now tell the scaffolding tool to just not create the whole plugin to just create a directory for one block and have the rest of it there. You can also distinguish between static block and dynamic block just with a command there or a flag respectively, and you can create your own templates. So if you have a process for creating blocks, you can make the tool work with your process as well with creating templates.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 16.5</h3>\n\n\n\n<p>So Gutenberg 16.5 was released this week, actually yesterday, and the release was done by Sioban Bamber and her release post is also online. And this version is again, bug fixes and had a focus on enriching the command palette even more and customized some more of the blocks that had it featured 219 pull requests by 63 contributors, including five new.</p>\n\n\n\n<p>So we are not talking through 219 line items with you, we only pick a few and that is the command. And that is getting to through the features. There was added new block related commands again to the palette, which was the add block selection, block transforms, block duplicate, copy, remove, edit commands like that. So when you highlight something, you can then have a command that transform to, and then it gives you a list of blocks that you can. So it&#8217;s quite an interesting push on those command, creating new commands for that. If you want to follow along and you have plugins that use the block editor and the site editor, there is some documentation in the dev notes for 6.3 on how to create new commands that you can then add to your plugin. So definitely something to look into. There were also fixes to make it render well in smaller view ports and support the commands without icons and make it update the preview in new tab command to reuse the right module for that.</p>\n\n\n\n<p>Yeah, and so those were some of the items that enhances the command palette. It also, in 16.5, there were some components updates and one of them is, we talked in 16.4 about the progress bar that also get additional update with this release 16.5, but there&#8217;s also an update to the modal component that it adds now a header action prompt to enable buttons or other elements to be injected into the header, which is pretty cool. And then enhances the overlay into action as well. So that is of course so much more interesting for developers, but it also is developers for blocks as well as for plugin developers because they can reuse the WordPress components.</p>\n\n\n\n<p>The column block received two enhancements. One is a stretch option for the blocks vertical alignment options, meaning that if a two-stretch through the full column, even if the others were longer. So if you have a three-column block, then one column can be shorter or longer than the other columns. And that was hard to correct with a spacer block, we talked about it, but that of course what a spacer block was good for. And now, you have a vertical alignment option where you say, okay, just stretch this to the full space. And then especially when you have backgrounds on them, it looks much nicer when the backgrounds are all in the same length of that.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That&#8217;s very helpful. I haven&#8217;t actually tested that, but it sounds very helpful. I have to retest it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, anybody should test it to see it actually does what you want it to do.&nbsp;</p>\n\n\n\n<p><em>Ellen Bauer</em>: That sounds really helpful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;ve struggled with that every time when I use a columns block that my columns are not lined up and then I fiddle 90% there and then the last 10%, I fiddle a half an hour with a spacer block to get it all matching up in that, yeah. And the second enhancement I wanted to mention is that now, if you press enter on an empty paragraph at the end, then you get exit out of the columns block. There was no way to, with a keyboard, to get out of the columns block. Now you can when you&#8217;re done writing and then you hit enter on an empty paragraph at the end of the block that you get out of it.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That also makes a lot of sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. I haven&#8217;t used the columns like that much, to be honest, myself. I have to check it out again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s much more versatile now, especially with the different backgrounds for each column, different&#8230; You can do all kind of different&#8230; The single column has now so many design tools that it&#8217;s really helpful for your designs. There was some lacking design tools. They were only available for the full, for the columns block.</p>\n\n\n\n<p><em>Ellen Bauer</em>: For the main.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, for the main column and now, it&#8217;s all you get…</p>\n\n\n\n<p><em>Ellen Bauer</em>: For the…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; yeah, for the single column. Yeah, we always have to distinguish between the columns block and the column block. Yeah, and then other block updates like the file block got spacing options, the image block got aspect ratio support for the light box, the post content block got color controls. And this is the last one I wanted to mention is that the block titles have been changed to remove posts from it. So those are the ones like post author, post title, post content, post&#8230; Yeah. So because they&#8217;re pretty redundant, if it&#8217;s a title.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, there were a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; can be a post title and a page title and then it&#8217;s the author, but it&#8217;s the post author block on a page, why would I do that? So it makes more sense, but it also changes the alphabetical list of things. So if you wanted to look for titles, you always put title in and it gave you in the inserter the post title, but now it just says title. So some people are all very tuned in into what they see in the inserter and this makes the visual inserter a little bit different when it doesn&#8217;t have posts in it, yeah. They might not recognize it.</p>\n\n\n\n<p>Yeah. So the global styles now got a feature to reset to the default global styles revision thing, and then also reduce the visibility check on two to one revision. So you don&#8217;t&#8230; Yeah, if you only have one revision, there is no visibility check there. That&#8217;s just one of the refinements of things. On the block editor, there&#8217;s now a…</p>\n\n\n\n<p><em>Ellen Bauer</em>: That is the&#8230; I haven&#8217;t actually looked into that, allow the layout controls to be disabled per block from theme JSON, but that sounds very helpful. But the next one, the fluid typography at minimum and maximum view port for that, like the theme JSON we can, in a theme, can configurate that ourselves. That&#8217;s what it means, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right, right. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, that&#8217;s so helpful because yeah, that&#8217;s something that didn&#8217;t really work for now, like creating designs with especially a larger typography sometimes. You only want that obviously in larger screens and you couldn&#8217;t really control it. That&#8217;s really, really helpful to have. I love that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There was also a bug fix in an earlier version, I don&#8217;t know it was 16.2 or 16.1 where you could also, it changed the progression from screen size, a big font down to smaller screen sizes, it now has a different algorithm to do that, so it actually works. So it actually goes smaller on a smaller screen. Sometimes when you have, I don&#8217;t know, 160 big letters, even if you scroll them down to a minimum size, it wouldn&#8217;t scroll down. But now, you can also hard code those minimum and maximum with the theme JSON. So it&#8217;s even more control now than you just rely on the algorithm to do that.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, and also the layout controls. I mean, from my perspective, anything that we can get control of where theme JSON is amazing because yeah, it just makes it so much more flexible to have everything there. So to disable the layout controls per block basis I think is also pretty neat. I love to see that. Yeah, it&#8217;s really cool to see that there&#8217;s just more fine control and yeah, things just start to work way better.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what else is in there? I&#8217;m scrolling, scrolling through that what I wanted to do. But in the block editor, there&#8217;s also one PR that didn&#8217;t get any notice anywhere else except here in the Gutenberg Changelog, but also in Gutenberg Changelog podcast that there&#8217;s now support for container queries in editor CSS. Container queries means okay, if the container is something, the CSS changes in opposed to view port or media queries. And what happened was when if you enqueued a CSS file that used container queries, there would be an error message on the block editor. And that has been fixed and now, theme developers and designers can now use container queries in their CSS files without any problems with the block editor. I think that&#8217;s a step in the right direction because container queries are the new thing with CSS for, well, I don&#8217;t know how long, but I think it&#8217;s a better way to make a website or design flexible on screen size or container size rather than&#8230; The browser size rather than the screen size.</p>\n\n\n\n<p>So that is definitely a step in the right direction to be a little bit updated with the modern CSS. For developers, again, interesting that the style engine now includes namespace in layout class names for non-core blocks. So it&#8217;s a very slight change, but it makes it so much more controllable that you now can use a theme slugs namespace on your class names for your core blocks and it&#8217;s still for your blocks, your custom blocks, and it will be in the style engine and you can use your CSS. It&#8217;s consistent, you don&#8217;t have to&#8230; It&#8217;s not so arbitrary anymore. And you can override your other people&#8217;s stuff when you can add your namespace there. It looks a little bit unwieldy when you look at the CSS class name, but it&#8217;s definitely like so before, it only said my block, my test block is layout-constrained and now, my block, create-block, my test block is layout-constrained. So it adds the namespace just after the WP block in your CSS automatically.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Wow. Yeah, that makes sense. It just gives you more control.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Gives you more control and isolate certain CSS in class names. Yeah. All right.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p>There are two, no three experiments now in Gutenberg. One is the backend for the fonts library is now in the plugin, and then there is also a feature to connect a paragraph to a meta custom field. So there is an effort to have a user interface to connect certain blocks attributes to a custom field, and this is the first test. It&#8217;s very early, there is a little UI with it, but that is definitely something for extensibility for plugin developers to test out that you can, when you register your meta field, that you also can add them to the sidebar and allow connections to certain blocks with it. I think that&#8217;s a terrific idea and it fills a gap that is missing, and it helps with implementers when they use something like ACF to create meta fields and then they can just add them to a decent blocks, but it&#8217;s very early stages so it needs people to be testing but also to discuss that with the core developers.</p>\n\n\n\n<p>And then the last one is a bootstrap minimal sync package. Well, it doesn&#8217;t, the name of the PR doesn&#8217;t really tell you what it actually is, but it&#8217;s part of the real-time collaboration efforts for phase three. Riad has put in little experiments and it&#8217;s really just a prototype or a proof of concept where you can have multiple people work on posts at the same time and see how that works. It uses the team has decided or thinks that the best external library to use is the Yjs library that uses web sockets and other in the pipeline tools. And yeah, it&#8217;s just the beginning of that little piece of it. And if you read through the PR, you hear a lot that&#8217;s not working, but the things, the main thing should be working. So test it out, try it out and just see how it feels.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I mean, that&#8217;s exciting to be able to start looking into it. I want to try it out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I think Riad did two years ago, already had a site that&#8217;s called asblocks.com where he tested some of that already. So this is bringing it into the Gutenberg repo and see how it works with actually a real implementation, yeah. So I&#8217;m just looking also at the fonts library. There is in the PR, it&#8217;s a backend test, but in the PR, there is a video where you can see how it would fit into front end view as well. I don&#8217;t think there&#8217;s UI yet in there, but the experiment is you need to turn it on so you as a developer can use the REST endpoints to figure out how you can include it into your plugin. If you are a plugin developer that works with fonts and has some of the functionality in there, it&#8217;s probably good to start working with it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>And then there we are again, a ton of updates in the documentation, especially I just want to point out one page and that&#8217;s the page curating the editor experience because it also now includes how to include the starter patterns for templates and that it&#8217;s documented now, but that page is something I point many people to when they say, &#8220;Well, I don&#8217;t want our users to have access to this, that and other&#8221; and I said, &#8220;Well, you have tools to make them disappear, to disable things or to curate that a little bit further&#8221; and that&#8217;s the page that I point people to when they need to explore how they can switch off some of the functionality or some of the features of the design controls and global styles as well. Do you have any&#8230; Oh no, no, one more. I&#8217;m sorry, one more for the benefits and…</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s a lot, I mean…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s a lot, yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: It&#8217;s a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: For Node and NPM, no?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: For the building tool update, get update?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The Gutenberg repo now update the minimum node version to 16 and NPM version to eight. Up until now, I was still working on minimum version 14 and I think six for NPM, but now you need at least be on 16 and on eight for NPM to build with Gutenberg and to, in some of the packages, require now the higher versions. It was mainly updated for I think the fund&#8217;s API, well, I&#8217;m not quite sure, I&#8217;m sorry. I might be misleading. There was a reason why it was happening now because one of the features, either the interactivity API or the fonts API or something like that, required a higher version of it. And so now, yeah, all the build processes now. So on the repo, you might want to rebase them and update your node install. Yeah, other external libraries also got updates like the Storybook or Learner or TypeScript Storybook is now on version 7, Learners on 7.14 and Typescript on 5.1, but that&#8217;s all for now. Now, we are at the end of it. Did you see anything that you wanted to explore that we overlooked?</p>\n\n\n\n<p><em>Ellen Bauer</em>: No, I got a bit more quiet to the end of it. I&#8217;m sorry. It&#8217;s like I&#8217;m sliding into bed time time-wise, sadly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So what time is it there?</p>\n\n\n\n<p><em>Ellen Bauer</em>: My energy level goes a little bit down. Yeah, it&#8217;s not that late. It&#8217;s just like toddler mom late. It&#8217;s 10:00.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah. No, it&#8217;s getting close to my bedtime too. So I only have one more thing on the agenda for today and that is the admin design kickoff post that was posted by section. And we only can, our listeners certainly need to go there and read it themselves, but yeah, dear listeners but also go there especially…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Very exciting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; it&#8217;s very exciting and it shows you where the site editor design can merge into WP admin in various different ways. And which part of it excites you most? You read through it?</p>\n\n\n\n<p><em>Ellen Bauer</em>: The merge part because yeah, this side editor, it just looks like yeah, so it&#8217;s more modern and I can&#8217;t wait for it to merge as much as possible, as fast as possible. Just yeah, because it just represents what WordPress has to offer way more, like coming from a design background myself too. Yeah, we just want to see, see it more clean and modern and just more exciting to work in it, I think, and just more attractive, to make it more attractive to new users and it&#8217;s just beautiful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I like…</p>\n\n\n\n<p><em>Ellen Bauer</em>: And I love the site editing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Design?</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, the design of the site editing. So I can&#8217;t wait to have all of WordPress look like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, I think you need to have some patience because…</p>\n\n\n\n<p><em>Ellen Bauer</em>: I know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; it&#8217;s going to take many, many major releases.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I know. Yeah, sadly. If it would be up to me, we would do tomorrow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, you and me both. I know. But what I like about it is that it&#8217;s more contained. So when you have a plugin right now, a plugin can put itself into the menus on the left-hand side and it.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, yeah, that surround it. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But now, you have a plugin section and then a plugin, and then whenever you click on it, the plugin takes over your screen, but it&#8217;s all plugin-oriented. So you have your tabs, you have your everything. And if you want to get out of the setting, you just do the back button and you&#8217;re back to the WordPress part. I really like those.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That&#8217;s true. Yeah. I mean, that&#8217;s the biggest complaint too. We hear from people that it&#8217;s like if a plugin can take over WordPress, it looks wild and it&#8217;s sad for WordPress when that happens. And all the promotions and whatever some people put in there, we don&#8217;t want to have that. And also finding plugin settings because some put them there and others there, and I think it just grew organically and we have to now improve that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I think it&#8217;s also…</p>\n\n\n\n<p><em>Ellen Bauer</em>: Just for users, I mean, it&#8217;s for the users. We do it not to punish people, but to make it a better user experience because at the moment, it&#8217;s just suffering.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But I also can see that it&#8217;s so much helpful for the plugin developers to have a coherent WordPress design system that they can rely on and don&#8217;t have to come up with all the interfaces themselves because that code needs to be managed and maintained.</p>\n\n\n\n<p><em>Ellen Bauer</em>: I like that you say that. And probably at the moment, a lot of people won&#8217;t agree, but I think too, you have to control that experience. I like it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, then the control of the experience you still have, just the design. So the user sees the same components over and over again and knows what to do with them. And what they do is the plugins definitely have a freedom on there, but I think if some of the plugins that are really big plugins can rely. And we had a live Q&amp;A on the Gutenberg Times about that with the people from the developers from GiveWP, they do their whole revamp of their plugin based on the WordPress packages and components so that the open source project is actually maintaining their code. And they did additional of course customization on that, but they only have to maintain those instead of the whole plugin.&nbsp;</p>\n\n\n\n<p><em>Ellen Bauer</em>: Makes their life easier. Yeah, makes everyone&#8217;s lives easier.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and also the…</p>\n\n\n\n<p><em>Ellen Bauer</em>: I think so, too.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; and also the feedback loop is now about WordPress&#8217; core elements and not about what the plugin can do and the bug fixes can be in core. It&#8217;s fixed upstream instead of just in the plugin, if there is something there that needs to be fixed.</p>\n\n\n\n<p><em>Ellen Bauer</em>: That makes sense. Yeah, I love that. I can&#8217;t wait.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Dear listeners, I don&#8217;t know if I shared that post with you, but I will post it again in the show notes with the live Q&amp;A with the GiveWP developers, Jason Adams and John Weinstein probably yeah, it was the beginning of July. We had that live Q&amp;A and we have the transcript and the video and all the resources there, so you can follow up on that. Anyway, well, it was so great to walk with you through those Changelog items.&nbsp;</p>\n\n\n\n<p>Ellen, thank you so much. And before we come to the end, do you have any announcements or comments that you will like our listeners know? And if people want to get in touch with you, where is a good spot to find you?</p>\n\n\n\n<p><em>Ellen Bauer</em>: So first of all, thank you for having me. Yeah, I hope I could contribute a little bit to this episode.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: A lot, a lot. Yes, no.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah, so getting in contact with&#8230; So we have our website, ElmaStudio on AinoBlocks both work. And yeah, I&#8217;m still on, I still call it Twitter, I don&#8217;t care. Instagram and YouTube. I actually just about to get into creating a few new YouTube videos, so it&#8217;s all Elma Studio there on all the socials, except Twitter is my name, Ellen Bauer. Yeah, just on our website. And news is just that we are about to finish a new free theme and it&#8217;s inspired by the statement I made earlier that I just wanted to blog again. So we&#8217;re going to do a little blog theme that was just a design idea we had, Manu and I had and we are like, &#8220;Just, let&#8217;s do it.”</p>\n\n\n\n<p>And I&#8217;m actually excited to create a little private blog on this design and we have it almost ready, I think. I hope it will land in the WordPress arc repository within the next four weeks or so, depending on what we still need to do. And then there&#8217;s a second one in the works as well that is just a wrap up of a redesign we did, and we had all these materials and patterns and templates ready and we&#8217;re like, &#8220;Let&#8217;s do a theme out of that&#8221;. So that&#8217;s going to be another free theme coming as well. Yeah, just fun projects we did over the last month.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m looking so much forward to that. Yeah.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Yeah. We just wanted to create something simple for a change and we&#8217;re like, &#8220;Let&#8217;s do that, just simple block themes or easy smaller themes, make them free themes&#8221;. So that&#8217;s what we did just out of fun, which is cool to do that too. Yeah, so that&#8217;s coming from us. Others, I don&#8217;t have anything else to say except thank you for having me. It was really exciting and it helped me a lot to catch up on things actually, which is so cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, good.</p>\n\n\n\n<p><em>Ellen Bauer</em>: And yeah, I&#8217;m just amazed and excited about all the changes coming and all the fine-tuning. It&#8217;s really so, so cool to see WordPress coming together in that way. Like you said, with the admin and stuff, it&#8217;s still a way to go, but I mean, we can see the first glimpses of that and really beautiful to see WordPress going into that direction. I&#8217;m really excited.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Well, I&#8217;m glad to be working with you on the 6.4 release. And dear listeners, before we end the show, I want to remind everyone the show notes will be published on gutenbergtimes.com/podcast. This is episode 88. And if you have questions or suggestions or news that you want us to include in the next show, 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>. Thank you all for listening. And in two weeks, we have Nadia Maya from Hostinger. She&#8217;s a content creator on Hostinger and she will go with us through the Changelog. Thank you so much, Ellen, and hope all will be well. Until the next time, bye-bye.</p>\n\n\n\n<p><em>Ellen Bauer</em>: Thank you. 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, 28 Aug 2023 12:14:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:77:\"WordPress.org blog: The Future of WordPress &amp; What’s Next for 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5046:\"<p>Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &amp; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for WordPress</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Josepha launched her keynote by celebrating 20 years of WordPress and reflecting on its journey from a blogging tool to the world&#8217;s most popular community-driven web platform. On WordPress as a platform for empowerment and change, Josepha shared, “The more people that know about WordPress, the more people can access the incredible opportunities that WordPress can provide.” And that sustaining the platform for future generations ensures these opportunities will persist. She added, “We exist for as long as people want to use our software.”</p>\n\n\n\n<p>The community is the key to sustaining WordPress, and Josepha touched on the importance of WordCamps, workshops, and events that create value, promote inclusivity,&nbsp; and spark inspiration. WordPress can be a catalyst for positive change in the life of a contributor, end user, or site builder.</p>\n\n\n\n<p>Concluding her keynote, Josepha asked the audience to think about the story they’d want to tell about themselves and their time in WordPress; and the story they would want WordPress to tell the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for Gutenberg</h2>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Matt began his keynote with a touch of nostalgia, referring to a comment on his personal blog in 2003 by WordPress Co-founder <a href=\"https://profiles.wordpress.org/mikelittle/\">Mike Little</a>, and then looked ahead to the most recent release, WordPress 6.3. As this year’s largest release, it includes new features such as the Command Palette, a quick way (⌘+k on Mac or Ctrl+k on Windows) to search your site and access common commands.</p>\n\n\n\n<a href=\"https://wordpress.org/download/releases/6-3/\"><img width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&ssl=1\" alt=\"WordPress 6.3 Lionel\" class=\"wp-image-15795\" /></a>\n\n\n\n<p>Matt continued, “WordPress never rests, so right around the corner is <a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4</a> on Nov 7… with some cool new features.” He shared that 6.4, like 5.6, will be an underrepresented gender-led release. A new default theme, <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>, is tailored for entrepreneurs and small businesses, photographers and artists, and writers and bloggers. Additionally, 6.4 will feature integrated font management and Image block options to expand single images for optimal viewing.</p>\n\n\n\n<p>Looking further into the future, Matt highlighted Phase 3 of the Gutenberg project, which will focus on workflows and collaboration, “moving WordPress from a single-player to a multi-player tool.” In that spirit of collaboration, a new <a href=\"https://wordpress.slack.com/archives/C05PY7QLR5F\">#LMS</a> working group will also bring WordPress learning management systems together to improve the web standards for courses and learning content.</p>\n\n\n\n<p>Beyond Phase 3, Matt shared thoughts about what it means to support WordPress many years from now. A new <a href=\"https://wordpress.com/100-year/\">100-Year Plan</a> from WordPress.com is an exploration into long-term planning for your online presence. He encouraged attendees to be inspired by the region&#8217;s history, reflecting on what it would mean to honor the past while anticipating and planning for the future.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>A Q&amp;A session followed the keynotes, with questions submitted by the in-person audience and live stream viewers.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Additional questions will be answered in a future post on <a href=\"https://make.wordpress.org/project/\">make.WordPress.org/project/</a>. Join the <a href=\"https://make.wordpress.org/\">global community making WordPress</a> and be part of our journey toward a brighter future!</p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/angelasjin/\"><em>@angelasjin</em></a><em>, </em><a href=\"https://profiles.wordpress.org/bjmcsherry/\"><em>@bmcsherry</em></a><em>, </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@dansoschin</em></a><em>, and </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em> for collaborating on this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Aug 2023 04:50:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}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:126:\"Gutenberg Times: Theme Twenty-Twenty- Four, WordPress 6.4, upcoming Hallway Hangouts and Developer hours—Weekend Edition 265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=25326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://gutenbergtimes.com/theme-twenty-twenty-four-wordpress-6-4-upcoming-hallway-hangouts-and-developer-hours-weekend-edition-265/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20027:\"<p>Howdy, </p>\n\n\n\n<p>I had a fabulous time on our Danube River Cruise. We walked the capitals of Austria, Hungary and Slovakia, Budapest, Vienna and Bratislava, learned about the long history of the region and had excellent food and wine tastings. </p>\n\n\n\n<p>In the past three weeks, a lot has happened in many corners of the Gutenberg project. It will take us more than one weekend edition to catch up. </p>\n\n\n\n<p>For this edition, I kept it mostly within WordPress team posts and articles. In the next edition, I will also include content and updated from the community again. </p>\n\n\n\n<p>Glad to be back. I missed you. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-3\">WordPress 6.3 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-4\">WordPress 6.4</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-gutenberg-16-4-and-16-5\">Gutenberg 16.4 and 16.5</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/#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/#6-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor.</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#7-update-on-html-api\">Update on HTML API</a></li></ul></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><strong>Justin Tadlock</strong> curated <strong><a href=\"https://developer.wordpress.org/news/2023/08/whats-new-for-developers-august-2023/\">What’s new for developers? (August 2023)</a>.</strong> &nbsp;The seventh edition of a monthly series that cuts through all the noise, bringing you the latest features, updates, and fixes you need to know about to build on top of WordPress.</p>\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> announced <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">Introducing WordPress.org/blocks</a> &#8220;To better tell the story of blocks, both within WordPress and as a broader framework for folks to consider with their next project,&nbsp;<a href=\"https://wordpress.org/blocks/\">a new page</a>&nbsp;has been created on&nbsp;WordPress.org&nbsp;that attempts to pull together the ease and power of blocks into a single source&#8221;.</p>\n\n\n\n<img width=\"652\" height=\"408\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Page-about-Blocks.jpg?resize=652%2C408&ssl=1\" alt=\"Screenshot of Introduction to Blocks page header\" class=\"wp-image-25337\" />\n\n\n\n<p>In his <a href=\"https://make.wordpress.org/design/2023/08/14/design-share-jul-31-aug-11/\"><strong>Design Share: Jul 31-Aug 11</strong></a>, Joen Asmussen, reports on work by members of the WordPress design time. You&#8217;ll find listed various prototypes for the redesign of the Documentation and Learn WordPress site, the Showcase section of the WordPress site, and the already published design assets for the WordPress &#8220;Lionel:&#8221; 6.3 release and <a href=\"https://wordpress.org/download/releases/6-3/\">its new microsite</a> and some early mock-up so of list views for the WordPress Admin section. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Saxon Fletcher</strong>, contributor on the design team, published the first design mockups for the <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\"><strong>Admin Design Kickoff</strong></a>. You can review videos, and screenshots with a ton of explanation of challenges and considerations. The overall look feels like an enhanced version of the Site Editor screens and concepts. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-3\">WordPress 6.3 </h3>\n\n\n\n<p>It&#8217;s probably just me, who feels that <a href=\"https://wordpress.org/news/2023/08/lionel/\">WordPress &#8220;Lionel&#8221; 6.3 </a>was released a long time ago, instead of just two weeks and a half. It&#8217;s been a massive release and there is still additional information published, i.e., about the considerable performance improvements and the update to the Navigation blocks and features. </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">WordPress 6.3 performance improvements</a>&nbsp;by <strong>Felix Arntz</strong></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-for-navigation-in-wordpress-6-2-and-6-3/\">What’s new for Navigation in WordPress 6.2 and 6.3</a>&nbsp;by <strong>Dave Smith</strong></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>Sarah Gooding </strong>reported on the created release assets: <a href=\"https://wptavern.com/wordpress-publishes-6-3-release-video-and-landing-page-demo\"><strong>WordPress Publishes 6.3 Release Video and Landing Page Demo</strong></a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-4\">WordPress 6.4</h3>\n\n\n\n<p><strong>Anne McCarthy</strong> published the <strong><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Roadmap to 6.4</a>,</strong> the next major release of WordPress, led  by an all <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a> scheduled for November 7th, 2023. A tight release cycle with the first beta scheduled for September 26th, makes this an ambitious list of features and updates. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Part of the next WordPress release is also a new default them. <strong>Jessica Lyschik</strong> published the article <strong><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></strong>. &#8220;The idea behind Twenty Twenty-Four is to make a default theme that can be used on any type of site, with any topic.&#8221; she wrote. </p>\n\n\n\n<img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Twenty-Twenty-Four-Post-Formats-web.jpg?resize=652%2C435&ssl=1\" alt=\"Screenshot Twenty-Twenty-Four, collection of various post formats. Mock-up\" class=\"wp-image-25356\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> wrote about the roadmap, too: <a href=\"https://wptavern.com/wordpress-6-4-roadmap-includes-typography-management-features-new-blocks-and-twenty-twenty-four-default-theme\"><strong>WordPress 6.4 Roadmap Includes Typography Management Features, New Blocks, and Twenty Twenty-Four Default Theme</strong></a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-gutenberg-16-4-and-16-5\">Gutenberg 16.4 and 16.5</h3>\n\n\n\n<p>Release lead, <strong><a href=\"https://twitter.com/mikachan_\">Sarah Norris</a></strong> published <a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">What’s new in Gutenberg 16.4? (9 August)</a>&nbsp;and highlighted</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/?p=107380#auto-inserting-blocks\">Auto-Inserting Blocks (Beta)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-progress-bar-component\">New Progress Bar Component</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-commands-in-the-command-palette\">New Commands in the Command Palette</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#new-block-supports-for-footnotes-block\">New Block Supports for Footnotes Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=107380#minimum-supported-php-version-bumped-to-7-0\">Minimum Supported PHP Version Bumped to 7.0</a></li>\n</ul>\n\n\n\n<p>Sarah Gooding&#8217;s post on the release: <a href=\"https://wptavern.com/gutenberg-16-4-introduces-experimental-auto-inserting-blocks\"><strong>Gutenberg 16.4 Introduces Experimental Auto-Inserting Blocks</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <a href=\"https://twitter.com/SiobhyB\"><strong>Siobhan Bamber</strong></a>, contributor on WordPress mobile app,  handled the Gutenberg plugins release and published the release post <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\"><strong>What’s new in Gutenberg 16.5? (23 August)</strong></a>. She highlighted the new commands and enhancements to the Command Palette and additional block support for multiple blocks including Details and Post Content blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>🎙️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-89-gutenberg-16-6-font-library-default-theme/\">Gutenberg Changelog #89 – Gutenberg 16.6, default theme and Font Library</a> with Nadia Maya Ardiani  as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p><strong><a href=\"https://twitter.com/ellenbauer\">Ellen Bauer</a></strong> and I had a great time catching up since we met in person at WordCamp Asia. I was delighted that Ellen came on the Gutenberg changelog show to discuss the latest happening in WordPress and. The Gutenberg Changelog 88 episode will arrive at your favorite podcast app within a couple of days. </p>\n\n\n\n<img width=\"652\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Ellen-Bauer-Birgit-Pauli-Haack-Gutenberg-Changelog-89.jpg?resize=652%2C186&ssl=1\" alt=\"\" class=\"wp-image-25343\" />\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>Although the deadline to post feedback for the latest call for testing from the FSE Program  <a href=\"https://make.wordpress.org/test/2023/08/09/fse-program-testing-call-25-lets-start-from-the-beginning/\">#<strong>25: Let’s start from the beginning</strong></a> has passed, it&#8217;s still a great set of instructions to test  WordPress 6.3 and all the new features that come with it.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The WordPress Theme team rep <strong><a href=\"https://twitter.com/TheKafleG\">Ganga Kafle</a> </strong>announced that <a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\"><strong>Blue Note: The second community theme is released</strong></a>. &#8220;It is an elegant and fun&nbsp;block&nbsp;theme inspired by jazz and the record label “Blue Note Records”, he wrote. </p>\n\n\n\n<img width=\"652\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/Blue-Note-screenshot.png?resize=652%2C489&ssl=1\" alt=\"Screenshot blue note theme. \" class=\"wp-image-25351\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy </strong>invites you to the next Hallway Hangout about  <strong><a href=\"https://make.wordpress.org/core/2023/08/21/hallway-hangout-improving-accessibility-in-the-site-editor/\">Improving accessibility in the Site Editor</a>&nbsp; </strong>on September 14 at 15:00 UTC. WordPress Accessibility team members <strong>Alex Stine</strong> and <strong>Joe Dolson</strong> will demo current of pain points and open a discussion about ways to resolve/address current, known issues.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Mary Baum</strong> published <a href=\"https://developer.wordpress.org/news/2023/08/the-anatomy-of-a-letterform/\"><strong>The anatomy of a letterform</strong></a>, part 2 of the six-part series,&nbsp;<em>&#8220;Make your site’s typography make a statement&#8217;</em> on the WordPress Developer Blog. Personally, I enjoy the primer typeface, the deep dive into the terminology and genesis of a typeface and the role it plays on the web and for readers. It&#8217;s a great preparation for the new features coming to WordPress the Font Library, a way to select, store and manage fonts on your website. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>ICYMI: The 3-part series on <strong>Beyond Block Styles</strong> by <strong>Justin Tadlock </strong>is now available on the WordPress Developer Blog: </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-1-using-the-wordpress-scripts-package-with-themes/\">Part 1: Using the WordPress scripts package with themes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-2-building-a-custom-style-for-the-separator-block/\">Part 2: Building a custom style for the Separator block</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/08/beyond-block-styles-part-3-building-custom-design-tools/\">Part 3: Building custom design tools</a></li>\n</ul>\n\n\n\n<p>Tadlock wrote: &#8220;The goal of this series is to teach you how to work with the APIs that block developers get to play with every day. Only, you’ll use those features in a theme, instead of a block. And you’ll use code and techniques that conform to the guidelines for the WordPress theme directory.&#8221;</p>\n\n\n\n<img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/08/emoji-icon-picker.jpg?w=600&ssl=1\" alt=\"Screenshot of the emoji picker for a separator block\" class=\"wp-image-25335\" />\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=\"6-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p>If you had trouble getting definitive answers on how to handle assets with the iframe post editor after the WordPress 6.3,release,  <strong>Nick Diego </strong>added a new page to the documentation that should answer all questions: <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/enqueueing-assets-in-the-editor/\"><strong>Enqueuing assets in the Editor </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>Michael Burridge</strong> wrote a tutorial on <a href=\"https://developer.wordpress.org/news/2023/08/styling-blocks-empowering-users-with-css-custom-properties/\"><strong>Styling blocks: empowering users with CSS custom properties</strong></a>&nbsp;describing a way how you can offer more styling options to used of your blocks beyond the settings via block.json. The post is available on the WordPress Developer Blog. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Juan Ma Garrido</strong> posted a <strong><a href=\"https://make.wordpress.org/core/2023/08/15/status-update-on-the-interactivity-api/\">status update on the Interactivity API</a></strong>, that includes the links to the GitHub spaces for discussion and code, and a getting started guide. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> and <strong>Nick Diego</strong> invite you to a Hallway Hangout<a href=\"https://make.wordpress.org/core/2023/08/17/hallway-hangout-lets-explore-the-power-of-block-variations/\"> <strong>To explore the power of block variations</strong></a> on September 14, 2023, at 18:00 UTC . An often overlooked feature, you learn how you can use block variations to extend existing blocks and can be as simple or complex as you like.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"7-update-on-html-api\">Update on HTML API</h3>\n\n\n\n<p><strong>Dennis Snell</strong> published a <strong><a href=\"https://make.wordpress.org/core/2023/08/19/progress-report-html-api/\">Progress Report: HTML API</a>&nbsp;</strong>on the WordPress Make blog. It&#8217;s a longer post as he explains why and how the HTML API came to pass and what the future will hold. </p>\n\n\n\n<p>On August 30th, 2023, <strong>Dennis Snell</strong>, is also scheduled to be on the Developer Hours with Michael Burridge for an <a href=\"https://make.wordpress.org/core/2023/08/18/developer-hours-introduction-to-the-html-api/\">Introduction to the HTML API</a>. The session will take place at 15:00 UTC. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Weissenkirchen, Austria &#8211; Active school building since 1316, next to the church. Photo by Birgit Pauli-Haack</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, 26 Aug 2023 05:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Sep 2023 21:39:06 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 14 Sep 2023 21:15:28 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 7\";}}s:5:\"build\";s:14:\"20211221050300\";}','no');
INSERT INTO `wp_options` VALUES (21331,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1694770746','no'),(21332,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1694727546','no'),(21333,'_transient_timeout_dash_v2_5f25301ca0145abac6dfc3a0899dc43b','1694770746','no'),(21334,'_transient_dash_v2_5f25301ca0145abac6dfc3a0899dc43b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://en-gb.wordpress.org/2022/03/11/wordpress-5-9-2-security-and-maintenance-release/\'>WordPress 5.9.2 Security and Maintenance Release</a></li><li><a class=\'rsswidget\' href=\'https://en-gb.wordpress.org/2022/02/22/wordpress-5-9-1-maintenance-release/\'>WordPress 5.9.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\'>WordPress.org blog: Openverse Wins the 2023 OEG Open Infrastructure Award</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/always-practicing-and-learning-with-artemy-kaydash/\'>Do The Woo Community: Always Practicing and Learning with Artemy Kaydash</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/wcus-2023-recap/\'>Do The Woo Community: A WCUS Recap with Topher DeRosia, Raquel Manriquez and Cory Miller</a></li></ul></div>','no'),(21345,'_transient_timeout_GFCache_c6ea060f5c0e0f053e077d00f4f86220','1694731489','no'),(21346,'_transient_GFCache_c6ea060f5c0e0f053e077d00f4f86220','0','no'),(21347,'_transient_timeout_GFCache_4562f87eb1197fba8170503b32e2bc6f','1694731489','no'),(21348,'_transient_GFCache_4562f87eb1197fba8170503b32e2bc6f','0','no'),(21349,'_transient_timeout_GFCache_ed78d01ca848057e03e00597d5f1226d','1694731489','no'),(21350,'_transient_GFCache_ed78d01ca848057e03e00597d5f1226d','0','no'),(21355,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1694739035','no'),(21356,'_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:6151;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4821;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2788;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2680;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2058;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1924;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1911;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1653;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1568;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1564;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1549;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1514;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1504;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1493;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1377;}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:1278;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1175;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1156;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1152;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1068;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1031;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1003;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:970;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:909;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:905;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:883;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:882;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:879;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:875;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:873;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:838;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:818;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:795;}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:780;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:776;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:763;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:747;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:732;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:732;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:729;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:727;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:691;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:686;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:685;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:678;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:668;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:634;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:629;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:620;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:617;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:610;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:609;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:599;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";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:592;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:592;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:579;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";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:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:570;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:570;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:559;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:558;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:542;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:541;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:534;}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:533;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:533;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:532;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:520;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";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:510;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:510;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:507;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:490;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:478;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:478;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:469;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:450;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:449;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:448;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";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:433;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:427;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:425;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:425;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:424;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:422;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:420;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:420;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:413;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:409;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";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:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:396;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:394;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:390;}}','no'),(21367,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:9:\"2.13.10.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:6:\"1.15.7\";i:1694735315;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1694735315;}}}','yes'),(21368,'_site_transient_boldgrid_plugins_filtered','a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.15.7\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(21370,'_site_transient_timeout_theme_roots','1694737115','no'),(21371,'_site_transient_theme_roots','a:2:{s:15:\"hello-elementor\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','no'),(21373,'boldgrid_backup_id','7d8db188','no'),(21374,'boldgrid_backup_settings','a:14:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:3;s:5:\"tod_m\";i:51;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:21:\"atifali3600@gmail.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:16:\"backup_directory\";s:30:\"/home/orchid28/boldgrid_backup\";}','no'),(21375,'_transient_timeout_boldgrid_backup_system_zip_test','1694821715','no'),(21376,'_transient_boldgrid_backup_system_zip_test','1','no'),(21377,'_transient_timeout_boldgrid_backup_is_functional','1694821716','no'),(21378,'_transient_boldgrid_backup_is_functional','1','no'),(21383,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1694735316;s:7:\"checked\";a:2:{s:15:\"hello-elementor\";s:5:\"2.8.1\";s:17:\"twentytwentythree\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.8.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.2.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(21384,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:28:\"ecngx342.inmotionhosting.com\";s:10:\"phpversion\";s:5:\"8.2.8\";s:9:\"wpversion\";s:5:\"6.3.1\";}','yes'),(21385,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1694740320;s:8:\"response\";a:3:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.16.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"5.8.9\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.8.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2940672\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2940672\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":18:{s:14:\"stable_version\";s:6:\"3.16.0\";s:12:\"last_updated\";s:19:\"2022-05-10 14:03:37\";s:11:\"new_version\";s:6:\"3.16.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.3.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:331:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5NDY5NDYxOSwiZXhwIjoxNjk0NzgxMDE5fQ.z6Er5wFZuj__1bG7Dcr9N7r3oCTE1HRI5WCu2FRELkI/package_download\";s:13:\"download_link\";s:331:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTY5NDY5NDYxOSwiZXhwIjoxNjk0NzgxMDE5fQ.z6Er5wFZuj__1bG7Dcr9N7r3oCTE1HRI5WCu2FRELkI/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.3.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:307:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiaWF0IjoxNjk0Njk0NjE5LCJleHAiOjE2OTQ3ODEwMTl9.acFwJsysCfMwx0OsxXOnZXpXO94ESMFYEKAxyMrmvNY/previous_download\";s:13:\"download_link\";s:307:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwiaWF0IjoxNjk0Njk0NjE5LCJleHAiOjE2OTQ3ODEwMTl9.acFwJsysCfMwx0OsxXOnZXpXO94ESMFYEKAxyMrmvNY/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:12:\"translations\";a:12:{i:0;a:3:{s:8:\"language\";s:5:\"da_DK\";s:7:\"updated\";s:24:\"2021-07-15 10:55:46+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkYV9ESyIsImlhdCI6MTY5NDY5NDYyMH0.tBgd0m_EeUxv0IFgTTULGKISccq2grIpVNXHhW4v2jM/translation\";}i:1;a:3:{s:8:\"language\";s:5:\"de_DE\";s:7:\"updated\";s:24:\"2022-09-01 16:40:04+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkZV9ERSIsImlhdCI6MTY5NDY5NDYyMH0.cXl8WXWz7i8JAybTgLuYjH6ZzkVGtFfCnEbV_GbKUVg/translation\";}i:2;a:3:{s:8:\"language\";s:5:\"en_GB\";s:7:\"updated\";s:24:\"2018-12-03 15:04:07+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlbl9HQiIsImlhdCI6MTY5NDY5NDYyMH0.5hPsBMaudoaEpoMURMnDnEHVu2XLFvOBAqgkaaxOUEs/translation\";}i:3;a:3:{s:8:\"language\";s:5:\"es_ES\";s:7:\"updated\";s:24:\"2023-04-08 18:17:27+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlc19FUyIsImlhdCI6MTY5NDY5NDYyMH0.79AO363RYPM3bu2Kg3O7nS_zmCUzuzTmPbFlKGFqxGg/translation\";}i:4;a:3:{s:8:\"language\";s:2:\"fi\";s:7:\"updated\";s:24:\"2018-10-22 11:29:07+0000\";s:7:\"package\";s:270:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmaSIsImlhdCI6MTY5NDY5NDYyMH0.DrJ_ynpdI7TYh4u-ISj0ZBFFaG1-9NxqO4BDdwHXjHk/translation\";}i:5;a:3:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"updated\";s:24:\"2023-07-13 17:17:36+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmcl9GUiIsImlhdCI6MTY5NDY5NDYyMH0.vzf142zTdIeg6PsTbbcsSHzzPriVIa5vHz1-JNMr0FM/translation\";}i:6;a:3:{s:8:\"language\";s:5:\"it_IT\";s:7:\"updated\";s:24:\"2022-04-07 20:45:28+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJpdF9JVCIsImlhdCI6MTY5NDY5NDYyMH0.BZWljQYj4x-wTBwqKc1X1G-436krKHVrj4JPNhzr_yA/translation\";}i:7;a:3:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"updated\";s:24:\"2020-08-24 12:05:44+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJuYl9OTyIsImlhdCI6MTY5NDY5NDYyMH0.RbUhyjdKpDKbAjSwIs5HrdAvxcUfCTsbuTW3awruLBw/translation\";}i:8;a:3:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"updated\";s:24:\"2020-07-29 15:19:38+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJubF9OTCIsImlhdCI6MTY5NDY5NDYyMH0.LW84iZ01IFgoAiYm4NKPNu8HSImxdnKTXiHPtKMqvhY/translation\";}i:9;a:3:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"updated\";s:24:\"2020-08-24 12:04:04+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwbF9QTCIsImlhdCI6MTY5NDY5NDYyMH0.2cYH04FZ5QJ6C0aS2tiV0V0_CD6_lN-Oi5sd7iIGU_8/translation\";}i:10;a:3:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"updated\";s:24:\"2020-09-09 04:30:02+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwdF9QVCIsImlhdCI6MTY5NDY5NDYyMH0.yYQG1jIhpX8jv3vR2wvLvI2V9gORMzXNOI9bIhXCoio/translation\";}i:11;a:3:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"updated\";s:24:\"2023-08-01 13:56:31+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJzdl9TRSIsImlhdCI6MTY5NDY5NDYyMH0.lq3V0AAI4Iuj8VF3A5T7nbS9lb0dIQszU-h5ozIR0fs/translation\";}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:12:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2021-07-15 10:55:46+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkYV9ESyIsImlhdCI6MTY5NDY5NDYyMH0.tBgd0m_EeUxv0IFgTTULGKISccq2grIpVNXHhW4v2jM/translation\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2022-09-01 16:40:04+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJkZV9ERSIsImlhdCI6MTY5NDY5NDYyMH0.cXl8WXWz7i8JAybTgLuYjH6ZzkVGtFfCnEbV_GbKUVg/translation\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2018-12-03 15:04:07+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlbl9HQiIsImlhdCI6MTY5NDY5NDYyMH0.5hPsBMaudoaEpoMURMnDnEHVu2XLFvOBAqgkaaxOUEs/translation\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2023-04-08 18:17:27+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJlc19FUyIsImlhdCI6MTY5NDY5NDYyMH0.79AO363RYPM3bu2Kg3O7nS_zmCUzuzTmPbFlKGFqxGg/translation\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2018-10-22 11:29:07+0000\";s:7:\"package\";s:270:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmaSIsImlhdCI6MTY5NDY5NDYyMH0.DrJ_ynpdI7TYh4u-ISj0ZBFFaG1-9NxqO4BDdwHXjHk/translation\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2023-07-13 17:17:36+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJmcl9GUiIsImlhdCI6MTY5NDY5NDYyMH0.vzf142zTdIeg6PsTbbcsSHzzPriVIa5vHz1-JNMr0FM/translation\";s:10:\"autoupdate\";b:1;}i:6;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2022-04-07 20:45:28+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJpdF9JVCIsImlhdCI6MTY5NDY5NDYyMH0.BZWljQYj4x-wTBwqKc1X1G-436krKHVrj4JPNhzr_yA/translation\";s:10:\"autoupdate\";b:1;}i:7;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2020-08-24 12:05:44+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJuYl9OTyIsImlhdCI6MTY5NDY5NDYyMH0.RbUhyjdKpDKbAjSwIs5HrdAvxcUfCTsbuTW3awruLBw/translation\";s:10:\"autoupdate\";b:1;}i:8;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2020-07-29 15:19:38+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJubF9OTCIsImlhdCI6MTY5NDY5NDYyMH0.LW84iZ01IFgoAiYm4NKPNu8HSImxdnKTXiHPtKMqvhY/translation\";s:10:\"autoupdate\";b:1;}i:9;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2020-08-24 12:04:04+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwbF9QTCIsImlhdCI6MTY5NDY5NDYyMH0.2cYH04FZ5QJ6C0aS2tiV0V0_CD6_lN-Oi5sd7iIGU_8/translation\";s:10:\"autoupdate\";b:1;}i:10;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2020-09-09 04:30:02+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJwdF9QVCIsImlhdCI6MTY5NDY5NDYyMH0.yYQG1jIhpX8jv3vR2wvLvI2V9gORMzXNOI9bIhXCoio/translation\";s:10:\"autoupdate\";b:1;}i:11;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:6:\"3.16.0\";s:7:\"updated\";s:24:\"2023-08-01 13:56:31+0000\";s:7:\"package\";s:274:\"https://plugin-downloads.elementor.com/v2/translation/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiKioqKioqKioqIiwidXJsIjoiaHR0cHM6Ly9vcmNoaWRjaXR5YnJhc3Mub3JnIiwibGFuZ3VhZ2UiOiJzdl9TRSIsImlhdCI6MTY5NDY5NDYyMH0.lq3V0AAI4Iuj8VF3A5T7nbS9lb0dIQszU-h5ozIR0fs/translation\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:11:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:29:\"custom-fonts/custom-fonts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/custom-fonts\";s:4:\"slug\";s:12:\"custom-fonts\";s:6:\"plugin\";s:29:\"custom-fonts/custom-fonts.php\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/custom-fonts/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-fonts.2.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-256x256.png?rev=1816364\";s:2:\"1x\";s:65:\"https://ps.w.org/custom-fonts/assets/icon-128x128.png?rev=1816364\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/custom-fonts/assets/banner-1544x500.png?rev=1816364\";s:2:\"1x\";s:67:\"https://ps.w.org/custom-fonts/assets/banner-772x250.png?rev=1816364\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:43:\"gum-elementor-addon/gum-elementor-addon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/gum-elementor-addon\";s:4:\"slug\";s:19:\"gum-elementor-addon\";s:6:\"plugin\";s:43:\"gum-elementor-addon/gum-elementor-addon.php\";s:11:\"new_version\";s:6:\"1.2.25\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/gum-elementor-addon/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/gum-elementor-addon.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/gum-elementor-addon/assets/icon-256x256.png?rev=2469955\";s:2:\"1x\";s:72:\"https://ps.w.org/gum-elementor-addon/assets/icon-128x128.png?rev=2469955\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/gum-elementor-addon/assets/banner-1544x500.png?rev=2559390\";s:2:\"1x\";s:74:\"https://ps.w.org/gum-elementor-addon/assets/banner-772x250.png?rev=2559390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";}s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/header-footer-code-manager\";s:4:\"slug\";s:26:\"header-footer-code-manager\";s:6:\"plugin\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:11:\"new_version\";s:6:\"1.1.36\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/header-footer-code-manager/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/header-footer-code-manager.1.1.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303\";s:2:\"1x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-128x128.png?rev=2681303\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/header-footer-code-manager/assets/banner-1544x500.png?rev=2681303\";s:2:\"1x\";s:81:\"https://ps.w.org/header-footer-code-manager/assets/banner-772x250.png?rev=2681303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/jeg-elementor-kit\";s:4:\"slug\";s:17:\"jeg-elementor-kit\";s:6:\"plugin\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/jeg-elementor-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/jeg-elementor-kit.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";s:3:\"svg\";s:62:\"https://ps.w.org/jeg-elementor-kit/assets/icon.svg?rev=2587455\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500.png?rev=2575635\";s:2:\"1x\";s:72:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250.png?rev=2575635\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/jeg-elementor-kit/assets/banner-1544x500-rtl.png?rev=2575635\";s:2:\"1x\";s:76:\"https://ps.w.org/jeg-elementor-kit/assets/banner-772x250-rtl.png?rev=2575635\";}s:8:\"requires\";s:3:\"5.0\";}s:18:\"nitropack/main.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/nitropack\";s:4:\"slug\";s:9:\"nitropack\";s:6:\"plugin\";s:18:\"nitropack/main.php\";s:11:\"new_version\";s:5:\"1.8.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/nitropack/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/nitropack.1.8.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/nitropack/assets/icon-256x256.gif?rev=2936590\";s:2:\"1x\";s:62:\"https://ps.w.org/nitropack/assets/icon-128x128.gif?rev=2936590\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/nitropack/assets/banner-1544x500.png?rev=2936590\";s:2:\"1x\";s:64:\"https://ps.w.org/nitropack/assets/banner-772x250.png?rev=2936590\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/nitropack/assets/banner-1544x500-rtl.png?rev=2936590\";s:2:\"1x\";s:68:\"https://ps.w.org/nitropack/assets/banner-772x250-rtl.png?rev=2936590\";}s:8:\"requires\";s:3:\"4.7\";}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.109.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.109.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=2181376\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=2181376\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=2513620\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=2513620\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:45:\"w.org/plugins/themesflat-addons-for-elementor\";s:4:\"slug\";s:31:\"themesflat-addons-for-elementor\";s:6:\"plugin\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/themesflat-addons-for-elementor/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/themesflat-addons-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=2354367\";s:2:\"1x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=2354367\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/themesflat-addons-for-elementor/assets/banner-772x250.png?rev=2354367\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"21.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.1\";}}s:7:\"checked\";a:17:{s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.3\";s:42:\"untitled folder/creative-team-showcase.php\";s:5:\"2.7.0\";s:29:\"custom-fonts/custom-fonts.php\";s:5:\"2.1.0\";s:23:\"elementor/elementor.php\";s:6:\"3.16.2\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.16.0\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.9.2\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"5.8.8\";s:29:\"gravityforms/gravityforms.php\";s:8:\"2.7.10.1\";s:43:\"gum-elementor-addon/gum-elementor-addon.php\";s:6:\"1.2.25\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:6:\"1.1.36\";s:39:\"jeg-elementor-kit/jeg-elementor-kit.php\";s:5:\"2.6.1\";s:18:\"nitropack/main.php\";s:5:\"1.8.3\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.109.0\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:5:\"2.0.5\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:6:\"1.15.7\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:5:\"1.5.9\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"21.1\";}}','no'),(21390,'_site_transient_timeout_community-events-3ecee4e6d51448f587b3ee1b1c4976f4','1694779150','no'),(21391,'_site_transient_community-events-3ecee4e6d51448f587b3ee1b1c4976f4','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"162.198.47.0\";}s:6:\"events\";a:0:{}}','no'),(21393,'_transient_timeout_wpseo_total_unindexed_posts_limited','1694737156','no'),(21394,'_transient_wpseo_total_unindexed_posts_limited','0','no'),(21395,'_transient_timeout_wpseo_total_unindexed_terms_limited','1694737156','no'),(21396,'_transient_wpseo_total_unindexed_terms_limited','0','no'),(21397,'_transient_timeout_GFCache_dccd938ff049c1afc702fe4180a2d588','1694736515','no'),(21398,'_transient_GFCache_dccd938ff049c1afc702fe4180a2d588','a:3:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:11:\"entry_count\";s:1:\"2\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"4\";s:11:\"entry_count\";s:1:\"1\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:11:\"entry_count\";s:2:\"10\";}}','no'),(21399,'_transient_timeout_GFCache_eee75b05561fab7c4e6d600bfb49443c','1694736515','no'),(21400,'_transient_GFCache_eee75b05561fab7c4e6d600bfb49443c','a:4:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:2:\"46\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:10:\"view_count\";s:1:\"2\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"4\";s:10:\"view_count\";s:2:\"37\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"5\";s:10:\"view_count\";s:3:\"233\";}}','no'),(21401,'_site_transient_timeout_boldgrid_available','1694736840','no'),(21402,'_site_transient_boldgrid_available','1','no'),(21403,'_site_transient_timeout_boldgrid_api_data','1694765518','no'),(21404,'_site_transient_boldgrid_api_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":30:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.7.6\";s:8:\"asset_id\";i:1288096;s:12:\"release_date\";s:19:\"2023-07-17 19:46:42\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"6.2\";s:8:\"sections\";s:50545:\"{\"description\":\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.<\\/p>\\n\\n<p>The first phase is Inspiration; the guided tool creates your base website.  If you already have a website, then you can skip this step.<\\/p>\\n\\n<p>The second phase is Customization; tools to transform your website into your vision.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-inspirations folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<li><p>You will find the Inspirations menu in your WordPress Dashboard \\/ admin panel.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>2.7.6<\\/h4>\\n\\n<p>Release Date: July 17th, 2023<\\/p>\\n\\n<ul>\\n<li>Update: Improve support for PHP 8.1 &amp; 8.2<\\/li>\\n<li>Update: Allow for specific themes to dis-allow adding a blog during the inspirations process.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.5<\\/h4>\\n\\n<p>Release date: March 23rd, 2023<\\/p>\\n\\n<ul>\\n<li>Bug Fix: WP 6.2 - get<em>page<\\/em>by_tlte is deprecated <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-inspirations\\/issues\\/173\\\">#173<\\/a><\\/li>\\n<li>Update: Update Boldgrid\\/BGforms dependancy.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.4<\\/h4>\\n\\n<p>Release date: September 20th, 2022<\\/p>\\n\\n<ul>\\n<li>Bug Fix: background images in crio<em>page<\\/em>headers are not getting replaced <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-inspirations\\/issues\\/155\\\">#155<\\/a><\\/li>\\n<li>Bug Fix: Object of class WP_Error could not be converted to int <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-inspirations\\/issues\\/153\\\">#153<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>2.7.3<\\/h4>\\n\\n<p>Release date: September 7th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Prevent hidden categories from displaying in the sidebar during inspirations process.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.2<\\/h4>\\n\\n<p>Release date: August 8th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Increased image download timeout to 60 seconds.<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.1<\\/h4>\\n\\n<p>Release date: July 8th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies (php 7.1).<\\/li>\\n<\\/ul>\\n\\n<h4>2.7.0<\\/h4>\\n\\n<p>Release date: July 7th, 2022<\\/p>\\n\\n<ul>\\n<li>New feature: Logo support.<\\/li>\\n<li>New feature: Nested menus.<\\/li>\\n<li>New feature: Taxonmy per post.<\\/li>\\n<li>New feature: Custom headers.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<li>Update: Remove page headers on start over.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.5<\\/h4>\\n\\n<p>Release date: January 25th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Several php8 fixes.<\\/li>\\n<li>Update: Automated tests run against php 5.6, 7.4, and 8.0<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.4<\\/h4>\\n\\n<p>Release date: October 18th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add filters to allow dev installs of Crio and Crio Premium.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.3<\\/h4>\\n\\n<p>Release date: June 10th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated the way blogs are installed via Inspirations.<\\/li>\\n<li>Update: Updated the My Inspirations page with links to theme support.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.2<\\/h4>\\n\\n<p>Release date: April 14th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add support for footer-menu locations<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.1<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Disable custom menu by default.<\\/li>\\n<li>Bug fix: Add \\\"My Inspirations\\\" link in case js does not redirect.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.0<\\/h4>\\n\\n<p>Release date: January 25th, 2021<\\/p>\\n\\n<ul>\\n<li>New feature: Theme deployments can now include theme specific plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.2<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.<\\/li>\\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.1<\\/h4>\\n\\n<p>Release date: October 23rd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed \\\"Only variables should be passed by reference\\\" in class-boldgrid-inspirations-purchase-for-publish.php.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.0<\\/h4>\\n\\n<p>Release date: October 17th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Invoicing and Caching options added as Inspirations features.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.4<\\/h4>\\n\\n<p>Release date: September 22nd, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.3<\\/h4>\\n\\n<p>Release date: August 11th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: WordPress 5.5 compatibility changes.<\\/li>\\n<li>Update: Optimized usage of set<em>staging<\\/em>installed.<\\/li>\\n<li>Update: Optimized \\\"get total coin cost\\\".<\\/li>\\n<li>Update: Updated links in login footer<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.2<\\/h4>\\n\\n<p>Release date: June 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.1<\\/h4>\\n\\n<p>Release date: May 29th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.0<\\/h4>\\n\\n<p>Release date: May 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Changes needed for Crio.<\\/li>\\n<li>Bug fix: Attribution page will not show excpert.<\\/li>\\n<li>Bug fix: Fixed display \\/ position of BoldGrid Connect image search results.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.1<\\/h4>\\n\\n<p>Release date: March 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Unable to click button on email confirmation page.<\\/li>\\n<li>Update: Removed \\\"Add new from GridBlocks\\\" feature.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.0<\\/h4>\\n\\n<p>Release date: December 17th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Added noindex to the attribution page.<\\/li>\\n<li>Update: Changed the form plugin from WPForms to weForms.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.2<\\/h4>\\n\\n<p>Release date: November 22st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.<\\/li>\\n<li>Update: Updated dependency boldgrid\\/library to 2.10.6.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.1<\\/h4>\\n\\n<p>Release date: October 15th, 2019<\\/p>\\n\\n<ul>\\n<li>Update:  Updated dependency boldgrid\\/library to 2.10.4.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.0<\\/h4>\\n\\n<p>Release date: September 17th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.<\\/li>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.1<\\/h4>\\n\\n<p>Release date: September 5th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.0<\\/h4>\\n\\n<p>Release date: August 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Removed the \\\"Welcome to BoldGrid\\\" dashboard widget.<\\/li>\\n<li>Update: Add notice to dashboard widget.<\\/li>\\n<li>Update: Remove news widget from dashboard.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.7<\\/h4>\\n\\n<p>Release date: August 16, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing compact warnings<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.6<\\/h4>\\n\\n<p>Release date: August 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.5<\\/h4>\\n\\n<p>Release date: July 25th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Added a switch for toggling branding of the login page.<\\/li>\\n<li>Update: Cleaned up logic on purchase coins page.<\\/li>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.4<\\/h4>\\n\\n<p>Release date: July 2nd, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.3<\\/h4>\\n\\n<p>Release date: May 21st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing \\\"Call to undefined method getAttribute\\\" error.<\\/li>\\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle \\/ login<\\/em>headertext.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.2<\\/h4>\\n\\n<p>Release date: Apr 23nd, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing usage of php\'s empty function for php &lt; 5.5<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.1<\\/h4>\\n\\n<p>Release date: Apr 19th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing class property declaration for php &lt; 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.0<\\/h4>\\n\\n<p>Release date: Apr 16th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.<\\/li>\\n<li>Update: Inspirations process with full screen mode and design updates.<\\/li>\\n<li>New feature: Inspirations dashboard.<\\/li>\\n<li>New feature: German translations added - de_DE.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.5<\\/h4>\\n\\n<p>Release date: Jan 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Pages fail to install on Pages > Add New.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.4<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Unable to save \\\"boldgrid<em>menu<\\/em>option\\\" on settings page.<\\/li>\\n<li>Bug fix:                       Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.3<\\/h4>\\n\\n<p>Release date: Dec 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Coin Budget help was not toggling when clicked.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.2<\\/h4>\\n\\n<p>Release date: Nov 26th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-33   Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.1<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Update:       JIRA BGCONN-20   Removed update settings; have been moved to the BoldGrid Library packages.<\\/li>\\n<li>Bug fix:      JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Attribution page not being rebuilt \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search in the Customizer \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Recommended image sizes not working as expected.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated BoldGrid library to version 2.4.2.<\\/li>\\n<li>New feature:  JIRA BGINSP-24  Log data when there may be a connection or Ajax error.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-16  Warnings and notices within inspiration w\\/ Crio theme<\\/li>\\n<li>Bug fix:      JIRA BGINSP-23  Fixed issue: Connect Search may load with connection notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated to library version 2.3.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-14  Fatal in PHP >=7.1.0 when creating internal preview builds.<\\/li>\\n<li>Bug fix:      JIRA WPB-3767   Prevent invalid API calls for check-version.<\\/li>\\n<li>Update:       JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-3730   Updated library dependency to ^2.0.0.<\\/li>\\n<li>Update:       JIRA BGINSP-3   Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.<\\/li>\\n<li>Update:       JIRA WPB-3684   Updated composer.json, due to package changes.<\\/li>\\n<li>New feature:  JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGSTAGE-32 Fixed staging plugin install.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA BGINSP-4   Removed admin notice recommending plugin installations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3643   Ensure that deployment does not install new wporg plugins if old ones are installed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3587   Menu assignment after deployment broken in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3570   Inspirations Select button misplaced in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3593   Changes require to help Staging support new Customizer scheduler.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updates to library.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.11<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3336   All and Default categories do not align.<\\/li>\\n<li>Bug fix:      JIRA WPB-3337   On a fresh install, Pages - New From GridBlocks fails.<\\/li>\\n<li>Bug fix:      JIRA WPB-3333   Image search only searching one provider instead of all.<\\/li>\\n<li>Bug fix:      JIRA WPB-3346   Edit Image button not working for attachment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3387   Loading GridBlocks just spins.<\\/li>\\n<li>Update:       JIRA WPB-3352   Purchase coins through BoldGrid Central.<\\/li>\\n<li>Update:       JIRA WPB-3355   Add data-image-url attribute.<\\/li>\\n<li>Update:       JIRA WPB-3382   More descriptive creative commons icon.<\\/li>\\n<li>Update:       JIRA WPB-3384   Add License details to attachment details.<\\/li>\\n<li>Update:       JIRA WPB-3383   Filter out boldgrid-gridblock-set-preview-page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3318   When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.<\\/li>\\n<li>Bug fix:      JIRA WPB-3312   Ensure activation of preferred form plugin.  Added filter for preferred slug.<\\/li>\\n<li>Bug fix:      JIRA WPB-3317   New page from GridBlocks not working.<\\/li>\\n<li>Update:       JIRA WPB-3252   Disable \'default\' category and configure \'showcase\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-3332   New from gridblocks button not showing.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3200   Added WPForms support.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Update:   JIRA WPB-3296 Add Inspirations as first menu item child.<\\/li>\\n<li>Bug Fix:  JIRA WPB-3274 Plugins > Add New Updates fail in modals.<\\/li>\\n<li>New feature:  JIRA WPB-3293   Resize images during deployment vs imgr server.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Update:      JIRA WPB-3243    Change feedback admin notice display frequency.<\\/li>\\n<li>Update:      JIRA WPB-3264 Adding twitch social media option.<\\/li>\\n<li>New Feature: Added BoldGrid Library to plugin.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3179   Gradient style being lost during normal deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3180   Open WordPress\\/BoldGrid links in attribution page in new tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<li>Bug fix:      JIRA WPB-3162   Fixed issue creating .htaccess file in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3171   As an author, when installing a site I do not want background images to be processed.<\\/li>\\n<li>Bug fix:      JIRA WPB-3176   Background gradient \\/ url bug during deplyment.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Bug fix:      JIRA WPB-3141   Fixed invalid updates for BoldGrid Prime theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-3158   Deployment\'s gallery updates are not saved.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3106   As an Author, I can set background images for elements.<\\/li>\\n<li>New feature:  JIRA WPB-3095   Update generic builds to display per theme channel.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2745   Fixed upgrade notices displaying when activation version was not recorded.<\\/li>\\n<li>Update:       JIRA WPB-3019   Updating attribution link creation.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3044   Automatically get Unsplash attribution.<\\/li>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3232   Deploy Staging menu item missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-3233   BoldGrid Connect Search missing from new image widget.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2936   Updating YouTube videos for BoldGrid Dashboard\'s new release.<\\/li>\\n<li>Bug fix:      JIRA WPB-2927   Social media menu disappears.<\\/li>\\n<li>Update:       JIRA WPB-2949   Configure blog using categories.<\\/li>\\n<li>Bug fix:      JIRA WPB-2950   Added max height for reseller logos on login page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2925   Sidebar widgets don\'t match between preview and installed site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2955   Backwards compatibility - maps taking up 200px empty space.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2916   Inspirations deploy fatal error if an old forked plugin had the original installed.<\\/li>\\n<li>Bug fix:      JIRA WPB-2905   If installing via Author, do not update pages with survey data.<\\/li>\\n<li>Bug fix:      JIRA WPB-2910   Unterminated entity reference bug.<\\/li>\\n<li>Update:       JIRA WPB-2913   Validate email address in survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2404   iframe timeout in step 2 of Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2173   Error deleting image and redownloading.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2796   Social media urls end in \\/username, go to 404s.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       JIRA WPB-2900   Update verbiage of build coin cost.<\\/li>\\n<li>Bug fix:      JIRA WPB-2901   Scroll bars not visible on preview iframe in Chrome.<\\/li>\\n<li>Bug fix:                      Removing CTA hooks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2819   Use switch instead of checkbox for Demo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2780   Theme screenshots opening directly, rather than within gallery.<\\/li>\\n<li>Update:       JIRA WPB-2825   Adjust do not display formatting.<\\/li>\\n<li>Update:       JIRA WPB-2829   Updating hook to resolve BoldGrid SEO plugin conflicts.<\\/li>\\n<li>Update:       JIRA WPB-2837   Remove loading image after selecting theme in Gallery.<\\/li>\\n<li>Update:       JIRA WPB-2839   Minor verbiage change for Add a blog.<\\/li>\\n<li>Update:       JIRA WPB-2785   Entering words with apostrophe in it for Site title displays with a Backslash.<\\/li>\\n<li>Bug fix:      JIRA WPB-2848   Customize link takes users back to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2527   \'New from GridBlocks\' preview page appearing in cart.<\\/li>\\n<li>Bug fix:      JIRA WPB-2862   Survey, invalid argument supplied for foreach.<\\/li>\\n<li>Bug fix:      JIRA WPB-2601   Inspirations Internet Explorer\\/ Stuck on loading themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2854   Downloading Image spinner never stops spinning.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2772   PHP warnings on deploy in WordPress 4.3.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-2766   Plesk and WP-CLI were not getting private repo updates.<\\/li>\\n<li>Update:       JIRA WPB-2763   Update email and address on Contact Us page.<\\/li>\\n<li>Update:       JIRA WPB-2764   Remove option to add a map.<\\/li>\\n<li>Update:       JIRA WPB-2765   Allow iframes for preview builds.<\\/li>\\n<li>New feature:  JIRA WPB-2771   Update footer-company-details widget with survey data.<\\/li>\\n<li>New feature:  JIRA WPB-2777   Add an Install sample blog checkbox.<\\/li>\\n<li>New feature:  JIRA WPB-2778   Setup a blog during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2792   Staged posts (private posts) are trashed when starting over active site.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2801   Remove milestones classes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2779   Survey not working with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2805   Preview builds w &amp; w\\/o blogs.<\\/li>\\n<li>New feature:  JIRA WPB-2806   Add filter for Inspirations configs.<\\/li>\\n<li>Bug fix:      JIRA WPB-2808   Do not request generic builds when requesting blog as well.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Update:       JIRA WPB-2376   Filter the bgtfw contact blocks.<\\/li>\\n<li>Update:       JIRA WPB-2476   Update case of Company name.<\\/li>\\n<li>Update:       JIRA WPB-2747   Update Add a map verbiage.<\\/li>\\n<li>Update:       JIRA WPB-2749   Add a map to my Contact page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2658   Fix spacing issues atop Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2751   Show all in the smaller view of inspirations doesn\'t work anymore.<\\/li>\\n<li>Bug fix:      JIRA WPB-2757   Apostrophe and other strange characters installed via Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2759   DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2696   Remove placeholders from survey.<\\/li>\\n<li>New feature:  JIRA WPB-2697   Update phone numbers in widgets.<\\/li>\\n<li>New feature:  JIRA WPB-2699   Use phone number entered during survey.<\\/li>\\n<li>Update:       JIRA WPB-2704   Adjust format of how social media icons are saved.<\\/li>\\n<li>New feature:  JIRA WPB-2705   Use survey social media items when creating menu.<\\/li>\\n<li>Update:       JIRA WPB-2711   Show optional message in survey.<\\/li>\\n<li>Update:       JIRA WPB-2712   Have plus sign toggle more social icons.<\\/li>\\n<li>Update:       JIRA WPB-2723   Update phone in pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2627   Back \\/ next buttons should not be clickable.<\\/li>\\n<li>Bug fix:      JIRA WPB-2625   Behavior of last image\'s next button in Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2582   Always show arrows in Inspirations gallery.<\\/li>\\n<li>Update:       JIRA WPB-2583   Ensure first letter in theme\'s title attribute is capitalized.<\\/li>\\n<li>Update:       JIRA WPB-2599   Add placeholder for 4th step to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2551   Duplicate images.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2622   Inspirations - Step 4 - Go back button installs site.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Bug fix:      JIRA WPB-2539   Fix possible duplicate connection issue notice from ajax.js call.<\\/li>\\n<li>Bug fix:      JIRA WPB-2558   Don\'t display feedback widget if user hasn\'t entered their key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2559   Don\'t allow widgets to drag into welcome box area.<\\/li>\\n<li>Bug fix:      JIRA WPB-2555   Images in search results flicker.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Update:       JIRA WPB-2568   Added fancybox and large previews to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2570   Milestone blogname change.<\\/li>\\n<li>Update:       JIRA WPB-2574   Milestone Social Media Change.<\\/li>\\n<li>Update:       JIRA WPB-2578   Milestone Contact Info Footer Change.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2544   Disable \'Install\' button after clicking it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2531   Javascript error checking needed for mine count.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2472   Added update notice for 1.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2486   Incorrect page count on All Pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2467   With staging disabled, Customize goes to \\\"Change Themes\\\".<\\/li>\\n<li>Update:       JIRA WPB-2488   Remove \'Permanently delete pages instead of sending to trash\'.<\\/li>\\n<li>Update:       JIRA WPB-2490   Move default option to \'install as staging\'.<\\/li>\\n<li>Update:       JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2496   Require comment text in feedback form.<\\/li>\\n<li>Update:       JIRA WPB-2229   Update error reporting when purchasing images.<\\/li>\\n<li>Update:       JIRA WPB-2498   Change \'Company Name\' to theme name.<\\/li>\\n<li>Update:       JIRA WPB-2497   Add new dashboard videos.<\\/li>\\n<li>Bug fix:      JIRA WPB-2376   \'No search results\' method is not cleared in BGCS.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2468   Switching between boldgrid admin menu and standard wp menu no longer works.<\\/li>\\n<li>Bug fix:      JIRA WPB-2477   If you have an existing site non BG, no route for staging exists.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2446   Fixed missing build id passed on site install.<\\/li>\\n<li>Bug fix:      JIRA WPB-2426   Insert Gridblock button is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2443   When starting over, I get a blank page.<\\/li>\\n<li>Bug fix:      JIRA WBP-2445   Inspirations is not fetching cached themes.<\\/li>\\n<li>Update:       JIRA WPB-2458   Update \'Recommended\' verbiage in last step of Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Bug fix:      JIRA WPB-2387   Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2324   Attribution should not show in 404 sitemap.<\\/li>\\n<li>Bug fix:      JIRA WPB-2403   No plugins recommended still showing notice.<\\/li>\\n<li>Update:       JIRA WPB-2416   Text changes for confirmation section of Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2417   Add additional text to deployment success page for staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2421   Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...<\\/li>\\n<li>Bug fix:      JIRA WPB-2112   BoldGrid Connect Search missing for galleries.<\\/li>\\n<li>Bug fix:      JIRA WPB-2422   Fixed CSS Loading graphic animation in chrome to display properly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2401   Gallery not displaying correctly in Chrome &amp;&amp; FF.<\\/li>\\n<li>Bug fix:      JIRA WPB-2423   Trying to get property of non-object in ...stock-photography.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2398   Error requesting free key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2399   Only show feedback widget to admins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2389   Fixed saving BoldGrid Settings.<\\/li>\\n<li>Bug fix:      JIRA WPB-2388   Removed duplicate boldgrid_activate().<\\/li>\\n<li>Update:       JIRA WPB-2390   Update verbiage for inspirations install success.<\\/li>\\n<li>Bug fix:      JIRA WPB-2391   Hide BoldGrid Welcome Panel if key isn\'t entered yet.<\\/li>\\n<li>Bug fix:      JIRA WPB-2392   If key is less than 32 char don\'t make call to validate.<\\/li>\\n<li>Bug fix:      JIRA WPB-2393   Error messages should be removed when resubmitting keys.<\\/li>\\n<li>Bug fix:      JIRA WPB-2394   Cursor for show\\/hide log should be a pointer.<\\/li>\\n<li>Update:       JIRA WPB-2395   Update login page styling.<\\/li>\\n<li>Bug fix:      JIRA WPB-2396   Remove staging from recommended plugin notices.<\\/li>\\n<li>Bug fix:      JIRA WPB-2327   Check if framework is handling plugin recommendations before recommending.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Bug fix:      JIRA WPB-2248   Removed \'New From GridBlocks\' button on edit submission page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2332   Reset scroll position on step 2 of Inspirations to top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2339   Remove notices from Inspirations page.<\\/li>\\n<li>Update:       JIRA WPB-2208   Removed tutorials from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2359   Order \'Category Filter\' by category display order.<\\/li>\\n<li>Update:       JIRA WPB-2360   Sort themes by category and then order within category.<\\/li>\\n<li>Update:       JIRA WPB-2368   Read version constant from plugin file.<\\/li>\\n<li>Update:       JIRA WPB-2361   Add BoldGrid Connect Search to Editor\'s background image tool.<\\/li>\\n<li>Update:       JIRA WPB-2354   Preview button needs to always be visible in mobile view.<\\/li>\\n<li>Update:       JIRA WPB-2355   Remove extraneous \'Preview\' button.<\\/li>\\n<li>Bug fix:      JIRA WPB-2364   Inspirations not respecting theme release channel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2370   Color in screenshot does not match preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-2373   Duplicate themes in Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2379   Wrong budget passed when going form step 2 to step 1.<\\/li>\\n<li>Update:       JIRA WPB-2380   Remove references to tutorials in deployment congrats message.<\\/li>\\n<li>Bug fix:      JIRA WPB-2383   Image Search tab appears when clicking \'Add GridBlock\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2313   Disabled GridBlocks in network admin pages.<\\/li>\\n<li>New feature:  JIRA WPB-2268   Changed to resized preview screenshots for Inspirations Design First concept.<\\/li>\\n<li>New feature:  JIRA WPB-2287   Adjust device preview buttons in step 2 to behave like those in editor.<\\/li>\\n<li>New feature:  JIRA WPB-2291   Auto install staging in final step if user chooses staging.<\\/li>\\n<li>Update:       JIRA WPB-2290   Changed \'Install\' button to \'Next\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-2289   Continuously clicking category in step 1 shuffles themes.<\\/li>\\n<li>Update:       JIRA WPB-2267   Added message to Inspirations when no generic themes are available.<\\/li>\\n<li>Update:       JIRA WPB-2315   Added error handling for malformed ajax results for call to \\/api\\/build\\/get-generic.<\\/li>\\n<li>Update:       JIRA WPB-2316   Add error handling for failures to fetch categories.<\\/li>\\n<li>Update:       JIRA WPB-2317   Add error handling for failures to fetch pagesets.<\\/li>\\n<li>Update:       JIRA WPB-2319   Check user capabilities before prompting for api key.<\\/li>\\n<li>Update:       JIRA WPB-2320   Ensure user has permission to edit page before allowing download<em>and<\\/em>insert<em>into<\\/em>page.<\\/li>\\n<li>Update:       JIRA WPB-2322   Sanitize user feedback before adding to options table.<\\/li>\\n<li>Update:       JIRA WPB-2323   Allow admin notices to be dismissed per user.<\\/li>\\n<li>Update:       JIRA WPB-2326   Update \'update\' class to utilize Admin Notices class.<\\/li>\\n<li>Update:       JIRA WPB-2327   Check user capabilities before showing admin notices.<\\/li>\\n<li>Update:       JIRA WPB-2331   Update confirmation messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2269   Typo fix in Boldgrid<em>Inspirations<\\/em>Dependency<em>Plugins::print<\\/em>uninstalled_plugins().<\\/li>\\n<li>Bug fix:      JIRA WPB-2270   New From GridBlocks became unavailable.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2172   For preview generic builds, added an option for identification for purges, etc.<\\/li>\\n<li>Bug fix:      JIRA WPB-2263   For preview sites under multisite, set the admin email address using the network admin email address.<\\/li>\\n<li>Bug fix:      JIRA WPB-2223   Reworked API key validation and connection issue notices, formatting.<\\/li>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-2150   Moved API methods to a new class, formatting, and phpcs rework.<\\/li>\\n<li>Bug fix:      JIRA WPB-2224   Hide the email address field when widget is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2225   Fixed jQuery Migrate deprecated warning.<\\/li>\\n<li>Update:       JIRA WPB-2245   Changed feed to pull from dashboard tag on blog.<\\/li>\\n<li>Bug fix:      JIRA WPB-2265   Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.<\\/li>\\n<li>Bug fix:      JIRA WBP-2236   Errors everywhere when logging in as an Editor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2234   Add current<em>user<\\/em>can checks to Boldgrid<em>Inspirations->set<\\/em>api<em>key<\\/em>callback().<\\/li>\\n<li>Bug fix:      JIRA WPB-2237   Limit ajax requests by user.<\\/li>\\n<li>Bug fix:      JIRA WPB-2240   Limit printing of configs in head.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to the tutorials page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2184   In PHP 5.2, deactivate and die properly.<\\/li>\\n<li>New feature:                  Added BoldGrid news widget to dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1994   Fixed issue with WP Theme Editor not being available.<\\/li>\\n<li>New feature:                  Added BoldGrid Feedback widget.<\\/li>\\n<li>Bug fix:      JIRA WPB-2169   Connect Search defaults to smallest image size when no recommended sizes available.<\\/li>\\n<li>Bug fix:    JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2160   New From GridBlocks, multiple pages are installed.<\\/li>\\n<li>Update:                       Changed text of getting and entering connect keys.<\\/li>\\n<li>Security:     JIRA WPB-2151   Disabled autocomplete for API key entry fields.<\\/li>\\n<li>Bug fix:      JIRA WPB-2145   Fixing issue with theme screenshots on Chrome Ubuntu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2119   For asset downloads, when Imagick is loaded, set the thread limit to 1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2125   Fixing issue where theme was overwritten without version change.<\\/li>\\n<li>Bug fix:      JIRA WPB-2104   Go back button hides all themes (Inspirations > Add Theme).<\\/li>\\n<li>Bug fix:      JIRA WPB-2107   BoldGrid Connect Search overlapping footer (Dashboard > Media).<\\/li>\\n<li>Bug fix:      JIRA WPB-2109   Session issues when starting over and importing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2116   Changes to the order of images in a gallery are not saving.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-2135   Image not replaced in Page &amp; Post Editor after using Connect Search.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to Inspirations, so admin notices are displayed at the top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2041   Fixed BoldGrid theme update check in WordPress 4.6.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>New feature:  JIRA WPB-599    Added options for plugin and theme auto-updates via WordPress autoupdater.<\\/li>\\n<li>Update:       JIRA WPB-2008   Deploy class updated to allow for is_generic flag.<\\/li>\\n<li>Bug fix:      JIRA WPB-1950   Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2032   Fixed issue when activating key.  Added nonce to api key form.<\\/li>\\n<li>Rework:       JIRA WPB-2030   Updated the \\\"I don\'t have an API key\\\" section.<\\/li>\\n<li>New feature:  JIRA WPB-2029   Added TOS box to API key submission form.<\\/li>\\n<li>New feature:  JIRA WPB-1905   Added capability for auto-updates of boldgrid-inspirations by API response.<\\/li>\\n<li>Bug fix:      JIRA WPB-2002   Fixed theme update issue where upgrader says is up to date at times.<\\/li>\\n<li>Bug fix:      JIRA WPB-2006   Pdes and Homepage not installing correctly on Inpirations Theme Only installs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1839   Users can now change their theme release channel.<\\/li>\\n<li>Security fix: JIRA WPB-1977   Validate nonce for feedback form diagnostic data callback and form submit.<\\/li>\\n<li>Bug fix:      JIRA WPB-1955   Fatal error: Class \'Boldgrid<em>Staging<\\/em>Plugin\' not found.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1914   Staged image used on Active page not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1886   Fixed feedback notice being displayed too often (more than a week after submitting).<\\/li>\\n<li>New feature:  JIRA WPB-1183   Refresh the Library Tab after downloading an image.<\\/li>\\n<li>Update:       JIRA WPB-1865   Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1855   Do not display feedback notice on update or setting pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1860   Fixed horizontal line through screenshot in step 2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1891   View \\/ Download of images within receipts not working for images purchased via Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1893   JS errors in console when viewing attachments.<\\/li>\\n<li>Bug fix:      JIRA WPB-1900   Attribution shows in menu when menu generated using wp<em>page<\\/em>menu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1824   Fixed order of plugin deactivation and uninstall in Start Over process.<\\/li>\\n<li>Bug fix:      JIRA WPB-1814   Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.<\\/li>\\n<li>Bug fix:      JIRA WPB-1823   Fixed display of \\\"Themes\\\" H1 and the additional themes bar when choosing active or staging before installing a theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-1840   Fixing thumbnail presentation in inspirations and add new theme.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.3<\\/h4>\\n\\n<ul>\\n<li>Update:               Sync version. See version 1.1.1.1.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1833   Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1817   BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Removed feedback form bug report diagnostic report items.<\\/li>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Reworked admin feedback notice.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Removed analysis processing and optional logging capabilities.  Added support for XHProf.<\\/li>\\n<li>Bug fix:      JIRA WPB-1805   Now adds theme update info on the Customizer Themes page.<\\/li>\\n<li>Rework:       JIRA WPB-1785   Enabled and reworked image caching for the preview server.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Reworked analysis processing.<\\/li>\\n<li>Update:       JIRA WPB-1658   Storing more reliable install data through inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-1787   When not using BoldGrid menu, cart does not dynamically update total page price.<\\/li>\\n<li>Update:       JIRA WPB-1754   Remove attribution page from search results.<\\/li>\\n<li>Bug fix:      JIRA WPB-1788   webkit css missing from \'new from gridblocks\'.<\\/li>\\n<li>New feature:  JIRA WPB-1806   Add \'BoldGrid search\' tab when replacing an image.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fixing logo display on login screen.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixed analysis include for preview server.<\\/li>\\n<li>Bug fix:                      New From GridBlocks: Asset download issues.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1751   Added analysis processing and optional logging capabilities.<\\/li>\\n<li>Bug fix:      JIRA WPB-1781   Removed boldgrid<em>dismissed<\\/em>admin_notices from Start Over cleanup.<\\/li>\\n<li>New feature:  JIRA WPB-1541   Added feedback notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-1747   New From GridBlocks: For non BoldGrid themes, only load grid css.<\\/li>\\n<li>Bug fix:      JIRA WPB-1760   New From GridBlocks: Ensure page title shows on preview page.<\\/li>\\n<li>Update:       JIRA WPB-1779   New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1710   Fixed missing device preview tabs on Add New Theme preview modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1710   Fixed notice dismissal checking.<\\/li>\\n<li>Bug fix:      JIRA WPB-1749   On start over, staging menus are not deleted.<\\/li>\\n<li>Bug fix:      JIRA WPB-1755   Gallery images not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1740   Fixed \\\"In Menu\\\" messages in editor when staging plugin is not active, and fixed saving menu selections.<\\/li>\\n<li>New feature:  JIRA WPB-1726   Added optional feedback for GridBlock Add Page.<\\/li>\\n<li>Removed Ft:   JIRA WPB-1710   Removed Inspirations Add Pages; replaced by GridBlocks.<\\/li>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:                  Don\'t assign footer contact widget if using base pagesets.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1732   Fixing css issues on login screen (firefox).<\\/li>\\n<li>Bug Fix:      JIRA WPB-1687   Image search: Title, Caption, Alt Text and Description do not display on new pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.11<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1699   Added optional feedback for theme activation.<\\/li>\\n<li>New feature:  JIRA WPB-1690   Adding BoldGrid themes to All themes install menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1686   Limited items loaded in network admin pages.<\\/li>\\n<li>Improvement:  JIRA WPB-1604   Added a \\\"Cancel\\\" link to the \\\"In Menu\\\" section.<\\/li>\\n<li>Improvement:  JIRA WPB-1603   Display menu locations in the editor \\\"In Menu\\\" section.<\\/li>\\n<li>Bug fix:      JIRA WPB-1602   Corrected capitalization of \\\"None\\\" under \\\"In menu\\\" in the editor.<\\/li>\\n<li>Improvement:  JIRA WPB-1664   Gets api<em>key and site<\\/em>hash from configs instead of get_option.<\\/li>\\n<li>Bug fix:      JIRA WPB-1597   Fixing indefined index error<\\/li>\\n<li>New feature:  JIRA WPB-1649   Added reporting of PHP version and mobile ratio.<\\/li>\\n<li>Bug fix:      JIRA WPB-1598   \'Mine\' count on \'all pages\' is incorrect.<\\/li>\\n<li>Bug fix:      JIRA WPB-1647   JS error with easy-attachment-preview-size.js.<\\/li>\\n<li>Bug fix:      JIRA WPB-1651   When the BG menu is turned off, Appearance link should take you to themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1632   Fixed handling of subcategory<em>id in deploy<\\/em>page_sets.<\\/li>\\n<li>New feature:  JIRA WPB-1510   Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations<\\/em>Utility).<\\/li>\\n<li>Rework:       JIRA WPB-1553   Updated require and include statements for standards.<\\/li>\\n<li>Bug fix:      JIRA WPB-1563   Updated pages in which wp<em>iframe-media<\\/em>upload.css is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-1549   Resolve attribution page missing attribution for several images.png.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Add GridBlock Sets feature disabled.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed support for PHP 5.2 to deactivate plugin.<\\/li>\\n<li>Bug fix:                      Prevent click of links in add<em>new<\\/em>page_selection previews.<\\/li>\\n<li>Bug fix:      JIRA WPB-1554   Fixed undefined JavaScript variable pagenow for customizer link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1554   Fixed theme link in network dashboard nav menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1590   Fixed JavaScript error for undefined screen info in network dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1535   Fixed theme deployment issues.<\\/li>\\n<li>New feature:  JIRA WPB-1584   Added an opt-out feedback payload delivery system.<\\/li>\\n<li>New feature:  JIRA WPB-1580   Added optional feedback for customizer_start.<\\/li>\\n<li>Bug fix:      JIRA WPB-1571   Removed plugin dependency admin notice when editing an attachment (image).<\\/li>\\n<li>New feature:  JIRA WPB-1579   Added feedback opt-out in BoldGrid Settings, hidden for now.<\\/li>\\n<li>Bug fix:      JIRA WPB-1575   Addressed an issue causing mismatch color palettes on cached previews<\\/li>\\n<li>New feature:  JIRA WPB-1514   Add new pages offers page templates to choose from.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1561   Fixed missing get<em>plugin<\\/em>data on update calls.<\\/li>\\n<li>New feature:  JIRA WPB-1511   Added dependency plugin notice on editor pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1371   JSON encoded image data for media download requests.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Swapping loading GIF to CSS loading image.<\\/li>\\n<li>New feature:  JIRA WPB-1072   Storing static pages on install<\\/li>\\n<li>New feature:  JIRA WPB-1539   When deleting a page, remove it from any applicable menus as well.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>New feature   JIRA WPB-1555   Add wp-image-## class to images during deployment.<\\/li>\\n<li>New feature   JIRA WPB-1557   Add wp-image-## class to images when adding gridblocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1506   Theme naming missing in preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-1443   Extra page listed under \'Mine\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1560   Install options not available on preview server<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1411   Added more output to the deploy log.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1462   Fixed position of dependency plugins admin notice.  Also limited to Dashboard and plugins page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1290   Fixing issues with galleries leaving empty spaces<\\/li>\\n<li>Bug fix:      JIRA WPB-1471   Made deployment plugin installation respect release channel.<\\/li>\\n<li>Rework:       JIRA WPB-1452   Remove unneeded call to \'boldgrid<em>activate<\\/em>framework\' during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-946    Fixed margin bug on step 2 additional themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-1384   Increase width of select input on image search modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1508   BoldGrid Image search box size is inconsistent.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1442   Fixing inspiration border styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1461   Updating login button styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1411   Added initialization and checks for empty image queues in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-1406   Attribution page still showing in \'All Pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1451   Active images are showing in Staging attribution page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1466   Tabs on tutorials page too small at 1035px - 1482px.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>New feature:  JIRA WPB-1389   When starting over theme mods are saved with a flag to recompile sass<\\/li>\\n<li>Bug fix:      JIRA WPB-1420   Content of Attribution page is overwriting page saves.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1395   Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.<\\/li>\\n<li>Rework        JIRA WPB-1374   Updated activation timestamp to use GMT\\/UTC.<\\/li>\\n<li>Bug fix:      JIRA WPB-1377   Reseller option is now set on first call to either the front end or wp_login.<\\/li>\\n<li>Bug fix:                      Adjusted handling for image purchases when errors occur.<\\/li>\\n<li>Bug fix:      JIRA WPB-1365   Purchase link on editing a page goes to wrong link.<\\/li>\\n<li>Bug fix:      JIRA WPB-1368   Inspirations step 0 text refers to nonexisting help tabs.<\\/li>\\n<li>Rework:       JIRA WPB-1378   Adjusted formatting of footer in Dashboard.<\\/li>\\n<li>Rework:       JIRA WPB-1369   Update minus signs on \'Transaction History\'.<\\/li>\\n<li>New feature:  JIRA WPB-1379   On the transactions page, show the reseller that processed the credits.<\\/li>\\n<li>Bug fix:                      Count of \'All\' pages inaccurate on \'All pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1367   Updated link for \'Lost your BoldGrid Connect Key?\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1374   Updated activation timestamp to include timezone in UTC.<\\/li>\\n<li>Bug fix:                      Attribution page shows style tags.<\\/li>\\n<li>Bug fix:                      Strict Standards fix for wp<em>kses<\\/em>allowed_html.<\\/li>\\n<li>Bug fix:                      Fixed incorrect link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3<\\/h4>\\n\\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https:\\/\\/www.boldgrid.com\\/boldgrid-1-3-released\\/ .<\\/p>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:95509:\"{\"6.2\":{\"2.7.6\":[100,95]},\"6.1.3\":{\"2.7.6\":[100,95]},\"6.1.2\":{\"2.7.6\":[100,95]},\"6.1.1\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"6.1\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"6.0.5\":{\"2.7.6\":[100,95]},\"6.0.4\":{\"2.7.6\":[100,95]},\"6.0.3\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"6.0.2\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"6.0.1\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"6.0\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9.7\":{\"2.7.6\":[100,95]},\"5.9.6\":{\"2.7.6\":[100,95]},\"5.9.5\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9.4\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.7\":{\"2.7.6\":[100,95]},\"5.8.6\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.5\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.4\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.3\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.2\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8.1\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.8\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.9\":{\"2.7.6\":[100,95]},\"5.7.8\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.7\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.6\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.5\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.4\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.3\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.2\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7.1\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.9\":{\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.8\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.6\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.5\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.10\":{\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.9\":{\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.7\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.6\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.9\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.8\":{\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.7\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.9\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95],\"2.7.1\":[100,95],\"2.7.2\":[100,95],\"2.7.3\":[100,95],\"2.7.4\":[100,95],\"2.7.5\":[100,95],\"2.7.6\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:113:\"{\"inspiration\":\"Inspiration\",\"customization\":\"Customization\",\"build\":\"Build\",\"create\":\"Create\",\"design\":\"Design\"}\";s:7:\"banners\";s:151:\"{\"low\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\"}\";s:6:\"editor\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.6.0.2\";s:5:\"title\";s:15:\"BoldGrid Editor\";s:8:\"asset_id\";s:6:\"900312\";}s:7:\"staging\";O:8:\"stdClass\":3:{s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:16:\"BoldGrid Staging\";s:8:\"asset_id\";s:6:\"876738\";}s:14:\"theme_versions\";O:8:\"stdClass\":53:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237030;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.20.9.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237029;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.25.9.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237028;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.25.9.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237027;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.20.9.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237026;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.25.9.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237025;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.25.9.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237024;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.25.10.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236959;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.25.10.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237023;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.25.10.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.20.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237022;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.20.10.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237021;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.25.10.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.11\";s:7:\"updated\";s:10:\"2022-10-11\";s:8:\"asset_id\";i:1267688;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.25.11.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237019;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.18.10.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237018;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.18.10.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.16.11\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237017;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.16.11.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.15.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237016;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.15.10.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237015;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.3.10.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236956;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.3.10.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237013;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.3.10.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"0.4.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237012;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.4.10.zip\";}s:2:\"54\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-05-15\";s:8:\"asset_id\";i:1097350;s:7:\"package\";s:45:\"https://repo.boldgrid.com/themes/Bolt-0.1.zip\";}s:2:\"56\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-06-30\";s:8:\"asset_id\";i:1110570;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Coherent-0.1.zip\";}s:2:\"57\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-29\";s:8:\"asset_id\";i:1166277;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/SwiftyV2-0.1.zip\";}s:2:\"58\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-27\";s:8:\"asset_id\";i:1167731;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/GridOneV2-0.1.zip\";}s:2:\"59\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-02\";s:8:\"asset_id\";i:1170404;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/CallawayV2-0.1.zip\";}s:2:\"60\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-11\";s:8:\"asset_id\";i:1172882;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/ResolveV2-0.1.zip\";}s:2:\"61\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1174594;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/WedgeV2-0.1.zip\";}s:2:\"62\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1175323;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/DicedV2-0.1.zip\";}s:2:\"63\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-25\";s:8:\"asset_id\";i:1177324;s:7:\"package\";s:47:\"https://repo.boldgrid.com/themes/LinxV2-0.1.zip\";}s:2:\"64\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-02\";s:8:\"asset_id\";i:1177773;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/HifidelV2-0.1.zip\";}s:2:\"65\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-03\";s:8:\"asset_id\";i:1178992;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/UptempoV2-0.1.zip\";}s:2:\"66\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-11\";s:8:\"asset_id\";i:1180564;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/EvolvV2-0.1.zip\";}s:2:\"67\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-18\";s:8:\"asset_id\";i:1182152;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/WestviewV2-0.1.zip\";}s:2:\"68\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-23\";s:8:\"asset_id\";i:1183787;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/FlorentineV2-0.1.zip\";}s:2:\"69\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-01\";s:8:\"asset_id\";i:1184444;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/CrioStarter-0.1.zip\";}s:2:\"70\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-07\";s:8:\"asset_id\";i:1187346;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VacationV2-0.1.zip\";}s:2:\"71\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-27\";s:8:\"asset_id\";i:1190564;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/MonumentV2-0.1.zip\";}s:2:\"72\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-03\";s:8:\"asset_id\";i:1192977;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Hydra V2-0.1.zip\";}s:2:\"73\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-13\";s:8:\"asset_id\";i:1193996;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VenetianV2-0.1.zip\";}s:2:\"74\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-20\";s:8:\"asset_id\";i:1196830;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/PrimasV2-0.1.zip\";}s:2:\"75\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-08-02\";s:8:\"asset_id\";i:1258057;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/DH-Plumbing-0.1.zip\";}s:2:\"79\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-09-12\";s:8:\"asset_id\";i:1264309;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/DH-Dentistry-0.1.zip\";}s:2:\"82\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2022-11-15\";s:8:\"asset_id\";i:1267084;s:7:\"package\";s:54:\"https://repo.boldgrid.com/themes/DH-Burger-Bar-0.1.zip\";}s:2:\"83\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-01-17\";s:8:\"asset_id\";i:1277218;s:7:\"package\";s:55:\"https://repo.boldgrid.com/themes/DH-Electrician-0.1.zip\";}s:2:\"86\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-02-07\";s:8:\"asset_id\";i:1279654;s:7:\"package\";s:46:\"https://repo.boldgrid.com/themes/Stark-0.1.zip\";}s:2:\"87\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-03-20\";s:8:\"asset_id\";i:1283438;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/DH-HairSalon-0.1.zip\";}s:2:\"88\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-05-02\";s:8:\"asset_id\";i:1285301;s:7:\"package\";s:47:\"https://repo.boldgrid.com/themes/Resume-0.1.zip\";}s:2:\"89\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-05-11\";s:8:\"asset_id\";i:1285683;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/DH-DogCare-0.1.zip\";}s:2:\"90\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-07-18\";s:8:\"asset_id\";i:1286147;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/DH-Wedding-0.1.zip\";}s:2:\"91\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-07-27\";s:8:\"asset_id\";i:1288155;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/DH-Event-0.1.zip\";}s:2:\"92\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2023-09-12\";s:8:\"asset_id\";i:1289974;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/DH_LawnCare-0.1.zip\";}s:2:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}}s:9:\"site_hash\";s:32:\"6baa83ee49f0010bced762d2b52a6ea2\";s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;s:13:\"wporg_plugins\";O:8:\"stdClass\":5:{s:6:\"backup\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:50:\"https://plugins.svn.wordpress.org/boldgrid-backup/\";s:11:\"package_url\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.6.zip\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:8:\"old_slug\";s:15:\"boldgrid-backup\";s:5:\"title\";s:12:\"Total Upkeep\";s:7:\"version\";s:6:\"1.15.6\";}s:6:\"editor\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:56:\"https://plugins.svn.wordpress.org/post-and-page-builder/\";s:11:\"package_url\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.25.0.zip\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:8:\"old_slug\";s:15:\"boldgrid-editor\";s:5:\"title\";s:21:\"Post and Page Builder\";s:7:\"version\";s:6:\"1.25.0\";}s:3:\"seo\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:52:\"https://plugins.svn.wordpress.org/boldgrid-easy-seo/\";s:11:\"package_url\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.13.zip\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:8:\"old_slug\";s:12:\"boldgrid-seo\";s:5:\"title\";s:17:\"BoldGrid Easy SEO\";s:7:\"version\";s:6:\"1.6.13\";}s:4:\"w3tc\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:49:\"https://plugins.svn.wordpress.org/w3-total-cache/\";s:11:\"package_url\";s:57:\"https://downloads.wordpress.org/plugin/w3-total-cache.zip\";s:4:\"slug\";s:14:\"w3-total-cache\";s:8:\"old_slug\";s:14:\"w3-total-cache\";s:5:\"title\";s:14:\"W3 Total Cache\";s:7:\"version\";N;}s:7:\"weforms\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:42:\"https://plugins.svn.wordpress.org/weforms/\";s:11:\"package_url\";s:50:\"https://downloads.wordpress.org/plugin/weforms.zip\";s:4:\"slug\";s:7:\"weforms\";s:8:\"old_slug\";s:7:\"weforms\";s:5:\"title\";s:7:\"weForms\";s:7:\"version\";N;}}s:9:\"is_author\";b:0;}}s:14:\"license_status\";b:1;}','no'),(21405,'boldgrid_api_key','49bb2063efa9420ee2ccd0234ec22701','no'),(21406,'boldgrid_site_hash','6baa83ee49f0010bced762d2b52a6ea2','no'),(21407,'boldgrid_reseller','a:11:{s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;}','no'),(21408,'_site_transient_timeout_bg_license_data','1694823120','no'),(21409,'_site_transient_bg_license_data','O:8:\"stdClass\":5:{s:3:\"key\";s:64:\"wgcszlgYv13UCIj3xfNnq9mU5Ombb4jTP4F0FqkL+W29EPPLKiRiVN5td3U7emBY\";s:6:\"cipher\";s:11:\"AES-128-CBC\";s:2:\"iv\";s:38:\"%95%1D%0F%B2%8D%9Aw%97w%25GR%00%24%8Eb\";s:4:\"data\";s:536:\"SDTZeWpl8WIe9gCDCPGwnEajCvaHjEX/Yhq+OXFZrfhm87x6q1RY4QXjRrJa1gxvtnmZ6JtLsFkeYLTtFTEIs5vpwf7e6yk/0QcKDrxSmYEcbTG9u1nIECBrM3SN9j0dVyMcmh+QecCfMPa6U8r+n1z9+kp0xqbf2GaloDGIlaFdcQdC5+81BrvTGuaB0MSVxo6lAnUglrq5KsKrcBSxzvHwtw8fDI508WC7hbaBdFaEiJDOGjV/m+zu+tFaQeONs0gEo3GR7ltYQ6OOwoimyFWvV8y+n/e/5fdVh2/EYUPS6jV0hZmfb9WXR5gmavJmaMoXydS1cEXfHzDOKTbUhhE5/Pw8z7qwTu3vRuKwzS6kCeiJNbJq54mw5v5ez+rIkcu1WSJJZSDvetWsb1za+WMXCE2nkE9g4dlYJt4YcgT2B/fBzNv7QSoJmpON5VM7D8gybKUKwjT/xLVfxutOsPgs1v26LOiu/LwaaIAD/TPh1Fw+MS1wWr7bpAhzQr+D/D7VfsBDgAWqvZTgdrS6sQ==\";s:7:\"version\";i:2;}','no'),(21410,'boldgrid_backup_tasks','a:1:{i:0;a:7:{s:2:\"id\";s:17:\"1694736729-0ddbe4\";s:4:\"type\";s:6:\"backup\";s:10:\"created_at\";i:1694736729;s:10:\"started_at\";i:1694736729;s:12:\"completed_at\";N;s:6:\"status\";s:11:\"in_progress\";s:4:\"data\";a:0:{}}}','yes'),(21411,'boldgrid_backup_in_progress_data','a:7:{s:6:\"status\";s:22:\"Backing up database...\";s:12:\"log_filename\";s:22:\"archive-1694736729.log\";s:3:\"pid\";i:2369274;s:10:\"start_time\";i:1694736729;s:7:\"trigger\";s:29:\"admin (atifali3600@gmail.com)\";s:6:\"tables\";a:71:{i:0;s:26:\"wp_actionscheduler_actions\";i:1;s:25:\"wp_actionscheduler_claims\";i:2;s:25:\"wp_actionscheduler_groups\";i:3;s:23:\"wp_actionscheduler_logs\";i:4;s:14:\"wp_commentmeta\";i:5;s:11:\"wp_comments\";i:6;s:11:\"wp_e_events\";i:7;s:16:\"wp_e_submissions\";i:8;s:28:\"wp_e_submissions_actions_log\";i:9;s:23:\"wp_e_submissions_values\";i:10;s:23:\"wp_gf_draft_submissions\";i:11;s:11:\"wp_gf_entry\";i:12;s:16:\"wp_gf_entry_meta\";i:13;s:17:\"wp_gf_entry_notes\";i:14;s:10:\"wp_gf_form\";i:15;s:15:\"wp_gf_form_meta\";i:16;s:20:\"wp_gf_form_revisions\";i:17;s:15:\"wp_gf_form_view\";i:18;s:15:\"wp_hfcm_scripts\";i:19;s:8:\"wp_links\";i:20;s:10:\"wp_options\";i:21;s:11:\"wp_postmeta\";i:22;s:8:\"wp_posts\";i:23;s:19:\"wp_smush_dir_images\";i:24;s:13:\"wp_tec_events\";i:25;s:18:\"wp_tec_occurrences\";i:26;s:21:\"wp_term_relationships\";i:27;s:16:\"wp_term_taxonomy\";i:28;s:11:\"wp_termmeta\";i:29;s:8:\"wp_terms\";i:30;s:11:\"wp_usermeta\";i:31;s:8:\"wp_users\";i:32;s:24:\"wp_wc_admin_note_actions\";i:33;s:17:\"wp_wc_admin_notes\";i:34;s:21:\"wp_wc_category_lookup\";i:35;s:21:\"wp_wc_customer_lookup\";i:36;s:18:\"wp_wc_download_log\";i:37;s:25:\"wp_wc_order_coupon_lookup\";i:38;s:26:\"wp_wc_order_product_lookup\";i:39;s:17:\"wp_wc_order_stats\";i:40;s:22:\"wp_wc_order_tax_lookup\";i:41;s:31:\"wp_wc_product_attributes_lookup\";i:42;s:34:\"wp_wc_product_download_directories\";i:43;s:25:\"wp_wc_product_meta_lookup\";i:44;s:17:\"wp_wc_rate_limits\";i:45;s:20:\"wp_wc_reserved_stock\";i:46;s:22:\"wp_wc_tax_rate_classes\";i:47;s:14:\"wp_wc_webhooks\";i:48;s:23:\"wp_woocommerce_api_keys\";i:49;s:35:\"wp_woocommerce_attribute_taxonomies\";i:50;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:51;s:18:\"wp_woocommerce_log\";i:52;s:29:\"wp_woocommerce_order_itemmeta\";i:53;s:26:\"wp_woocommerce_order_items\";i:54;s:32:\"wp_woocommerce_payment_tokenmeta\";i:55;s:29:\"wp_woocommerce_payment_tokens\";i:56;s:23:\"wp_woocommerce_sessions\";i:57;s:38:\"wp_woocommerce_shipping_zone_locations\";i:58;s:36:\"wp_woocommerce_shipping_zone_methods\";i:59;s:29:\"wp_woocommerce_shipping_zones\";i:60;s:33:\"wp_woocommerce_tax_rate_locations\";i:61;s:24:\"wp_woocommerce_tax_rates\";i:62;s:15:\"wp_wpforms_lite\";i:63;s:23:\"wp_wpforms_payment_meta\";i:64;s:19:\"wp_wpforms_payments\";i:65;s:21:\"wp_wpforms_tasks_meta\";i:66;s:18:\"wp_yoast_indexable\";i:67;s:28:\"wp_yoast_indexable_hierarchy\";i:68;s:19:\"wp_yoast_migrations\";i:69;s:21:\"wp_yoast_primary_term\";i:70;s:18:\"wp_yoast_seo_links\";}s:4:\"step\";i:1;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_options` with 646 row(s)
--

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_wc_tax_rate_classes` with 2 row(s)
--

--
-- Table structure for table `wp_wc_order_stats`
--

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

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

-- Dumped table `wp_wc_order_stats` with 0 row(s)
--

--
-- Table structure for table `wp_wc_product_download_directories`
--

DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_download_directories`
--

LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES (1,'file:///home/orchid28/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'https://orchidcitybrass.org/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_wc_product_download_directories` with 2 row(s)
--

--
-- Table structure for table `wp_gf_form_meta`
--

DROP TABLE IF EXISTS `wp_gf_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_form_meta` (
  `form_id` mediumint(10) unsigned NOT NULL,
  `display_meta` longtext DEFAULT NULL,
  `entries_grid_meta` longtext DEFAULT NULL,
  `confirmations` longtext DEFAULT NULL,
  `notifications` longtext DEFAULT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_form_meta`
--

LOCK TABLES `wp_gf_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_gf_form_meta` DISABLE KEYS */;
INSERT INTO `wp_gf_form_meta` VALUES (1,'{\"title\":\"Join the Band Inquiry\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\",\"width\":\"auto\",\"location\":\"bottom\",\"layoutGridColumnSpan\":12},\"fields\":[{\"type\":\"name\",\"id\":7,\"formId\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"7.2\",\"label\":\"Prefix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-prefix\",\"choices\":[{\"text\":\"Dr\",\"value\":\"Dr\"},{\"text\":\"Miss\",\"value\":\"Miss\"},{\"text\":\"Mr\",\"value\":\"Mr\"},{\"text\":\"Mrs\",\"value\":\"Mrs\"},{\"text\":\"Ms\",\"value\":\"Ms\"},{\"text\":\"Prof.\",\"value\":\"Prof.\"},{\"text\":\"Rev.\",\"value\":\"Rev.\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"7.3\",\"label\":\"First\",\"name\":\"\",\"autocompleteAttribute\":\"given-name\",\"placeholder\":\"First name *\"},{\"id\":\"7.4\",\"label\":\"Middle\",\"name\":\"\",\"autocompleteAttribute\":\"additional-name\",\"isHidden\":true},{\"id\":\"7.6\",\"label\":\"Last\",\"name\":\"\",\"autocompleteAttribute\":\"family-name\",\"placeholder\":\"Last name *\"},{\"id\":\"7.8\",\"label\":\"Suffix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-suffix\",\"isHidden\":true}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"14a62d1b\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"email\",\"id\":8,\"formId\":1,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"autocompleteAttribute\":\"email\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"emailConfirmEnabled\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"71b394ef\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":9,\"formId\":1,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"autocompleteAttribute\":\"tel\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"22808e12\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"text\",\"id\":12,\"formId\":1,\"label\":\"Instrument\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Instrument *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"839247ad\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"page\",\"id\":18,\"formId\":1,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Next\",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"9a08d950\",\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"radio\",\"id\":21,\"formId\":1,\"label\":\"Do you have previous Brass Band experience?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"986d445e\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":22,\"formId\":1,\"label\":\"Do you have experience as a professional musician?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"fc4a00dc\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":23,\"formId\":1,\"label\":\"Do you have College or Community Band experience?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"c22cede3\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":26,\"formId\":1,\"label\":\"Please provide details about your above listed experiences.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"e48ae96b\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":27,\"formId\":1,\"label\":\"Please provide details about your musical training and experience.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\\n\\n\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"557e57da\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"page\",\"id\":28,\"formId\":1,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Next\",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"a6ff082c\",\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"html\",\"id\":29,\"formId\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<H4>For Cornet Players<\\/H4>\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"7fc4dd90\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"radio\",\"id\":30,\"formId\":1,\"label\":\"Mark all that apply:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Do you own a cornet?\",\"value\":\"Do you own a cornet?\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Is it a Shepherd\'s crook (British style)?\",\"value\":\"Is it a Shepherd\'s crook (British style)?\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Is it a Long Cornet (American style)?\",\"value\":\"Is it a Long Cornet (American style)?\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"ab79d26d\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":31,\"formId\":1,\"label\":\"What type of mouthpiece(s) do you use on the cornet?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"3838dbb4\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":32,\"formId\":1,\"label\":\"What brand and model cornet do you own?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"Shepherds crook style is preferred.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"c2e2b1a8\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"checkboxLabel\":\"\",\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":39,\"formId\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<H4>For Tenor Horn Players<\\/H4>\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"3139558a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"radio\",\"id\":33,\"formId\":1,\"label\":\"Mark all that apply:\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Do you own a Tenor Horn?\",\"value\":\"Do you own a Tenor Horn?\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Do you own a Mouthpiece\",\"value\":\"Do you own a Mouthpiece\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"c7b72772\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":40,\"formId\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<H4>For Baritone Horn Players<\\/H4>\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"56affd68\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"radio\",\"id\":34,\"formId\":1,\"label\":\"Do you own a British-style (small bore) Baritone?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"b7ff272f\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":41,\"formId\":1,\"label\":\"Is it a fully-compensated (4 valve) Baritone?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"10f32b19\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"html\",\"id\":35,\"formId\":1,\"label\":\"HTML Block\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"<H4>For Bass (Tuba) Players<\\/H4>\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"279fa3ea\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"radio\",\"id\":36,\"formId\":1,\"label\":\"What type (pitch) of Tuba do you own?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Eb\",\"value\":\"Eb\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Bb\",\"value\":\"Bb\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"F\",\"value\":\"F\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"C\",\"value\":\"C\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"1ab4cf7b\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":37,\"formId\":1,\"label\":\"Are you experienced reading a treble clef part?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"e61eb21a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":38,\"formId\":1,\"label\":\"Comments\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"enableEnhancedUI\":0,\"layoutGroupId\":\"085c34af\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.7.10.1\",\"id\":1,\"markupVersion\":2,\"nextFieldId\":42,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"percentage\",\"pages\":[\"Personal Information\",\"Work Experience\",\"Cornet Players\"],\"style\":\"blue\",\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":false,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"requiredIndicator\":\"text\",\"customRequiredIndicator\":\"(Required)\",\"cssClass\":\"\",\"saveButtonText\":\"Save & Continue\",\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleEnd\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"honeypotAction\":\"abort\",\"validationSummary\":false,\"deprecated\":\"\",\"saveEnabled\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save & Continue\"}},\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\"}',NULL,'{\"64a8059c68d26\":{\"id\":\"64a8059c68d26\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"64a8059c68bd9\":{\"id\":\"64a8059c68bd9\",\"isActive\":true,\"to\":\"contact@orchidcitybrass.org\",\"name\":\"Join the Band\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"service\":\"wordpress\",\"toEmail\":\"contact@orchidcitybrass.org\",\"toField\":\"\",\"routing\":null,\"fromName\":\"\",\"from\":\"contact@orchidcitybrass.org\",\"replyTo\":\"\",\"bcc\":\"\",\"disableAutoformat\":false,\"notification_conditional_logic_object\":\"\",\"notification_conditional_logic\":\"0\",\"conditionalLogic\":null,\"cc\":\"\",\"enableAttachments\":false}}'),(2,'{\"title\":\"Hire Us_form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"text\",\"id\":1,\"formId\":2,\"label\":\"First Name *\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"First Name *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"dc6bca0a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"formId\":2,\"label\":\"Last Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Last Name *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"dc6bca0a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"formId\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"autocompleteAttribute\":\"email\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"emailConfirmEnabled\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"97e96fe8\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":4,\"formId\":2,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"autocompleteAttribute\":\"tel\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"5041e8d3\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"checkbox\",\"id\":5,\"formId\":2,\"label\":\"Hire Our Band\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Hire the full band\",\"value\":\"Hire the full band\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Hire the brass  ensemble\",\"value\":\"Hire the brass  ensemble\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Hire a brass quintet\",\"value\":\"Hire a brass quintet\",\"isSelected\":false,\"price\":\"\"}],\"inputs\":[{\"id\":\"5.1\",\"label\":\"Hire the full band\",\"name\":\"\"},{\"id\":\"5.2\",\"label\":\"Hire the brass  ensemble\",\"name\":\"\"},{\"id\":\"5.3\",\"label\":\"Hire a brass quintet\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"15e3ab41\",\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[]},{\"type\":\"textarea\",\"id\":7,\"formId\":2,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Message\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"enableEnhancedUI\":0,\"layoutGroupId\":\"dbccac76\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.5.15\",\"id\":2,\"markupVersion\":2,\"nextFieldId\":8,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"64a83611819e2\":{\"id\":\"64a83611819e2\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"64a8361181893\":{\"id\":\"64a8361181893\",\"isActive\":true,\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(3,'{\"labelPlacement\":\"top_label\",\"useCurrentUserAsAuthor\":\"1\",\"postAuthor\":\"1\",\"postCategory\":\"1\",\"postStatus\":\"draft\",\"title\":\"Join the Band Inquiry\",\"description\":\"\",\"maxEntriesAllowed\":\"0\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\",\"conditionalLogic\":null},\"fields\":[{\"type\":\"section\",\"id\":15,\"label\":\"Next Steps: Sync an Email Add-On\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"visibility\":\"hidden\",\"inputs\":null,\"displayOnly\":true,\"description\":\"To get the most out of your form, we suggest that you sync this form with an email add-on. To learn more about your email add-on options, visit the following page (https:\\/\\/www.gravityforms.com\\/the-8-best-email-plugins-for-wordpress-in-2020\\/). Important: Delete this tip before you publish the form.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"enableEnhancedUI\":0,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"checkboxLabel\":\"\",\"fields\":\"\",\"layoutGroupId\":\"e24802d0\",\"pageNumber\":1,\"formId\":0},{\"type\":\"section\",\"id\":7,\"size\":\"medium\",\"displayOnly\":\"1\",\"description\":\"\",\"label\":\"About You\",\"inputType\":\"\",\"choices\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"isRequired\":false,\"labelPlacement\":\"\",\"defaultValue\":\"\",\"fields\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMaskIsCustom\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"autocompleteAttribute\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"layoutGroupId\":\"c66e1637\",\"adminLabel\":\"\",\"maxLength\":\"\",\"errorMessage\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"pageNumber\":1,\"formId\":0},{\"type\":\"name\",\"id\":1,\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"We need to know your name. What if we wanted to send you a birthday cake?\",\"label\":\"Your Name\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-prefix\",\"choices\":[{\"text\":\"Mr\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"placeholder\":\"\",\"autocompleteAttribute\":\"given-name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"autocompleteAttribute\":\"additional-name\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"placeholder\":\"\",\"autocompleteAttribute\":\"family-name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-suffix\",\"isHidden\":true}],\"inputType\":\"\",\"displayOnly\":\"\",\"nameFormat\":\"advanced\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"defaultValue\":\"\",\"description\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"fields\":\"\",\"layoutGroupId\":\"c1236779\",\"inputMaskIsCustom\":false,\"checkboxLabel\":\"\",\"adminLabel\":\"\",\"maxLength\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":true,\"autocompleteAttribute\":\"\",\"pageNumber\":1,\"formId\":0},{\"type\":\"address\",\"id\":4,\"size\":\"medium\",\"addressType\":\"us\",\"label\":\"Your Address\",\"defaultCountry\":\"United States\",\"defaultState\":\"Virginia\",\"inputs\":[{\"id\":\"4.1\",\"label\":\"Street Address\",\"placeholder\":\"\",\"autocompleteAttribute\":\"address-line1\"},{\"id\":\"4.2\",\"label\":\"Address Line 2\",\"placeholder\":\"\",\"autocompleteAttribute\":\"address-line2\"},{\"id\":\"4.3\",\"label\":\"City\",\"placeholder\":\"\",\"autocompleteAttribute\":\"address-level2\"},{\"id\":\"4.4\",\"label\":\"County \\/ State\",\"isHidden\":true,\"placeholder\":\"\",\"autocompleteAttribute\":\"address-level1\"},{\"id\":\"4.5\",\"label\":\"Zip \\/ Postal Code\",\"placeholder\":\"\",\"autocompleteAttribute\":\"postal-code\"},{\"id\":\"4.6\",\"label\":\"Country\",\"placeholder\":\"\",\"autocompleteAttribute\":\"country-name\"}],\"inputType\":\"\",\"displayOnly\":\"\",\"isRequired\":false,\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"defaultProvince\":\"\",\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"description\":\"\",\"hideState\":\"\",\"hideAddress2\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"fields\":\"\",\"layoutGroupId\":\"aaa2ed03\",\"adminLabel\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"errorMessage\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":true,\"autocompleteAttribute\":\"\",\"pageNumber\":1,\"formId\":0},{\"type\":\"section\",\"id\":10,\"size\":\"medium\",\"displayOnly\":\"1\",\"description\":\"We would love to chat with you. How can we get in touch?\",\"label\":\"How Can We Reach You?\",\"inputType\":\"\",\"choices\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"isRequired\":false,\"labelPlacement\":\"\",\"defaultValue\":\"\",\"fields\":\"\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"errorMessage\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"layoutGroupId\":\"2d3b3f3c\",\"pageNumber\":1,\"formId\":0},{\"type\":\"select\",\"id\":11,\"size\":\"medium\",\"enableChoiceValue\":\"1\",\"label\":\"Preferred Method of Contact\",\"choices\":[{\"text\":\"Email\",\"value\":\"Email\"},{\"text\":\"Phone\",\"value\":\"Phone\"}],\"inputType\":\"\",\"displayOnly\":\"\",\"isRequired\":false,\"inputs\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"labelPlacement\":\"\",\"description\":\"\",\"descriptionPlacement\":\"\",\"defaultValue\":\"\",\"enablePrice\":\"\",\"fields\":\"\",\"layoutGroupId\":\"34920583\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"errorMessage\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"pageNumber\":1,\"formId\":0},{\"type\":\"email\",\"id\":2,\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"Oops. Please supply a valid email address\",\"label\":\"Your Email Address\",\"emailConfirmEnabled\":\"1\",\"inputType\":\"\",\"displayOnly\":\"\",\"inputs\":[{\"id\":\"2\",\"label\":\"Enter Email\",\"name\":\"\",\"placeholder\":\"\",\"customLabel\":\"Email Address\",\"autocompleteAttribute\":\"email\"},{\"id\":\"2.2\",\"label\":\"Confirm Email\",\"name\":\"\",\"placeholder\":\"\",\"customLabel\":\"Confirm Email Address\",\"autocompleteAttribute\":\"email\"}],\"choices\":\"\",\"conditionalLogic\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"visibility\":\"visible\",\"productField\":\"\",\"description\":\"\",\"fields\":\"\",\"layoutGroupId\":\"92a6673b\",\"adminLabel\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":true,\"autocompleteAttribute\":\"\",\"checkboxLabel\":\"\",\"pageNumber\":1,\"formId\":0},{\"type\":\"phone\",\"id\":5,\"isRequired\":true,\"size\":\"medium\",\"phoneFormat\":\"standard\",\"errorMessage\":\"Please enter your phone number.\",\"label\":\"Your Phone\",\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"11\",\"operator\":\"is\",\"value\":\"Phone\"}]},\"inputType\":\"\",\"displayOnly\":\"\",\"inputs\":\"\",\"choices\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"visibility\":\"visible\",\"productField\":\"\",\"description\":\"\",\"defaultValue\":\"\",\"fields\":\"\",\"layoutGroupId\":\"a5b7fe20\",\"adminLabel\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":true,\"autocompleteAttribute\":\"tel\",\"pageNumber\":1,\"formId\":0},{\"type\":\"select\",\"id\":12,\"isRequired\":true,\"size\":\"medium\",\"enableChoiceValue\":\"1\",\"label\":\"Best Time to Call You\",\"choices\":[{\"isSelected\":true,\"text\":\"Select A Time\",\"value\":\"\"},{\"text\":\"12:00 am\",\"value\":\"12:00 am\"},{\"text\":\"12:30 am\",\"value\":\"12:30 am\"},{\"text\":\"1:00 am\",\"value\":\"1:00 am\"},{\"text\":\"1:30 am\",\"value\":\"1:30 am\"},{\"text\":\"2:00 am\",\"value\":\"2:00 am\"},{\"text\":\"2:30 am\",\"value\":\"2:30 am\"},{\"text\":\"3:00 am\",\"value\":\"3:00 am\"},{\"text\":\"3:30 am\",\"value\":\"3:30 am\"},{\"text\":\"4:00 am\",\"value\":\"4:00 am\"},{\"text\":\"4:30 am\",\"value\":\"4:30 am\"},{\"text\":\"5:00 am\",\"value\":\"5:00 am\"},{\"text\":\"5:30 am\",\"value\":\"5:30 am\"},{\"text\":\"6:00 am\",\"value\":\"6:00 am\"},{\"text\":\"6:30 am\",\"value\":\"6:30 am\"},{\"text\":\"7:00 am\",\"value\":\"7:00 am\"},{\"text\":\"7:30 am\",\"value\":\"7:30 am\"},{\"text\":\"8:00 am\",\"value\":\"8:00 am\"},{\"text\":\"8:30 am\",\"value\":\"8:30 am\"},{\"text\":\"9:00 am\",\"value\":\"9:00 am\"},{\"text\":\"9:30 am\",\"value\":\"9:30 am\"},{\"text\":\"10:00 am\",\"value\":\"10:00 am\"},{\"text\":\"10:30 am\",\"value\":\"10:30 am\"},{\"text\":\"11:00 am\",\"value\":\"11:00 am\"},{\"text\":\"11:30 am\",\"value\":\"11:30 am\"},{\"text\":\"12:00 pm\",\"value\":\"12:00 pm\"},{\"text\":\"12:30 pm\",\"value\":\"12:30 pm\"},{\"text\":\"1:00 pm\",\"value\":\"1:00 pm\"},{\"text\":\"1:30 pm\",\"value\":\"1:30 pm\"},{\"text\":\"2:00 pm\",\"value\":\"2:00 pm\"},{\"text\":\"2:30 pm\",\"value\":\"2:30 pm\"},{\"text\":\"3:00 pm\",\"value\":\"3:00 pm\"},{\"text\":\"3:30 pm\",\"value\":\"3:30 pm\"},{\"text\":\"4:00 pm\",\"value\":\"4:00 pm\"},{\"text\":\"4:30 pm\",\"value\":\"4:30 pm\"},{\"text\":\"5:00 pm\",\"value\":\"5:00 pm\"},{\"text\":\"5:30 pm\",\"value\":\"5:30 pm\"},{\"text\":\"6:00 pm\",\"value\":\"6:00 pm\"},{\"text\":\"6:30 pm\",\"value\":\"6:30 pm\"},{\"text\":\"7:00 pm\",\"value\":\"7:00 pm\"},{\"text\":\"7:30 pm\",\"value\":\"7:30 pm\"},{\"text\":\"8:00 pm\",\"value\":\"8:00 pm\"},{\"text\":\"8:30 pm\",\"value\":\"8:30 pm\"},{\"text\":\"9:00 pm\",\"value\":\"9:00 pm\"},{\"text\":\"9:30 pm\",\"value\":\"9:30 pm\"},{\"text\":\"10:00 pm\",\"value\":\"10:00 pm\"},{\"text\":\"10:30 pm\",\"value\":\"10:30 pm\"},{\"text\":\"11:00 pm\",\"value\":\"11:00 pm\"},{\"text\":\"11:30 pm\",\"value\":\"11:30 pm\"}],\"conditionalLogic\":{\"actionType\":\"show\",\"logicType\":\"all\",\"rules\":[{\"fieldId\":\"11\",\"operator\":\"is\",\"value\":\"Phone\"}]},\"inputType\":\"\",\"displayOnly\":\"\",\"inputs\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"visibility\":\"visible\",\"productField\":\"\",\"description\":\"\",\"defaultValue\":\"\",\"enablePrice\":\"\",\"fields\":\"\",\"layoutGroupId\":\"5d733fd7\",\"adminLabel\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"errorMessage\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"pageNumber\":1,\"formId\":0},{\"type\":\"section\",\"id\":8,\"size\":\"medium\",\"displayOnly\":\"1\",\"description\":\"Please let us know what&#039;s on your mind. Have a question for us? Ask away.\",\"label\":\"What&#039;s on your mind?\",\"inputType\":\"\",\"choices\":\"\",\"inputs\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"productField\":\"\",\"isRequired\":false,\"labelPlacement\":\"\",\"defaultValue\":\"\",\"fields\":\"\",\"layoutGroupId\":\"73cb7ce0\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMaskIsCustom\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"autocompleteAttribute\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"adminLabel\":\"\",\"maxLength\":\"\",\"errorMessage\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"pageNumber\":1,\"formId\":0},{\"type\":\"textarea\",\"id\":3,\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"Please enter your message.\",\"label\":\"Your Comments\\/Questions\",\"inputType\":\"\",\"displayOnly\":\"\",\"inputs\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"useRichTextEditor\":false,\"visibility\":\"visible\",\"productField\":\"\",\"description\":\"\",\"defaultValue\":\"\",\"form_id\":\"\",\"fields\":\"\",\"inputMaskIsCustom\":false,\"layoutGroupId\":\"20d48602\",\"adminLabel\":\"\",\"maxLength\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"pageNumber\":1,\"formId\":0}],\"descriptionPlacement\":\"below\",\"gpollDisplayResults\":\"1\",\"gpollShowResultsLink\":\"1\",\"gpollShowPercentages\":\"1\",\"gpollShowCounts\":\"1\",\"gpollStyle\":\"green\",\"gpollCookie\":\"1 month\",\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"is_active\":\"1\",\"date_created\":\"2016-07-12 20:22:20\",\"is_trash\":\"0\",\"nextFieldId\":16,\"feeds\":{\"gravityformsadvancedpostcreation\":[]},\"version\":\"2.7.10.1\",\"subLabelPlacement\":\"above\",\"validationSummary\":\"1\",\"requiredIndicator\":\"text\",\"customRequiredIndicator\":\"\",\"cssClass\":\"\",\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"markupVersion\":2,\"template_id\":\"advanced_contact\",\"id\":3}',NULL,'{\"51794abf1ee7a\":{\"type\":\"message\",\"id\":\"51794abf1ee7a\",\"isDefault\":true,\"url\":\"\",\"queryString\":\"\",\"name\":\"Default Confirmation\",\"message\":\"Thank you for contacting us! We will get in touch with you shortly.\",\"disableAutoformat\":false,\"pageId\":0,\"conditionalLogic\":[]}}','{\"51794abf1f0d1\":{\"id\":\"51794abf1f0d1\",\"from\":\"{admin_email}\",\"subject\":\"We have received your inquiry\",\"message\":\"<p>Hi there {Name (First):1.3},<\\/p><p>Thank you for getting in touch. We have received your inquiry and will get back to you within one business day.<\\/p>\",\"toType\":\"field\",\"toField\":\"2\",\"to\":\"2\",\"event\":\"form_submission\",\"name\":\"User Notification\",\"type\":\"user\"},\"51794abf1f0d2\":{\"id\":\"51794abf1f0d2\",\"from\":\"{admin_email}\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"toType\":\"email\",\"to\":\"{admin_email}\",\"event\":\"form_submission\",\"name\":\"Admin Notification\"}}'),(4,'{\"title\":\"Booking Request Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\",\"width\":\"auto\",\"location\":\"bottom\",\"layoutGridColumnSpan\":12},\"fields\":[{\"type\":\"html\",\"id\":75,\"formId\":4,\"label\":\"CONTACT INFORMATION\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"1e1141a3\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"name\",\"id\":7,\"formId\":4,\"label\":\"Contact name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"7.2\",\"label\":\"Prefix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-prefix\",\"choices\":[{\"text\":\"Dr\",\"value\":\"Dr\"},{\"text\":\"Miss\",\"value\":\"Miss\"},{\"text\":\"Mr\",\"value\":\"Mr\"},{\"text\":\"Mrs\",\"value\":\"Mrs\"},{\"text\":\"Ms\",\"value\":\"Ms\"},{\"text\":\"Prof.\",\"value\":\"Prof.\"},{\"text\":\"Rev.\",\"value\":\"Rev.\"}],\"isHidden\":false,\"inputType\":\"radio\",\"placeholder\":\"Prefix *\"},{\"id\":\"7.3\",\"label\":\"First\",\"name\":\"\",\"autocompleteAttribute\":\"given-name\",\"placeholder\":\"First name *\"},{\"id\":\"7.4\",\"label\":\"Middle\",\"name\":\"\",\"autocompleteAttribute\":\"additional-name\",\"isHidden\":true},{\"id\":\"7.6\",\"label\":\"Last\",\"name\":\"\",\"autocompleteAttribute\":\"family-name\",\"placeholder\":\"Last name *\"},{\"id\":\"7.8\",\"label\":\"Suffix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-suffix\",\"isHidden\":true}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"6b14c545\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\",\"errors\":[]},{\"type\":\"email\",\"id\":8,\"formId\":4,\"label\":\"Email address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"autocompleteAttribute\":\"email\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Email *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"emailConfirmEnabled\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"c634f1d0\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"errors\":[]},{\"type\":\"phone\",\"id\":9,\"formId\":4,\"label\":\"Daytime phone *\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"autocompleteAttribute\":\"tel\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Daytime phone *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"22808e12\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\",\"errors\":[]},{\"type\":\"phone\",\"id\":40,\"formId\":4,\"label\":\"Evening (alternate) phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"standard\",\"autocompleteAttribute\":\"tel\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Evening (Alternate) Phone\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"c326b25d\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\",\"errors\":[]},{\"type\":\"time\",\"id\":78,\"formId\":4,\"label\":\"Best time to Call\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"78.1\",\"label\":\"Hour\",\"name\":\"\",\"placeholder\":\"\"},{\"id\":\"78.2\",\"label\":\"Minute\",\"name\":\"\"},{\"id\":\"78.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"12\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"78ffeb43\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"page\",\"id\":18,\"formId\":4,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Next\",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"9a08d950\",\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"html\",\"id\":42,\"formId\":4,\"label\":\"ORGANIZATIONAL INFORMATION\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"a2236d51\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"text\",\"id\":43,\"formId\":4,\"label\":\"Organization Name *\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Organization Name *\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"d191e7e6\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":44,\"formId\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"us\",\"inputs\":[{\"id\":\"44.1\",\"label\":\"Street Address\",\"name\":\"\",\"autocompleteAttribute\":\"address-line1\",\"placeholder\":\"Street Address *\"},{\"id\":\"44.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"autocompleteAttribute\":\"address-line2\",\"placeholder\":\"Address - Line 2\"},{\"id\":\"44.3\",\"label\":\"City\",\"name\":\"\",\"autocompleteAttribute\":\"address-level2\",\"placeholder\":\"City\"},{\"id\":\"44.4\",\"label\":\"County \\/ State\",\"name\":\"\",\"autocompleteAttribute\":\"address-level1\",\"placeholder\":\"State\"},{\"id\":\"44.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"autocompleteAttribute\":\"postal-code\",\"placeholder\":\"ZIP\"},{\"id\":\"44.6\",\"label\":\"Country\",\"name\":\"\",\"autocompleteAttribute\":\"country-name\",\"placeholder\":\"Country\",\"isHidden\":true}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"copyValuesOptionLabel\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"defaultState\":\"Florida\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionField\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"9b16ef1f\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":47,\"formId\":4,\"label\":\"EVENT ADDRESS\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"ac78115a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\"},{\"type\":\"text\",\"id\":46,\"formId\":4,\"label\":\"Venue Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Venue Name\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"d19ae0e8\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"address\",\"id\":45,\"formId\":4,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"45.1\",\"label\":\"Street Address\",\"name\":\"\",\"autocompleteAttribute\":\"address-line1\",\"placeholder\":\"Street Address\"},{\"id\":\"45.2\",\"label\":\"Address Line 2\",\"name\":\"\",\"autocompleteAttribute\":\"address-line2\",\"placeholder\":\"Address - Line 2\"},{\"id\":\"45.3\",\"label\":\"City\",\"name\":\"\",\"autocompleteAttribute\":\"address-level2\",\"placeholder\":\"City\"},{\"id\":\"45.4\",\"label\":\"County \\/ State\",\"name\":\"\",\"autocompleteAttribute\":\"address-level1\",\"placeholder\":\"State\"},{\"id\":\"45.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\",\"autocompleteAttribute\":\"postal-code\",\"placeholder\":\"ZIP\"},{\"id\":\"45.6\",\"label\":\"Country\",\"name\":\"\",\"autocompleteAttribute\":\"country-name\",\"placeholder\":\"Country\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"copyValuesOptionLabel\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionField\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"535957b3\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":2,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"page\",\"id\":28,\"formId\":4,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"nextButton\":{\"type\":\"text\",\"text\":\"Next\",\"imageUrl\":\"\"},\"previousButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":\"\",\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"a6ff082c\",\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"html\",\"id\":70,\"formId\":4,\"label\":\"EVENT DETAILS\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"1e809a1f\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"checkbox\",\"id\":49,\"formId\":4,\"label\":\"Event Type\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Solo Orchid City Performance\",\"value\":\"Solo Orchid City Performance\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Joint Performance (specify other performers below)\",\"value\":\"Joint Performance (specify other performers below)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other (please specify below)\",\"value\":\"Other (please specify below)\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"49.1\",\"label\":\"Solo Orchid City Performance\",\"name\":\"\"},{\"id\":\"49.2\",\"label\":\"Joint Performance (specify other performers below)\",\"name\":\"\"},{\"id\":\"49.3\",\"label\":\"Other (please specify below)\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"8ba6363a\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":50,\"formId\":4,\"label\":\"Ensemble Size Preferred\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Brass Band (30 Members)\",\"value\":\"Brass Band (30 Members)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Brass Ensemble (10 Members)\",\"value\":\"Brass Ensemble (10 Members)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Brass Quintet (5 Members)\",\"value\":\"Brass Quintet (5 Members)\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"50.1\",\"label\":\"Brass Band (30 Members)\",\"name\":\"\"},{\"id\":\"50.2\",\"label\":\"Brass Ensemble (10 Members)\",\"name\":\"\"},{\"id\":\"50.3\",\"label\":\"Brass Quintet (5 Members)\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"5c18f494\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":54,\"formId\":4,\"label\":\"Event Date\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"cba82044\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"date\",\"id\":51,\"formId\":4,\"label\":\"First Choice\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"dateFormat\":\"mdy\",\"dateFormatPlacement\":\"below\",\"calendarIconType\":\"calendar\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enableEnhancedUI\":0,\"layoutGroupId\":\"8f204cb3\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"date\",\"id\":52,\"formId\":4,\"label\":\"Second Choice\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"dateType\":\"datepicker\",\"dateFormat\":\"mdy\",\"dateFormatPlacement\":\"below\",\"calendarIconType\":\"calendar\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"calendarIconUrl\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enableEnhancedUI\":0,\"layoutGroupId\":\"8f204cb3\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":53,\"formId\":4,\"label\":\"Date Flexibility?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Unsure\",\"value\":\"Unsure\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"361bc4fb\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":59,\"formId\":4,\"label\":\"Event Time\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"57a6fe3e\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"time\",\"id\":55,\"formId\":4,\"label\":\"Start Time\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"55.1\",\"label\":\"Hour\",\"name\":\"\"},{\"id\":\"55.2\",\"label\":\"Minute\",\"name\":\"\"},{\"id\":\"55.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"12\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enableEnhancedUI\":0,\"layoutGroupId\":\"c7620df9\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"time\",\"id\":56,\"formId\":4,\"label\":\"End Time\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":[{\"id\":\"56.1\",\"label\":\"Hour\",\"name\":\"\"},{\"id\":\"56.2\",\"label\":\"Minute\",\"name\":\"\"},{\"id\":\"56.3\",\"label\":\"AM\\/PM\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"timeFormat\":\"12\",\"productField\":\"\",\"layoutGridColumnSpan\":6,\"enableEnhancedUI\":0,\"layoutGroupId\":\"c7620df9\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"radio\",\"id\":58,\"formId\":4,\"label\":\"Time Flexibility?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"validateState\":true,\"inputs\":null,\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Unsure\",\"value\":\"Unsure\",\"isSelected\":false,\"price\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableOtherChoice\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"cd2ea5fd\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":60,\"formId\":4,\"label\":\"Event Access\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Public Event\",\"value\":\"Public Event\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Private Event\",\"value\":\"Private Event\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"60.1\",\"label\":\"Public Event\",\"name\":\"\"},{\"id\":\"60.2\",\"label\":\"Private Event\",\"name\":\"\"},{\"id\":\"60.3\",\"label\":\"Other\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"ec783161\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":62,\"formId\":4,\"label\":\"Ticketed Event?\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Yes\",\"value\":\"Yes\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No\",\"value\":\"No\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Donations\\/Free-Will Offering\",\"value\":\"Donations\\/Free-Will Offering\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"62.1\",\"label\":\"Yes\",\"name\":\"\"},{\"id\":\"62.2\",\"label\":\"No\",\"name\":\"\"},{\"id\":\"62.3\",\"label\":\"Donations\\/Free-Will Offering\",\"name\":\"\"}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"55f2ddd7\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"html\",\"id\":64,\"formId\":4,\"label\":\"Event Purpose, Goal, Budget\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"displayOnly\":true,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"content\":\"Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\\\"\\n\",\"disableMargins\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableEnhancedUI\":0,\"layoutGroupId\":\"db7b1b27\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\"},{\"type\":\"text\",\"id\":65,\"formId\":4,\"label\":\"Event Purpose\\/Occasion\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"c78088f5\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":66,\"formId\":4,\"label\":\"Attendance Goal\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"ef54b41f\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":67,\"formId\":4,\"label\":\"Event Budget*\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enablePasswordInput\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"a18c6504\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"checkbox\",\"id\":68,\"formId\":4,\"label\":\"Event Logistics\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Indoor\",\"value\":\"Indoor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Outdoor\",\"value\":\"Outdoor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Chairs Provided\",\"value\":\"Chairs Provided\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Traditional Stage\",\"value\":\"Traditional Stage\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Outdoor - Protected (Tent or Canopy)\",\"value\":\"Outdoor - Protected (Tent or Canopy)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Music Stands Provided\",\"value\":\"Music Stands Provided\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Temporary Platform\",\"value\":\"Temporary Platform\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Outdoor - Exposed\",\"value\":\"Outdoor - Exposed\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Sound System Provided\",\"value\":\"Sound System Provided\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"No Stage\",\"value\":\"No Stage\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Outdoor - Indoor Inclement Weather Option\",\"value\":\"Outdoor - Indoor Inclement Weather Option\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Electrical Power Access\",\"value\":\"Electrical Power Access\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"68.1\",\"label\":\"Indoor\",\"name\":\"\"},{\"id\":\"68.2\",\"label\":\"Outdoor\",\"name\":\"\"},{\"id\":\"68.3\",\"label\":\"Chairs Provided\",\"name\":\"\"},{\"id\":\"68.4\",\"label\":\"Traditional Stage\",\"name\":\"\"},{\"id\":\"68.5\",\"label\":\"Outdoor - Protected (Tent or Canopy)\",\"name\":\"\"},{\"id\":\"68.6\",\"label\":\"Music Stands Provided\",\"name\":\"\"},{\"id\":\"68.7\",\"label\":\"Temporary Platform\",\"name\":\"\"},{\"id\":\"68.8\",\"label\":\"Outdoor - Exposed\",\"name\":\"\"},{\"id\":\"68.9\",\"label\":\"Sound System Provided\",\"name\":\"\"},{\"id\":\"68.11\",\"label\":\"No Stage\",\"name\":\"\"},{\"id\":\"68.12\",\"label\":\"Outdoor - Indoor Inclement Weather Option\",\"name\":\"\"},{\"id\":\"68.13\",\"label\":\"Electrical Power Access\",\"name\":\"\"}],\"description\":\"Describe the event logistics as fully as possible.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"ac562d8e\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\",\"checkboxLabel\":\"\"},{\"type\":\"checkbox\",\"id\":69,\"formId\":4,\"label\":\"Event Program Repertoire\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"choices\":[{\"text\":\"Patriotic\\/Americana\",\"value\":\"Patriotic\\/Americana\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Holiday\",\"value\":\"Holiday\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Classical\",\"value\":\"Classical\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Stage &amp; Screen\",\"value\":\"Stage & Screen\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Traditional Brass Band\",\"value\":\"Traditional Brass Band\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other (Please specify below)\",\"value\":\"Other (Please specify below)\",\"isSelected\":false,\"price\":\"\"}],\"validateState\":true,\"inputs\":[{\"id\":\"69.1\",\"label\":\"Patriotic\\/Americana\",\"name\":\"\"},{\"id\":\"69.2\",\"label\":\"Holiday\",\"name\":\"\"},{\"id\":\"69.3\",\"label\":\"Classical\",\"name\":\"\"},{\"id\":\"69.4\",\"label\":\"Stage &amp; Screen\",\"name\":\"\"},{\"id\":\"69.5\",\"label\":\"Traditional Brass Band\",\"name\":\"\"},{\"id\":\"69.6\",\"label\":\"Other (Please specify below)\",\"name\":\"\"}],\"description\":\"Please select all Repertoire Categories desired for the program, if known.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"enableSelectAll\":\"\",\"enablePrice\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"8d6bda01\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"errors\":[],\"checkboxLabel\":\"\",\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":72,\"formId\":4,\"label\":\"Additional Comments\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"small\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"Add any additional comments or questions here.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"form_id\":\"\",\"useRichTextEditor\":false,\"enableEnhancedUI\":0,\"layoutGroupId\":\"6d2284f1\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"errors\":[],\"checkboxLabel\":\"\",\"pageNumber\":3,\"fields\":\"\",\"displayOnly\":\"\"}],\"version\":\"2.7.10.1\",\"id\":4,\"markupVersion\":2,\"nextFieldId\":79,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":{\"type\":\"text\",\"text\":\"Previous\",\"imageUrl\":\"\"},\"pagination\":{\"type\":\"percentage\",\"pages\":[\"Contact Information\",\"Organizational Information\",\"Event Details\"],\"style\":\"blue\",\"backgroundColor\":null,\"color\":null,\"display_progressbar_on_confirmation\":false,\"progressbar_completion_text\":null},\"firstPageCssClass\":\"\",\"subLabelPlacement\":\"below\",\"requiredIndicator\":\"text\",\"customRequiredIndicator\":\"(Required)\",\"cssClass\":\"\",\"saveButtonText\":\"Save & Continue\",\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleEnd\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"honeypotAction\":\"abort\",\"validationSummary\":false,\"deprecated\":\"\",\"saveEnabled\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save & Continue\"}},\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\"}',NULL,'{\"64a8059c68d26\":{\"id\":\"64a8059c68d26\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"<p style=\\\"text-align: center;\\\">Please complete this Booking Form to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!<\\/p>\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\",\"event\":\"\",\"disableAutoformat\":false,\"page\":\"\",\"conditionalLogic\":[]}}','{\"64a8059c68bd9\":{\"id\":\"64a8059c68bd9\",\"isActive\":true,\"to\":\"contact@orchidcitybrass.org\",\"name\":\"Join the Band\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"service\":\"wordpress\",\"toEmail\":\"contact@orchidcitybrass.org\",\"toField\":\"\",\"routing\":null,\"fromName\":\"\",\"from\":\"contact@orchidcitybrass.org\",\"replyTo\":\"\",\"bcc\":\"\",\"disableAutoformat\":false,\"notification_conditional_logic_object\":\"\",\"notification_conditional_logic\":\"0\",\"conditionalLogic\":null,\"cc\":\"\",\"enableAttachments\":false}}'),(5,'{\"fields\":[{\"type\":\"name\",\"id\":1,\"formId\":5,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-prefix\",\"choices\":[{\"text\":\"Dr.\",\"value\":\"Dr.\"},{\"text\":\"Miss\",\"value\":\"Miss\"},{\"text\":\"Mr.\",\"value\":\"Mr.\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\"},{\"text\":\"Ms.\",\"value\":\"Ms.\"},{\"text\":\"Mx.\",\"value\":\"Mx.\"},{\"text\":\"Prof.\",\"value\":\"Prof.\"},{\"text\":\"Rev.\",\"value\":\"Rev.\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\",\"autocompleteAttribute\":\"given-name\",\"placeholder\":\"First name\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"autocompleteAttribute\":\"additional-name\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\",\"autocompleteAttribute\":\"family-name\",\"placeholder\":\"Last name\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"autocompleteAttribute\":\"honorific-suffix\",\"isHidden\":true}],\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"hidden_label\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"fde99e54\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"email\",\"id\":4,\"formId\":5,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"autocompleteAttribute\":\"email\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"E-mail\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":12,\"emailConfirmEnabled\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"5251da64\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"checkboxLabel\":\"\",\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"phone\",\"id\":3,\"formId\":5,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"phoneFormat\":\"international\",\"autocompleteAttribute\":\"tel\",\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Phone\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"enableEnhancedUI\":0,\"layoutGroupId\":\"38b66488\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"fields\":\"\"},{\"type\":\"textarea\",\"id\":5,\"formId\":5,\"label\":\"Untitled\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"large\",\"errorMessage\":\"\",\"visibility\":\"visible\",\"inputs\":null,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputMaskIsCustom\":false,\"maxLength\":\"\",\"inputType\":\"\",\"labelPlacement\":\"hidden_label\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"Message\",\"cssClass\":\"\",\"inputName\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"enableAutocomplete\":false,\"autocompleteAttribute\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"productField\":\"\",\"layoutGridColumnSpan\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"enableEnhancedUI\":0,\"layoutGroupId\":\"37d83fd0\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"checkboxLabel\":\"\",\"pageNumber\":1,\"fields\":\"\"}],\"button\":{\"type\":\"text\",\"text\":\"\",\"imageUrl\":\"\",\"width\":\"auto\",\"location\":\"bottom\",\"layoutGridColumnSpan\":12},\"title\":\"Get In Touch\",\"description\":\"\",\"version\":\"2.7.10.1\",\"id\":5,\"markupVersion\":2,\"nextFieldId\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"64cfc38851747\":{\"id\":\"64cfc38851747\",\"isActive\":true,\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"64cfc388518a9\":{\"id\":\"64cfc388518a9\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"subLabelPlacement\":\"below\",\"requiredIndicator\":\"text\",\"customRequiredIndicator\":\"(Required)\",\"cssClass\":\"\",\"saveButtonText\":\"Save & Continue\",\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleEnd\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\",\"honeypotAction\":\"abort\",\"validationSummary\":false,\"deprecated\":\"\",\"saveEnabled\":\"\",\"enableHoneypot\":false,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save & Continue\"}},\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\"}',NULL,'{\"64cfc388518a9\":{\"id\":\"64cfc388518a9\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"<p style=\\\"text-align: center;\\\">Thanks for contacting us! We will get in touch with you shortly.<\\/p>\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\",\"event\":\"\",\"disableAutoformat\":false,\"page\":\"\",\"conditionalLogic\":[]}}','{\"64cfc38851747\":{\"id\":\"64cfc38851747\",\"isActive\":true,\"to\":\"info@orchidcitybrass.org\",\"name\":\"Get In Touch - Orchid City Brass\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"service\":\"wordpress\",\"toEmail\":\"info@orchidcitybrass.org\",\"toField\":\"\",\"routing\":null,\"fromName\":\"\",\"from\":\"info@orchidcitybrass.org\",\"replyTo\":\"\",\"bcc\":\"\",\"disableAutoformat\":false,\"notification_conditional_logic_object\":\"\",\"notification_conditional_logic\":\"0\",\"conditionalLogic\":null,\"cc\":\"\",\"enableAttachments\":false}}');
/*!40000 ALTER TABLE `wp_gf_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_form_meta` with 5 row(s)
--

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

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

-- Dumped table `wp_woocommerce_payment_tokens` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=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_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,26,'ctshowcase_override_default_theme_color','no');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_termmeta` with 1 row(s)
--

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `orchidcitybrass_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_yoast_migrations` with 24 row(s)
--

--
-- Table structure for table `wp_wc_category_lookup`
--

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_category_lookup`
--

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

-- Dumped table `wp_wc_category_lookup` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=2716 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 (5,1,'2023-07-06 13:54:18','2023-07-06 12:54:18','','Rockway - Music Band & Musician Elementor Template Kit','','publish','closed','closed','','rockway-music-band-musician-elementor-template-kit','','','2023-07-06 13:54:18','2023-07-06 12:54:18','',0,'https://orchidcitybrass.org/?p=5',0,'envato_tk_import','',0),(6,1,'2023-07-06 13:55:22','2023-07-06 12:55:22','','Default Kit','','publish','closed','closed','','default-kit','','','2023-07-16 13:41:09','2023-07-16 12:41:09','',0,'https://orchidcitybrass.org/?p=6',0,'elementor_library','',0),(13,1,'2023-07-06 13:58:15','2023-07-06 12:58:15','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;icon icon-menu-3&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;icon icon-cross&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-d2b538e\"><li id=\"menu-item-55\"><a href=\"https://orchidcitybrass.org/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-19\"><a href=\"#\" class = \"hfe-menu-item\">Hear Us</a></li>\n<li id=\"menu-item-250\"><a href=\"https://orchidcitybrass.org/about-us/\" class = \"hfe-menu-item\">About Us</a>\n<ul>\n	<li id=\"menu-item-249\"><a href=\"https://orchidcitybrass.org/?page_id=247\" class = \"hfe-sub-menu-item\">Our Vision and History</a></li>\n	<li id=\"menu-item-209\"><a href=\"https://orchidcitybrass.org/?page_id=171\" class = \"hfe-sub-menu-item\">Join the band</a></li>\n</ul>\n</li>\n<li id=\"menu-item-21\"><a href=\"#\" class = \"hfe-menu-item\">Support Us</a></li>\n<li id=\"menu-item-276\"><a href=\"https://orchidcitybrass.org/hear-us/\" class = \"hfe-menu-item\">Hear Us</a></li>\n</ul></nav>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Icon-facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n			<a href=\"#\">\n						Support the Band\n					</a>','Header','','publish','closed','closed','','header','','','2023-07-16 13:43:50','2023-07-16 12:43:50','',0,'https://orchidcitybrass.org/?post_type=elementor-hf&#038;p=13',0,'elementor-hf','',0),(16,1,'2023-07-06 14:04:14','2023-07-06 13:04:14','','2','','inherit','open','closed','','2','','','2023-07-06 14:04:14','2023-07-06 13:04:14','',13,'https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png',0,'attachment','image/png',0),(17,1,'2023-07-06 14:04:46','2023-07-06 13:04:46','','2-removebg-preview','','inherit','open','closed','','2-removebg-preview','','','2023-07-06 14:04:46','2023-07-06 13:04:46','',13,'https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png',0,'attachment','image/png',0),(19,1,'2023-08-15 16:06:05','2023-07-06 13:36:22','','Hear Us','','publish','closed','closed','','hear-us','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=19',2,'nav_menu_item','',0),(49,1,'2023-07-06 15:02:56','2023-07-06 14:02:56','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2023-07-06 15:02:56','2023-07-06 14:02:56','',0,'https://orchidcitybrass.org/2023/07/06/wp-global-styles-astra/',0,'wp_global_styles','',0),(50,1,'2023-07-06 15:04:16','2023-07-06 14:04:16','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','publish','closed','closed','','home','','','2023-09-14 06:14:34','2023-09-14 05:14:34','',0,'https://orchidcitybrass.org/?page_id=50',0,'page','',0),(55,1,'2023-08-15 16:06:05','2023-07-06 14:11:57',' ','','','publish','closed','closed','','55','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=55',1,'nav_menu_item','',0),(63,1,'2023-07-06 15:14:56','2023-07-06 14:14:56','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		The ORCHID CITY BRASS BAND IS a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the arts community.		\n			<a href=\"#\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Hear Us\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Support Us\n									</li>\n								<li>\n										Hire Us\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n										Facebook\n									</li>\n								<li>\n										Twitter\n									</li>\n								<li>\n										Youtube\n									</li>\n								<li>\n										Linkedin\n									</li>\n						</ul>\n			<h2>Contact Info</h2>		\n					<ul>\n							<li>\n										Orchid City Brass West Palm Beach, Florida.\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Contact@orchidcitybrass.org\n									</li>\n								<li>\n										(555) 555-555\n									</li>\n						</ul>\n		Copyright © 2012 - 2023 Orchid City Brass - All right reserved','Footer','','publish','closed','closed','','footer','','','2023-07-15 08:30:40','2023-07-15 07:30:40','',0,'https://orchidcitybrass.org/?post_type=elementor-hf&#038;p=63',0,'elementor-hf','',0),(66,1,'2023-07-06 15:39:11','2023-07-06 14:39:11','<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-d02e8e8\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Enter Your Email *`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Submit Button`) } \n				</button>','Footer Form','','publish','closed','closed','','footer-form','','','2023-07-06 15:58:55','2023-07-06 14:58:55','',0,'https://orchidcitybrass.org/metform-form/footer-form/',0,'metform-form','',0),(93,1,'2023-07-06 16:00:52','2023-07-06 15:00:52','','','','publish','closed','closed','','93','','','2023-07-06 16:00:52','2023-07-06 15:00:52','',0,'https://orchidcitybrass.org/?post_type=metform-entry&#038;p=93',0,'metform-entry','',0),(95,1,'2023-07-06 16:04:10','2023-07-06 15:04:10','','ocbb-group2-nlogo','','inherit','open','closed','','ocbb-group2-nlogo','','','2023-07-06 16:04:10','2023-07-06 15:04:10','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/ocbb-group2-nlogo.png',0,'attachment','image/png',0),(96,1,'2023-07-06 16:12:51','2023-07-06 15:12:51','','pexels-pixabay-210887','','inherit','open','closed','','pexels-pixabay-210887','','','2023-07-06 16:12:51','2023-07-06 15:12:51','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/pexels-pixabay-210887.jpg',0,'attachment','image/jpeg',0),(101,1,'2023-07-06 16:24:41','2023-07-06 15:24:41','','Capture','','inherit','open','closed','','capture','','','2023-07-06 16:24:41','2023-07-06 15:24:41','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Capture.jpg',0,'attachment','image/jpeg',0),(109,1,'2023-07-06 16:31:01','2023-07-06 15:31:01','','user','','inherit','open','closed','','user','','','2023-07-06 16:31:15','2023-07-06 15:31:15','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/user.jpg',0,'attachment','image/jpeg',0),(110,1,'2023-07-06 16:36:23','2023-07-06 15:36:23','','user 2','','inherit','open','closed','','user-2','','','2023-07-06 16:36:23','2023-07-06 15:36:23','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/user-2.jpg',0,'attachment','image/jpeg',0),(111,1,'2023-07-06 16:36:59','2023-07-06 15:36:59','','user3','','inherit','open','closed','','user3','','','2023-07-06 16:36:59','2023-07-06 15:36:59','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/user3.jpg',0,'attachment','image/jpeg',0),(129,1,'2023-07-07 11:26:37','2023-07-07 10:26:37','','user3','','inherit','open','closed','','user3-2','','','2023-07-07 11:26:37','2023-07-07 10:26:37','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/user3-1.jpg',0,'attachment','image/jpeg',0),(130,1,'2023-07-07 11:29:16','2023-07-07 10:29:16','<label for=\"mf-input-text-33e4b289\">\n					${ parent.decodeEntities(` Name`) } 					*\n				</label>\n			<input\n				type=\"text\"\n				class=\"mf-input mf-conditional-input\"\n				id=\"mf-input-text-33e4b289\"\n				name=\"mf-first-name\"\n				placeholder=\"${ parent.decodeEntities(``) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-first-name\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-first-name\"\n					as=${html``}\n					/>\n			 ${ parent.decodeEntities(`First Name`) }  		\n							<label for=\"mf-input-text-99068fe\">\n					${ parent.decodeEntities(``) } 					*\n				</label>\n			<input\n				type=\"text\"\n				class=\"mf-input mf-conditional-input\"\n				id=\"mf-input-text-99068fe\"\n				name=\"mf-last-name\"\n				placeholder=\"${ parent.decodeEntities(``) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-last-name\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-last-name\"\n					as=${html``}\n					/>\n			 ${ parent.decodeEntities(`Last Name`) }  		\n							<label for=\"mf-input-email-7593be87\">\n					${ parent.decodeEntities(`Email`) } 					*\n				</label>\n			<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input mf-conditional-input\" \n				id=\"mf-input-email-7593be87\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(``) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n			 ${ parent.decodeEntities(`Example: user@website.com`) }  		\n							<label for=\"mf-input-text-area-4f8e3d67\">\n					${ parent.decodeEntities(`Message`) } 					*\n				</label>\n			<textarea id=\"mf-input-text-area-4f8e3d67\"\n				name=\"mf-comment\" \n				placeholder=\"${ parent.decodeEntities(``) } \"\n				cols=\"30\" rows=\"10\"\n									onInput=${ parent.handleChange }\n					aria-invalid=${validation.errors[\'mf-comment\'] ? \'true\' : \'false\'}\n					ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n								></textarea>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-comment\"\n					as=${html``}\n					/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Submit`) } \n				</button>','contat_form','','publish','closed','closed','','contat_form','','','2023-07-07 11:47:54','2023-07-07 10:47:54','',0,'https://orchidcitybrass.org/metform-form/contat_form/',0,'metform-form','',0),(156,1,'2023-07-07 11:50:43','2023-07-07 10:50:43','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"First Name *\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"Last Name *\",\"last_default\":\"\",\"css\":\"\",\"label_hide\":\"1\",\"sublabel_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Email *\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\",\"label_hide\":\"1\",\"sublabel_hide\":\"1\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"Message *\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"156\",\"field_id\":4,\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"SUBMIT\",\"submit_text_processing\":\"Sending\\u2026\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Contact Form Entry\",\"sender_name\":\"Orchid City Brass\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"50\",\"redirect\":\"\"}},\"antispam\":\"1\",\"form_tags\":[]},\"meta\":{\"template\":\"blank\"}}','Contact Form','','publish','closed','closed','','contact-form','','','2023-07-07 11:54:30','2023-07-07 10:54:30','',0,'https://orchidcitybrass.org/?post_type=wpforms&#038;p=156',0,'wpforms','',0),(193,1,'2023-07-07 14:24:31','2023-07-07 13:24:31','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {\n	background:#632e62 !important;\n}\n.eael-gravity-form .gform_wrapper .gform_footer input.button, .eael-gravity-form .gform_wrapper .gform_footer input[type=submit], .eael-gravity-form .gform_wrapper .gform_page_footer input.button, .eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit] {\n	padding:15px 20px 15px 20px !important\n}\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body {\npadding:35px 35px !important;\n}','astra','','publish','closed','closed','','astra','','','2023-07-12 13:17:31','2023-07-12 12:17:31','',0,'https://orchidcitybrass.org/astra/',0,'custom_css','',0),(222,1,'2023-07-07 15:12:12','2023-07-07 14:12:12','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		We\'re group of professional brass players and percussionists gathered to form a British-style brass band. Taking the name “Orchid City Brass Band” in honor of West Palm Beach, this group is now the premier ensemble of its type in South Florida.		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Hear Us\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Support Us\n									</li>\n								<li>\n										Hire Us\n									</li>\n						</ul>\n			<h2>Useful Links</h2>		\n					<ul>\n							<li>\n										Hear Us\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Support Us\n									</li>\n								<li>\n										Hire Us\n									</li>\n						</ul>\n			<h2>Social Network</h2>		\n					<ul>\n							<li>\n										Facebook\n									</li>\n								<li>\n										Twitter\n									</li>\n								<li>\n										Youtube\n									</li>\n								<li>\n										Linkedin\n									</li>\n						</ul>\n		© Copyright 2012-2023 Orchid City Brass - All right reserved','Footer','','publish','closed','closed','','footer','','','2023-07-07 15:12:12','2023-07-07 14:12:12','',0,'https://orchidcitybrass.org/?elementor_library=footer',0,'elementor_library','',0),(234,1,'2023-07-07 16:13:36','2023-07-07 15:13:36','<h2>OUR GENRE</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n															<img width=\"1554\" height=\"985\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png 1554w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-300x190.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1024x649.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-768x487.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1536x974.png 1536w\" sizes=\"(max-width: 1554px) 100vw, 1554px\" />															\n			<h2>what is a brass band?</h2>		\n			<h5>Brass Band History</h5>		\n		<p>The brass band dates back to the early nineteenth century and England’s Industrial Revolution as an outgrowth of the <a href=\"https://simple.wikipedia.org/wiki/Waits\"><b>medieval <em>waits</em></b></a> (public musicians).</p><p>With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.</p><p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.</p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.</p>		\n			<h5>The Uniqueness of a Brass Band</h5>		\n		<p><b>What makes the brass band unique?</b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.</p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.</p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.</p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.</p>		\n			<h5>Brass Band Instrumentation</h5>		\n		The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.		\n			<p><b>1 Eb Soprano Cornet</b></p>		\n		<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.</p>		\n			<p><b>8-10 Bb Cornets</b></p>		\n		<p>The <b>Solo Cornets </b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent. 2-3 Second Cornets and 2-3 Third Cornets fill out the Cornet choir.</p>		\n			<p><b>1 Bb Repiano Cornet</b></p>		\n		<p>The Repiano Cornet is unique to the Brass Band and serves as the “roving linebacker” of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.</p>		\n			<p><b>1 Bb Flugelhorn</b></p>		\n		<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.</p>		\n			<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<p><b>3 Eb Tenor Horns</b></p>		\n		<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.</p>		\n			<p><b>2 Bb Euphoniums </b></p>		\n		<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.</p>		\n			<p><b>2 Bb Baritones</b></p>		\n		<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.</p>		\n			<p><b>2-3 Bb Tenor Trombones</b></p>		\n		<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.</p>		\n			<p><b>1 Bass Trombone</b></p>		\n		<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.</p>		\n			<p><b>4 Basses (Tubas)</b></p>		\n		<p>2 Eb Tubas and 2 Bb Tubas, ​also known as the “Basses,” give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.</p>		\n			<p><b>3 Percussionists</b></p>		\n		<p>Three Percussionists cover the entire spectrum of percussion instruments.</p>','Our Genre','','publish','closed','closed','','our-genre','','','2023-09-14 07:01:56','2023-09-14 06:01:56','',0,'https://orchidcitybrass.org/?page_id=234',0,'page','',0),(256,1,'2023-07-07 17:05:04','2023-07-07 16:05:04','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','publish','closed','closed','','hire-us','','','2023-09-14 07:38:50','2023-09-14 06:38:50','',0,'https://orchidcitybrass.org/?page_id=256',0,'page','',0),(276,1,'2023-08-15 16:06:05','2023-07-07 16:31:03',' ','','','publish','closed','closed','','276','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=276',16,'nav_menu_item','',0),(289,1,'2023-07-07 17:36:11','2023-07-07 16:36:11','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>About Us</h3>		\n			<h3>We take your skin seriously.</h3>		\n		<p>Adipiscing diam donec adipiscing tristique risus. Fames ac turpis egestas sed tempus urna et. Fringilla ut morbi tincidunt augue interdum velit euismod. Viverra vitae congue eu consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/martha-dominguez-de-gouveia-nMyM7fxpokE-unsplash-q92kx0hoj5oakp2ye3p7hkf1m2fhxs2czfg9jhcq5s.jpg\" title=\"martha-dominguez-de-gouveia-nMyM7fxpokE-unsplash.jpg\" alt=\"martha-dominguez-de-gouveia-nMyM7fxpokE-unsplash.jpg\" loading=\"lazy\" />															\n			<h3>Sub Heading</h3>		\n			<h2>Vivamus ultrices ipsum, commodo vitae.</h2>		\n		<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec. </p><p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec. </p>		\n			<h2>meet Our specialists</h2>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/woman1-pexels-q92kwnbwnmdug5gc4159ekw89c0qa9eedtqao7f0js.jpg\" title=\"woman1-pexels.jpg\" alt=\"woman1-pexels.jpg\" loading=\"lazy\" />															\n			<h3>alana parker</h3>		\n		<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. </p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Envelope\n											</a>\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/woman-doctor-q92kwnbwnmdug5gc4159ekw89c0qa9eedtqao7f0js.jpg\" title=\"woman-doctor.jpg\" alt=\"woman-doctor.jpg\" loading=\"lazy\" />															\n			<h3>Chandi arambi</h3>		\n		<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. </p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Envelope\n											</a>\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/woman2-pexels-q92kwo9qugf4rreyyjjvz2noupw3hyi4pyds5hdmdk.jpg\" title=\"woman2-pexels.jpg\" alt=\"woman2-pexels.jpg\" loading=\"lazy\" />															\n			<h2>Katy biller</h2>		\n		<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. </p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Envelope\n											</a>\n			<h1>Kendra\'s Story</h1>		\n		<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec. </p><p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae.</p><p><em>\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. \"</em></p><p><strong>Kendra Marshal</strong>, 38</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Feugiat nisl pretium fusce\n									</li>\n								<li>\n										Nunc mattis enim ut\n									</li>\n								<li>\n										Euismod in pellentesque massa\n									</li>\n						</ul>\n			<a href=\"#\">\n						View Services\n					</a>\n															<img width=\"1000\" height=\"1500\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/woman1-pexels-transparent.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/woman1-pexels-transparent.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/07/woman1-pexels-transparent-200x300.png 200w, https://orchidcitybrass.org/wp-content/uploads/2023/07/woman1-pexels-transparent-683x1024.png 683w, https://orchidcitybrass.org/wp-content/uploads/2023/07/woman1-pexels-transparent-768x1152.png 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />															\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Opera%20House%2C%20sydney%2C%20au&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Opera House, sydney, au\"\n					aria-label=\"Opera House, sydney, au\"\n			></iframe>\n			<h3>contact us</h3>		\n			<h2>start protecting your skin today !</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h3>Getting Here</h3>		\n		<p>Aliquet adipiscin</p><p>553 vivamus ultrices ipsum,</p><p>commodo vitae, elit </p>		\n			<h3>Make an Appointment</h3>		\n		<p>+01 333 4444 5555</p>		\n			<a href=\"#\">\n						Contact Us\n					</a>','About Us 2','','publish','closed','closed','','about-us-2','','','2023-07-07 17:36:11','2023-07-07 16:36:11','',0,'https://orchidcitybrass.org/?elementor_library=about-us-2',0,'elementor_library','',0),(302,1,'2023-07-11 22:46:49','2023-07-11 21:46:49','','Trajana Sans Bold','','inherit','open','closed','','trajana-sans-bold','','','2023-07-11 22:46:49','2023-07-11 21:46:49','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Bold.ttf',0,'attachment','application/x-font-ttf',0),(303,1,'2023-07-11 22:46:50','2023-07-11 21:46:50','','Trajana Sans Demi Bold','','inherit','open','closed','','trajana-sans-demi-bold','','','2023-07-11 22:46:50','2023-07-11 21:46:50','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Demi-Bold.ttf',0,'attachment','application/x-font-ttf',0),(304,1,'2023-07-11 22:46:51','2023-07-11 21:46:51','','Trajana Sans Light','','inherit','open','closed','','trajana-sans-light','','','2023-07-11 22:46:51','2023-07-11 21:46:51','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Light.ttf',0,'attachment','application/x-font-ttf',0),(305,1,'2023-07-11 22:46:52','2023-07-11 21:46:52','','Trajana Sans','','inherit','open','closed','','trajana-sans','','','2023-07-11 22:46:52','2023-07-11 21:46:52','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans.ttf',0,'attachment','application/x-font-ttf',0),(306,1,'2023-07-11 22:47:12','2023-07-11 21:47:12','','Trajana Sans-Bold','','publish','closed','closed','','trajana-sans-bold','','','2023-07-11 22:47:12','2023-07-11 21:47:12','',0,'https://orchidcitybrass.org/?bsf_custom_fonts=trajana-sans-bold',0,'bsf_custom_fonts','',0),(307,1,'2023-07-11 22:47:35','2023-07-11 21:47:35','','Trajana Sans-Light','','publish','closed','closed','','trajana-sans-light','','','2023-07-11 22:47:35','2023-07-11 21:47:35','',0,'https://orchidcitybrass.org/?bsf_custom_fonts=trajana-sans-light',0,'bsf_custom_fonts','',0),(308,1,'2023-07-11 22:48:04','2023-07-11 21:48:04','','Trajana Sans-Demi-Bold','','publish','closed','closed','','trajana-sans-demi-bold','','','2023-07-11 22:48:04','2023-07-11 21:48:04','',0,'https://orchidcitybrass.org/?bsf_custom_fonts=trajana-sans-demi-bold',0,'bsf_custom_fonts','',0),(317,1,'2023-07-12 11:08:48','2023-07-12 10:08:48','','Slide3','','inherit','open','closed','','slide3','','','2023-07-12 11:08:48','2023-07-12 10:08:48','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3.png',0,'attachment','image/png',0),(318,1,'2023-07-12 11:09:39','2023-07-12 10:09:39','','Slide2','','inherit','open','closed','','slide2','','','2023-07-12 11:09:39','2023-07-12 10:09:39','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2.png',0,'attachment','image/png',0),(319,1,'2023-07-12 11:10:14','2023-07-12 10:10:14','','image (3)','','inherit','open','closed','','image-3','','','2023-07-12 11:10:14','2023-07-12 10:10:14','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png',0,'attachment','image/png',0),(320,1,'2023-07-12 11:10:35','2023-07-12 10:10:35','','image (5)','','inherit','open','closed','','image-5','','','2023-07-12 11:10:35','2023-07-12 10:10:35','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-5.png',0,'attachment','image/png',0),(321,1,'2023-07-12 11:10:53','2023-07-12 10:10:53','','image (4)','','inherit','open','closed','','image-4','','','2023-07-12 11:10:53','2023-07-12 10:10:53','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png',0,'attachment','image/png',0),(322,1,'2023-07-12 11:11:05','2023-07-12 10:11:05','','image (1)','','inherit','open','closed','','image-1','','','2023-07-12 11:11:05','2023-07-12 10:11:05','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-1.png',0,'attachment','image/png',0),(371,1,'2023-07-12 11:44:17','2023-07-12 10:44:17','','image (7)','','inherit','open','closed','','image-7','','','2023-07-12 11:44:17','2023-07-12 10:44:17','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7.png',0,'attachment','image/png',0),(396,1,'2023-07-12 12:40:27','2023-07-12 11:40:27','','Music Lessons Teacher','','publish','closed','closed','','music-lessons-teacher','','','2023-07-12 12:40:27','2023-07-12 11:40:27','',0,'https://orchidcitybrass.org/?p=396',0,'envato_tk_import','',0),(397,1,'2023-07-12 12:40:28','2023-07-12 11:40:28','','Event Planner','','publish','closed','closed','','event-planner','','','2023-07-12 12:40:28','2023-07-12 11:40:28','',0,'https://orchidcitybrass.org/?p=397',0,'envato_tk_import','',0),(398,1,'2023-07-12 12:40:31','2023-07-12 11:40:31','','Conference Venue','','publish','closed','closed','','conference-venue','','','2023-07-12 12:40:31','2023-07-12 11:40:31','',0,'https://orchidcitybrass.org/?p=398',0,'envato_tk_import','',0),(399,1,'2023-07-12 12:40:34','2023-07-12 11:40:34','','Conference','','publish','closed','closed','','conference','','','2023-07-12 12:40:34','2023-07-12 11:40:34','',0,'https://orchidcitybrass.org/?p=399',0,'envato_tk_import','',0),(400,1,'2023-07-12 12:40:36','2023-07-12 11:40:36','','Nightclub','','publish','closed','closed','','nightclub','','','2023-07-12 12:40:36','2023-07-12 11:40:36','',0,'https://orchidcitybrass.org/?p=400',0,'envato_tk_import','',0),(401,1,'2023-07-12 12:43:29','2023-07-12 11:43:29','','wavebg1x','','inherit','open','closed','','wavebg1x','','','2023-07-12 12:43:29','2023-07-12 11:43:29','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/wavebg1x.png',0,'attachment','image/png',0),(402,1,'2023-07-12 12:43:32','2023-07-12 11:43:32','','circle-vinyl-thick1','','inherit','open','closed','','circle-vinyl-thick1','','','2023-07-12 12:43:32','2023-07-12 11:43:32','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/circle-vinyl-thick1.png',0,'attachment','image/png',0),(432,1,'2023-07-12 12:55:01','2023-07-12 11:55:01','','ocbb-group2-nlogo','','inherit','open','closed','','ocbb-group2-nlogo-2','','','2023-07-12 12:55:01','2023-07-12 11:55:01','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/ocbb-group2-nlogo-1.png',0,'attachment','image/png',0),(439,1,'2023-07-12 12:57:34','2023-07-12 11:57:34','','Calendar','','publish','open','closed','','calendar','','','2023-07-12 12:57:34','2023-07-12 11:57:34','',0,'https://orchidcitybrass.org/?post_type=tribe_events&#038;p=439',0,'tribe_events','',0),(447,1,'2023-07-12 12:59:39','2023-07-12 11:59:39','','Indie Publishing House','','publish','closed','closed','','indie-publishing-house','','','2023-07-12 12:59:39','2023-07-12 11:59:39','',0,'https://orchidcitybrass.org/?p=447',0,'envato_tk_import','',0),(468,1,'2023-07-12 13:18:14','2023-07-12 12:18:14','','1','','inherit','open','closed','','1','','','2023-07-12 13:18:14','2023-07-12 12:18:14','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/1.png',0,'attachment','image/png',0),(469,1,'2023-07-12 13:18:24','2023-07-12 12:18:24','','2','','inherit','open','closed','','2-2','','','2023-07-12 13:18:24','2023-07-12 12:18:24','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/2-1.png',0,'attachment','image/png',0),(471,1,'2023-07-12 13:18:34','2023-07-12 12:18:34','','3','','inherit','open','closed','','3','','','2023-07-12 13:18:34','2023-07-12 12:18:34','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/3.png',0,'attachment','image/png',0),(510,1,'2023-07-15 21:50:49','2023-07-15 20:50:49','','OCBB Quintet 2','','inherit','open','closed','','ocbb-quintet-2','','','2023-07-15 21:50:49','2023-07-15 20:50:49','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg',0,'attachment','image/jpeg',0),(511,1,'2023-07-15 21:50:53','2023-07-15 20:50:53','','OCBB Manny','','inherit','open','closed','','ocbb-manny','','','2023-07-15 21:50:53','2023-07-15 20:50:53','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg',0,'attachment','image/jpeg',0),(544,1,'2023-07-15 22:17:20','2023-07-15 21:17:20','','Slide1','','inherit','open','closed','','slide1','','','2023-07-15 22:17:20','2023-07-15 21:17:20','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',0,'attachment','image/png',0),(545,1,'2023-07-15 22:17:28','2023-07-15 21:17:28','','Slide4','','inherit','open','closed','','slide4','','','2023-07-15 22:17:28','2023-07-15 21:17:28','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png',0,'attachment','image/png',0),(546,1,'2023-07-15 22:17:36','2023-07-15 21:17:36','','Slide3','','inherit','open','closed','','slide3-2','','','2023-07-15 22:17:36','2023-07-15 21:17:36','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png',0,'attachment','image/png',0),(556,1,'2023-07-16 13:16:58','2023-07-16 12:16:58','','Arthoz - Art Exhibition Elementor Template kit','','publish','closed','closed','','arthoz-art-exhibition-elementor-template-kit','','','2023-07-16 13:16:58','2023-07-16 12:16:58','',0,'https://orchidcitybrass.org/?p=556',0,'envato_tk_import','',0),(568,1,'2023-07-16 13:32:58','2023-07-16 12:32:58','','Kit Styles: Arthoz - Art Exhibition Elementor Template kit','','publish','closed','closed','','global-kit-styles','','','2023-08-28 16:16:15','2023-08-28 15:16:15','',0,'https://orchidcitybrass.org/?elementor_library=global-kit-styles',0,'elementor_library','',0),(574,1,'2023-07-16 13:42:05','2023-07-16 12:42:05','<h2>OUR HISTORY</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','publish','closed','closed','','about-us','','','2023-09-14 06:59:41','2023-09-14 05:59:41','',0,'https://orchidcitybrass.org/?page_id=574',0,'page','',0),(576,1,'2023-07-16 13:42:22','2023-07-16 12:42:22','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','publish','closed','closed','','our-team','','','2023-09-14 07:03:21','2023-09-14 06:03:21','',0,'https://orchidcitybrass.org/?page_id=576',0,'page','',0),(578,1,'2023-07-16 13:42:35','2023-07-16 12:42:35','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','publish','closed','closed','','ocbb-news','','','2023-09-14 07:13:57','2023-09-14 06:13:57','',0,'https://orchidcitybrass.org/?page_id=578',0,'page','',0),(580,1,'2023-07-16 13:42:48','2023-07-16 12:42:48','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','publish','closed','closed','','education-outreach','','','2023-09-14 07:46:55','2023-09-14 06:46:55','',0,'https://orchidcitybrass.org/?page_id=580',0,'page','',0),(586,1,'2023-07-16 13:43:57','2023-07-16 12:43:57','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		The ORCHID CITY BRASS BAND IS a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the arts community.		\n			<a href=\"#\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Hear Us\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Support Us\n									</li>\n								<li>\n										Hire Us\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n										Facebook\n									</li>\n								<li>\n										Twitter\n									</li>\n								<li>\n										Youtube\n									</li>\n								<li>\n										Linkedin\n									</li>\n						</ul>\n			<h2>Contact Info</h2>		\n					<ul>\n							<li>\n										Orchid City Brass West Palm Beach, Florida.\n									</li>\n						</ul>\n					<ul>\n							<li>\n										info@orchidcitybrass.org\n									</li>\n								<li>\n										(555) 555-555\n									</li>\n						</ul>\n		Copyright © 2012 - 2023 Orchid City Brass - All right reserved','footer_main','','publish','closed','closed','','footer_main','','','2023-09-08 01:52:35','2023-09-08 00:52:35','',0,'https://orchidcitybrass.org/?elementor_library=footer_main',0,'elementor_library','',0),(589,1,'2023-07-16 13:44:05','2023-07-16 12:44:05','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;icon icon-menu-3&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;icon icon-cross&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-4a5b94ca\"><li id=\"menu-item-55\"><a href=\"https://orchidcitybrass.org/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-19\"><a href=\"#\" class = \"hfe-menu-item\">Hear Us</a></li>\n<li id=\"menu-item-250\"><a href=\"https://orchidcitybrass.org/about-us/\" class = \"hfe-menu-item\">About Us</a>\n<ul>\n	<li id=\"menu-item-249\"><a href=\"https://orchidcitybrass.org/?page_id=247\" class = \"hfe-sub-menu-item\">Our Vision and History</a></li>\n	<li id=\"menu-item-209\"><a href=\"https://orchidcitybrass.org/?page_id=171\" class = \"hfe-sub-menu-item\">Join the band</a></li>\n</ul>\n</li>\n<li id=\"menu-item-21\"><a href=\"#\" class = \"hfe-menu-item\">Support Us</a></li>\n<li id=\"menu-item-276\"><a href=\"https://orchidcitybrass.org/hear-us/\" class = \"hfe-menu-item\">Hear Us</a></li>\n</ul></nav>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Icon-facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n			<a href=\"#\">\n						Support the Band\n					</a>\n                    <img width=\"800\" height=\"1000\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-1-240x300.png 240w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-1-768x960.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />\n                                                <h3>\n                        Cole Pasch, Euphonium\n                    </h3>\n                        We are excited to congratulate Cole Pasch on his acceptance to the university of Miami Frost School of Music. Cole will be studying with Aaron Tindall Principal Tuba Nappies Philharmonic and Tuba Professor at The Cobum School.','header_main','','publish','closed','closed','','header_main','','','2023-07-16 13:44:05','2023-07-16 12:44:05','',0,'https://orchidcitybrass.org/?elementor_library=header_main',0,'elementor_library','',0),(592,1,'2023-07-16 13:44:07','2023-07-16 12:44:07','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://orchidcitybrass.org/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n			<button></button>\n        <ul id=\"menu-main-menu\"><li id=\"menu-item-55\"><a href=\"https://orchidcitybrass.org/\">Home</a></li>\n<li id=\"menu-item-19\"><a href=\"#\">Hear Us</a>\n<ul>\n	<li id=\"menu-item-628\"><a href=\"https://orchidcitybrass.org/upcoming-events/\">Upcoming Events</a></li>\n	<li id=\"menu-item-627\"><a href=\"https://orchidcitybrass.org/concert-programs/\">Concert Programs</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1747\"><a href=\"#\">About Us</a>\n<ul>\n	<li id=\"menu-item-622\"><a href=\"https://orchidcitybrass.org/about-us/\">Our History</a></li>\n	<li id=\"menu-item-1745\"><a href=\"https://orchidcitybrass.org/our-genre/\">Our Genre</a></li>\n	<li id=\"menu-item-621\"><a href=\"https://orchidcitybrass.org/our-team/\">Our Team</a></li>\n	<li id=\"menu-item-620\"><a href=\"https://orchidcitybrass.org/ocbb-news/\">Orchid City News</a></li>\n	<li id=\"menu-item-619\"><a href=\"https://orchidcitybrass.org/education-outreach/\">Education &#038; Outreach</a></li>\n	<li id=\"menu-item-1406\"><a href=\"https://orchidcitybrass.org/join-the-band/\">Join the Band</a></li>\n</ul>\n</li>\n<li id=\"menu-item-630\"><a href=\"#\">Support Us</a>\n<ul>\n	<li id=\"menu-item-1489\"><a href=\"https://orchidcitybrass.org/individual-giving/\">Individual Giving</a></li>\n	<li id=\"menu-item-1488\"><a href=\"https://orchidcitybrass.org/corporate-sponsors/\">Corporate Sponsors</a></li>\n	<li id=\"menu-item-1487\"><a href=\"https://orchidcitybrass.org/volunteer/\">Volunteer</a></li>\n</ul>\n</li>\n<li id=\"menu-item-276\"><a href=\"https://orchidcitybrass.org/hire-us/\">Hire Us</a></li>\n</ul>\n                <a href=\"https://orchidcitybrass.org\"><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" ></a>\n                <button></button>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a href=\"https://www.instagram.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Icon-instagram-1\n											</a>\n					<a href=\"https://twitter.com/orchidcitybrass\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.youtube.com/orchidcitybrassband\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://www.linkedin.com/company/orchid-city-brass-band/\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Header','','publish','closed','closed','','header','','','2023-09-12 05:46:55','2023-09-12 04:46:55','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=592',0,'elementor_library','',0),(595,1,'2023-07-16 13:44:54','2023-07-16 12:44:54','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		<p>The <b>Orchid City Brass Band</b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.</p>		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n										Upcoming Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/concert-programs/\">\n										Concert Programs\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/ocbb-news/\">\n										OCBB News &amp; Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/individual-giving/\">\n										Support the Band\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/join-the-band/\">\n										Join the Band\n											</a>\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/OrchidCityBrassBand/\">\n										Facebook\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/OrchidCityBrassBand/\">\n										Instagram\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/orchidcitybrass\">\n										Twitter\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/orchidcitybrassband\">\n										Youtube\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.linkedin.com/company/orchid-city-brass-band/\">\n										Linkedin\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Information</h2>		\n					<ul>\n							<li>\n										<b>Orchid City Brass Band</b><br>West Palm Beach, Florida\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n		<p>Copyright © 2012-2023 | <b>Orchid City Brass Band</b> | All rights reserved</p>','Footer','','publish','closed','closed','','footer-2','','','2023-09-12 06:08:38','2023-09-12 05:08:38','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=595',0,'elementor_library','',0),(619,1,'2023-08-15 16:06:05','2023-07-16 13:05:06',' ','','','publish','closed','closed','','619','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=619',10,'nav_menu_item','',0),(620,1,'2023-08-15 16:06:05','2023-07-16 13:05:06','','Orchid City News','','publish','closed','closed','','620','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=620',9,'nav_menu_item','',0),(621,1,'2023-08-15 16:06:05','2023-07-16 13:05:06',' ','','','publish','closed','closed','','621','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=621',8,'nav_menu_item','',0),(622,1,'2023-08-19 16:57:31','2023-07-16 13:05:06','','Our History','','publish','closed','closed','','622','','','2023-08-19 16:57:31','2023-08-19 15:57:31','',0,'https://orchidcitybrass.org/?p=622',6,'nav_menu_item','',0),(623,1,'2023-07-16 14:09:00','2023-07-16 13:09:00','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Learn more\n					</a>','Upcoming Events','','publish','closed','closed','','upcoming-events','','','2023-09-12 07:14:48','2023-09-12 06:14:48','',0,'https://orchidcitybrass.org/?page_id=623',0,'page','',0),(625,1,'2023-07-16 14:09:10','2023-07-16 13:09:10','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Movie Night\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        \'Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A Salute to Veterans\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','publish','closed','closed','','concert-programs','','','2023-09-14 06:55:29','2023-09-14 05:55:29','',0,'https://orchidcitybrass.org/?page_id=625',0,'page','',0),(627,1,'2023-08-15 16:06:05','2023-07-16 13:09:41',' ','','','publish','closed','closed','','627','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=627',4,'nav_menu_item','',0),(628,1,'2023-08-15 16:06:05','2023-07-16 13:09:41',' ','','','publish','closed','closed','','628','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=628',3,'nav_menu_item','',0),(630,1,'2023-08-15 16:06:05','2023-07-16 13:10:36','','Support Us','','publish','closed','closed','','support-us','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=630',12,'nav_menu_item','',0),(652,1,'2023-07-16 14:30:36','2023-07-16 13:30:36','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>I. About Us​</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				POWER OF ART				</h5>\n			<h2>The Art Gallery of<br>Venice Italian &amp; Best Friends</h2>		\n			<h3>About Us</h3>		\n			<h3>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n		<p>Fringilla phasellus faucibus scelerisque eleifend. Lacus sed viverra tellus in hac habitasse platea. </p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"225\" height=\"99\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/ttd1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Hendrik Morella - CEO / FOUNDER</h5>		\n			<h5>UNIVERSITY SCHOOL ART OF CALIFORNIA </h5>		\n		<p>Morbi non arcu risus quis varius quam quisque. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. Proin libero nunc consequat interdum. Vulputate dignissim suspendisse in est ante in nibh mauris cursus. </p><p>Amet luctus venenatis lectus magna fringilla urna porttitor rhoncus. Arcu risus quis varius quam quisque id.</p><p>Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Vitae justo eget magna fermentum iaculis.\n									</li>\n								<li>\n										Ornare arcu dui vivamus arcu turpis in eu.\n									</li>\n								<li>\n										Nullam eget felis eget nuc lobortis.\n									</li>\n								<li>\n										Proin libero nunc consequat interdum.\n									</li>\n								<li>\n										 Ultricies leo integer malesuada nunc vel.\n									</li>\n						</ul>\n															<img width=\"433\" height=\"485\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1.png 433w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1-268x300.png 268w\" sizes=\"(max-width: 433px) 100vw, 433px\" />															\n			<h2>The Beginning & Mission​</h2>		\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-16-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-16-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-16-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-16-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-16.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h1>2011</h1>		\n			<h5>He Was Born in 2011 Venice</h5>		\n			<h3>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n		<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. </p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.</p><p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. </p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.</p>		\n					<ul>\n							<li>\n										Vitae justo eget magna fermentum iaculis.\n									</li>\n								<li>\n										Ornare arcu dui vivamus arcu turpis in eu.\n									</li>\n								<li>\n										Nullam eget felis eget nuc lobortis.\n									</li>\n								<li>\n										Proin libero nunc consequat interdum.\n									</li>\n						</ul>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-18-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-18-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-18-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-18-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-18.jpg 1344w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h1>2016</h1>		\n			<h5>He Was Born in 2016 Venice</h5>		\n			<h3>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n		<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. </p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.</p><p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. </p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.</p>		\n					<ul>\n							<li>\n										Vitae justo eget magna fermentum iaculis.\n									</li>\n								<li>\n										Ornare arcu dui vivamus arcu turpis in eu.\n									</li>\n								<li>\n										Nullam eget felis eget nuc lobortis.\n									</li>\n								<li>\n										Proin libero nunc consequat interdum.\n									</li>\n						</ul>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-17-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-17-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-17-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-17-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-17.jpg 1344w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h1>2021</h1>		\n			<h5>He Was Born in 2021 Venice</h5>		\n			<h3>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n		<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. </p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.</p><p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. </p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.</p>		\n					<ul>\n							<li>\n										Vitae justo eget magna fermentum iaculis.\n									</li>\n								<li>\n										Ornare arcu dui vivamus arcu turpis in eu.\n									</li>\n								<li>\n										Nullam eget felis eget nuc lobortis.\n									</li>\n								<li>\n										Proin libero nunc consequat interdum.\n									</li>\n						</ul>\n			<h2>Artwork Archive & Collection</h2>		\n					<ul>\n							<li>\n										New European Pinting\n									</li>\n								<li>\n										Expressionism\n									</li>\n								<li>\n										Remodernism\n									</li>\n								<li>\n										Neo expressionism\n									</li>\n								<li>\n										Situationist national\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Postmodern Art\n									</li>\n								<li>\n										Funk Art\n									</li>\n								<li>\n										Figuration Libre\n									</li>\n								<li>\n										Neo expressionism\n									</li>\n								<li>\n										Neo-conceptual Art\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Digital Art\n									</li>\n								<li>\n										New objectivity\n									</li>\n								<li>\n										Figuration Libre\n									</li>\n								<li>\n										Painterly Abstraction\n									</li>\n								<li>\n										Post minimalism\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Transgressive Art\n									</li>\n								<li>\n										Young British Artists\n									</li>\n								<li>\n										Les Plasticiens\n									</li>\n								<li>\n										Realist Modern\n									</li>\n								<li>\n										Warli painting Revival\n									</li>\n						</ul>','ABOUT US','','publish','closed','closed','','about-us','','','2023-07-16 14:30:36','2023-07-16 13:30:36','',0,'https://orchidcitybrass.org/?elementor_library=about-us',0,'elementor_library','',0),(684,1,'2023-07-16 14:39:05','2023-07-16 13:39:05','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>II. Events</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				UPCOMING ART				</h5>\n			<h2>Arthoz Gallery of Arts</h2>		\n		<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br />Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h3>MAR</h3>		\n			<h1>28</h1>		\n			<h5>Davince Realist Historical Painting</h5>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Saint Mark\'s Basilica\n									</li>\n						</ul>\n		<p>28 March 2020 - 30 March 2021</p><p>Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant. Tellus elementum sagittis vitae et. Aenean et tortor at risus viverra. Id faucibus nisl tincidunt eget nullam non.</p>		\n			<h3>JUN</h3>		\n			<h1>12</h1>		\n			<h5>Morella and Third Dimension</h5>		\n					<ul>\n							<li>\n										Doge\'s Palace\n									</li>\n						</ul>\n		<p>12 Juny 2020 - 20 Juny 2021</p><p>Malesuada fames ac turpis egestas sed tempus. Duis tristique sollicitudin nibh sit amet commodo nulla facilisi nullam. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae.</p>		\n			<h3>DEC</h3>		\n			<h1>20</h1>		\n			<h5>Painting and Drawing From Street Art</h5>		\n					<ul>\n							<li>\n										Teatro La Fenice\n									</li>\n						</ul>\n		<p>20 December 2021 - 25 December 2021</p><p>Arcu cursus euismod quis viverra nibh cras pulvinar mattis. Neque convallis a cras semper auctor neque. Dui nunc mattis enim ut tellus. Aliquam ultrices sagittis orci a scelerisque.</p>		\n			<h2>Explore the Arthoz Gallery</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						KAZAKH EAGLE​					\n				</h3>\n									<p>\n						Hendrix Morella <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						WOMAN SUNFLOW					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						FRAGMENT MULTICOLORED					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						ABSTRACT COLOR​ 					\n				</h3>\n									<p>\n						Hendrix Morella <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						ABSTRACT &amp; GREEN 					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						WOODEN WINDMILL					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" alt=\"\" loading=\"lazy\" />','EVENTS &#038; PROGRAMS','','publish','closed','closed','','events-programs','','','2023-07-16 14:39:05','2023-07-16 13:39:05','',0,'https://orchidcitybrass.org/?elementor_library=events-programs',0,'elementor_library','',0),(733,1,'2023-07-16 15:01:05','2023-07-16 14:01:05','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1>		\n			<h2>Indie Publishing House</h2>		\n		You can find a book according to your preferences in our portfolio. We add more than 250 new titles each year, all of them are carefully chosen to reflect the latest emerging trends and fresh thinking from some of the leading names in literature.		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/open-book-bg-q9i24ex59hsye84xtekfakbwfhhe447gr6369axmr4.jpg\" alt=\"open-book-bg.jpg\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/water-journal-225046-unsplash-1-e1562321518674-q9i24hqntzwtd20ucxsb01ma7n3hr7inrk1mp4tg8g.jpg\" alt=\"water-journal-225046-unsplash-1-e1562321518674.jpg\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/thought-catalog-V5BGaJ0VaLU-unsplash-q9i24ioi0ty3onzh7g6xkjdqt0yuywme3op46es228.jpg\" alt=\"thought-catalog-V5BGaJ0VaLU-unsplash.jpg\" /></figure>			\n			<h2>Your book from start to finish.</h2>		\n		<p>Lorem ipsum dolor sit amet, dolor consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.</p>		\n			<a href=\"#\">\n						Program Details\n					</a>\n			<h2>Learn About Our Authors</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/thought-catalog-V5BGaJ0VaLU-unsplash-q9i24iocs96qtesa73fk3qrt8bainwcirzlwe6qfq8.jpg\" title=\"thought-catalog-V5BGaJ0VaLU-unsplash.jpg\" alt=\"thought-catalog-V5BGaJ0VaLU-unsplash.jpg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/henri-meilhac-jJ0tLs2ROd4-unsplash-alt-q9i24kjxviirz1h6o8awz6o5i44lbsa6scvk52enl4.jpg\" title=\"henri-meilhac-jJ0tLs2ROd4-unsplash-alt.jpg\" alt=\"henri-meilhac-jJ0tLs2ROd4-unsplash-alt.jpg\" loading=\"lazy\" />															\n			<a href=\"#\">\n						EVENTS\n					</a>\n			<h3><a href=\"#\">101 Essays </a></h3>		\n			<h4>Brianna Wiest</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/thought-catalog-DxAzOKSiPoE-unsplash-q9i24mfpjlbw3umtl522dptnlurziorg4i7ubakv1c.jpg\" title=\"thought-catalog-DxAzOKSiPoE-unsplash.jpg\" alt=\"thought-catalog-DxAzOKSiPoE-unsplash.jpg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/aziz-acharki-263327-unsplash-q9i24obamunx9hbq29xf95pzvnm26kp44vhi2692w8.jpg\" title=\"aziz-acharki-263327-unsplash.jpg\" alt=\"aziz-acharki-263327-unsplash.jpg\" loading=\"lazy\" />															\n			<a href=\"#\">\n						REVIEWS\n					</a>\n			<h3><a href=\"#\">Your Soul is a river</a></h3>		\n			<h4>Nikita Gill</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/sandis-helvigs-132016-unsplash-e1562321422252-q9i24q72axh1eahcz6oknovhze9gdh6dh0ts8efacg.jpg\" title=\"sandis-helvigs-132016-unsplash-e1562321422252.jpg\" alt=\"sandis-helvigs-132016-unsplash-e1562321422252.jpg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/jakob-owens-565883-unsplash1-e1562321003896-q9i24s2ne6t2jx69gbjxj4ru973j1d41he3fza3i7c.jpg\" title=\"jakob-owens-565883-unsplash1-e1562321003896.jpg\" alt=\"jakob-owens-565883-unsplash1-e1562321003896.jpg\" loading=\"lazy\" />															\n			<a href=\"#\">\n						WORKSHOP\n					</a>\n			<h3><a href=\"#\">The Free Soul Journal</a></h3>		\n			<h4>Devin Lyon</h4>		\n			<a href=\"#\">\n						all authors\n					</a>\n			<h2>Mentions in the Media</h2>		\n			<h4>10/05/2019</h4>		\n			<h2>Barbara Johnson</h2>		\n			<h2>Timeless Lifestyle Opportunities</h2>		\n			<h2>21/04/2019</h2>		\n			<h2>Evelyn Nix</h2>		\n			<h2>Modern Ghost Stories</h2>		\n			<h2>02/03/2019</h2>		\n			<h2>Marissa Scott</h2>		\n			<h2>America Best Debut Short Stories 2017</h2>		\n			<h2>17/03/2019</h2>		\n			<h2>Verlyn Flieger</h2>		\n			<h2>Tolkien\'s Legendarium: Essays on the History of Middle-Earth</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<a href=\"#\">\n						Discover More Stories\n					</a>\n			<h2>Executive Team</h2>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/abdelkader-ft-1574103-unsplash-e1562322001421-q9i24t0ifq0512cetciok5vuypcw8kqges935osi6m.jpg\" title=\"abdelkader-ft-1574103-unsplash-e1562322001421.jpg\" alt=\"abdelkader-ft-1574103-unsplash-e1562322001421.jpg\" loading=\"lazy\" />															\n			<h3>Alexander Brent</h3>		\n			<h4>Managing Director</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/ashwin-vaswani-1233177-unsplash-e1562322123692-q9i24uw6te2poa9oidbxp5es5h3mnyxx31k248ppu6.jpg\" title=\"ashwin-vaswani-1233177-unsplash-e1562322123692.jpg\" alt=\"ashwin-vaswani-1233177-unsplash-e1562322123692.jpg\" loading=\"lazy\" />															\n			<h3>Gricelda Moore</h3>		\n			<h4>Chief Editor</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/ethan-haddox-541053-unsplash-e1562322049861-q9i24wrv725abi6y7e56u4xpc8ud3d5drav12smxhq.jpg\" title=\"ethan-haddox-541053-unsplash-e1562322049861.jpg\" alt=\"ethan-haddox-541053-unsplash-e1562322049861.jpg\" loading=\"lazy\" />															\n			<h3>Roberta Brown</h3>		\n			<h4>Chief Editor</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/azamat-zhanisov-1304092-unsplash-e1562321581993-q9i24xppdw6kn45l1wjtemp5xmpqb2943fiik2ljbi.jpg\" title=\"azamat-zhanisov-1304092-unsplash-e1562321581993.jpg\" alt=\"azamat-zhanisov-1304092-unsplash-e1562321581993.jpg\" loading=\"lazy\" />															\n			<h4><a href=\"#\">Natalie Hernandez</a></h4>		\n			<h4>Strategy Director</h4>		\n			<h2>Literary Publisher Of Fiction,Poetry, <br>Nonfiction And Foreign Authors<br></h2>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/elsa-liu-1242104-unsplash-q9i250j7yeafly1hlfrp43zjpsbty5kb3tgyzwhcsu.jpg\" title=\"elsa-liu-1242104-unsplash.jpg\" alt=\"elsa-liu-1242104-unsplash.jpg\" loading=\"lazy\" />															\n			<h3>Portugal Guidebook</h3>		\n			<h4>Barbara Johnson</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/freeillustrated_00026_EF_2k-q9i253cqiweakrxe4yzktl9xhxxxl8vi47fffqd6a6.jpg\" title=\"freeillustrated_00026_EF_2k.jpg\" alt=\"freeillustrated_00026_EF_2k.jpg\" loading=\"lazy\" />															\n			<h3>The Future Is Now</h3>		\n			<h4>Lance Jeske</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/freeillustrated_00023_EF_2k-q9i256693ei5jltaoi7gj2kba3k18c6p4ldvvk8zri.jpg\" title=\"freeillustrated_00023_EF_2k.jpg\" alt=\"freeillustrated_00023_EF_2k.jpg\" loading=\"lazy\" />															\n			<h3>Vincent &amp; The Lost Cat</h3>		\n			<h4>Leonel Shelton</h4>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/freeillustrated_00056_RA_2k-q9i2581xh2kq6tqkdj0po238gvarnqe5suouu467f2.jpg\" title=\"freeillustrated_00056_RA_2k.jpg\" alt=\"freeillustrated_00056_RA_2k.jpg\" loading=\"lazy\" />															\n			<h3>Flowers For Her</h3>		\n			<h4>Natalie Hernandez</h4>		\n			<h3>Publishing Young Voices</h3>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/Group-73-q9i259xml1vl4hist67k1lv1m39fuo5h7mq4o7p9xw.png\" title=\"Group-73.png\" alt=\"Group-73.png\" loading=\"lazy\" />															\n		<p>Lorem ipsum dolor sit amet, dolor consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/bell-q9i25bt92b2nqm2ipgrnxm01oqzpgrhp7kzjlmtep6.png\" title=\"bell.png\" alt=\"bell.png\" loading=\"lazy\" />															\n			<a href=\"#\">\n						Receive updates\n					</a>\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/document2-q9i25bt95dl64b86igpz31etxle86kof1gq2383d62.png\" title=\"document2.png\" alt=\"document2.png\" loading=\"lazy\" />															\n			<a href=\"#\">\n						monthly book club\n					</a>\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/books-q9i25cr3c7mgfx6tcz4lnj6aiz9le9s5dldjki1yzu.png\" title=\"books.png\" alt=\"books.png\" loading=\"lazy\" />															\n			<a href=\"#\">\n						for new authors\n					</a>','About Us 1','','publish','closed','closed','','about-us-1','','','2023-07-16 15:01:06','2023-07-16 14:01:06','',0,'https://orchidcitybrass.org/?elementor_library=about-us-1',0,'elementor_library','',0),(751,1,'2023-07-16 15:06:50','2023-07-16 14:06:50','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>CELEBRATING THE INDEPENDENCE OF THE ARTIST</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h1>\n				ARTHOZ ART				</h1>\n			<a href=\"#\">\n						Buy Ticket\n					</a>\n			<a href=\"#\">\n						Read More\n					</a>\n			<h3>Discover Gallery</h3>		\n		<p>Incididunt ut labore dolore magna aliqua ut enim ad minim nostrud exercitation ullamco laboris nisi aliquip ex ea commodo</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-24.png\" alt=\"Painting-24.png\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-25.png\" alt=\"Painting-25.png\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-22.png\" alt=\"Painting-22.png\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-23.png\" alt=\"Painting-23.png\" /></figure>			\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				ARTHOZ GALLERY				</h5>\n			<h2>The Art Gallery of<br>Venice Italian &amp; Best Friends</h2>		\n			<h3>About Us</h3>		\n			<h3>Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n		<p>Fringilla phasellus faucibus scelerisque eleifend. Lacus sed viverra tellus in hac habitasse platea. </p>		\n															<img width=\"225\" height=\"99\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/ttd1.png\" alt=\"\" loading=\"lazy\" />															\n			<h5>Hendrik Morella - CEO / FOUNDER</h5>		\n			<h5>UNIVERSITY SCHOOL ART OF CALIFORNIA </h5>		\n		<p>Morbi non arcu risus quis varius quam quisque. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. Proin libero nunc consequat interdum. Vulputate dignissim suspendisse in est ante in nibh mauris cursus. </p><p>Amet luctus venenatis lectus magna fringilla urna porttitor rhoncus. Arcu risus quis varius quam quisque id.</p><p>Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Vitae justo eget magna fermentum iaculis.\n									</li>\n								<li>\n										Ornare arcu dui vivamus arcu turpis in eu.\n									</li>\n								<li>\n										Nullam eget felis eget nuc lobortis.\n									</li>\n								<li>\n										Proin libero nunc consequat interdum.\n									</li>\n								<li>\n										 Ultricies leo integer malesuada nunc vel.\n									</li>\n						</ul>\n															<img width=\"433\" height=\"485\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1.png 433w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-1-268x300.png 268w\" sizes=\"(max-width: 433px) 100vw, 433px\" />															\n															<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				CURRENT EXB				</h5>\n			<h2>Explore the Arthoz Gallery</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						KAZAKH EAGLE​					\n				</h3>\n									<p>\n						Hendrix Morella <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						WOMAN SUNFLOW					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						FRAGMENT MULTICOLORED					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						ABSTRACT COLOR​ 					\n				</h3>\n									<p>\n						Hendrix Morella <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						ABSTRACT &amp; GREEN 					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n				<h3>\n						WOODEN WINDMILL					\n				</h3>\n									<p>\n						Carryn Moenre <br>01 January 2021 - 28 December 2022					</p>\n															<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				TICKET SALE				</h5>\n			<h2>Exhibition Arthoz with Fun</h2>		\n			<h1>11</h1>		\n			<h5>FRIDAY , MARCH 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 10.00 - 18.00</h6>		\n			<h6>Sunday : 11.00 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $15</h6>		\n			<h6>Student Admission $11</h6>		\n			<a href=\"#\">\n						Sold Out\n					</a>\n			<h1>28</h1>		\n			<h5>MONDAY , APRIL 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 10.30 - 18.00</h6>		\n			<h6>Sunday : 09.00 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $10</h6>		\n			<h6>Student Admission $14</h6>		\n			<a href=\"#\">\n						Find Out More\n					</a>\n			<h1>15</h1>		\n			<h5>SUNDAY , JUNE 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 08.00 - 16.00</h6>		\n			<h6>Sunday : 11.30 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $25</h6>		\n			<h6>Student Admission $15</h6>		\n			<a href=\"#\">\n						Find Out More\n					</a>\n			<h3>Curated Visits</h3>		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.<br></p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Exhibition\n				0\n				K\n							Visitors\n				0\n							Awards\n				0\n				+\n							Collection\n															<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				EXPLORE ART				</h5>\n			<h2>10.000 Artwork to Discover <br>from Arthoz Gallery</h2>		\n			<style>/*! elementor-pro - v3.13.2 - 22-05-2023 */\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-14.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-371c4d1b\" data-elementor-lightbox-title=\"Painting-14.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQyLCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTQuanBnIiwic2xpZGVzaG93IjoiYWxsLTM3MWM0ZDFiIn0%3D\">\n																		Painting-14.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-20.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-64c2575b\" data-elementor-lightbox-title=\"Painting-20.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQzLCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMjAuanBnIiwic2xpZGVzaG93IjoiYWxsLTY0YzI1NzViIn0%3D\">\n																		Painting-20.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-13.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-784f6bf5\" data-elementor-lightbox-title=\"Painting-13.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ0LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTMuanBnIiwic2xpZGVzaG93IjoiYWxsLTc4NGY2YmY1In0%3D\">\n																		Painting-13.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-16.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-2664d455\" data-elementor-lightbox-title=\"Painting-16.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ1LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTYuanBnIiwic2xpZGVzaG93IjoiYWxsLTI2NjRkNDU1In0%3D\">\n																		Painting-16.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-15.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-4ec5e09a\" data-elementor-lightbox-title=\"Painting-15.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ2LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTUuanBnIiwic2xpZGVzaG93IjoiYWxsLTRlYzVlMDlhIn0%3D\">\n																		Painting-15.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-18.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-68ef4d3d\" data-elementor-lightbox-title=\"Painting-18.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ3LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTguanBnIiwic2xpZGVzaG93IjoiYWxsLTY4ZWY0ZDNkIn0%3D\">\n																		Painting-18.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-19.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-42b9367\" data-elementor-lightbox-title=\"Painting-19.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ4LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTkuanBnIiwic2xpZGVzaG93IjoiYWxsLTQyYjkzNjcifQ%3D%3D\">\n																		Painting-19.jpg								\n									</a>\n							<a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Painting-17.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"all-11a76863\" data-elementor-lightbox-title=\"Painting-17.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NzQ5LCJ1cmwiOiJodHRwczpcL1wvb3JjaGlkY2l0eWJyYXNzLm94Zm9yZGNsZWFuZXJzLmNvLnVrXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wN1wvUGFpbnRpbmctMTcuanBnIiwic2xpZGVzaG93IjoiYWxsLTExYTc2ODYzIn0%3D\">\n																		Painting-17.jpg								\n									</a>\n															<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				CUSTOMER REVIEWS				</h5>\n			<h2>Love Art and Absurds</h2>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E		\n			<h3>Exhibition News</h3>		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.<br></p>\n<p>Incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat sunt in culpa qui officia.</p><p>Mattis ullamcorper velit sed ullamcorper morbi tincidunt ornare massa. \nOrnare quam viverra orci sagittis eu volutpat odio facilisis mauris. \nIpsum nunc aliquet bibendum enim facilisis gravida neque convallis a.</p>		\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"162\" height=\"55\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-1.png\" alt=\"\" loading=\"lazy\" />															\n							<h5>\n				EXHIBITION NEWS				</h5>\n			<h2>Latest Blog Post</h2>','HOMEPAGE V.1','','publish','closed','closed','','homepage-v-1','','','2023-07-16 15:06:50','2023-07-16 14:06:50','',0,'https://orchidcitybrass.org/?elementor_library=homepage-v-1',0,'elementor_library','',0),(772,1,'2023-07-16 15:48:13','2023-07-16 14:48:13','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>IV. Tickets</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				PLAN VISIT				</h5>\n			<h2>Ticket for this Week</h2>		\n		<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br />Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.</p>		\n			<h1>11</h1>		\n			<h5>FRIDAY , MARCH 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 10.00 - 18.00</h6>		\n			<h6>Sunday : 11.00 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $15</h6>		\n			<h6>Student Admission $11</h6>		\n			<a href=\"#\">\n						Sold Out\n					</a>\n			<h1>28</h1>		\n			<h5>MONDAY , APRIL 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 10.30 - 18.00</h6>		\n			<h6>Sunday : 09.00 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $10</h6>		\n			<h6>Student Admission $14</h6>		\n			<a href=\"#\">\n						Find Out More\n					</a>\n			<h1>15</h1>		\n			<h5>SUNDAY , JUNE 2021</h5>		\n			<h6>San\'t Erasmo Vencie 2 , 123</h6>		\n			<h5>EXHIBITION OPEN</h5>		\n			<h6>Daily : 08.00 - 16.00</h6>		\n			<h6>Sunday : 11.30 - 16.00</h6>		\n			<h5>ADMISSION TICKET</h5>		\n			<h6>Adult Admission $25</h6>		\n			<h6>Student Admission $15</h6>		\n			<a href=\"#\">\n						Find Out More\n					</a>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"246\" height=\"96\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" alt=\"\" loading=\"lazy\" />','TICKETS','','publish','closed','closed','','tickets','','','2023-07-16 15:48:13','2023-07-16 14:48:13','',0,'https://orchidcitybrass.org/?elementor_library=tickets',0,'elementor_library','',0),(779,1,'2023-07-16 15:49:21','2023-07-16 14:49:21','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>V.  Artist</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				CREATIVE TALENTS				</h5>\n			<h2>Best Of The Current Artist</h2>		\n		<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br />Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-2.jpg 960w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-2-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-2-768x512.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h5>Diana Hanshc</h5>		\n			<h5>PAINTER</h5>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-6-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-6-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-6-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-6-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-6.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h4>Ma Meilia Deva</h4>		\n			<h5>PAINTER</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-5-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-5-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-5-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Photo-5.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h4>Anna Lufiva​​</h4>		\n			<h5>PAINTER</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4-1536x1024.jpg 1536w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-4.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h4>Diana Manawhis​​</h4>		\n			<h5>PAINTER</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3-1536x1024.jpg 1536w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-3.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h4>Jessica Andelweis​</h4>		\n			<h5>PAINTER</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n															<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-7-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-7-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-7-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-7-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/photo-7.jpg 1536w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h4>Lova Serchovaza</h4>		\n			<h5>PAINTER</h5>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>','OUR ARTIST','','publish','closed','closed','','our-artist','','','2023-07-16 15:49:21','2023-07-16 14:49:21','',0,'https://orchidcitybrass.org/?elementor_library=our-artist',0,'elementor_library','',0),(795,1,'2023-07-16 15:57:37','2023-07-16 14:57:37','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>XI. Contact</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				GET TO US				</h5>\n			<h2>Arthoz Gallery of Art</h2>		\n			<h4>12 B San\'t Erasmo Venice, 808123 ITALY​</h4>		\n		<p>Ultricies integer quis auctor elit sed vulputate. Lacus viverra vita congue eu. <br />Nam libero justo laoreet sit amet cursus sit amet. Sapien faucibus et molestie ac. Praesent semper <br />feugiat nibh sed pulvinar. In metus vulputate eu scelerisque. Convallis aenean et tortor at risus.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<h3>Discover More</h3>		\n			<h5>Reservation</h5>		\n		<p>Faucibus in ornare quam viverra orci sagittis eu volutpat. Lectus vestibulum mattis ullamcorper velit. Blandit massa enim nec dui nunc mattis enim ut. </p>		\n			<h5>12 B San\'t Erasmo Venice, 808123 ITALY</h5>		\n			<h5>781-562-9355 / 781-727-6090\n</h5>		\n			<h5>arthozexhibition@mail.com</h5>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Dribbble\n											</a>\n			<h3>Get in Touch</h3>','CONTACT','','publish','closed','closed','','contact','','','2023-07-16 15:57:37','2023-07-16 14:57:37','',0,'https://orchidcitybrass.org/?elementor_library=contact',0,'elementor_library','',0),(868,1,'2023-07-16 17:05:07','2023-07-16 16:05:07','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>About The Orchid City</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				BRASS BAND				</h5>','page_title','','publish','closed','closed','','page_title','','','2023-07-16 17:05:07','2023-07-16 16:05:07','',0,'https://orchidcitybrass.org/?elementor_library=page_title',0,'elementor_library','',0),(891,1,'2023-07-16 17:42:09','2023-07-16 16:42:09','','Slide2','','inherit','open','closed','','slide2-2','','','2023-07-16 17:42:09','2023-07-16 16:42:09','',623,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png',0,'attachment','image/png',0),(964,1,'2023-07-27 15:39:26','2023-07-27 14:39:26','','Elementor Loop Item #964','','publish','closed','closed','','elementor-loop-item','','','2023-07-27 15:39:35','2023-07-27 14:39:35','',0,'https://orchidcitybrass.org/?elementor_library=elementor-loop-item',0,'elementor_library','',0),(989,1,'2023-07-27 16:04:53','2023-07-27 15:04:53','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','event','','publish','closed','closed','','event','','','2023-07-27 16:04:53','2023-07-27 15:04:53','',0,'https://orchidcitybrass.org/?elementor_library=event',0,'elementor_library','',0),(992,1,'2023-07-27 16:05:07','2023-07-27 15:05:07','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','LEST WE FORGET','','publish','closed','closed','','lest-we-forget-2','','','2023-09-12 06:21:32','2023-09-12 05:21:32','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=992',0,'elementor_library','',0),(1007,1,'2023-07-27 16:12:58','2023-07-27 15:12:58','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','THE SNOWMAN','','publish','closed','closed','','the-snowman','','','2023-09-12 12:37:55','2023-09-12 11:37:55','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=1007',0,'elementor_library','',0),(1025,1,'2023-07-27 16:16:02','2023-07-27 15:16:02','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','Event-Updated','','publish','closed','closed','','event-updated','','','2023-07-27 16:16:02','2023-07-27 15:16:02','',0,'https://orchidcitybrass.org/?elementor_library=event-updated',0,'elementor_library','',0),(1030,1,'2023-07-27 16:17:13','2023-07-27 15:17:13','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','Event_Template','','publish','closed','closed','','event_template','','','2023-07-27 16:17:26','2023-07-27 15:17:26','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=1030',0,'elementor_library','',0),(1033,1,'2023-07-27 16:19:19','2023-07-27 15:19:19','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n		Discovering the Spirit of Music		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SAT MAR 2, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/this-is-a-brass-band\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','THIS IS A BRASS BAND','','publish','closed','closed','','this-is-a-brass-band','','','2023-09-12 12:41:53','2023-09-12 11:41:53','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=1033',0,'elementor_library','',0),(1053,1,'2023-07-27 16:22:44','2023-07-27 15:22:44','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/once-upon-a-song\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','ONCE UPON A SONG','','publish','closed','closed','','once-upon-a-song','','','2023-09-12 12:43:03','2023-09-12 11:43:03','',0,'https://orchidcitybrass.org/?post_type=elementor_library&#038;p=1053',0,'elementor_library','',0),(1066,1,'2023-07-27 16:41:34','2023-07-27 15:41:34','','image-002','','inherit','open','closed','','image-002','','','2023-07-27 16:41:34','2023-07-27 15:41:34','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002.png',0,'attachment','image/png',0),(1067,1,'2023-07-27 16:41:49','2023-07-27 15:41:49','','image-003','','inherit','open','closed','','image-003','','','2023-07-27 16:41:49','2023-07-27 15:41:49','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003.png',0,'attachment','image/png',0),(1068,1,'2023-07-27 16:42:02','2023-07-27 15:42:02','','image-007','','inherit','open','closed','','image-007','','','2023-07-27 16:42:02','2023-07-27 15:42:02','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png',0,'attachment','image/png',0),(1069,1,'2023-07-27 16:42:12','2023-07-27 15:42:12','','image-010','','inherit','open','closed','','image-010','','','2023-07-27 16:42:12','2023-07-27 15:42:12','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',0,'attachment','image/png',0),(1070,1,'2023-07-27 16:42:16','2023-07-27 15:42:16','','image-012','','inherit','open','closed','','image-012','','','2023-07-27 16:42:16','2023-07-27 15:42:16','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-012.png',0,'attachment','image/png',0),(1071,1,'2023-07-27 16:42:21','2023-07-27 15:42:21','','image-014','','inherit','open','closed','','image-014','','','2023-07-27 16:42:21','2023-07-27 15:42:21','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-014.png',0,'attachment','image/png',0),(1072,1,'2023-07-27 16:42:22','2023-07-27 15:42:22','','image-017','','inherit','open','closed','','image-017','','','2023-07-27 16:42:22','2023-07-27 15:42:22','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-017.png',0,'attachment','image/png',0),(1073,1,'2023-07-27 16:42:30','2023-07-27 15:42:30','','image-020','','inherit','open','closed','','image-020','','','2023-07-27 16:42:30','2023-07-27 15:42:30','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-020.png',0,'attachment','image/png',0),(1074,1,'2023-07-27 16:42:40','2023-07-27 15:42:40','','image-026','','inherit','open','closed','','image-026','','','2023-07-27 16:42:40','2023-07-27 15:42:40','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-026.png',0,'attachment','image/png',0),(1075,1,'2023-07-27 16:42:42','2023-07-27 15:42:42','','image-029','','inherit','open','closed','','image-029','','','2023-07-27 16:42:42','2023-07-27 15:42:42','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-029.png',0,'attachment','image/png',0),(1076,1,'2023-07-27 16:42:45','2023-07-27 15:42:45','','image-031','','inherit','open','closed','','image-031','','','2023-07-27 16:42:45','2023-07-27 15:42:45','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-031.jpg',0,'attachment','image/jpeg',0),(1077,1,'2023-07-27 16:42:46','2023-07-27 15:42:46','','image-032','','inherit','open','closed','','image-032','','','2023-07-27 16:42:46','2023-07-27 15:42:46','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-032.jpg',0,'attachment','image/jpeg',0),(1078,1,'2023-07-27 16:42:48','2023-07-27 15:42:48','','image-034','','inherit','open','closed','','image-034','','','2023-07-27 16:42:48','2023-07-27 15:42:48','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-034.jpg',0,'attachment','image/jpeg',0),(1079,1,'2023-07-27 16:42:51','2023-07-27 15:42:51','','image-036','','inherit','open','closed','','image-036','','','2023-07-27 16:42:51','2023-07-27 15:42:51','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-036.jpg',0,'attachment','image/jpeg',0),(1080,1,'2023-07-27 16:42:53','2023-07-27 15:42:53','','image-038','','inherit','open','closed','','image-038','','','2023-07-27 16:42:53','2023-07-27 15:42:53','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-038.jpg',0,'attachment','image/jpeg',0),(1081,1,'2023-07-27 16:42:54','2023-07-27 15:42:54','','image-039','','inherit','open','closed','','image-039','','','2023-07-27 16:42:54','2023-07-27 15:42:54','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-039.jpg',0,'attachment','image/jpeg',0),(1082,1,'2023-07-27 16:42:57','2023-07-27 15:42:57','','image-041','','inherit','open','closed','','image-041','','','2023-07-27 16:42:57','2023-07-27 15:42:57','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-041.jpg',0,'attachment','image/jpeg',0),(1083,1,'2023-07-27 16:42:59','2023-07-27 15:42:59','','image-042','','inherit','open','closed','','image-042','','','2023-07-27 16:42:59','2023-07-27 15:42:59','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-042.jpg',0,'attachment','image/jpeg',0),(1084,1,'2023-07-27 16:43:01','2023-07-27 15:43:01','','image-044','','inherit','open','closed','','image-044','','','2023-07-27 16:43:01','2023-07-27 15:43:01','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-044.jpg',0,'attachment','image/jpeg',0),(1085,1,'2023-07-27 16:43:09','2023-07-27 15:43:09','','image-045','','inherit','open','closed','','image-045','','','2023-07-27 16:43:09','2023-07-27 15:43:09','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',0,'attachment','image/png',0),(1095,1,'2023-07-27 16:55:12','2023-07-27 15:55:12','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Upcoming events</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCID CITY BRASS BAND				</h5>\n			<h2>Explore Our Performances\n</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>2023-24 Season: “Catch the Spirit” </h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.From classical to jazz, rock to rhythm & blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.		\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>Community Performances & Events</h2>		\n		Camp & Campus Performances\n		The Orchid City Brass Band is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes  conducted or performed by members and musicians of the Orchid City Brass Band.		\n			<a href=\"#\">\n						Learn more\n					</a>','Envet_saved','','publish','closed','closed','','envet_saved','','','2023-07-27 16:55:12','2023-07-27 15:55:12','',0,'https://orchidcitybrass.org/?elementor_library=envet_saved',0,'elementor_library','',0),(1099,1,'2023-07-27 16:56:11','2023-07-27 15:56:11','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>NOVEMBER 5, 2023</h3>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of AmericaFirst Presbyterian Church, 717 Prosperity Farms Rd, North Palm Beach, FL 33408		\n			<a href=\"#\">\n						get ticket\n					</a>','tab_event','','publish','closed','closed','','tab_event','','','2023-07-27 16:56:11','2023-07-27 15:56:11','',0,'https://orchidcitybrass.org/?elementor_library=tab_event',0,'elementor_library','',0),(1125,1,'2023-07-27 17:11:38','2023-07-27 16:11:38','Congratulations to Tyler Hatter, Bass Trombonist with the Orchid City Brass Band. Tyler is the 2023 winner of the Dr. Eric Shaw Concerto & Aria Competition at Florida Atlantic University\r\n','Tyler Hatter, Bass Trombone','','publish','open','open','','the-resonating-power-of-the-brass-band','','','2023-09-06 06:15:02','2023-09-06 05:15:02','',0,'https://orchidcitybrass.org/?p=1125',0,'post','',0),(1132,1,'2023-07-27 17:12:13','2023-07-27 16:12:13','Closeup of a beautiful and shiny golden saxophone lying on music notes','Closeup of a beautiful and shiny golden saxophone lying on music notes','Closeup of a beautiful and shiny golden saxophone lying on music notes','inherit','open','closed','','closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes','','','2023-07-27 17:12:13','2023-07-27 16:12:13','',0,'https://orchidcitybrass.org/closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes/',0,'attachment','image/jpeg',0),(1133,1,'2023-07-27 17:12:14','2023-07-27 16:12:14','Trumpet player in military fanfare','Trumpet player in military fanfare','Trumpet player in military fanfare','inherit','open','closed','','trumpet-player-in-military-fanfare','','','2023-07-27 17:12:14','2023-07-27 16:12:14','',0,'https://orchidcitybrass.org/trumpet-player-in-military-fanfare/',0,'attachment','image/jpeg',0),(1134,1,'2023-07-27 17:12:16','2023-07-27 16:12:16','Male jazz performer plays the saxophone on stage','Male jazz performer plays the saxophone on stage','Male jazz performer plays the saxophone on stage','inherit','open','closed','','male-jazz-performer-plays-the-saxophone-on-stage','','','2023-07-27 17:12:16','2023-07-27 16:12:16','',0,'https://orchidcitybrass.org/male-jazz-performer-plays-the-saxophone-on-stage/',0,'attachment','image/jpeg',0),(1135,1,'2023-07-27 17:12:17','2023-07-27 16:12:17','Saxophonist fingers playing a piece during a street festival.','Saxophonist fingers playing a piece during a street festival.','Saxophonist fingers playing a piece during a street festival.','inherit','open','closed','','saxophonist-fingers-playing-a-piece-during-a-street-festival','','','2023-07-27 17:12:17','2023-07-27 16:12:17','',0,'https://orchidcitybrass.org/saxophonist-fingers-playing-a-piece-during-a-street-festival/',0,'attachment','image/jpeg',0),(1136,1,'2023-07-27 17:13:16','2023-07-27 16:13:16','The Orchid City Brass Band is excited to congratulate Cole Pasch on his acceptance to the University of Miami Frost School of Music. Cole will study with Aaron Tindall, Principal Tuba, Naples Philharmonic and Tuba Professor at the Coburn School\r\n','Cole Pasch, Euphonium','','publish','open','open','','a-brief-history-of-brass-bands','','','2023-09-06 06:22:47','2023-09-06 05:22:47','',0,'https://orchidcitybrass.org/?p=1136',0,'post','',0),(1138,1,'2023-07-27 17:13:36','2023-07-27 16:13:36','Orchid City Brass Band trombonist, Katherine Rodriguez, has been appointed Personnel Manager of the Punta Gorda Symphony. Katherine also performs with the Punta Gorda Symphony as well as the Palm Beach Opera.\r\n','Katherine Rodriguez, Trombone','','publish','open','open','','the-thrill-of-brass-band-competitions','','','2023-09-06 06:21:53','2023-09-06 05:21:53','',0,'https://orchidcitybrass.org/?p=1138',0,'post','',0),(1140,1,'2023-07-27 17:14:16','2023-07-27 16:14:16','Becoming a member of a brass band isn\'t just about playing an instrument. It involves a deep commitment, countless hours of practice, and a strong sense of community.\r\n\r\nThe heart of any band is its practice sessions. Here, each musician works tirelessly to perfect their part, while also learning how their part fits into the larger musical piece. They practice scales, work on their technique, and rehearse the selected pieces until they can play them flawlessly.\r\n\r\nCommunity is another crucial aspect of brass band life. Bands often become like second families, providing a network of support and camaraderie. Whether it\'s celebrating victories together, comforting each other after a tough competition, or simply enjoying each other\'s company, the bonds formed in a brass band can last a lifetime.\r\n\r\nIndeed, being part of a brass band is about more than just making music. It\'s about being part of a tradition, a community, and a shared passion. It\'s about contributing your voice to the powerful harmony of the band, and in doing so, becoming part of something greater than yourself.','Behind the Scenes of a Brass Band','','trash','open','open','','behind-the-scenes-of-a-brass-band__trashed','','','2023-09-06 06:12:58','2023-09-06 05:12:58','',0,'https://orchidcitybrass.org/?p=1140',0,'post','',0),(1141,1,'2023-07-27 17:14:12','2023-07-27 16:14:12','Musician Duo band playing the Trumpet with spot light and lens flare on the stage,','Musician Duo band playing the Trumpet with spot light and lens flare on the stage,','Musician Duo band playing the Trumpet with spot light and lens flare on the stage,','inherit','open','closed','','musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage','','','2023-07-27 17:14:12','2023-07-27 16:14:12','',0,'https://orchidcitybrass.org/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage/',0,'attachment','image/jpeg',0),(1169,1,'2023-07-27 17:38:04','2023-07-27 16:38:04','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>X. Blog</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				EXHIBITION NEWS				</h5>\n			<h2>Latest Blog Post</h2>','BLOG','','publish','closed','closed','','blog','','','2023-07-27 17:38:05','2023-07-27 16:38:05','',0,'https://orchidcitybrass.org/?elementor_library=blog',0,'elementor_library','',0),(1197,1,'2023-07-29 16:54:11','2023-07-29 15:54:11','','CoWorking Space','','publish','closed','closed','','coworking-space','','','2023-07-29 16:54:11','2023-07-29 15:54:11','',0,'https://orchidcitybrass.org/?p=1197',0,'envato_tk_import','',0),(1198,1,'2023-07-29 16:59:36','2023-07-29 15:59:36','','Notary Public','','publish','closed','closed','','notary-public','','','2023-07-29 16:59:36','2023-07-29 15:59:36','',0,'https://orchidcitybrass.org/?p=1198',0,'envato_tk_import','',0),(1251,1,'2023-07-29 17:19:37','2023-07-29 16:19:37','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<h5>About us</h5>		\n			<h2>Legal services you can trust.</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/business-women-working-qa4urv8uohgvpjcmhdcr4hjcxmihb2pzgge35qr78w.jpg\" title=\"business-women-working.jpg\" alt=\"business-women-working.jpg\" loading=\"lazy\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office.jpg 1920w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n		<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.</p>		\n			<h3>Our Expertise</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. </p>		\n			<h3>Our Promise</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.</p>		\n			<h5>What People Say</h5>		\n			<h2>Testimonials</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\">		\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Jon BakkenJournalist</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Jon Bakken\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Andrea VelleCustomer</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Andrea Velle\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Elle AasenJournalist</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Elle Aasen\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Isa HolmgrenCustomer</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Isa Holmgren\">\n														Previous\n														Next\n			<h5>Get to know us</h5>		\n			<h2>The Team</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-flip-box.min.css\">		\n													<h3>\n								Jon Bakken							</h3>\n								Lawyer							\n											<h3>\n							Jon Bakken						</h3>\n							Founder / Ceo						\n											<a>\n							Contact Me						</a>\n													<h3>\n								Andrea Velle							</h3>\n								Solicitor							\n											<h3>\n							Andrea Velle						</h3>\n							HR Director						\n											<a>\n							Contact Me						</a>\n													<h3>\n								Elle Aasen							</h3>\n								Court Translator							\n											<h3>\n							Elle Aasen						</h3>\n							Lead Developer						\n											<a>\n							Contact Me						</a>\n			<h5>our clients</h5>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n															<img width=\"1024\" height=\"682\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client01.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client01.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client01-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client01-768x512.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h3>Bakken Inc</h3>		\n			<h5>Marketing</h5>		\n															<img width=\"1024\" height=\"679\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client3.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client3-300x199.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client3-768x509.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h3>Welle LTD</h3>		\n			<h5>AD Agency</h5>		\n															<img width=\"900\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client2.png 900w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client2-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client2-768x512.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h3>Aasen Co.</h3>		\n			<h5>Design Firm</h5>		\n															<img width=\"900\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client4.png 900w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client4-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client4-768x512.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h3>Manage Lty</h3>		\n			<h5>Managment</h5>		\n			<h5>got a question?</h5>		\n			<h2>Contact Us Today</h2>		\n		<p>If you are a reporter looking for information on media services please contact us at:</p>\n<p>press@ourdomain.com</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Envelope\n											</a>\n			<h2>make an appointment</h2>		\n		<p>Open from 8am - 4pm M-F</p>','About Us 2 (Pro)','','publish','closed','closed','','about-us-2-pro','','','2023-07-29 17:19:37','2023-07-29 16:19:37','',0,'https://orchidcitybrass.org/?elementor_library=about-us-2-pro',0,'elementor_library','',0),(1260,1,'2023-07-29 17:19:38','2023-07-29 16:19:38','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<h5>About us</h5>		\n			<h2>Legal services you can trust.</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/business-women-working-qa4urv8uohgvpjcmhdcr4hjcxmihb2pzgge35qr78w.jpg\" title=\"business-women-working.jpg\" alt=\"business-women-working.jpg\" loading=\"lazy\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office.jpg 1920w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n		<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.</p>		\n			<h3>Our Expertise</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. </p>		\n			<h3>Our Promise</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.</p>		\n			<h5>What People Say</h5>		\n			<h2>Testimonials</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-carousel.min.css\">		\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Jon BakkenJournalist</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Jon Bakken\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Andrea VelleCustomer</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Andrea Velle\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Elle AasenJournalist</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Elle Aasen\">\n						\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\"					\n					<cite>Isa HolmgrenCustomer</cite>				\n						<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/quote_64px.png\" alt=\"Isa Holmgren\">\n														Previous\n														Next\n			<h5>Get to know us</h5>		\n			<h2>The Team</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-flip-box.min.css\">		\n													<h3>\n								Jon Bakken							</h3>\n								Lawyer							\n											<h3>\n							Jon Bakken						</h3>\n							Founder / Ceo						\n											<a>\n							Contact Me						</a>\n													<h3>\n								Andrea Velle							</h3>\n								Solicitor							\n											<h3>\n							Andrea Velle						</h3>\n							HR Director						\n											<a>\n							Contact Me						</a>\n													<h3>\n								Elle Aasen							</h3>\n								Court Translator							\n											<h3>\n							Elle Aasen						</h3>\n							Lead Developer						\n											<a>\n							Contact Me						</a>\n			<h5>our clients</h5>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.</p>		\n															<img width=\"1024\" height=\"682\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client01.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client01.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client01-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client01-768x512.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h3>Bakken Inc</h3>		\n			<h5>Marketing</h5>		\n															<img width=\"1024\" height=\"679\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client3.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client3-300x199.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client3-768x509.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h3>Welle LTD</h3>		\n			<h5>AD Agency</h5>		\n															<img width=\"900\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client2.png 900w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client2-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client2-768x512.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h3>Aasen Co.</h3>		\n			<h5>Design Firm</h5>		\n															<img width=\"900\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/client4.png 900w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client4-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/client4-768x512.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" />															\n			<h3>Manage Lty</h3>		\n			<h5>Managment</h5>		\n			<h5>got a question?</h5>		\n			<h2>Contact Us Today</h2>		\n		<p>If you are a reporter looking for information on media services please contact us at:</p>\n<p>press@ourdomain.com</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Whatsapp\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Envelope\n											</a>\n			<h2>make an appointment</h2>		\n		<p>Open from 8am - 4pm M-F</p>','About Us 2 (Pro)','','publish','closed','closed','','about-us-2-pro-2','','','2023-07-29 17:19:38','2023-07-29 16:19:38','',0,'https://orchidcitybrass.org/?elementor_library=about-us-2-pro-2',0,'elementor_library','',0),(1321,1,'2023-07-29 17:39:30','2023-07-29 16:39:30','<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h5>jen darry &amp; associates</h5>		\n			<h2>notary service</h2>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<h3>our process</h3>		\n		<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.</p>		\n			<a href=\"#\">\n						More about us\n					</a>\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1024x683.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office-1536x1024.jpg 1536w, https://orchidcitybrass.org/wp-content/uploads/2023/07/three-women-in-office.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>Step 1</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nulla aliquet enim tortor at.</p>		\n			<h3>Step 2</h3>		\n		<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nulla aliquet enim tortor at.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h5>notary service</h5>		\n			<h2>Verification &amp; Lookup</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies. Fermentum posuere urna nec tincidunt. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper.</p>		\n			<h5>notary service</h5>		\n			<h2>What You\'ll Need</h2>		\n		<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies. Fermentum posuere urna nec tincidunt. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper.</p>		\n			<h5>common questions</h5>		\n			<h2>FAQ</h2>		\n		<p>We are here to help you 7 days a week and respond within 24 hours. Plus, you can find most answers to your questions right on this page.</p>		\n			<style>/*! elementor - v3.14.0 - 26-06-2023 */\n.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d5d8dc;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d5d8dc;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a tabindex=\"0\">Aliquam tincidunt mauris eu risus.</a>\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a tabindex=\"0\">Nunc dignissim risus id metus.</a>\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a tabindex=\"0\">Cras ornare tristique elit.</a>\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a tabindex=\"0\">Vivamus vestibulum ntulla nec ante.</a>\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n												<a tabindex=\"0\">Praesent placerat risus quis eros.</a>\n					<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n			<h5>general info & inquiry</h5>		\n			<h2>Have a Question?</h2>		\n		<p>We are here to help you 7 days a week and respond within 24 hours. Plus, you can find most answers to your questions right on this page.</p>		\n			<a href=\"#\">\n						Contact Us\n					</a>','Service Detail','','publish','closed','closed','','service-detail','','','2023-07-29 17:39:30','2023-07-29 16:39:30','',0,'https://orchidcitybrass.org/?elementor_library=service-detail',0,'elementor_library','',0),(1360,1,'2023-08-05 10:18:01','2023-08-05 09:18:01','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','publish','closed','closed','','join-the-band','','','2023-09-12 18:33:13','2023-09-12 17:33:13','',0,'https://orchidcitybrass.org/?page_id=1360',0,'page','',0),(1404,1,'2023-08-05 10:41:43','2023-08-05 09:41:43','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4,select#input_4_45_6\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2,select#input_4_55_3,select#input_4_56_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2\n{\n	padding:18px;\n}','hello-elementor','','publish','closed','closed','','hello-elementor','','','2023-09-14 05:48:34','2023-09-14 04:48:34','',0,'https://orchidcitybrass.org/hello-elementor/',0,'custom_css','',0),(1406,1,'2023-08-15 16:06:05','2023-08-05 09:44:06',' ','','','publish','closed','closed','','1406','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1406',11,'nav_menu_item','',0),(1432,1,'2023-08-05 12:23:28','2023-08-05 11:23:28','','2-removebg-preview','','inherit','open','closed','','2-removebg-preview-2','','','2023-08-05 12:23:28','2023-08-05 11:23:28','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-removebg-preview.png',0,'attachment','image/png',0),(1433,1,'2023-08-05 12:23:37','2023-08-05 11:23:37','https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-2-removebg-preview.png','cropped-2-removebg-preview.png','','inherit','open','closed','','cropped-2-removebg-preview-png','','','2023-08-05 12:23:37','2023-08-05 11:23:37','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-2-removebg-preview.png',0,'attachment','image/png',0),(1447,1,'2023-08-05 12:41:42','2023-08-05 11:41:42','<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3>LOGO Grid</h3>		\n			<h2>Partner Brands</h2>		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>','Logo Grid - Images','','publish','closed','closed','','logo-grid-images','','','2023-08-05 12:41:42','2023-08-05 11:41:42','',0,'https://orchidcitybrass.org/?elementor_library=logo-grid-images',0,'elementor_library','',0),(1460,1,'2023-08-06 14:19:52','2023-08-06 13:19:52','','1','','inherit','open','closed','','1-2','','','2023-08-06 14:19:52','2023-08-06 13:19:52','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png',0,'attachment','image/png',0),(1461,1,'2023-08-06 14:19:53','2023-08-06 13:19:53','','2','','inherit','open','closed','','2-3','','','2023-08-06 14:19:53','2023-08-06 13:19:53','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png',0,'attachment','image/png',0),(1462,1,'2023-08-06 14:19:54','2023-08-06 13:19:54','','3','','inherit','open','closed','','3-2','','','2023-08-06 14:19:54','2023-08-06 13:19:54','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png',0,'attachment','image/png',0),(1463,1,'2023-08-06 14:19:55','2023-08-06 13:19:55','','4','','inherit','open','closed','','4','','','2023-08-06 14:19:55','2023-08-06 13:19:55','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png',0,'attachment','image/png',0),(1464,1,'2023-08-06 14:19:55','2023-08-06 13:19:55','','5','','inherit','open','closed','','5','','','2023-08-06 14:19:55','2023-08-06 13:19:55','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png',0,'attachment','image/png',0),(1468,1,'2023-08-06 14:23:59','2023-08-06 13:23:59','','image16','','inherit','open','closed','','image16','','','2023-08-06 14:23:59','2023-08-06 13:23:59','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image16.jpg',0,'attachment','image/jpeg',0),(1469,1,'2023-08-06 14:24:25','2023-08-06 13:24:25','','image18','','inherit','open','closed','','image18','','','2023-08-06 14:24:25','2023-08-06 13:24:25','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image18.png',0,'attachment','image/png',0),(1470,1,'2023-08-06 14:24:34','2023-08-06 13:24:34','','image19','','inherit','open','closed','','image19','','','2023-08-06 14:24:34','2023-08-06 13:24:34','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image19.jpg',0,'attachment','image/jpeg',0),(1471,1,'2023-08-06 14:24:39','2023-08-06 13:24:39','','image20','','inherit','open','closed','','image20','','','2023-08-06 14:24:39','2023-08-06 13:24:39','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image20.png',0,'attachment','image/png',0),(1472,1,'2023-08-06 14:24:44','2023-08-06 13:24:44','','image30','','inherit','open','closed','','image30','','','2023-08-06 14:24:44','2023-08-06 13:24:44','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image30.jpg',0,'attachment','image/jpeg',0),(1473,1,'2023-08-06 14:25:09','2023-08-06 13:25:09','','image29','','inherit','open','closed','','image29','','','2023-08-06 14:25:09','2023-08-06 13:25:09','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image29.png',0,'attachment','image/png',0),(1474,1,'2023-08-06 14:25:25','2023-08-06 13:25:25','','image28','','inherit','open','closed','','image28','','','2023-08-06 14:25:25','2023-08-06 13:25:25','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image28.png',0,'attachment','image/png',0),(1475,1,'2023-08-06 14:25:37','2023-08-06 13:25:37','','image27','','inherit','open','closed','','image27','','','2023-08-06 14:25:37','2023-08-06 13:25:37','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image27.png',0,'attachment','image/png',0),(1476,1,'2023-08-06 14:25:50','2023-08-06 13:25:50','','image26','','inherit','open','closed','','image26','','','2023-08-06 14:25:50','2023-08-06 13:25:50','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image26.png',0,'attachment','image/png',0),(1480,1,'2023-08-06 14:31:53','2023-08-06 13:31:53','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','publish','closed','closed','','individual-giving','','','2023-09-14 07:27:50','2023-09-14 06:27:50','',0,'https://orchidcitybrass.org/?page_id=1480',0,'page','',0),(1483,1,'2023-08-06 14:32:40','2023-08-06 13:32:40','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','publish','closed','closed','','corporate-sponsors','','','2023-09-14 07:44:08','2023-09-14 06:44:08','',0,'https://orchidcitybrass.org/?page_id=1483',0,'page','',0),(1485,1,'2023-08-06 14:32:54','2023-08-06 13:32:54','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','publish','closed','closed','','volunteer','','','2023-09-14 07:42:43','2023-09-14 06:42:43','',0,'https://orchidcitybrass.org/?page_id=1485',0,'page','',0),(1487,1,'2023-08-15 16:06:05','2023-08-06 13:33:25',' ','','','publish','closed','closed','','1487','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1487',15,'nav_menu_item','',0),(1488,1,'2023-08-15 16:06:05','2023-08-06 13:33:25',' ','','','publish','closed','closed','','1488','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1488',14,'nav_menu_item','',0),(1489,1,'2023-08-15 16:06:05','2023-08-06 13:33:25',' ','','','publish','closed','closed','','1489','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1489',13,'nav_menu_item','',0),(1508,1,'2023-08-06 14:56:11','2023-08-06 13:56:11','','American Diner Restaurant','','publish','closed','closed','','american-diner-restaurant','','','2023-08-06 14:56:11','2023-08-06 13:56:11','',0,'https://orchidcitybrass.org/?p=1508',0,'envato_tk_import','',0),(1527,1,'2023-08-06 15:12:01','2023-08-06 14:12:01','','Vegan Restaurant','','publish','closed','closed','','vegan-restaurant','','','2023-08-06 15:12:01','2023-08-06 14:12:01','',0,'https://orchidcitybrass.org/?p=1527',0,'envato_tk_import','',0),(1542,1,'2023-08-06 15:13:02','2023-08-06 14:13:02','<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Specials</h1>		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Lunch</h2>		\n			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</h3>		\n			<style>/*! elementor-pro - v3.13.2 - 22-05-2023 */\n.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;flex-shrink:0;padding-right:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:flex}.elementor-price-list .elementor-price-list-item{align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{align-items:flex-start;flex-wrap:wrap;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{align-items:center;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item .elementor-price-list-price{font-weight:600}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:var(--e-price-table-header-background-color,#555);padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-right:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;align-self:center}.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency{font-size:1em;margin:0}.elementor-price-table .elementor-price-table__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:flex;flex-wrap:wrap;text-align:left;align-self:stretch;align-items:flex-start;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-right:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1;color:var(--e-price-table-features-list-color)}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:\"\";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-right:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-right:10px;fill:var(--e-price-table-features-list-color);height:1.3em;width:1.3em}.elementor-price-table .elementor-price-table__features-list svg~*{vertical-align:text-top}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f9fafa}.e-con-inner>.elementor-widget-price-list,.e-con>.elementor-widget-price-list{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\n											<h3>\n						Morning Brunch						</h3>\n							Economical Brunch for All Day						\n								&#036;									\n						19					\n									(3 Add Ons)							\n							<ul>\n											<li>\n										Choice of Two Entrees									\n						</li>\n											<li>\n										Choice of Three Add Ons									\n						</li>\n											<li>\n										Choice of Three Sides and Tortilla Chips									\n						</li>\n											<li>\n										Espresso/Cappuccino $1.50 Supplement									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Order Now						</a>\n							*Pricing is per person and includes full service.						\n					Economy				\n											<h3>\n						Day Special						</h3>\n							Heavy Lunch with Best Value						\n								&#036;									\n						39					\n									(3 Add Ons)							\n							<ul>\n											<li>\n										Taco, Green Salad and Soup									\n						</li>\n											<li>\n										Choice of Three Main Courses									\n						</li>\n											<li>\n										Choice of Three Desserts and Coffee or TEa									\n						</li>\n											<li>\n										Espresso/Cappuccino $1.50 Supplement									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Order Now						</a>\n							*Pricing is per person and includes full service.						\n					Best Value				\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/mary-copley-1129138-unsplash-qaimlf3w9841g7uumpq4kw8jrkzt3g9tr2q7wdgs6w.jpg\" title=\"mary-copley-1129138-unsplash.jpg\" alt=\"mary-copley-1129138-unsplash.jpg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/the-creative-exchange-1309310-unsplash-e1558099626735-qaimlgzkmw7r0mgozvwas3fhq1my2mfnmb0uwufxxk.jpg\" title=\"the-creative-exchange-1309310-unsplash-e1558099626735.jpg\" alt=\"the-creative-exchange-1309310-unsplash-e1558099626735.jpg\" loading=\"lazy\" />															\n			$39		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/jo-sonn-580715-unsplash-qaimlkqxe8cwb2b8dxit22hc3l4exeukytmstyad8o.jpg\" title=\"jo-sonn-580715-unsplash.jpg\" alt=\"jo-sonn-580715-unsplash.jpg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/cayla1-150730-unsplash-qaimlnkfyqfmcpik9bdrpc3p41u40q7es8ll7v48mw.jpg\" title=\"cayla1-150730-unsplash.jpg\" alt=\"cayla1-150730-unsplash.jpg\" loading=\"lazy\" />															\n			South Indian Bash		\n			<h2>Idli DOsa &amp; Sambhar</h2>		\n			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</h3>		\n		<p>Felis eget nunc lobortis mattis aliquam faucibus purus in massa. Eget mi proin sed libero enim sed faucibus turpis in. Ornare arcu odio ut sem nulla. Convallis convallis tellus id interdum velit.</p>		\n			<a href=\"#\">\n						Order Now\n					</a>\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/appetizer-cheese-chips-2092897-qaimlpg2e8ggvpq585hlzpb90xafv78wn424d4sva8.jpg\" title=\"appetizer-cheese-chips-2092897.jpg\" alt=\"appetizer-cheese-chips-2092897.jpg\" loading=\"lazy\" />															\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><h3>Steamed Slider (V)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$8		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/mike-kenneally-132068-unsplash-qaiml7l4sds0r4g34frp6bthqlqgsya08nnw8vjckg.jpg\" title=\"mike-kenneally-132068-unsplash.jpg\" alt=\"mike-kenneally-132068-unsplash.jpg\" loading=\"lazy\" />															\n			<h3>Vegetable Salad (V)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$7		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/thabang-mokoena-722903-unsplash-qaimls9kyqkbujm1rophp6lmt2wjiak3ni0ksyoork.jpg\" title=\"thabang-mokoena-722903-unsplash.jpg\" alt=\"thabang-mokoena-722903-unsplash.jpg\" loading=\"lazy\" />															\n			<h3>Fried Potato Samosa (V)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$20		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/bowl-chicken-close-up-674574-qaimlu59cemwhrjbgpiqu64jzun9xorkbrbjrilwf4.jpg\" title=\"bowl-chicken-close-up-674574.jpg\" alt=\"bowl-chicken-close-up-674574.jpg\" loading=\"lazy\" />															\n			<h3>Idli Sambhar (V)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$12		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/cuisine-delicious-dinner-1860202-qaimlw0xq2ph4zgl5qbzz5nh6me0d2z100miq2j42o.jpg\" title=\"cuisine-delicious-dinner-1860202.jpg\" alt=\"cuisine-delicious-dinner-1860202.jpg\" loading=\"lazy\" />															\n			<h3>Sweet Potato Hommus (V)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$20		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/the-creative-exchange-1309304-unsplash-e1558099667770-qaimlaencvvvpybznyzkvt3virckg1l791mcopf61s.jpg\" title=\"the-creative-exchange-1309304-unsplash-e1558099667770.jpg\" alt=\"the-creative-exchange-1309304-unsplash-e1558099667770.jpg\" loading=\"lazy\" />															\n			<h3>Veg Noodles Special (GF)</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</p>		\n			$12		\n			<h2>Dinner</h2>		\n			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</h3>		\n											<h3>\n						Value Buffet						</h3>\n							Economical Dinner with Best Value						\n								&#036;									\n						49					\n									(3 Courses)							\n							<ul>\n											<li>\n										Taco, Green Salad and Soup									\n						</li>\n											<li>\n										Choice of Three Main Courses									\n						</li>\n											<li>\n										Choice of Three Desserts and Coffee or Tea									\n						</li>\n											<li>\n										Espresso/Cappuccino $1.50 Supplement									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Order Now						</a>\n							*Pricing is per person and includes full service.						\n					Best Value				\n											<h3>\n						Wedding BUffet						</h3>\n							Premium Wedding Dinner						\n								&#036;									\n						59					\n									(3 Courses)							\n							<ul>\n											<li>\n										Soup or Green Salad									\n						</li>\n											<li>\n										Choice of Three Main Courses									\n						</li>\n											<li>\n										Choice of Three Desserts and Coffee or Tea									\n						</li>\n											<li>\n										Espresso/Cappuccino $1.50 Supplement									\n						</li>\n									</ul>\n											<a href=\"#\">\n							Order Now						</a>\n							*Pricing is per person and includes full service.						\n					Premium				\n			<h2>50% off your first visit</h2>		\n			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n			<a href=\"#\">\n						Make reservation\n					</a>','Specials  Pro','','publish','closed','closed','','specials-pro','','','2023-08-06 15:13:03','2023-08-06 14:13:03','',0,'https://orchidcitybrass.org/?elementor_library=specials-pro',0,'elementor_library','',0),(1590,1,'2023-08-06 16:13:44','2023-08-06 15:13:44','<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>our specials</h1>		\n			<h2>Dinner Packages</h2>		\n			<h3>Etiam erat velit scelerisque in dictum non. Augue lacus viverra vitae congue eu consequat ac felis. Vel facilisis volutpat est velit.</h3>		\n			<h2>Value Buffet</h2>		\n			<h3>Starters</h3>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Roasted mushroom and Jerusalem artichoke soup\n									</li>\n								<li>\n										Spanish almond soup\n									</li>\n								<li>\n										Asparagus, cucumber and rice salad\n									</li>\n						</ul>\n			<h3>Main</h3>		\n					<ul>\n							<li>\n										Coconut chickpea curry\n									</li>\n								<li>\n										Cashew Thai quinoa salad with peanut ginger sauce\n									</li>\n								<li>\n										Loaded Taco salad bowl\n									</li>\n						</ul>\n			<h3>Desserts</h3>		\n					<ul>\n							<li>\n										Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\n									</li>\n								<li>\n										Banana Cream Pie (Vegan + GF)\n									</li>\n								<li>\n										Tahini Chocolate Banana Soft Serve\n									</li>\n						</ul>\n			<a href=\"#\">\n						Order Now\n					</a>\n			$39		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			$59		\n			<h2>Wedding Buffet</h2>		\n			<h3>Starters</h3>		\n					<ul>\n							<li>\n										Roasted mushroom and Jerusalem artichoke soup\n									</li>\n								<li>\n										Spanish almond soup\n									</li>\n								<li>\n										Asparagus, cucumber and rice salad\n									</li>\n						</ul>\n			<h3>Main</h3>		\n					<ul>\n							<li>\n										Coconut chickpea curry\n									</li>\n								<li>\n										Cashew Thai quinoa salad with peanut ginger sauce\n									</li>\n								<li>\n										Loaded Taco salad bowl\n									</li>\n						</ul>\n			<h3>Desserts</h3>		\n					<ul>\n							<li>\n										Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\n									</li>\n								<li>\n										Banana Cream Pie (Vegan + GF)\n									</li>\n								<li>\n										Tahini Chocolate Banana Soft Serve\n									</li>\n						</ul>\n			<a href=\"#\">\n						Order Now\n					</a>\n			<h2>Friends Party</h2>		\n			<h3>Starters</h3>		\n					<ul>\n							<li>\n										Roasted mushroom and Jerusalem artichoke soup\n									</li>\n								<li>\n										Spanish almond soup\n									</li>\n								<li>\n										Asparagus, cucumber and rice salad\n									</li>\n						</ul>\n			<h3>Main</h3>		\n					<ul>\n							<li>\n										Coconut chickpea curry\n									</li>\n								<li>\n										Cashew Thai quinoa salad with peanut ginger sauce\n									</li>\n								<li>\n										Loaded Taco salad bowl\n									</li>\n						</ul>\n			<h3>Desserts</h3>		\n					<ul>\n							<li>\n										Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\n									</li>\n								<li>\n										Banana Cream Pie (Vegan + GF)\n									</li>\n								<li>\n										Tahini Chocolate Banana Soft Serve\n									</li>\n						</ul>\n			<a href=\"#\">\n						Order Now\n					</a>\n			$49		\n			<p>The dinner packages of Vegan Restaurant are impressive. I was able to organize a grand party in fairly economical price. The quality of food is beyond the ordinary.</p>		\n			Katherine Rivera		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"★\"}</style>\n						<i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i><i>&#9733;</i> 4.5/5		\n			Co Founder, The Vegan Club		\n			<h2>Need custom menu?</h2>		\n			<h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>		\n			<a href=\"#\">\n						Contact Us\n					</a>','Specials','','publish','closed','closed','','specials','','','2023-08-06 16:13:44','2023-08-06 15:13:44','',0,'https://orchidcitybrass.org/?elementor_library=specials',0,'elementor_library','',0),(1597,1,'2023-08-06 16:33:39','2023-08-06 15:33:39','','Artist','','publish','closed','closed','','artist','','','2023-08-06 16:33:39','2023-08-06 15:33:39','',0,'https://orchidcitybrass.org/?p=1597',0,'envato_tk_import','',0),(1601,1,'2023-08-06 16:34:32','2023-08-06 15:34:32','<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>About Me</h4>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">		<h1>\n					Sam\n					Vettriano\n				</h1>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute irure. Facilisis sed odio morbi quis commodo</p><p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.</p>		\n			<h3>Clients</h3>		\n		<p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.</p>		\n			<h3>Awards</h3>		\n		<p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.</p>		\n			<h3>Feel free to get in touch with me</h3>		\n			<a href=\"#\">\n						Contact me\n					</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Pinterest\n											</a>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/photo-1505962758314-85bfe836a5b9-qaiq5o7775cd8rsgj67y8cqhsb2affc28xi490us70.jpeg\" title=\"photo-1505962758314-85bfe836a5b9.jpeg\" alt=\"photo-1505962758314-85bfe836a5b9.jpeg\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/photo-1537692140784-f7272f4b0938-qaiq5q2vktexvzpq8717dc9ez2t0utjix6t37krzuk.jpeg\" title=\"photo-1537692140784-f7272f4b0938.jpeg\" alt=\"photo-1537692140784-f7272f4b0938.jpeg\" loading=\"lazy\" />															\n			<h2>Order a Hand Painted Oil Portrait</h2>		\n			<a href=\"#envato-kit-99-faq-form\">\n						Find out more\n					</a>','About 3 &#8211; Pro','','publish','closed','closed','','about-3-pro','','','2023-08-06 16:34:33','2023-08-06 15:34:33','',0,'https://orchidcitybrass.org/?elementor_library=about-3-pro',0,'elementor_library','',0),(1603,1,'2023-08-06 16:46:38','2023-08-06 15:46:38','','Science','','publish','closed','closed','','science','','','2023-08-06 16:46:38','2023-08-06 15:46:38','',0,'https://orchidcitybrass.org/?p=1603',0,'envato_tk_import','',0),(1611,1,'2023-08-06 16:47:42','2023-08-06 15:47:42','<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Curiosity.\nInnovation.\nAdvancement.</h1>		\n			<a href=\"#\">\n						Our Projects\n					</a>\n			<p>Science Labs offers innovative laboratory curricula and corresponding kits to enhance the science learning experience, improve success and aid teachers regardless of their teaching ability or science knowledge.\n</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h4>\n						Research Center					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, at sed viderer invidunt reprehendunt, ex eam facilis legendos delicatissimi\n					</p>\n				<h4>\n						Lab Technicians					\n				</h4>\n									<p>\n						Usu ad ipsum viderer. Timeam omittantur pro ei, ex his mutat praesent.\n					</p>\n				<h4>\n						Fast Results					\n				</h4>\n									<p>\n						Cu eam nominati sententiae, inani fabulas accusam qui ad, sumo nulla putant te pri.\n					</p>\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n							 journal articles\n							million USD grants\n							research members\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h3>About Our Group\n</h3>		\n		<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci.</p><p>Faucibus interdum posuere lorem ipsum dolor sit amet consectetur adipiscing. Viverra justo nec ultrices dui sapien eget mi proin. Tortor vitae purus faucibus ornare suspendisse. Lectus magna fringilla urna porttitor rhoncus dolor purus non. Sit amet risus nullam eget felis eget. A cras semper auctor neque vitae.</p>		\n			<a href=\"#\">\n						donate now\n					</a>\n			<h3>Project 1: Cell Death Kinetics\n</h3>		\n		<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci. Nibh venenatis cras sed felis eget. Porta nibh venenatis cras sed felis eget velit. Ut faucibus pulvinar elementum integer. Curabitur vitae nunc sed velit dignissim sodales ut. Ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Enim nulla aliquet porttitor lacus luctus accumsan tortor posuere. Varius vel pharetra vel turpis nunc. Aliquam nulla facilisi cras fermentum odio eu. Tellus rutrum tellus pellentesque eu tincidunt tortor aliquam nulla. Nibh tellus molestie nunc non blandit massa enim. Commodo ullamcorper a lacus vestibulum sed arcu non. Nibh tellus molestie nunc non blandit massa enim nec dui.</p><p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. Interdum consectetur libero id faucibus nisl tincidunt eget. Tincidunt vitae semper quis lectus nulla at volutpat. Fusce ut placerat orci nulla pellentesque dignissim enim. Curabitur vitae nunc sed velit dignissim sodales ut eu. Lectus proin nibh nisl condimentum id venenatis. Nec sagittis aliquam malesuada bibendum. Dui vivamus arcu felis bibendum. Sagittis vitae et leo duis ut diam quam nulla.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n			<h3>Project 2: Analysis of Ferroptosis\n</h3>		\n		<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci. Nibh venenatis cras sed felis eget. Porta nibh venenatis cras sed felis eget velit. Ut faucibus pulvinar elementum integer. Curabitur vitae nunc sed velit dignissim sodales ut. Ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Enim nulla aliquet porttitor lacus luctus accumsan tortor posuere. Varius vel pharetra vel turpis nunc. </p><p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. Interdum consectetur libero id faucibus nisl tincidunt eget. Tincidunt vitae semper quis lectus nulla at volutpat. Fusce ut placerat orci nulla pellentesque dignissim enim. Curabitur vitae nunc sed velit dignissim sodales ut eu. Lectus proin nibh nisl condimentum id venenatis. </p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n			<h3>Publications\n</h3>		\n			<p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. \n</p>		\n			<style>/*! elementor - v3.15.0 - 02-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/white-blood-cell-cell-blood-cell-blood-45239-qaiqqej1xllvy132tsgry8ten671w47at3dgi4gvy0.jpeg\" title=\"white-blood-cell-cell-blood-cell-blood-45239.jpeg\" alt=\"white-blood-cell-cell-blood-cell-blood-45239.jpeg\" loading=\"lazy\" />															\n			<a href=\"#\">\n						Behavioral learning\n					</a>\n			<p>CBE-Life Sciences Education, 17(1), ar10., 2018\n</p>		\n		<p>Trust, growth mindset, and student commitment to active learning in a college science course. <em>Cavanagh, A.J., Chen, X., Frederick, J., Hanauer, D.I., &amp; Graham, M.J. (2018).</em></p>		\n			<a href=\"#\">\n						inclusive research-education community (iREC)\n					</a>\n			<p>National Academy of Science (PNAS), 114(51), 13531-13536.\n</p>		\n		<p> A model for student engagement in science. <em>Hanauer, D.I, Graham, M.J., SEA-PHAGES, Betancur, L., Bobrownicki, A., Cresawn, S.G., Garlena, R.A., Jacobs-Sera, D., Kaufmann, N., Pope, W.H., Russell, W.R. Jacobs, D.A., Sivanathan, V., Asai, D.J., &amp; Hatfull, G.F. (2017). </em></p>		\n			<a href=\"#\">\n						The impact of NGH on cancer cell death\n					</a>\n			<p>Critical Reviews in Molecular & Cell Biology 53: 99-114.(2018)\n</p>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <em> Inde Z, Dixon SJ. </em></p>		\n			<a href=\"#\">\n						Newest Technologies\n					</a>\n			<p>CBE-Life Sciences Education, 17(1), ar10., 2018\n</p>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco, consectetur adipisicing elit, sed do eiusmod.<em>Moss-Racusin, C., van der Toorn, J., Dovidio, J., Brescoll, V., Graham, M.J., &amp; Handelsman, J.</em> </p>		\n			<a href=\"#\">\n						Scientific diversity interventions. \n					</a>\n			<p>Science, 343(6171), 615-616. (2014). \n</p>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco, consectetur adipisicing elit, sed do eiusmod.</p>		\n			<h3>Join Us</h3>		\n			<p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. \n</p>		\n			<a href=\"#\">\n						Apply Today\n					</a>','Home 1','','publish','closed','closed','','home-1','','','2023-08-06 16:47:42','2023-08-06 15:47:42','',0,'https://orchidcitybrass.org/?elementor_library=home-1',0,'elementor_library','',0),(1637,1,'2023-08-07 15:06:11','2023-08-07 14:06:11','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque semper, arcu eu ullamcorper laoreet, nisi justo interdum quam, a pellentesque lectus sapien sed dui. Nulla tristique libero erat, eu aliquet est blandit et. Pellentesque aliquet, felis at tincidunt sollicitudin, justo dui eleifend tellus, in accumsan leo nisi pulvinar augue. Sed scelerisque aliquet nibh. Proin libero urna, elementum id enim ut, eleifend rutrum urna. Proin venenatis faucibus quam congue laoreet. Nunc euismod tempor tellus, ornare auctor ex pulvinar quis. Donec ante turpis, rhoncus lobortis massa in, vestibulum porttitor nisl. Donec tortor ante, volutpat vel feugiat ut, pretium vitae dolor. Phasellus nec purus a tortor gravida faucibus blandit non quam. Curabitur a urna massa.\r\n','Maximo Mauk','','trash','open','closed','','maximo-mauk__trashed','','','2023-08-15 23:33:34','2023-08-15 22:33:34','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1637',0,'ctshowcase_member','',0),(1639,1,'2023-08-07 15:06:36','2023-08-07 14:06:36','James Estes James Estes (Cornet) has a Bachelor of Music Education from the University of Southern Mississippi and a M.S. Degree from the University of Illinois-Urbana. Mr. Estes was a Graduate Assistant at the University of Miami and completed all the coursework and qualifying exams for the Ph.D. Degree in Music Education. In addition to his formal education, Mr. Estes was a private trumpet student of Vincent Cichowicz of the Chicago Symphony and later studied with Gilbert Johnson, formerly Principal Trumpet of the Philadelphia Orchestra. He was co-Principal Trumpet of the Florida Philharmonic Orchestra for 23 years. In his career Mr. Estes has performed with many of the most famous names in music, opera and ballet including Luciano Pavarotti, Mikhail Baryshnikov, Rudolph Nureyev, John Williams, and Itzhak Perlman. In popular music Mr. Estes performed with Ray Charles, Peter Nero, Dionne Warwick, Doc Severinsen, Herb Alpert, and Frank Sinatra, Jr. among many others.\r\n\r\nIn November, 2008, Mr. Estes became certified by the National Board for Professional Teaching Standards. He is a member of the International Trumpet Guild and the American Federation of Musicians.\r\n\r\nAs a performer, Mr. Estes currently appears as Principal Trumpet in several orchestras, including The Academy Orchestra, The South Florida Philharmonic, and was recently appointed Principal Solo Cornet of the Orchid City Brass Band.','James Estes','','publish','open','closed','','thomas-brown','','','2023-08-15 23:52:23','2023-08-15 22:52:23','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1639',2,'ctshowcase_member','',0),(1641,1,'2023-08-07 15:07:12','2023-08-07 14:07:12','','Officers','','publish','closed','closed','','1641','','','2023-08-15 23:47:23','2023-08-15 22:47:23','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&#038;p=1641',0,'ctshowcase_shortcode','',0),(1642,1,'2023-08-07 15:07:30','2023-08-07 14:07:30','[ctshowcase id=\"1641\" title=\"Team 1\"]','Team','','publish','closed','closed','','team','','','2023-08-07 15:07:30','2023-08-07 14:07:30','',0,'https://orchidcitybrass.org/?page_id=1642',0,'page','',0),(1650,1,'2023-08-15 14:58:16','2023-08-15 13:58:16','','Notrav - Notary Public & Legal Services Elementor Template Kit','','publish','closed','closed','','notrav-notary-public-legal-services-elementor-template-kit','','','2023-08-15 14:58:16','2023-08-15 13:58:16','',0,'https://orchidcitybrass.org/?p=1650',0,'envato_tk_import','',0),(1651,1,'2023-08-15 14:58:19','2023-08-15 13:58:19','','Insurve - Insurance Business Agency Elementor Template Kit','','publish','closed','closed','','insurve-insurance-business-agency-elementor-template-kit','','','2023-08-15 14:58:19','2023-08-15 13:58:19','',0,'https://orchidcitybrass.org/?p=1651',0,'envato_tk_import','',0),(1656,1,'2023-08-15 14:59:34','2023-08-15 13:59:34','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Service Detail</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Services\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-1024x683.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-1024x683.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-768x512.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-1536x1024.jpg 1536w, https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>Our Services</p>		\n			<h2>Home Insurance</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis, ipsum nec vestibulum consequat, tellus tellus auctor est, eu laoreet quam ex vulputate justo. Morbi vitae dapibus sapien, sed malesuada enim. Donec ultrices in dui ac auctor. Aliquam eu ante orci. Proin non viverra felis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere.</p>		\n			<h4><i>\"You are a human, and not policy, leave that on us\"</i></h4>		\n		<p>Fusce id justo mattis, euismod neque in, rhoncus ligula. Integer nec elit ut dui vestibulum porta. Sed feugiat turpis sagittis eros sodales imperdiet. Praesent luctus nec lacus eget hendrerit. Aliquam in tortor nisl. Mauris imperdiet turpis consectetur ante lacinia, vel feugiat est euismod. Aenean blandit ligula a purus viverra, sed dignissim quam elementum.</p>		\n			<h3>This is how we work</h3>		\n		<p>Nulla ac fringilla nibh. Ut molestie purus quam, ac finibus ante dapibus nec. Aliquam erat volutpat. Praesent dictum commodo massa, tempus varius ligula finibus ac.</p>		\n			<b>01</b>		\n			<h4>Get Quotation</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>		\n			<b>02</b>		\n			<h4>Fill the Application</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>		\n			<b>03</b>		\n			<h4>Get Insured & Covered\n</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p><p>Aliquam sit amet enim in ligula viverra scelerisque eget et nulla. Fusce in tincidunt augue. Etiam semper ac mi eget rhoncus. Pellentesque dictum, tortor vel accumsan consectetur, diam ipsum posuere justo, non facilisis nulla lacus quis arcu. Morbi consequat iaculis lectus porta congue.</p>		\n					<ul>\n							<li>\n										Mauris sed dui pellentesque, tristique\n									</li>\n								<li>\n										Aenean laoreet nulla semper magna\n									</li>\n								<li>\n										Mauris sed dui pellentesque\n									</li>\n								<li>\n										Aenean laoreet nulla semper magna\n									</li>\n								<li>\n										Cras ultrices non enim quis hendrerit\n									</li>\n						</ul>\n			<h3>Other Service:</h3>		\n			<h4><a href=\"#\">Life Insurance</a></h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur.</p>		\n			<h4><a href=\"#\">Vehicle Insurance</a></h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur.</p>		\n			<h4><a href=\"#\">Child Insurance</a></h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur.</p>		\n			<h4><a href=\"#\">Travel Insurance</a></h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur.</p>		\n			<h4>Contact Us</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing.</p>		\n			<a href=\"#\">\n						Live Chat\n					</a>\n		<p>Get Started</p>		\n			<h2>Get Your Insurance Today!</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Get Insurance\n					</a>','Service Detail','','publish','closed','closed','','service-detail-2','','','2023-08-15 14:59:34','2023-08-15 13:59:34','',0,'https://orchidcitybrass.org/?elementor_library=service-detail-2',0,'elementor_library','',0),(1692,1,'2023-08-15 15:02:17','2023-08-15 14:02:17','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p>Welcome to Insurve</p>		\n			<h1>Best Insurances for Everything Right Here</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Started\n					</a>\n			<a href=\"#\">\n						Contact Us\n					</a>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				$\n				0\n				K\n		<p>Up to Coverage</p>		\n				0\n				+\n		<p>Member Insurance</p><p>Meet Our Holders</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client1.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client1-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client1-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client2.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client2-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client2-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client4.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client4-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client4-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client3.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client3-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client3-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client5.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client5-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client5-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client6.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client6.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client6-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client6-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client7.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client7.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client7-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client7-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client8.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client8.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client8-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client8-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client9.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client9.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client9-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client9-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"480\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client10.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/client10.png 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client10-300x180.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/client10-768x461.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>Our Services</p>		\n			<h2>Protect You for Better Futures</h2>		\n			<a href=\"#\">\n						All Insurance\n					</a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Home Insurance                </h3>\n                        		  <p>Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Learn More                                     </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Health Insurance                </h3>\n                        		  <p>Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Learn More                                     </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Vehicle Insurance                </h3>\n                        		  <p>Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Learn More                                     </a>\n			        <!-- link opening -->\n                <!-- end link opening -->\n                            <h3>\n                    Travel Insurance                </h3>\n                        		  <p>Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.</p>\n                                                            <a href=\"#\" target=\"_self\" rel=\"noopener\">\n                                                                                Learn More                                     </a>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n		<p>About Us</p>		\n			<h2>A Better value of Better Protection</h2>		\n		<p>Integer id odio tempus, mattis nunc id, eleifend nulla. Fusce vitae quam pharetra dolor tempor eleifend. Sed malesuada nibh eu tortor vehicula efficitur. Aenean dui mi, hendrerit vitae semper sed.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Curabitur dignissim eros est, et consectetur\n									</li>\n								<li>\n										Donec tristique faucibus augue ornare\n									</li>\n								<li>\n										Phasellus sodales ultricies sapien, sagittis\n									</li>\n						</ul>\n			<a href=\"#\">\n						Learn More\n					</a>\n		<p>Why Choose Us</p>		\n			<h2>The Insurance That Keeps You Ahead</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						Permanent Life Insurance					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.					</p>\n				<h3>\n						Term Life Insurance					\n				</h3>\n									<p>\n						Quisque in urna vitae tellus scelerisque hendrerit. Pellentesque accumsan aliquam elementum.					</p>\n				<h3>\n						Long-Term Care Insurance					\n				</h3>\n									<p>\n						Suspendisse eget metus a sapien porta dapibus sed ac neque. Sed lacinia pretium mauris vitae faucibus.					</p>\n		<p>Our Process</p>		\n			<h2>Think Future Think Insurance</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>First Step</h2>		\n			<h3>Get Quotation</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Get a Quote\n					</a>\n			<h2>Second Step</h2>		\n			<h3>Fill the Application</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Our Forms\n					</a>\n			<h2>Third Step</h2>		\n			<h3>Get Insured & Covered\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Give a Review\n					</a>\n		<p>Our Team</p>		\n			<h2>Meet Our Professional Staff</h2>		\n			<a href=\"#\">\n						View All Staff\n					</a>\n													<img width=\"800\" height=\"800\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU.jpg 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait11-YK2UXCU-600x600.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																																	</h2>\n								<p></p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n			<h4>Alan Houston</h4>		\n		<p>Company CEO</p>		\n													<img width=\"800\" height=\"800\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU.jpg 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait6-YK2UXCU-600x600.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																																	</h2>\n								<p></p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n			<h4>Damian Kings</h4>		\n		<p>Marketing</p>		\n													<img width=\"800\" height=\"800\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU.jpg 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait16-YK2UXCU-600x600.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																																	</h2>\n								<p></p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n			<h4>Natasha Park</h4>		\n		<p>Manager</p>		\n													<img width=\"800\" height=\"800\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU.jpg 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collection-of-multiethnic-business-people-portrait9-YK2UXCU-600x600.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />												\n								<h2>\n																																	</h2>\n								<p></p>\n									<ul>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Facebook\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Twitter\">\n							</a>\n		</li>\n			<li>\n			<a href=\"https://facebook.com\" aria-label=\"Pinterest\">\n							</a>\n		</li>\n	</ul>\n			<h4>Louis Thomson</h4>		\n		<p>Call Support</p>		\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.</p>\n											<img width=\"863\" height=\"863\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27.jpg 863w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic1-FYHGU27-600x600.jpg 600w\" sizes=\"(max-width: 863px) 100vw, 863px\" />										\n										<strong>Thomas Torres</strong>\n										Customer\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.</p>\n											<img width=\"860\" height=\"860\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27.jpg 860w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic2-FYHGU27-600x600.jpg 600w\" sizes=\"(max-width: 860px) 100vw, 860px\" />										\n										<strong>Junior Timmy</strong>\n										Customer\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.</p>\n											<img width=\"863\" height=\"863\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27.jpg 863w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic3-FYHGU27-600x600.jpg 600w\" sizes=\"(max-width: 863px) 100vw, 863px\" />										\n										<strong>Tommy Smiths</strong>\n										Customer\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.</p>\n											<img width=\"863\" height=\"863\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27.jpg 863w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/composite-creative-collage-of-happy-diverse-multic4-FYHGU27-600x600.jpg 600w\" sizes=\"(max-width: 863px) 100vw, 863px\" />										\n										<strong>Blake Wistone</strong>\n										Customer\n		<p>FAQs</p>		\n			<h2>Frequently Asked Questions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar leo.</p>		\n                        <a href=\"#collapse-773c2dc64db8569ca1dd\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-773c2dc64db8569ca1dd\" aria-expanded=\"false\" aria-controls=\"Collapse-773c2dc64db8569ca1dd\">\n                            How long has Insurve been in the insurance business?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b9afb3364db8569ca1dd\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b9afb3364db8569ca1dd\" aria-expanded=\"false\" aria-controls=\"Collapse-b9afb3364db8569ca1dd\">\n                            What plans does Insurve Insurance offer?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-34b697f64db8569ca1dd\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-34b697f64db8569ca1dd\" aria-expanded=\"false\" aria-controls=\"Collapse-34b697f64db8569ca1dd\">\n                            What is the maximum amount of money that I can claim?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-504cdfb64db8569ca1dd\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-504cdfb64db8569ca1dd\" aria-expanded=\"false\" aria-controls=\"Collapse-504cdfb64db8569ca1dd\">\n                            What payment methods do you provide?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-773c2dc64db8569cc487\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-773c2dc64db8569cc487\" aria-expanded=\"false\" aria-controls=\"Collapse-773c2dc64db8569cc487\">\n                            How long has Insurve been in the insurance business?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-b9afb3364db8569cc487\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b9afb3364db8569cc487\" aria-expanded=\"false\" aria-controls=\"Collapse-b9afb3364db8569cc487\">\n                            What plans does Insurve Insurance offer?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-34b697f64db8569cc487\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-34b697f64db8569cc487\" aria-expanded=\"false\" aria-controls=\"Collapse-34b697f64db8569cc487\">\n                            What is the maximum amount of money that I can claim?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-504cdfb64db8569cc487\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-504cdfb64db8569cc487\" aria-expanded=\"false\" aria-controls=\"Collapse-504cdfb64db8569cc487\">\n                            What payment methods do you provide?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.</p>                        \n                <!-- .elementskit-card END -->\n		<p>Get Started</p>		\n			<h2>Get Your Insurance Today!</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Get Insurance\n					</a>\n		<p>Blog News</p>		\n			<h2>Read Our Latest Articles</h2>		\n			<a href=\"#\">\n						View More\n					</a>\n                                                            <a href=\"https://orchidcitybrass.org/behind-the-scenes-of-a-brass-band/\">\n                                    <img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--1024x681.jpg\" alt=\"Behind the Scenes of a Brass Band\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <a href=\"https://orchidcitybrass.org/category/orchid-city-brass/\" rel=\"category tag\">Orchid City Brass</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://orchidcitybrass.org/behind-the-scenes-of-a-brass-band/\">\n						Behind the Scenes of a Brass Band					</a>\n				</h2>\n																				<a href=\"https://orchidcitybrass.org/author/admin/\">admin</a>\n											July 27, 2023										\n                                                                            <a href=\"https://orchidcitybrass.org/behind-the-scenes-of-a-brass-band/\" >\n                                                                                    Read More                                        </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/\">\n                                    <img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-1024x684.jpg\" alt=\"The Thrill of Brass Band Competitions\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <a href=\"https://orchidcitybrass.org/category/orchid-city-brass/\" rel=\"category tag\">Orchid City Brass</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/\">\n						The Thrill of Brass Band Competitions					</a>\n				</h2>\n																				<a href=\"https://orchidcitybrass.org/author/admin/\">admin</a>\n											July 27, 2023										\n                                                                            <a href=\"https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/\" >\n                                                                                    Read More                                        </a>\n                                                    <!-- .elementskit-post-body END -->\n                                                            <a href=\"https://orchidcitybrass.org/a-brief-history-of-brass-bands/\">\n                                    <img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/male-jazz-performer-plays-the-saxophone-on-stage-1024x684.jpg\" alt=\"A Brief History of Brass Bands\">\n                                </a><!-- .elementskit-entry-thumb END -->\n                                        <a href=\"https://orchidcitybrass.org/category/orchid-city-brass/\" rel=\"category tag\">Orchid City Brass</a>\n													<!-- .elementskit-entry-header END -->\n																				<h2>\n					<a href=\"https://orchidcitybrass.org/a-brief-history-of-brass-bands/\">\n						A Brief History of Brass Bands					</a>\n				</h2>\n																				<a href=\"https://orchidcitybrass.org/author/admin/\">admin</a>\n											July 27, 2023										\n                                                                            <a href=\"https://orchidcitybrass.org/a-brief-history-of-brass-bands/\" >\n                                                                                    Read More                                        </a>\n                                                    <!-- .elementskit-post-body END -->','Home','','publish','closed','closed','','home','','','2023-08-15 15:02:17','2023-08-15 14:02:17','',0,'https://orchidcitybrass.org/?elementor_library=home',0,'elementor_library','',0),(1745,1,'2023-08-15 16:06:05','2023-08-15 15:03:01',' ','','','publish','closed','closed','','1745','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1745',7,'nav_menu_item','',0),(1747,1,'2023-08-15 16:06:05','2023-08-15 15:05:48','','About Us','','publish','closed','closed','','about-us','','','2023-08-15 16:06:05','2023-08-15 15:06:05','',0,'https://orchidcitybrass.org/?p=1747',5,'nav_menu_item','',0),(1760,1,'2023-08-15 17:16:34','2023-08-15 16:16:34','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2023-08-15 17:16:34','2023-08-15 16:16:34','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/placeholder.png',0,'attachment','image/png',0),(1761,1,'2023-08-15 17:16:42','2023-08-15 16:16:42','','professional-business-person-typing-on-computer-la-ATCSTXT.jpg','','inherit','open','closed','','professional-business-person-typing-on-computer-la-atcstxt-jpg','','','2023-08-15 17:16:42','2023-08-15 16:16:42','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/professional-business-person-typing-on-computer-la-ATCSTXT.jpg',0,'attachment','image/jpeg',0),(1762,1,'2023-08-15 17:16:45','2023-08-15 16:16:45','','real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg','','inherit','open','closed','','real-estate-broker-agent-presenting-and-consult-to-qxtzwg2-jpg','','','2023-08-15 17:16:45','2023-08-15 16:16:45','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg',0,'attachment','image/jpeg',0),(1763,1,'2023-08-15 17:16:47','2023-08-15 16:16:47','','hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg','','inherit','open','closed','','hand-protecting-the-icon-house-the-concept-of-in-bawsxda-jpg','','','2023-08-15 17:16:47','2023-08-15 16:16:47','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg',0,'attachment','image/jpeg',0),(1764,1,'2023-08-15 17:16:48','2023-08-15 16:16:48','','placeholder.png','','inherit','open','closed','','placeholder-png-2','','','2023-08-15 17:16:48','2023-08-15 16:16:48','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/placeholder-1.png',0,'attachment','image/png',0),(1765,1,'2023-08-15 17:16:48','2023-08-15 16:16:48','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Case Detail</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n										Cases\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"1000\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-819x1024.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-819x1024.jpg 819w, https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-240x300.jpg 240w, https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-768x960.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n		<p>Our Case</p>		\n			<h2>Build Your House Without Worry With Us</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna orci. Duis dapibus, tortor a vulputate venenatis, purus odio gravida nulla, vel viverra tortor sem sed urna. Ut finibus sem ante, a viverra leo molestie interdum.</p>		\n			<h2>Date :</h2>		\n		<p>24 August 2022</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Category :</h2>		\n		<p>Home, Insurance</p>		\n			<h2>Tags :</h2>		\n		<p>House, Build</p>		\n			<h2>Client :</h2>		\n		<p>Jimmy Doe</p>		\n			<h3>Case Overviews</h3>		\n		<p>Sed mollis tellus nulla, et sodales tortor efficitur id. Cras accumsan scelerisque lacus vehicula egestas. Curabitur ac rutrum augue. Sed sed nisi turpis. Quisque id ullamcorper erat. Vivamus maximus congue sem non finibus. In hac habitasse platea dictumst. Nunc cursus, magna eu placerat tincidunt, nulla augue tincidunt magna, vitae facilisis mi velit et ex. Donec tincidunt, turpis sed placerat placerat, est felis bibendum elit, a feugiat dui arcu non nisl.</p><p>Mauris id commodo sem, vel vehicula tortor. Ut sagittis nulla sit amet rutrum pellentesque. Pellentesque sed elit a est imperdiet scelerisque. Curabitur eget convallis massa, in commodo tellus. Aliquam hendrerit libero vel arcu consectetur euismod. Aliquam laoreet ullamcorper velit at consequat.</p>		\n			<h3>Step by Step Case Solved</h3>		\n		<p>Aliquam pellentesque, tortor vitae faucibus tincidunt, purus odio fermentum ipsum, vel aliquet nisi dui vitae risus. Aliquam mollis, lorem ut elementum sagittis, ligula nulla ornare lorem, in pulvinar nulla turpis ac massa.</p>		\n					<ul>\n							<li>\n										Etiam ante magna, posuere sit amet quam id\n									</li>\n								<li>\n										Vivamus maximus lorem in augue vulputate\n									</li>\n								<li>\n										Nullam quis sapien fermentum, sagittis est vel\n									</li>\n								<li>\n										Praesent vulputate magna vel leo commodo\n									</li>\n						</ul>\n<a href=\"?playlist=&amp;mute=0&amp;autoplay=0&amp;loop=no&amp;controls=0&amp;start=0&amp;end=\" aria-label=\"video-popup\">\n						</a>					\n		<p>Our Process</p>		\n			<h2>Simple Step to Get Your Insured</h2>		\n			<h2>First Step</h2>		\n			<h3>Get Quotation</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Get a Quote\n					</a>\n			<h2>Second Step</h2>		\n			<h3>Fill the Application</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Our Forms\n					</a>\n			<h2>Third Step</h2>		\n			<h3>Get Insured & Covered\n</h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Give a Review\n					</a>','Case Detail','','publish','closed','closed','','case-detail','','','2023-08-15 17:16:48','2023-08-15 16:16:48','',0,'https://orchidcitybrass.org/?elementor_library=case-detail',0,'elementor_library','',0),(1802,1,'2023-08-15 20:02:50','2023-08-15 19:02:50','','sectionbg2-1.png','','inherit','open','closed','','sectionbg2-1-png','','','2023-08-15 20:02:50','2023-08-15 19:02:50','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/sectionbg2-1.png',0,'attachment','image/png',0),(1803,1,'2023-08-15 20:02:53','2023-08-15 19:02:53','','judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg','','inherit','open','closed','','judge-gavel-justice-lawyers-business-woman-in-sui-gfeb2yx-jpg','','','2023-08-15 20:02:53','2023-08-15 19:02:53','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg',0,'attachment','image/jpeg',0),(1804,1,'2023-08-15 20:02:55','2023-08-15 19:02:55','','bgoverlay.png','','inherit','open','closed','','bgoverlay-png','','','2023-08-15 20:02:55','2023-08-15 19:02:55','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/bgoverlay.png',0,'attachment','image/png',0),(1805,1,'2023-08-15 20:02:59','2023-08-15 19:02:59','','cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg','','inherit','open','closed','','cropped-portrait-of-a-handsome-young-man-posing-in2-nasgbbf-jpg','','','2023-08-15 20:02:59','2023-08-15 19:02:59','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg',0,'attachment','image/jpeg',0),(1806,1,'2023-08-15 20:03:01','2023-08-15 19:03:01','','collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg','','inherit','open','closed','','collage-set-of-happy-diverse-multicultural-men1-ssdyhjt-jpg','','','2023-08-15 20:03:01','2023-08-15 19:03:01','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg',0,'attachment','image/jpeg',0),(1807,1,'2023-08-15 20:03:03','2023-08-15 19:03:03','','collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg','','inherit','open','closed','','collage-set-of-happy-diverse-multicultural-men2-ssdyhjt-jpg','','','2023-08-15 20:03:03','2023-08-15 19:03:03','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg',0,'attachment','image/jpeg',0),(1808,1,'2023-08-15 20:03:05','2023-08-15 19:03:05','','collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg','','inherit','open','closed','','collage-set-of-happy-diverse-multicultural-men4-ssdyhjt-jpg','','','2023-08-15 20:03:05','2023-08-15 19:03:05','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg',0,'attachment','image/jpeg',0),(1809,1,'2023-08-15 20:03:08','2023-08-15 19:03:08','','asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg','','inherit','open','closed','','asian-female-lawyer-talking-on-the-phone-consultin2-nr2qmaw-jpg','','','2023-08-15 20:03:08','2023-08-15 19:03:08','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg',0,'attachment','image/jpeg',0),(1810,1,'2023-08-15 20:03:08','2023-08-15 19:03:08','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Our Services</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"#\">\n											Home\n											</a>\n									</li>\n								<li>\n										Services\n									</li>\n						</ul>\n		<p>Our Services</p>		\n			<h2>Professional and Reliable Notary Services</h2>		\n			<h2>Mobile Notary</h2>		\n			<a href=\"#\">\n					</a>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<h2>Estate Planning</h2>		\n			<a href=\"#\">\n					</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<h2>Online Notary</h2>		\n			<a href=\"#\">\n					</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<h2>Business Notary</h2>		\n			<a href=\"#\">\n					</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<h2>Apostille Service</h2>		\n			<a href=\"#\">\n					</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<h2>Public Notary</h2>		\n			<a href=\"#\">\n					</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p><p>Pricing</p>		\n			<h2>Affordable Pricing Package</h2>		\n			<p>$400</p>		\n		<p>/ Project</p>		\n			<h3>Basic Package</h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.</p>		\n			<p>What\'s included?</p>		\n					<ul>\n							<li>\n										Free Consultation\n									</li>\n								<li>\n										Document Template\n									</li>\n								<li>\n										Professional Team\n									</li>\n								<li>\n										24/7 Full Support\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Started\n					</a>\n		<p>*Terms and Conditions apply</p>		\n			<p>$650</p>		\n		<p>/ Project</p>		\n			<h3>Regular Package</h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.</p>		\n			<p>What\'s included?</p>		\n					<ul>\n							<li>\n										Free Consultation\n									</li>\n								<li>\n										Document Template\n									</li>\n								<li>\n										Professional Team\n									</li>\n								<li>\n										24/7 Full Support\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Started\n					</a>\n		<p>*Terms and Conditions apply</p>		\n			<p>$900</p>		\n		<p>/ Project</p>		\n			<h3>Deluxe Package</h3>		\n		<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.</p>		\n			<p>What\'s included?</p>		\n					<ul>\n							<li>\n										Free Consultation\n									</li>\n								<li>\n										Document Template\n									</li>\n								<li>\n										Professional Team\n									</li>\n								<li>\n										24/7 Full Support\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Started\n					</a>\n		<p>*Terms and Conditions apply</p><p>Need a custom pricing plan?</p>		\n			<a href=\"#\">\n						Let\'s Talk\n					</a>\n		<p>Why choose us</p>		\n			<h2>We Are the Nicest Notaries in the Country</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h3>\n						Certified Expert					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit.					</p>\n				<h3>\n						Legal Validity					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit.					</p>\n				<h3>\n						Free Template					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit.					</p>\n				<h3>\n						24/7 Full Support					\n				</h3>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit.					</p>\n		<p>Testimonial</p>		\n			<h2>Positive Reviews From Our Clients</h2>		\n			<a href=\"#\">\n						View More\n					</a>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"800\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg 1000w, https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-600x600.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Nunc bibendum est nec nibh mollis, in egestas metus commodo. Integer dignissim elit odio, vitae imperdiet justo elementum id. In eu dolor eget dolor placerat sodales. Nullam ex quam, tempor a ex mollis, accumsan tristique metus. In tincidunt elit vitae velit elementum lacinia.\n														James Danver\n																						Company CEO\n							Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\n							<img width=\"855\" height=\"855\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg 855w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-600x600.jpg 600w\" sizes=\"(max-width: 855px) 100vw, 855px\" />						\n														Lucas Frans\n																						Teacher\n							Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\n							<img width=\"853\" height=\"853\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg 853w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-768x768.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-600x600.jpg 600w\" sizes=\"(max-width: 853px) 100vw, 853px\" />						\n														Matt Reidle\n																						Manager\n							Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\n							<img width=\"855\" height=\"854\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg 855w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-300x300.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-150x150.jpg 150w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-768x767.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-600x600.jpg 600w\" sizes=\"(max-width: 855px) 100vw, 855px\" />						\n														Thomas Jhon\n																						Freelancer\n		<p>FAQs</p>		\n			<h2>Frequently Asked Questions</h2>		\n                        <a href=\"#collapse-a6e330564dbcbeceb35f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-a6e330564dbcbeceb35f\" aria-expanded=\"true\" aria-controls=\"Collapse-a6e330564dbcbeceb35f\">\n                            Can I do a consultation first about my needs?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-ed795eb64dbcbeceb35f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ed795eb64dbcbeceb35f\" aria-expanded=\"false\" aria-controls=\"Collapse-ed795eb64dbcbeceb35f\">\n                            Can I use the services of more than one virtual assistant?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-3ec797f64dbcbeceb35f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-3ec797f64dbcbeceb35f\" aria-expanded=\"false\" aria-controls=\"Collapse-3ec797f64dbcbeceb35f\">\n                            What is the cheapest monthly fee for one virtual assistant?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-e752d5a64dbcbeceb35f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-e752d5a64dbcbeceb35f\" aria-expanded=\"false\" aria-controls=\"Collapse-e752d5a64dbcbeceb35f\">\n                            Can I cancel your service? Can I get a refund?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.</p>                        \n                <!-- .elementskit-card END -->\n                        <a href=\"#collapse-631383d64dbcbeceb35f\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-631383d64dbcbeceb35f\" aria-expanded=\"false\" aria-controls=\"Collapse-631383d64dbcbeceb35f\">\n                            What payment methods do you provide for me?\n                                        <!-- Normal Icon -->\n                                        <!-- Active Icon -->\n                                                    </a>\n                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.</p>                        \n                <!-- .elementskit-card END -->\n		<p>Get Started</p>		\n			<h2>We’re In The Business of Helping You</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.</p>		\n			<a href=\"#\">\n						Get Started\n					</a>','Services','','publish','closed','closed','','services','','','2023-08-15 20:03:08','2023-08-15 19:03:08','',0,'https://orchidcitybrass.org/?elementor_library=services',0,'elementor_library','',0),(1844,1,'2023-08-15 23:27:49','2023-08-15 22:27:49','','Sonntag 1','','inherit','open','closed','','sonntag-1','','','2023-08-15 23:27:49','2023-08-15 22:27:49','',1639,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Sonntag-1.jpg',0,'attachment','image/jpeg',0),(1845,1,'2023-08-15 23:28:15','2023-08-15 22:28:15','','Patsis 1','','inherit','open','closed','','patsis-1','','','2023-08-15 23:28:15','2023-08-15 22:28:15','',1639,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis-1.jpg',0,'attachment','image/jpeg',0),(1846,1,'2023-08-15 23:28:17','2023-08-15 22:28:17','','Cavallo 1','','inherit','open','closed','','cavallo-1','','','2023-08-15 23:28:17','2023-08-15 22:28:17','',1639,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Cavallo-1.jpg',0,'attachment','image/jpeg',0),(1848,1,'2023-08-15 23:33:24','2023-08-15 22:33:24','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Sherwood David Graham','','publish','open','closed','','sherwood-david-graham','','','2023-08-15 23:52:18','2023-08-15 22:52:18','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1848',3,'ctshowcase_member','',0),(1849,1,'2023-08-15 23:33:15','2023-08-15 22:33:15','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures','','','2023-08-15 23:33:15','2023-08-15 22:33:15','',1848,'https://orchidcitybrass.org/wp-content/uploads/2023/08/sherwood_g_2.jpg',0,'attachment','image/jpeg',0),(1852,1,'2023-08-15 23:34:17','2023-08-15 22:34:17','','Jim_e','','inherit','open','closed','','jim_e','','','2023-08-15 23:34:17','2023-08-15 22:34:17','',1639,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jim_e.jpg',0,'attachment','image/jpeg',0),(1854,1,'2023-08-15 23:35:57','2023-08-15 22:35:57','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\nSuspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Jennifer Irwin Shaw','','publish','open','closed','','jennifer-irwin-shaw','','','2023-08-15 23:52:12','2023-08-15 22:52:12','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1854',4,'ctshowcase_member','',0),(1856,1,'2023-08-15 23:37:39','2023-08-15 22:37:39','','Smitter 1','','inherit','open','closed','','smitter-1','','','2023-08-15 23:37:39','2023-08-15 22:37:39','',1854,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Smitter-1.jpg',0,'attachment','image/jpeg',0),(1865,1,'2023-08-15 23:51:29','2023-08-15 22:51:29','','1','','inherit','open','closed','','1-3','','','2023-08-15 23:51:29','2023-08-15 22:51:29','',1854,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png',0,'attachment','image/png',0),(1866,1,'2023-08-15 23:51:36','2023-08-15 22:51:36','','2','','inherit','open','closed','','2-4','','','2023-08-15 23:51:36','2023-08-15 22:51:36','',1854,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png',0,'attachment','image/png',0),(1867,1,'2023-08-15 23:51:45','2023-08-15 22:51:45','','3','','inherit','open','closed','','3-3','','','2023-08-15 23:51:45','2023-08-15 22:51:45','',1854,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png',0,'attachment','image/png',0),(1886,1,'2023-08-16 00:05:34','2023-08-15 23:05:34','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Anthony Aversano','','publish','open','closed','','anthony-aversano','','','2023-08-16 00:05:34','2023-08-15 23:05:34','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1886',5,'ctshowcase_member','',0),(1887,1,'2023-08-16 00:05:29','2023-08-15 23:05:29','','1','','inherit','open','closed','','1-4','','','2023-08-16 00:05:29','2023-08-15 23:05:29','',1886,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-2.png',0,'attachment','image/png',0),(1888,1,'2023-08-16 00:05:30','2023-08-15 23:05:30','','2','','inherit','open','closed','','2-5','','','2023-08-16 00:05:30','2023-08-15 23:05:30','',1886,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',0,'attachment','image/png',0),(1890,1,'2023-08-16 00:08:57','2023-08-15 23:08:57','(Baritone Horn) is one of the founding directors of the Orchid City Brass Band, bringing over a decade of experience with British brass bands. His professional experience includes playing euphonium with the Clyde Beatty-Cole Bros. Circus Band, the New Sousa Band, and various brass ensembles. As a music historian, he has a special interest in historical brass playing, which prompted him to found the Coates Brass Band (Civil War), Newberry’s Victorian Cornet Band (late 19th century), and the Washington Cornett & Sackbut Ensemble. As a college student, he was principal euphonium for the acclaimed Tennessee Tech Tuba-Euphonium Ensemble. His teachers included R. Winston Morris, Daniel Perantoni, and Paul Ebbers. He currently serves on the faculty of Palm Beach Atlantic University as an Associate Professor of Musicology.','Michael O\'Connor','','publish','open','closed','','michael-oconnor','','','2023-08-16 00:08:57','2023-08-15 23:08:57','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1890',6,'ctshowcase_member','',0),(1891,1,'2023-08-16 00:08:52','2023-08-15 23:08:52','','member3','','inherit','open','closed','','member3','','','2023-08-16 00:08:52','2023-08-15 23:08:52','',1890,'https://orchidcitybrass.org/wp-content/uploads/2023/08/member3.png',0,'attachment','image/png',0),(1893,1,'2023-08-16 00:11:45','2023-08-15 23:11:45','Nick Patsis (Cornet) has been an active music educator in the Palm Beach County schools for over forty two years. He received a Master of Arts in Teaching from Florida Atlantic University, a Bachelor of Music Education from Florida State University, and an Associates of Arts in Music from Palm Beach Community College. Mr. Patsis began his teaching career at Jupiter High School, where he served as Interim Band Director for a semester. In 1978, he accepted the position of Director of Bands at Congress Community Middle School, where he taught until 1987. In the fall of 1987, Mr. Patsis became the Director of Bands at Christa McAuliffe Middle School. He retired in May 2019 after teaching for 42 years.\r\n\r\nMr. Patsis is the Co-Director of the Palm Beach County Band Camps, which he co-founded in 2001. While a full-time music educator, he maintains an active career as a freelance trumpet player. He has performed with Palm Beach Opera, Palm Beach Symphony, Orchestra Delray, Orchid City Brass Band, Florida Wind Symphony, Masterworks Chorus, Burt Reynolds Dinner Theater, Jupiter Theater, Ringling Brothers Barnum and Bailey Circus, Holliday on Ice, The Boca Pops, and numerous other professional and community organizations.','Nick Patsis','','publish','open','closed','','nick-patsis','','','2023-09-11 17:31:01','2023-09-11 16:31:01','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1893',39,'ctshowcase_member','',0),(1894,1,'2023-08-16 00:11:29','2023-08-15 23:11:29','','Patsis','','inherit','open','closed','','patsis','','','2023-08-16 00:11:29','2023-08-15 23:11:29','',1893,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png',0,'attachment','image/png',0),(1896,1,'2023-08-16 00:12:36','2023-08-15 23:12:36','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Tom Pearson','','publish','open','closed','','tom-pearson','','','2023-08-16 00:20:32','2023-08-15 23:20:32','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1896',7,'ctshowcase_member','',0),(1898,1,'2023-08-16 00:14:47','2023-08-15 23:14:47','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n','Eric Singer','','publish','open','closed','','eric-singer','','','2023-08-16 00:20:37','2023-08-15 23:20:37','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1898',8,'ctshowcase_member','',0),(1900,1,'2023-08-16 00:16:35','2023-08-15 23:16:35','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Wesley Thompson','','publish','open','closed','','wesley-thompson','','','2023-08-16 00:16:35','2023-08-15 23:16:35','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1900',9,'ctshowcase_member','',0),(1901,1,'2023-08-16 00:16:22','2023-08-15 23:16:22','','Bass Trombone','','inherit','open','closed','','bass-trombone','','','2023-08-16 00:16:22','2023-08-15 23:16:22','',1900,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png',0,'attachment','image/png',0),(1903,1,'2023-08-16 00:17:09','2023-08-15 23:17:09','','Director Gary D.','','publish','closed','closed','','members','','','2023-08-28 14:09:28','2023-08-28 13:09:28','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&#038;p=1903',0,'ctshowcase_shortcode','',0),(1911,1,'2023-08-16 00:22:47','2023-08-15 23:22:47','Gary Green serves as the Musical Director and Conductor of the Orchid City Brass Band. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.\r\nFor the prior 10 years Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).\r\n\r\nGreen is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\r\n\r\nIn 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame. Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.','Gary D. Green','','publish','open','closed','','gary-d-green','','','2023-08-28 14:07:56','2023-08-28 13:07:56','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1911',10,'ctshowcase_member','',0),(1913,1,'2023-08-16 00:24:17','2023-08-15 23:24:17','','Gary D. Green','','inherit','open','closed','','gary-d-green-2','','','2023-08-16 00:24:17','2023-08-15 23:24:17','',1911,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Gary-D.-Green.png',0,'attachment','image/png',0),(1914,1,'2023-08-16 00:30:54','2023-08-15 23:30:54','Eb Cornet)has been a Palm Beach County music educator since 1974. He holds a Masters Degree from FAU . He was the Dean of the Palm Beach County School of the Arts and subsequently became the Dean of the Music Department of the Dryfoos School of the Arts.\r\n\r\nRandy is a music clinician, conductor, adjuticator and freelance trumpet player . He is a long time resident of Jupiter.','Randy Sonntag','','publish','open','closed','','randy-sonntag','','','2023-08-16 00:30:54','2023-08-15 23:30:54','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1914',42,'ctshowcase_member','',0),(1915,1,'2023-08-16 00:27:30','2023-08-15 23:27:30','','Gary D. Green (1)','','inherit','open','closed','','gary-d-green-1','','','2023-08-16 00:27:30','2023-08-15 23:27:30','',1914,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Gary-D.-Green-1.png',0,'attachment','image/png',0),(1916,1,'2023-08-16 00:29:11','2023-08-15 23:29:11','','Randy Sonntag','','inherit','open','closed','','randy-sonntag','','','2023-08-16 00:29:11','2023-08-15 23:29:11','',1914,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png',0,'attachment','image/png',0),(1918,1,'2023-08-16 00:34:40','2023-08-15 23:34:40','Trudy Cavallo (Cornet) has played trumpet throughout the world in a wide variety of venues and styles of music. Her music travels have taken her from playing tours of Ecuador and Italy to engagements in Paris and the Grand Casino in Monte Carlo. She has performed with the Czech Philharmonic Orchestra in Florence, Italy, the Dance Theatre of Harlem\'s inaugural Broadway season, in several Broadway shows, and as an on-stage performer in a revival production of \"Sugar\" with Joe Namath, Phil Ford, and Mimi Hines in Atlantic City, NJ. Other well-known performers with whom she has worked include: Cab Calloway, Bob Hope, and the Latin legend, Machito. In South Florida, she has performed with many different groups, including the Symphony of the Americas, the Wind Symphony of Florida, the South Beach Chamber Ensemble, and the Miami Oratorio Society. She has also soloed with the Hollywood Philharmonic and the Broward Symphony Orchestra.','Trudy Cavallo','','publish','open','closed','','trudy-cavallo','','','2023-08-16 00:34:40','2023-08-15 23:34:40','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1918',38,'ctshowcase_member','',0),(1919,1,'2023-08-16 00:32:45','2023-08-15 23:32:45','','Trudy Cavalo','','inherit','open','closed','','trudy-cavalo','','','2023-08-16 00:32:45','2023-08-15 23:32:45','',1918,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png',0,'attachment','image/png',0),(1921,1,'2023-08-16 00:36:46','2023-08-15 23:36:46','James Estes James Estes (Cornet) has a Bachelor of Music Education from the University of Southern Mississippi and a M.S. Degree from the University of Illinois-Urbana. Mr. Estes was a Graduate Assistant at the University of Miami and completed all the coursework and qualifying exams for the Ph.D. Degree in Music Education. In addition to his formal education, Mr. Estes was a private trumpet student of Vincent Cichowicz of the Chicago Symphony and later studied with Gilbert Johnson, formerly Principal Trumpet of the Philadelphia Orchestra. He was co-Principal Trumpet of the Florida Philharmonic Orchestra for 23 years. In his career Mr. Estes has performed with many of the most famous names in music, opera and ballet including Luciano Pavarotti, Mikhail Baryshnikov, Rudolph Nureyev, John Williams, and Itzhak Perlman. In popular music Mr. Estes performed with Ray Charles, Peter Nero, Dionne Warwick, Doc Severinsen, Herb Alpert, and Frank Sinatra, Jr. among many others.','James Estes','','publish','open','closed','','james-estes','','','2023-08-16 00:36:46','2023-08-15 23:36:46','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1921',40,'ctshowcase_member','',0),(1922,1,'2023-08-16 00:36:14','2023-08-15 23:36:14','','James Estes','','inherit','open','closed','','james-estes','','','2023-08-16 00:36:14','2023-08-15 23:36:14','',1921,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png',0,'attachment','image/png',0),(1924,1,'2023-08-16 00:45:07','2023-08-15 23:45:07','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Richard Shaw','','publish','open','closed','','richard-shaw','','','2023-08-16 00:45:07','2023-08-15 23:45:07','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1924',37,'ctshowcase_member','',0),(1927,1,'2023-08-16 00:49:43','2023-08-15 23:49:43','As both a soloist and a principal symphonic trumpeter, Pamela Smitter has captivated audiences around the world with her soulful yet powerful trumpet artistry. Performing with profound expression and a rare blend of compelling and nuanced musical styles, she is highly regarded for her musical orchestral leadership and teaching skills.\r\n\r\nFor more than two decades, Dr. Smitter has been the principal trumpet with the West Michigan Symphony Orchestra and a member of the Kalamazoo Symphony Orchestra. Currently, she also performs as principal trumpet with the Miami Symphony Orchestra. Pamela has performed internationally in the HornPipes! Duo and released her first album, HARK!, with this ensemble in 2010. Previously, she was the principal trumpet “solista” in the Orquesta Sinfónica de Maracaibo, and subsequently, with the Orquesta Sinfónica de Venezuela and the Sinfonietta de Caracas. These associations provided the impetus for numerous solo engagements throughout Venezuela.\r\n\r\nDr. Smitter completed her Doctor of Musical Arts degree at Michigan State University in December, 2020. She received her Master of Music degree in Trumpet Performance from the University of Michigan studying under Armando Ghitalla. As Adjunct Professor of Music, she most recently served on Purdue University-Fort Wayne’s brass faculty, and held similar positions at Grand Valley State University, Hope College, and Alma College (in Michigan). Her Bachelor of Arts degree in K-12 Music Education led to a permanent teaching certificate after working three years as a fulltime band director. She served as Lead Musician for the Carnegie Hall LinkUP! orchestra educational program from 2004-2012, coaching more than 100 participating area teachers and colleagues as musician-mentor, and interacting in local music classrooms.\r\n\r\nPamela Smitter coordinated and facilitated the high-profile Festival of Trumpets concert for the 2013 International Trumpet Guild conference in Grand Rapids, Michigan. In 2014, she presented a master class at the Exploring Trumpets in Greece festival, and conducted the Michigan State University Graduate Brass Quintet in accompanying world-renowned soloist Vincent DiMartino. She also performed as principal trumpet with the Michigan State University Wind Symphony at Carnegie Hall.\r\n\r\nDr. Smitter has studied at the Art of Practicing Institute, performed with the Gaudete Brass Quintet, and been a frequent soloist at the annual White Lake Chamber Music Festival. Recently she has served as adjudicator for the Sphinx Orchestral Partners Association (SOPA) Excerpt Competition, and the National Youth Orchestra of the United States of America (NYO-USA) through Carnegie Hall.\r\n\r\nDr. Smitter greets every opportunity with exceptional purpose, extraordinary spirit, and a zest for unparalleled success.','Pamela Smitter','','publish','open','closed','','pamela-smitter','','','2023-08-16 00:49:43','2023-08-15 23:49:43','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1927',41,'ctshowcase_member','',0),(1928,1,'2023-08-16 00:49:21','2023-08-15 23:49:21','','Pamela Smitter','','inherit','open','closed','','pamela-smitter','','','2023-08-16 00:49:21','2023-08-15 23:49:21','',1927,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png',0,'attachment','image/png',0),(1930,1,'2023-08-16 00:51:02','2023-08-15 23:51:02','','Musical Director & Conductor','','publish','closed','closed','','musical-director-conductor','','','2023-08-16 00:53:02','2023-08-15 23:53:02','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&#038;p=1930',0,'ctshowcase_shortcode','',0),(1935,1,'2023-08-16 00:54:39','2023-08-15 23:54:39','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Bill Castillo','','publish','open','closed','','bill-castillo','','','2023-08-16 00:54:39','2023-08-15 23:54:39','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1935',36,'ctshowcase_member','',0),(1937,1,'2023-08-16 00:54:58','2023-08-15 23:54:58','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Bryan Anderson','','publish','open','closed','','bryan-anderson','','','2023-08-16 00:54:58','2023-08-15 23:54:58','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1937',35,'ctshowcase_member','',0),(1939,1,'2023-08-16 00:55:20','2023-08-15 23:55:20','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Tony Aversano','','publish','open','closed','','tony-aversano','','','2023-08-16 00:55:20','2023-08-15 23:55:20','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1939',34,'ctshowcase_member','',0),(1941,1,'2023-08-16 00:56:58','2023-08-15 23:56:58','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Dwight Banks','','publish','open','closed','','dwight-banks','','','2023-08-16 00:56:58','2023-08-15 23:56:58','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1941',33,'ctshowcase_member','',0),(1943,1,'2023-08-16 00:57:17','2023-08-15 23:57:17','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Nate Fong','','publish','open','closed','','nate-fong','','','2023-08-16 00:57:17','2023-08-15 23:57:17','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1943',31,'ctshowcase_member','',0),(1945,1,'2023-08-16 00:57:36','2023-08-15 23:57:36','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Conner Hoffman','','publish','open','closed','','conner-hoffman','','','2023-08-16 00:57:36','2023-08-15 23:57:36','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1945',32,'ctshowcase_member','',0),(1947,1,'2023-08-16 00:57:49','2023-08-15 23:57:49','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Larry Malin','','publish','open','closed','','larry-malin','','','2023-08-16 00:57:49','2023-08-15 23:57:49','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1947',30,'ctshowcase_member','',0),(1949,1,'2023-08-16 00:58:30','2023-08-15 23:58:30','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Ransom Miller','','publish','open','closed','','frank-raimondi','','','2023-09-13 20:09:55','2023-09-13 19:09:55','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1949',29,'ctshowcase_member','',0),(1951,1,'2023-08-16 00:58:51','2023-08-15 23:58:51','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Brandon Ehrlich','','publish','open','closed','','brandon-ehrlich','','','2023-08-16 00:58:51','2023-08-15 23:58:51','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1951',26,'ctshowcase_member','',0),(1953,1,'2023-08-16 01:00:44','2023-08-16 00:00:44','(Tenor Horn) attended Florida State University and graduated magna cum laude with a Bachelor of Music Education and a Bachelor of Music in Horn Performance. She has performed as a member of the world-renowned Florida State University Marching Chiefs serving as the Head Drum Major, as well as the Boston Crusaders Drum and Bugle Corps serving as Section Leader and Soloist. Currently she is the Director of Bands at Boca Raton High School.','Jennifer Girdlestone','','publish','open','closed','','jennifer-girdlestone','','','2023-09-13 20:17:27','2023-09-13 19:17:27','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1953',28,'ctshowcase_member','',0),(1954,1,'2023-08-16 01:00:30','2023-08-16 00:00:30','','Jennifer Girdlestone','','inherit','open','closed','','jennifer-girdlestone','','','2023-08-16 01:00:30','2023-08-16 00:00:30','',1953,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png',0,'attachment','image/png',0),(1956,1,'2023-08-16 01:01:28','2023-08-16 00:01:28','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Buddy Robson','','publish','open','closed','','buddy-robson','','','2023-09-13 20:09:06','2023-09-13 19:09:06','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1956',27,'ctshowcase_member','',0),(1958,1,'2023-08-16 01:02:46','2023-08-16 00:02:46','(Baritone Horn) is one of the founding directors of the Orchid City Brass Band, bringing over a decade of experience with British brass bands. His professional experience includes playing euphonium with the Clyde Beatty-Cole Bros. Circus Band, the New Sousa Band, and various brass ensembles. As a music historian, he has a special interest in historical brass playing, which prompted him to found the Coates Brass Band (Civil War), Newberry’s Victorian Cornet Band (late 19th century), and the Washington Cornett &amp; Sackbut Ensemble. As a college student, he was principal euphonium for the acclaimed Tennessee Tech Tuba-Euphonium Ensemble. His teachers included R. Winston Morris, Daniel Perantoni, and Paul Ebbers. He currently serves on the faculty of Palm Beach Atlantic University as an Associate Professor of Musicology.','Michael O\'Conner','','publish','open','closed','','michael-oconner','','','2023-09-13 20:08:36','2023-09-13 19:08:36','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1958',24,'ctshowcase_member','',0),(1959,1,'2023-08-16 01:02:42','2023-08-16 00:02:42','','Michael O\'Conner','','inherit','open','closed','','michael-oconner','','','2023-08-16 01:02:42','2023-08-16 00:02:42','',1958,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png',0,'attachment','image/png',0),(1961,1,'2023-08-16 01:03:12','2023-08-16 00:03:12','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Sarah Shearon-Smith*','','publish','open','closed','','sarah-shearon-smith','','','2023-09-13 20:08:18','2023-09-13 19:08:18','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1961',25,'ctshowcase_member','',0),(1963,1,'2023-08-16 01:03:30','2023-08-16 00:03:30','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Jonathan Baird*','','publish','open','closed','','jonathan-baird','','','2023-08-16 01:03:30','2023-08-16 00:03:30','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1963',23,'ctshowcase_member','',0),(1965,1,'2023-08-16 01:03:53','2023-08-16 00:03:53','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Cole Pasch','','publish','open','closed','','cole-pasch','','','2023-08-16 01:03:53','2023-08-16 00:03:53','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1965',22,'ctshowcase_member','',0),(1967,1,'2023-08-16 01:07:18','2023-08-16 00:07:18','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Sherwood Graham','','publish','open','closed','','sherwood-graham','','','2023-09-13 20:05:21','2023-09-13 19:05:21','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1967',19,'ctshowcase_member','',0),(1969,1,'2023-08-16 01:07:36','2023-08-16 00:07:36','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Patrick Hengstler','','publish','open','closed','','patrick-hengstler','','','2023-09-13 20:06:25','2023-09-13 19:06:25','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1969',20,'ctshowcase_member','',0),(1971,1,'2023-08-16 01:07:54','2023-08-16 00:07:54','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Katherine Rodriguez*','','publish','open','closed','','katherine-rodriguez','','','2023-09-13 20:05:57','2023-09-13 19:05:57','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1971',21,'ctshowcase_member','',0),(1973,1,'2023-08-16 01:08:17','2023-08-16 00:08:17','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Wesley Thompson','','publish','open','closed','','wesley-thompson-2','','','2023-08-16 01:08:17','2023-08-16 00:08:17','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1973',18,'ctshowcase_member','',0),(1975,1,'2023-08-16 01:08:36','2023-08-16 00:08:36','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Alexandra Castillo','','publish','open','closed','','alexandra-castillo','','','2023-08-16 01:08:36','2023-08-16 00:08:36','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1975',16,'ctshowcase_member','',0),(1977,1,'2023-08-16 01:08:54','2023-08-16 00:08:54','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Max McMillan*','','publish','open','closed','','max-mcmillan','','','2023-08-16 01:08:54','2023-08-16 00:08:54','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1977',17,'ctshowcase_member','',0),(1979,1,'2023-08-16 01:09:12','2023-08-16 00:09:12','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Franklin Ticas Castellon','','publish','open','closed','','franklin-ticas-castellon','','','2023-08-16 01:09:12','2023-08-16 00:09:12','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1979',15,'ctshowcase_member','',0),(1982,1,'2023-08-16 01:09:28','2023-08-16 00:09:28','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Mike Cunnion','','publish','open','closed','','mike-cunnion','','','2023-08-16 01:09:28','2023-08-16 00:09:28','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1982',14,'ctshowcase_member','',0),(1984,1,'2023-08-16 01:09:52','2023-08-16 00:09:52','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Nikola Gjorcevskiy','','publish','open','closed','','nikola-gjorcevskiy','','','2023-08-16 01:09:52','2023-08-16 00:09:52','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1984',12,'ctshowcase_member','',0),(1986,1,'2023-08-16 01:10:09','2023-08-16 00:10:09','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Emily Moorhead','','publish','open','closed','','emily-moorhead','','','2023-08-16 01:10:09','2023-08-16 00:10:09','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1986',11,'ctshowcase_member','',0),(1988,1,'2023-08-16 01:10:26','2023-08-16 00:10:26','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.\r\n\r\n','Ryan Ross*','','publish','open','closed','','ryan-ross','','','2023-08-16 01:10:26','2023-08-16 00:10:26','',0,'https://orchidcitybrass.org/?post_type=ctshowcase_member&#038;p=1988',13,'ctshowcase_member','',0),(2046,1,'2023-08-19 16:57:31','2023-08-19 15:57:31','{\n    \"nav_menu_item[622]\": {\n        \"value\": {\n            \"menu_item_parent\": 1747,\n            \"object_id\": 574,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Elementor\",\n            \"url\": \"https://orchidcitybrass.org/about-us/\",\n            \"title\": \"Our History\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 16,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-08-19 15:57:31\"\n    }\n}','','','trash','closed','closed','','327877c1-71d4-4baa-9d8f-3de773c4544b','','','2023-08-19 16:57:31','2023-08-19 15:57:31','',0,'https://orchidcitybrass.org/327877c1-71d4-4baa-9d8f-3de773c4544b/',0,'customize_changeset','',0),(2047,1,'2023-08-19 21:14:10','2023-08-19 20:14:10','','0 - Catch the Spirit','','inherit','open','closed','','0-catch-the-spirit','','','2023-08-19 21:14:10','2023-08-19 20:14:10','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png',0,'attachment','image/png',0),(2048,1,'2023-08-19 21:16:49','2023-08-19 20:16:49','','Slide6','','inherit','open','closed','','slide6','','','2023-08-19 21:16:49','2023-08-19 20:16:49','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png',0,'attachment','image/png',0),(2049,1,'2023-08-19 21:18:43','2023-08-19 20:18:43','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-2','','','2023-08-19 21:18:43','2023-08-19 20:18:43','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-5.jpg',0,'attachment','image/jpeg',0),(2050,1,'2023-08-19 21:19:02','2023-08-19 20:19:02','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-3','','','2023-08-19 21:19:02','2023-08-19 20:19:02','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-6.jpg',0,'attachment','image/jpeg',0),(2051,1,'2023-08-19 21:19:22','2023-08-19 20:19:22','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-4','','','2023-08-19 21:19:22','2023-08-19 20:19:22','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-13.jpg',0,'attachment','image/jpeg',0),(2052,1,'2023-08-19 21:19:34','2023-08-19 20:19:34','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-5','','','2023-08-19 21:19:34','2023-08-19 20:19:34','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-36.jpg',0,'attachment','image/jpeg',0),(2053,1,'2023-08-19 21:28:16','2023-08-19 20:28:16','','1 - Lest We Forget','','inherit','open','closed','','1-lest-we-forget','','','2023-08-19 21:28:16','2023-08-19 20:28:16','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-Lest-We-Forget.png',0,'attachment','image/png',0),(2054,1,'2023-08-19 21:28:25','2023-08-19 20:28:25','','2 - The Snowman','','inherit','open','closed','','2-the-snowman','','','2023-08-19 21:28:25','2023-08-19 20:28:25','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-The-Snowman.png',0,'attachment','image/png',0),(2055,1,'2023-08-19 21:28:33','2023-08-19 20:28:33','','3 - This is a Brass Band','','inherit','open','closed','','3-this-is-a-brass-band','','','2023-08-19 21:28:33','2023-08-19 20:28:33','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-This-is-a-Brass-Band.png',0,'attachment','image/png',0),(2056,1,'2023-08-19 21:28:43','2023-08-19 20:28:43','','4 - Once Upon a Song','','inherit','open','closed','','4-once-upon-a-song','','','2023-08-19 21:28:43','2023-08-19 20:28:43','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/4-Once-Upon-a-Song.png',0,'attachment','image/png',0),(2105,1,'2023-08-25 17:26:14','2023-08-25 16:26:14','','FB_IMG_1690726527491 (1)','','inherit','open','closed','','fb_img_1690726527491-1','','','2023-08-25 17:26:14','2023-08-25 16:26:14','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/FB_IMG_1690726527491-1.jpg',0,'attachment','image/jpeg',0),(2106,1,'2023-08-25 17:26:15','2023-08-25 16:26:15','','FB_IMG_1690726531057 (1)','','inherit','open','closed','','fb_img_1690726531057-1','','','2023-08-25 17:26:15','2023-08-25 16:26:15','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/FB_IMG_1690726531057-1.jpg',0,'attachment','image/jpeg',0),(2107,1,'2023-08-25 17:27:19','2023-08-25 16:27:19','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-6','','','2023-08-25 17:27:19','2023-08-25 16:27:19','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-36-1.jpg',0,'attachment','image/jpeg',0),(2108,1,'2023-08-25 17:27:32','2023-08-25 16:27:32','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-7','','','2023-08-25 17:27:32','2023-08-25 16:27:32','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103.jpg',0,'attachment','image/jpeg',0),(2109,1,'2023-08-25 17:27:46','2023-08-25 16:27:46','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-8','','','2023-08-25 17:27:46','2023-08-25 16:27:46','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123.jpg',0,'attachment','image/jpeg',0),(2110,1,'2023-08-25 17:28:02','2023-08-25 16:28:02','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-9','','','2023-08-25 17:28:02','2023-08-25 16:28:02','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124.jpg',0,'attachment','image/jpeg',0),(2111,1,'2023-08-25 17:28:17','2023-08-25 16:28:17','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-10','','','2023-08-25 17:28:17','2023-08-25 16:28:17','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125.jpg',0,'attachment','image/jpeg',0),(2112,1,'2023-08-25 17:28:36','2023-08-25 16:28:36','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-11','','','2023-08-25 17:28:36','2023-08-25 16:28:36','',1483,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-130.jpg',0,'attachment','image/jpeg',0),(2120,1,'2023-08-25 17:58:22','2023-08-25 16:58:22','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-12','','','2023-08-25 17:58:22','2023-08-25 16:58:22','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1.jpg',0,'attachment','image/jpeg',0),(2121,1,'2023-08-25 17:58:36','2023-08-25 16:58:36','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-13','','','2023-08-25 17:58:36','2023-08-25 16:58:36','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1.jpg',0,'attachment','image/jpeg',0),(2122,1,'2023-08-25 17:58:54','2023-08-25 16:58:54','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-14','','','2023-08-25 17:58:54','2023-08-25 16:58:54','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1.jpg',0,'attachment','image/jpeg',0),(2123,1,'2023-08-25 17:59:10','2023-08-25 16:59:10','','SAMSUNG CAMERA PICTURES','SAMSUNG CAMERA PICTURES','inherit','open','closed','','samsung-camera-pictures-15','','','2023-08-25 17:59:10','2023-08-25 16:59:10','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1.jpg',0,'attachment','image/jpeg',0),(2149,1,'2023-08-25 18:43:34','2023-08-25 17:43:34','','DSC_0554','','inherit','open','closed','','dsc_0554','','','2023-08-25 18:43:34','2023-08-25 17:43:34','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0554.jpg',0,'attachment','image/jpeg',0),(2150,1,'2023-08-25 18:44:01','2023-08-25 17:44:01','','DSC_0541','','inherit','open','closed','','dsc_0541','','','2023-08-25 18:44:01','2023-08-25 17:44:01','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0541.jpg',0,'attachment','image/jpeg',0),(2151,1,'2023-08-25 18:44:31','2023-08-25 17:44:31','','DSC_0524','','inherit','open','closed','','dsc_0524','','','2023-08-25 18:44:31','2023-08-25 17:44:31','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0524.jpg',0,'attachment','image/jpeg',0),(2152,1,'2023-08-25 18:45:01','2023-08-25 17:45:01','','DSC_0522','','inherit','open','closed','','dsc_0522','','','2023-08-25 18:45:01','2023-08-25 17:45:01','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0522.jpg',0,'attachment','image/jpeg',0),(2153,1,'2023-08-25 18:45:29','2023-08-25 17:45:29','','DSC_0517','','inherit','open','closed','','dsc_0517','','','2023-08-25 18:45:29','2023-08-25 17:45:29','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0517.jpg',0,'attachment','image/jpeg',0),(2154,1,'2023-08-25 18:46:00','2023-08-25 17:46:00','','DSC_0506','','inherit','open','closed','','dsc_0506','','','2023-08-25 18:46:00','2023-08-25 17:46:00','',1360,'https://orchidcitybrass.org/wp-content/uploads/2023/08/DSC_0506.jpg',0,'attachment','image/jpeg',0),(2185,1,'2023-08-27 01:58:18','2023-08-27 00:58:18','','image-005','','inherit','open','closed','','image-005','','','2023-08-27 01:58:18','2023-08-27 00:58:18','',1033,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png',0,'attachment','image/png',0),(2186,1,'2023-08-27 01:58:19','2023-08-27 00:58:19','','image-003','','inherit','open','closed','','image-003-2','','','2023-08-27 01:58:19','2023-08-27 00:58:19','',1007,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png',0,'attachment','image/png',0),(2187,1,'2023-08-27 01:58:21','2023-08-27 00:58:21','','image-006','','inherit','open','closed','','image-006','','','2023-08-27 01:58:21','2023-08-27 00:58:21','',1053,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png',0,'attachment','image/png',0),(2192,1,'2023-08-27 02:00:04','2023-08-27 01:00:04','','image-002','','inherit','open','closed','','image-002-2','','','2023-08-27 02:00:04','2023-08-27 01:00:04','',992,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png',0,'attachment','image/png',0),(2223,1,'2023-08-28 13:59:24','2023-08-28 12:59:24','','user','','inherit','open','closed','','user-3','','','2023-08-28 13:59:24','2023-08-28 12:59:24','',576,'https://orchidcitybrass.org/wp-content/uploads/2023/08/user.png',0,'attachment','image/png',0),(2242,1,'2023-08-28 14:23:40','2023-08-28 13:23:40','','image-010','','inherit','open','closed','','image-010-2','','','2023-08-28 14:23:40','2023-08-28 13:23:40','',576,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',0,'attachment','image/jpeg',0),(2280,1,'2023-08-31 06:25:12','2023-08-31 05:25:12','','22-23 Program Cover - Salute to Veterans','','inherit','open','closed','','22-23-program-cover-salute-to-veterans','','','2023-08-31 06:25:12','2023-08-31 05:25:12','',625,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png',0,'attachment','image/png',0),(2281,1,'2023-08-31 06:25:33','2023-08-31 05:25:33','','22-23 Program Cover - Movie Night','','inherit','open','closed','','22-23-program-cover-movie-night','','','2023-08-31 06:25:33','2023-08-31 05:25:33','',625,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png',0,'attachment','image/png',0),(2283,1,'2023-08-31 06:28:32','2023-08-31 05:28:32','','22-23 Program Cover - Gaelforce','','inherit','open','closed','','22-23-program-cover-gaelforce','','','2023-08-31 06:28:32','2023-08-31 05:28:32','',625,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png',0,'attachment','image/png',0),(2290,1,'2023-08-31 06:30:21','2023-08-31 05:30:21','','22-23 Program Cover - Tis the Season','','inherit','open','closed','','22-23-program-cover-tis-the-season','','','2023-08-31 06:30:21','2023-08-31 05:30:21','',625,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png',0,'attachment','image/png',0),(2386,1,'2023-09-06 16:43:09','2023-09-06 15:43:09','','Concert Program - Gaelforce','','inherit','open','closed','','concert-program-gaelforce','','','2023-09-06 16:43:09','2023-09-06 15:43:09','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf',0,'attachment','application/pdf',0),(2387,1,'2023-09-06 16:43:28','2023-09-06 15:43:28','','Concert Program - OCBB 2022 Christmas','','inherit','open','closed','','concert-program-ocbb-2022-christmas','','','2023-09-06 16:43:28','2023-09-06 15:43:28','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf',0,'attachment','application/pdf',0),(2388,1,'2023-09-06 16:43:46','2023-09-06 15:43:46','','OCBB Concert Program - Veterans Day - Print Ready','','inherit','open','closed','','ocbb-concert-program-veterans-day-print-ready','','','2023-09-06 16:43:46','2023-09-06 15:43:46','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf',0,'attachment','application/pdf',0),(2389,1,'2023-09-06 16:43:57','2023-09-06 15:43:57','','Program - OCBB Movie Night','','inherit','open','closed','','program-ocbb-movie-night','','','2023-09-06 16:43:57','2023-09-06 15:43:57','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf',0,'attachment','application/pdf',0),(2410,1,'2023-09-08 21:44:03','2023-09-08 20:44:03','','image29-min','','inherit','open','closed','','image29-min','','','2023-09-08 21:44:03','2023-09-08 20:44:03','',50,'https://orchidcitybrass.org/wp-content/uploads/2023/09/image29-min-1.png',0,'attachment','image/png',0),(2418,1,'2023-09-09 12:24:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-09-09 12:24:45','0000-00-00 00:00:00','',0,'https://orchidcitybrass.org/?p=2418',0,'post','',0),(2425,1,'2023-09-09 13:51:23','2023-09-09 12:51:23','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-09 12:51:23\"\n    }\n}','','','trash','closed','closed','','911c1a88-c9be-4a70-9047-97fa77a53871','','','2023-09-09 13:51:23','2023-09-09 12:51:23','',0,'https://orchidcitybrass.org/911c1a88-c9be-4a70-9047-97fa77a53871/',0,'customize_changeset','',0),(2426,1,'2023-09-09 13:51:23','2023-09-09 12:51:23','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-09 13:51:23','2023-09-09 12:51:23','',1404,'https://orchidcitybrass.org/?p=2426',0,'revision','',0),(2427,1,'2023-09-09 14:00:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2023-09-09 14:00:10','0000-00-00 00:00:00','',0,'https://orchidcitybrass.org/?post_type=elementor_snippet&p=2427',0,'elementor_snippet','',0),(2428,1,'2023-09-09 14:00:35','2023-09-09 13:00:35','','NitroPack','','trash','closed','closed','','nitropack__trashed','','','2023-09-09 14:02:38','2023-09-09 13:02:38','',0,'https://orchidcitybrass.org/?post_type=elementor_snippet&#038;p=2428',0,'elementor_snippet','',0),(2429,1,'2023-09-10 12:25:24','2023-09-10 11:25:24','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		<p>The <b>Orchid City Brass Band</b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.</p>		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n										Upcoming Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/concert-programs/\">\n										Concert Programs\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/ocbb-news/\">\n										OCBB News &amp; Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/individual-giving/\">\n										Support the Band\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/join-the-band/\">\n										Join the Band\n											</a>\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/OrchidCityBrassBand/\">\n										Facebook\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/OrchidCityBrassBand/\">\n										Instagram\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/orchidcitybrass\">\n										Twitter\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/orchidcitybrassband\">\n										Youtube\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.linkedin.com/orchid-city-brass-band\">\n										Linkedin\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Information</h2>		\n					<ul>\n							<li>\n										<b>Orchid City Brass Band</b><br>West Palm Beach, Florida\n									</li>\n						</ul>\n					<ul>\n							<li>\n										info@orchidcity<b>brass</b>.org\n									</li>\n								<li>\n										(555) 555-5555\n									</li>\n						</ul>\n		<p>Copyright © 2012-2023 | <b>Orchid City Brass Band</b> | All rights reserved</p>','Footer','','inherit','closed','closed','','595-revision-v1','','','2023-09-10 12:25:24','2023-09-10 11:25:24','',595,'https://orchidcitybrass.org/?p=2429',0,'revision','',0),(2430,1,'2023-09-10 12:25:24','2023-09-10 11:25:24','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		<p>The <b>Orchid City Brass Band</b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.</p>		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n										Upcoming Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/concert-programs/\">\n										Concert Programs\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/ocbb-news/\">\n										OCBB News &amp; Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/individual-giving/\">\n										Support the Band\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/join-the-band/\">\n										Join the Band\n											</a>\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/OrchidCityBrassBand/\">\n										Facebook\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/OrchidCityBrassBand/\">\n										Instagram\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/orchidcitybrass\">\n										Twitter\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/orchidcitybrassband\">\n										Youtube\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.linkedin.com/orchid-city-brass-band\">\n										Linkedin\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Information</h2>		\n					<ul>\n							<li>\n										<b>Orchid City Brass Band</b><br>West Palm Beach, Florida\n									</li>\n						</ul>\n					<ul>\n							<li>\n										info@orchidcity<b>brass</b>.org\n									</li>\n								<li>\n										(561) 247-4872.\n									</li>\n						</ul>\n		<p>Copyright © 2012-2023 | <b>Orchid City Brass Band</b> | All rights reserved</p>','Footer','','inherit','closed','closed','','595-revision-v1','','','2023-09-10 12:25:24','2023-09-10 11:25:24','',595,'https://orchidcitybrass.org/?p=2430',0,'revision','',0),(2431,1,'2023-09-10 12:27:40','2023-09-10 11:27:40','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 555-1212\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:27:40','2023-09-10 11:27:40','',50,'https://orchidcitybrass.org/?p=2431',0,'revision','',0),(2432,1,'2023-09-10 12:27:41','2023-09-10 11:27:41','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 555-1212\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:27:41','2023-09-10 11:27:41','',50,'https://orchidcitybrass.org/?p=2432',0,'revision','',0),(2433,1,'2023-09-10 12:27:41','2023-09-10 11:27:41','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:27:41','2023-09-10 11:27:41','',50,'https://orchidcitybrass.org/?p=2433',0,'revision','',0),(2434,1,'2023-09-10 12:28:53','2023-09-10 11:28:53','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:28:53','2023-09-10 11:28:53','',50,'https://orchidcitybrass.org/?p=2434',0,'revision','',0),(2435,1,'2023-09-10 12:28:53','2023-09-10 11:28:53','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:28:53','2023-09-10 11:28:53','',50,'https://orchidcitybrass.org/?p=2435',0,'revision','',0),(2436,1,'2023-09-10 12:28:54','2023-09-10 11:28:54','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:28:54','2023-09-10 11:28:54','',50,'https://orchidcitybrass.org/?p=2436',0,'revision','',0),(2437,1,'2023-09-10 12:29:31','2023-09-10 11:29:31','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:29:31','2023-09-10 11:29:31','',50,'https://orchidcitybrass.org/?p=2437',0,'revision','',0),(2438,1,'2023-09-10 12:29:32','2023-09-10 11:29:32','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:29:32','2023-09-10 11:29:32','',50,'https://orchidcitybrass.org/?p=2438',0,'revision','',0),(2439,1,'2023-09-10 12:29:33','2023-09-10 11:29:33','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:29:33','2023-09-10 11:29:33','',50,'https://orchidcitybrass.org/?p=2439',0,'revision','',0),(2440,1,'2023-09-10 12:30:09','2023-09-10 11:30:09','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:09','2023-09-10 11:30:09','',50,'https://orchidcitybrass.org/?p=2440',0,'revision','',0),(2441,1,'2023-09-10 12:30:10','2023-09-10 11:30:10','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:10','2023-09-10 11:30:10','',50,'https://orchidcitybrass.org/?p=2441',0,'revision','',0),(2442,1,'2023-09-10 12:30:10','2023-09-10 11:30:10','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:10','2023-09-10 11:30:10','',50,'https://orchidcitybrass.org/?p=2442',0,'revision','',0),(2443,1,'2023-09-10 12:30:16','2023-09-10 11:30:16','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:16','2023-09-10 11:30:16','',50,'https://orchidcitybrass.org/?p=2443',0,'revision','',0),(2444,1,'2023-09-10 12:30:17','2023-09-10 11:30:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:17','2023-09-10 11:30:17','',50,'https://orchidcitybrass.org/?p=2444',0,'revision','',0),(2445,1,'2023-09-10 12:30:17','2023-09-10 11:30:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:30:17','2023-09-10 11:30:17','',50,'https://orchidcitybrass.org/?p=2445',0,'revision','',0),(2446,1,'2023-09-10 12:32:15','2023-09-10 11:32:15','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:32:15','2023-09-10 11:32:15','',50,'https://orchidcitybrass.org/?p=2446',0,'revision','',0),(2447,1,'2023-09-10 12:32:16','2023-09-10 11:32:16','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:32:16','2023-09-10 11:32:16','',50,'https://orchidcitybrass.org/?p=2447',0,'revision','',0),(2448,1,'2023-09-10 12:32:17','2023-09-10 11:32:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-10 12:32:17','2023-09-10 11:32:17','',50,'https://orchidcitybrass.org/?p=2448',0,'revision','',0),(2449,1,'2023-09-10 12:44:04','2023-09-10 11:44:04','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>upcoming events</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>2023-24 Season: “Catch the Spirit” </h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:44:04','2023-09-10 11:44:04','',623,'https://orchidcitybrass.org/?p=2449',0,'revision','',0),(2450,1,'2023-09-10 12:44:05','2023-09-10 11:44:05','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>upcoming events</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>2023-24 Season: “Catch the Spirit” </h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>				Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide2-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"800\" height=\"533\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png 800w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4-768x512.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:44:05','2023-09-10 11:44:05','',623,'https://orchidcitybrass.org/?p=2450',0,'revision','',0),(2451,1,'2023-09-10 12:44:05','2023-09-10 11:44:05','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:44:05','2023-09-10 11:44:05','',623,'https://orchidcitybrass.org/?p=2451',0,'revision','',0),(2452,1,'2023-09-10 12:46:13','2023-09-10 11:46:13','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:46:13','2023-09-10 11:46:13','',623,'https://orchidcitybrass.org/?p=2452',0,'revision','',0),(2453,1,'2023-09-10 12:46:13','2023-09-10 11:46:13','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:46:13','2023-09-10 11:46:13','',623,'https://orchidcitybrass.org/?p=2453',0,'revision','',0),(2454,1,'2023-09-10 12:46:14','2023-09-10 11:46:14','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:46:14','2023-09-10 11:46:14','',623,'https://orchidcitybrass.org/?p=2454',0,'revision','',0),(2455,1,'2023-09-10 12:50:11','2023-09-10 11:50:11','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','LEST WE FORGET','','inherit','closed','closed','','992-revision-v1','','','2023-09-10 12:50:11','2023-09-10 11:50:11','',992,'https://orchidcitybrass.org/?p=2455',0,'revision','',0),(2456,1,'2023-09-10 12:50:11','2023-09-10 11:50:11','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\">\n						More Information\n					</a>','LEST WE FORGET','','inherit','closed','closed','','992-revision-v1','','','2023-09-10 12:50:11','2023-09-10 11:50:11','',992,'https://orchidcitybrass.org/?p=2456',0,'revision','',0),(2457,1,'2023-09-10 12:50:19','2023-09-10 11:50:19','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						More Information\n					</a>','LEST WE FORGET','','inherit','closed','closed','','992-revision-v1','','','2023-09-10 12:50:19','2023-09-10 11:50:19','',992,'https://orchidcitybrass.org/?p=2457',0,'revision','',0),(2458,1,'2023-09-10 12:53:29','2023-09-10 11:53:29','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:53:29','2023-09-10 11:53:29','',623,'https://orchidcitybrass.org/?p=2458',0,'revision','',0),(2459,1,'2023-09-10 12:53:30','2023-09-10 11:53:30','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:53:30','2023-09-10 11:53:30','',623,'https://orchidcitybrass.org/?p=2459',0,'revision','',0),(2460,1,'2023-09-10 12:53:30','2023-09-10 11:53:30','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-10 12:53:30','2023-09-10 11:53:30','',623,'https://orchidcitybrass.org/?p=2460',0,'revision','',0),(2461,1,'2023-09-10 12:55:21','2023-09-10 11:55:21','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','ONCE UPON A SONG','','inherit','closed','closed','','1053-revision-v1','','','2023-09-10 12:55:21','2023-09-10 11:55:21','',1053,'https://orchidcitybrass.org/?p=2461',0,'revision','',0),(2462,1,'2023-09-10 12:55:21','2023-09-10 11:55:21','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/once-upon-a-song\" target=\"_blank\" rel=\"noopener\">\n						More Information\n					</a>','ONCE UPON A SONG','','inherit','closed','closed','','1053-revision-v1','','','2023-09-10 12:55:21','2023-09-10 11:55:21','',1053,'https://orchidcitybrass.org/?p=2462',0,'revision','',0),(2464,1,'2023-09-11 17:30:34','2023-09-11 16:30:34','Nick Patsis (Cornet) has been an active music educator in the Palm Beach County schools for over forty two years. He received a Master of Arts in Teaching from Florida Atlantic University, a Bachelor of Music Education from Florida State University, and an Associates of Arts in Music from Palm Beach Community College. Mr. Patsis began his teaching career at Jupiter High School, where he served as Interim Band Director for a semester. In 1978, he accepted the position of Director of Bands at Congress Community Middle School, where he taught until 1987. In the fall of 1987, Mr. Patsis became the Director of Bands at Christa McAuliffe Middle School. He retired in May 2019 after teaching for 42 years.\r\n\r\nMr. Patsis is the Co-Director of the Palm Beach County Band Camps, which he co-founded in 2001. While a full-time music educator, he maintains an active career as a freelance trumpet player. He has performed with Palm Beach Opera, Palm Beach Symphony, Orchestra Delray, Orchid City Brass Band, Florida Wind Symphony, Masterworks Chorus, Burt Reynolds Dinner Theater, Jupiter Theater, Ringling Brothers Barnum and Bailey Circus, Holliday on Ice, The Boca Pops, and numerous other professional and community organizations.','Nick Patsis','','inherit','closed','closed','','1893-revision-v1','','','2023-09-11 17:30:34','2023-09-11 16:30:34','',1893,'https://orchidcitybrass.org/?p=2464',0,'revision','',0),(2465,1,'2023-09-11 17:31:52','2023-09-11 16:31:52','Nick Patsis (Cornet) has been an active music educator in the Palm Beach County schools for over forty two years. He received a Master of Arts in Teaching from Florida Atlantic University, a Bachelor of Music Education from Florida State University, and an Associates of Arts in Music from Palm Beach Community College. Mr. Patsis began his teaching career at Jupiter High School, where he served as Interim Band Director for a semester. In 1978, he accepted the position of Director of Bands at Congress Community Middle School, where he taught until 1987. In the fall of 1987, Mr. Patsis became the Director of Bands at Christa McAuliffe Middle School. He retired in May 2019 after teaching for 42 years.\r\n\r\nMr. Patsis is the Co-Director of the Palm Beach County Band Camps, which he co-founded in 2001. While a full-time music educator, he maintains an active career as a freelance trumpet player. He has performed with Palm Beach Opera, Palm Beach Symphony, Orchestra Delray, Orchid City Brass Band, Florida Wind Symphony, Masterworks Chorus, Burt Reynolds Dinner Theater, Jupiter Theater, Ringling Brothers Barnum and Bailey Circus, Holliday on Ice, The Boca Pops, and numerous other professional and community organizations.','Nick Patsis','','inherit','closed','closed','','1893-autosave-v1','','','2023-09-11 17:31:52','2023-09-11 16:31:52','',1893,'https://orchidcitybrass.org/?p=2465',0,'revision','',0),(2466,1,'2023-09-12 05:46:55','2023-09-12 04:46:55','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://orchidcitybrass.org/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n			<button></button>\n        <ul id=\"menu-main-menu\"><li id=\"menu-item-55\"><a href=\"https://orchidcitybrass.org/\">Home</a></li>\n<li id=\"menu-item-19\"><a href=\"#\">Hear Us</a>\n<ul>\n	<li id=\"menu-item-628\"><a href=\"https://orchidcitybrass.org/upcoming-events/\">Upcoming Events</a></li>\n	<li id=\"menu-item-627\"><a href=\"https://orchidcitybrass.org/concert-programs/\">Concert Programs</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1747\"><a href=\"#\">About Us</a>\n<ul>\n	<li id=\"menu-item-622\"><a href=\"https://orchidcitybrass.org/about-us/\">Our History</a></li>\n	<li id=\"menu-item-1745\"><a href=\"https://orchidcitybrass.org/our-genre/\">Our Genre</a></li>\n	<li id=\"menu-item-621\"><a href=\"https://orchidcitybrass.org/our-team/\">Our Team</a></li>\n	<li id=\"menu-item-620\"><a href=\"https://orchidcitybrass.org/ocbb-news/\">Orchid City News</a></li>\n	<li id=\"menu-item-619\"><a href=\"https://orchidcitybrass.org/education-outreach/\">Education &#038; Outreach</a></li>\n	<li id=\"menu-item-1406\"><a href=\"https://orchidcitybrass.org/join-the-band/\">Join the Band</a></li>\n</ul>\n</li>\n<li id=\"menu-item-630\"><a href=\"#\">Support Us</a>\n<ul>\n	<li id=\"menu-item-1489\"><a href=\"https://orchidcitybrass.org/individual-giving/\">Individual Giving</a></li>\n	<li id=\"menu-item-1488\"><a href=\"https://orchidcitybrass.org/corporate-sponsors/\">Corporate Sponsors</a></li>\n	<li id=\"menu-item-1487\"><a href=\"https://orchidcitybrass.org/volunteer/\">Volunteer</a></li>\n</ul>\n</li>\n<li id=\"menu-item-276\"><a href=\"https://orchidcitybrass.org/hire-us/\">Hire Us</a></li>\n</ul>\n                <a href=\"https://orchidcitybrass.org\"><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" ></a>\n                <button></button>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a href=\"https://www.instagram.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Icon-instagram-1\n											</a>\n					<a href=\"https://twitter.com/orchidcitybrass\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.youtube.com/orchidcitybrassband\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://www.linkedin.com/orchid-city-brass-band\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Header','','inherit','closed','closed','','592-revision-v1','','','2023-09-12 05:46:55','2023-09-12 04:46:55','',592,'https://orchidcitybrass.org/?p=2466',0,'revision','',0),(2467,1,'2023-09-12 05:46:55','2023-09-12 04:46:55','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://orchidcitybrass.org/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-removebg-preview-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n			<button></button>\n        <ul id=\"menu-main-menu\"><li id=\"menu-item-55\"><a href=\"https://orchidcitybrass.org/\">Home</a></li>\n<li id=\"menu-item-19\"><a href=\"#\">Hear Us</a>\n<ul>\n	<li id=\"menu-item-628\"><a href=\"https://orchidcitybrass.org/upcoming-events/\">Upcoming Events</a></li>\n	<li id=\"menu-item-627\"><a href=\"https://orchidcitybrass.org/concert-programs/\">Concert Programs</a></li>\n</ul>\n</li>\n<li id=\"menu-item-1747\"><a href=\"#\">About Us</a>\n<ul>\n	<li id=\"menu-item-622\"><a href=\"https://orchidcitybrass.org/about-us/\">Our History</a></li>\n	<li id=\"menu-item-1745\"><a href=\"https://orchidcitybrass.org/our-genre/\">Our Genre</a></li>\n	<li id=\"menu-item-621\"><a href=\"https://orchidcitybrass.org/our-team/\">Our Team</a></li>\n	<li id=\"menu-item-620\"><a href=\"https://orchidcitybrass.org/ocbb-news/\">Orchid City News</a></li>\n	<li id=\"menu-item-619\"><a href=\"https://orchidcitybrass.org/education-outreach/\">Education &#038; Outreach</a></li>\n	<li id=\"menu-item-1406\"><a href=\"https://orchidcitybrass.org/join-the-band/\">Join the Band</a></li>\n</ul>\n</li>\n<li id=\"menu-item-630\"><a href=\"#\">Support Us</a>\n<ul>\n	<li id=\"menu-item-1489\"><a href=\"https://orchidcitybrass.org/individual-giving/\">Individual Giving</a></li>\n	<li id=\"menu-item-1488\"><a href=\"https://orchidcitybrass.org/corporate-sponsors/\">Corporate Sponsors</a></li>\n	<li id=\"menu-item-1487\"><a href=\"https://orchidcitybrass.org/volunteer/\">Volunteer</a></li>\n</ul>\n</li>\n<li id=\"menu-item-276\"><a href=\"https://orchidcitybrass.org/hire-us/\">Hire Us</a></li>\n</ul>\n                <a href=\"https://orchidcitybrass.org\"><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" ></a>\n                <button></button>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a href=\"https://www.facebook.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Facebook-f\n											</a>\n					<a href=\"https://www.instagram.com/OrchidCityBrassBand/\" target=\"_blank\" rel=\"noopener\">\n						Icon-instagram-1\n											</a>\n					<a href=\"https://twitter.com/orchidcitybrass\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.youtube.com/orchidcitybrassband\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n					<a href=\"https://www.linkedin.com/company/orchid-city-brass-band/\" target=\"_blank\" rel=\"noopener\">\n						Linkedin\n											</a>\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Header','','inherit','closed','closed','','592-revision-v1','','','2023-09-12 05:46:55','2023-09-12 04:46:55','',592,'https://orchidcitybrass.org/?p=2467',0,'revision','',0),(2468,1,'2023-09-12 05:48:11','2023-09-12 04:48:11','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:48:11','2023-09-12 04:48:11','',50,'https://orchidcitybrass.org/?p=2468',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2469,1,'2023-09-12 05:48:12','2023-09-12 04:48:12','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/concert-programs/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:48:12','2023-09-12 04:48:12','',50,'https://orchidcitybrass.org/?p=2469',0,'revision','',0),(2470,1,'2023-09-12 05:48:12','2023-09-12 04:48:12','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:48:12','2023-09-12 04:48:12','',50,'https://orchidcitybrass.org/?p=2470',0,'revision','',0),(2471,1,'2023-09-12 05:49:16','2023-09-12 04:49:16','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:16','2023-09-12 04:49:16','',50,'https://orchidcitybrass.org/?p=2471',0,'revision','',0),(2472,1,'2023-09-12 05:49:17','2023-09-12 04:49:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:17','2023-09-12 04:49:17','',50,'https://orchidcitybrass.org/?p=2472',0,'revision','',0),(2473,1,'2023-09-12 05:49:17','2023-09-12 04:49:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:17','2023-09-12 04:49:17','',50,'https://orchidcitybrass.org/?p=2473',0,'revision','',0),(2474,1,'2023-09-12 05:49:23','2023-09-12 04:49:23','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:23','2023-09-12 04:49:23','',50,'https://orchidcitybrass.org/?p=2474',0,'revision','',0),(2475,1,'2023-09-12 05:49:24','2023-09-12 04:49:24','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:24','2023-09-12 04:49:24','',50,'https://orchidcitybrass.org/?p=2475',0,'revision','',0),(2476,1,'2023-09-12 05:49:25','2023-09-12 04:49:25','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:25','2023-09-12 04:49:25','',50,'https://orchidcitybrass.org/?p=2476',0,'revision','',0),(2477,1,'2023-09-12 05:49:31','2023-09-12 04:49:31','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:31','2023-09-12 04:49:31','',50,'https://orchidcitybrass.org/?p=2477',0,'revision','',0),(2478,1,'2023-09-12 05:49:32','2023-09-12 04:49:32','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:32','2023-09-12 04:49:32','',50,'https://orchidcitybrass.org/?p=2478',0,'revision','',0),(2479,1,'2023-09-12 05:49:32','2023-09-12 04:49:32','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:49:32','2023-09-12 04:49:32','',50,'https://orchidcitybrass.org/?p=2479',0,'revision','',0),(2480,1,'2023-09-12 05:50:04','2023-09-12 04:50:04','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:04','2023-09-12 04:50:04','',50,'https://orchidcitybrass.org/?p=2480',0,'revision','',0),(2481,1,'2023-09-12 05:50:04','2023-09-12 04:50:04','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:04','2023-09-12 04:50:04','',50,'https://orchidcitybrass.org/?p=2481',0,'revision','',0),(2482,1,'2023-09-12 05:50:05','2023-09-12 04:50:05','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:05','2023-09-12 04:50:05','',50,'https://orchidcitybrass.org/?p=2482',0,'revision','',0),(2483,1,'2023-09-12 05:50:43','2023-09-12 04:50:43','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:43','2023-09-12 04:50:43','',50,'https://orchidcitybrass.org/?p=2483',0,'revision','',0),(2484,1,'2023-09-12 05:50:43','2023-09-12 04:50:43','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:43','2023-09-12 04:50:43','',50,'https://orchidcitybrass.org/?p=2484',0,'revision','',0),(2485,1,'2023-09-12 05:50:44','2023-09-12 04:50:44','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:50:44','2023-09-12 04:50:44','',50,'https://orchidcitybrass.org/?p=2485',0,'revision','',0),(2486,1,'2023-09-12 05:51:19','2023-09-12 04:51:19','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:19','2023-09-12 04:51:19','',50,'https://orchidcitybrass.org/?p=2486',0,'revision','',0),(2487,1,'2023-09-12 05:51:19','2023-09-12 04:51:19','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:19','2023-09-12 04:51:19','',50,'https://orchidcitybrass.org/?p=2487',0,'revision','',0),(2488,1,'2023-09-12 05:51:20','2023-09-12 04:51:20','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:20','2023-09-12 04:51:20','',50,'https://orchidcitybrass.org/?p=2488',0,'revision','',0),(2489,1,'2023-09-12 05:51:36','2023-09-12 04:51:36','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:36','2023-09-12 04:51:36','',50,'https://orchidcitybrass.org/?p=2489',0,'revision','',0),(2490,1,'2023-09-12 05:51:36','2023-09-12 04:51:36','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:36','2023-09-12 04:51:36','',50,'https://orchidcitybrass.org/?p=2490',0,'revision','',0),(2491,1,'2023-09-12 05:51:37','2023-09-12 04:51:37','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:51:37','2023-09-12 04:51:37','',50,'https://orchidcitybrass.org/?p=2491',0,'revision','',0),(2492,1,'2023-09-12 05:56:07','2023-09-12 04:56:07','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:56:07','2023-09-12 04:56:07','',50,'https://orchidcitybrass.org/?p=2492',0,'revision','',0),(2493,1,'2023-09-12 05:56:08','2023-09-12 04:56:08','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5615551212\">\n										(561) 247-4872 \n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:56:08','2023-09-12 04:56:08','',50,'https://orchidcitybrass.org/?p=2493',0,'revision','',0),(2494,1,'2023-09-12 05:56:08','2023-09-12 04:56:08','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 05:56:08','2023-09-12 04:56:08','',50,'https://orchidcitybrass.org/?p=2494',0,'revision','',0),(2496,1,'2023-09-12 06:01:38','2023-09-12 05:01:38','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:01:38','2023-09-12 05:01:38','',50,'https://orchidcitybrass.org/?p=2496',0,'revision','',0),(2497,1,'2023-09-12 06:01:39','2023-09-12 05:01:39','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:01:39','2023-09-12 05:01:39','',50,'https://orchidcitybrass.org/?p=2497',0,'revision','',0),(2498,1,'2023-09-12 06:01:39','2023-09-12 05:01:39','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:01:39','2023-09-12 05:01:39','',50,'https://orchidcitybrass.org/?p=2498',0,'revision','',0),(2499,1,'2023-09-12 06:02:10','2023-09-12 05:02:10','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:02:10','2023-09-12 05:02:10','',50,'https://orchidcitybrass.org/?p=2499',0,'revision','',0),(2500,1,'2023-09-12 06:02:10','2023-09-12 05:02:10','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:02:10','2023-09-12 05:02:10','',50,'https://orchidcitybrass.org/?p=2500',0,'revision','',0),(2501,1,'2023-09-12 06:02:11','2023-09-12 05:02:11','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:02:11','2023-09-12 05:02:11','',50,'https://orchidcitybrass.org/?p=2501',0,'revision','',0),(2502,1,'2023-09-12 06:03:34','2023-09-12 05:03:34','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:03:34','2023-09-12 05:03:34','',50,'https://orchidcitybrass.org/?p=2502',0,'revision','',0),(2503,1,'2023-09-12 06:03:35','2023-09-12 05:03:35','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n															<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />															\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:03:35','2023-09-12 05:03:35','',50,'https://orchidcitybrass.org/?p=2503',0,'revision','',0),(2504,1,'2023-09-12 06:03:35','2023-09-12 05:03:35','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:03:35','2023-09-12 05:03:35','',50,'https://orchidcitybrass.org/?p=2504',0,'revision','',0),(2505,1,'2023-09-12 06:04:07','2023-09-12 05:04:07','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:04:07','2023-09-12 05:04:07','',50,'https://orchidcitybrass.org/?p=2505',0,'revision','',0),(2506,1,'2023-09-12 06:04:08','2023-09-12 05:04:08','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:04:08','2023-09-12 05:04:08','',50,'https://orchidcitybrass.org/?p=2506',0,'revision','',0),(2507,1,'2023-09-12 06:04:08','2023-09-12 05:04:08','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 06:04:08','2023-09-12 05:04:08','',50,'https://orchidcitybrass.org/?p=2507',0,'revision','',0),(2508,1,'2023-09-12 06:08:34','2023-09-12 05:08:34','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		<p>The <b>Orchid City Brass Band</b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.</p>		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n										Upcoming Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/concert-programs/\">\n										Concert Programs\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/ocbb-news/\">\n										OCBB News &amp; Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/individual-giving/\">\n										Support the Band\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/join-the-band/\">\n										Join the Band\n											</a>\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/OrchidCityBrassBand/\">\n										Facebook\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/OrchidCityBrassBand/\">\n										Instagram\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/orchidcitybrass\">\n										Twitter\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/orchidcitybrassband\">\n										Youtube\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.linkedin.com/company/orchid-city-brass-band/\">\n										Linkedin\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Information</h2>		\n					<ul>\n							<li>\n										<b>Orchid City Brass Band</b><br>West Palm Beach, Florida\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n								<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n						</ul>\n		<p>Copyright © 2012-2023 | <b>Orchid City Brass Band</b> | All rights reserved</p>','Footer','','inherit','closed','closed','','595-revision-v1','','','2023-09-12 06:08:34','2023-09-12 05:08:34','',595,'https://orchidcitybrass.org/?p=2508',0,'revision','',0),(2509,1,'2023-09-12 06:08:38','2023-09-12 05:08:38','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"821\" height=\"203\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/2.png 821w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-300x74.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/2-768x190.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" />								</a>\n		<p>The <b>Orchid City Brass Band</b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.</p>		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the Band\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Quick Links</h2>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n											<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n										Upcoming Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/concert-programs/\">\n										Concert Programs\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/ocbb-news/\">\n										OCBB News &amp; Events\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/individual-giving/\">\n										Support the Band\n											</a>\n									</li>\n								<li>\n											<a href=\"https://orchidcitybrass.org/join-the-band/\">\n										Join the Band\n											</a>\n									</li>\n						</ul>\n			<h2>Follow Us</h2>		\n					<ul>\n							<li>\n											<a href=\"https://www.facebook.com/OrchidCityBrassBand/\">\n										Facebook\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.instagram.com/OrchidCityBrassBand/\">\n										Instagram\n											</a>\n									</li>\n								<li>\n											<a href=\"https://twitter.com/orchidcitybrass\">\n										Twitter\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.youtube.com/orchidcitybrassband\">\n										Youtube\n											</a>\n									</li>\n								<li>\n											<a href=\"https://www.linkedin.com/company/orchid-city-brass-band/\">\n										Linkedin\n											</a>\n									</li>\n						</ul>\n			<h2>Contact Information</h2>		\n					<ul>\n							<li>\n										<b>Orchid City Brass Band</b><br>West Palm Beach, Florida\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:contact@orchidcitybrass.org\">\n										contact@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n		<p>Copyright © 2012-2023 | <b>Orchid City Brass Band</b> | All rights reserved</p>','Footer','','inherit','closed','closed','','595-revision-v1','','','2023-09-12 06:08:38','2023-09-12 05:08:38','',595,'https://orchidcitybrass.org/?p=2509',0,'revision','',0),(2510,1,'2023-09-12 06:14:13','2023-09-12 05:14:13','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-12 05:14:13\"\n    }\n}','','','trash','closed','closed','','c6920a84-7c91-439d-85ed-ebd4ac3d12e6','','','2023-09-12 06:14:13','2023-09-12 05:14:13','',0,'https://orchidcitybrass.org/c6920a84-7c91-439d-85ed-ebd4ac3d12e6/',0,'customize_changeset','',0),(2511,1,'2023-09-12 06:14:13','2023-09-12 05:14:13','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-12 06:14:13','2023-09-12 05:14:13','',1404,'https://orchidcitybrass.org/?p=2511',0,'revision','',0),(2512,1,'2023-09-12 06:21:39','2023-09-12 05:21:39','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-12 05:15:28\"\n    }\n}','','','trash','closed','closed','','74cecca0-eef7-4d11-9456-cf42db088365','','','2023-09-12 06:21:39','2023-09-12 05:21:39','',0,'https://orchidcitybrass.org/?p=2512',0,'customize_changeset','',0),(2513,1,'2023-09-12 06:21:03','2023-09-12 05:21:03','','Lest we forget-min','','inherit','open','closed','','lest-we-forget-min','','','2023-09-12 06:21:03','2023-09-12 05:21:03','',992,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png',0,'attachment','image/png',0),(2514,1,'2023-09-12 06:21:32','2023-09-12 05:21:32','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n		Honoring the Spirit of America		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','LEST WE FORGET','','inherit','closed','closed','','992-revision-v1','','','2023-09-12 06:21:32','2023-09-12 05:21:32','',992,'https://orchidcitybrass.org/?p=2514',0,'revision','',0),(2515,1,'2023-09-12 06:21:39','2023-09-12 05:21:39','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-12 06:21:39','2023-09-12 05:21:39','',1404,'https://orchidcitybrass.org/?p=2515',0,'revision','',0),(2516,1,'2023-09-12 06:23:27','2023-09-12 05:23:27','','The snowman-min','','inherit','open','closed','','the-snowman-min','','','2023-09-12 06:23:27','2023-09-12 05:23:27','',1007,'https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png',0,'attachment','image/png',0),(2517,1,'2023-09-12 06:23:41','2023-09-12 05:23:41','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','THE SNOWMAN','','inherit','closed','closed','','1007-revision-v1','','','2023-09-12 06:23:41','2023-09-12 05:23:41','',1007,'https://orchidcitybrass.org/?p=2517',0,'revision','',0),(2518,1,'2023-09-12 06:23:41','2023-09-12 05:23:41','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>','THE SNOWMAN','','inherit','closed','closed','','1007-revision-v1','','','2023-09-12 06:23:41','2023-09-12 05:23:41','',1007,'https://orchidcitybrass.org/?p=2518',0,'revision','',0),(2519,1,'2023-09-12 06:25:07','2023-09-12 05:25:07','','This is a brass band-min','','inherit','open','closed','','this-is-a-brass-band-min','','','2023-09-12 06:25:07','2023-09-12 05:25:07','',1033,'https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png',0,'attachment','image/png',0),(2520,1,'2023-09-12 06:25:27','2023-09-12 05:25:27','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n		Discovering the Spirit of Music		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>','THIS IS A BRASS BAND','','inherit','closed','closed','','1033-revision-v1','','','2023-09-12 06:25:27','2023-09-12 05:25:27','',1033,'https://orchidcitybrass.org/?p=2520',0,'revision','',0),(2521,1,'2023-09-12 06:25:27','2023-09-12 05:25:27','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n		Discovering the Spirit of Music		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>','THIS IS A BRASS BAND','','inherit','closed','closed','','1033-revision-v1','','','2023-09-12 06:25:27','2023-09-12 05:25:27','',1033,'https://orchidcitybrass.org/?p=2521',0,'revision','',0),(2523,1,'2023-09-12 06:27:24','2023-09-12 05:27:24','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>','ONCE UPON A SONG','','inherit','closed','closed','','1053-revision-v1','','','2023-09-12 06:27:24','2023-09-12 05:27:24','',1053,'https://orchidcitybrass.org/?p=2523',0,'revision','',0),(2525,1,'2023-09-12 06:31:41','2023-09-12 05:31:41','','Once upon a song-min','','inherit','open','closed','','once-upon-a-song-min','','','2023-09-12 06:31:41','2023-09-12 05:31:41','',1053,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png',0,'attachment','image/png',0),(2526,1,'2023-09-12 06:31:54','2023-09-12 05:31:54','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>','ONCE UPON A SONG','','inherit','closed','closed','','1053-revision-v1','','','2023-09-12 06:31:54','2023-09-12 05:31:54','',1053,'https://orchidcitybrass.org/?p=2526',0,'revision','',0),(2527,1,'2023-09-12 06:45:51','2023-09-12 05:45:51','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:45:51','2023-09-12 05:45:51','',625,'https://orchidcitybrass.org/?p=2527',0,'revision','',0),(2528,1,'2023-09-12 06:45:51','2023-09-12 05:45:51','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:45:51','2023-09-12 05:45:51','',625,'https://orchidcitybrass.org/?p=2528',0,'revision','',0),(2529,1,'2023-09-12 06:45:51','2023-09-12 05:45:51','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:45:51','2023-09-12 05:45:51','',625,'https://orchidcitybrass.org/?p=2529',0,'revision','',0),(2530,1,'2023-09-12 06:55:16','2023-09-12 05:55:16','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:55:16','2023-09-12 05:55:16','',625,'https://orchidcitybrass.org/?p=2530',0,'revision','',0),(2531,1,'2023-09-12 06:55:17','2023-09-12 05:55:17','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:55:17','2023-09-12 05:55:17','',625,'https://orchidcitybrass.org/?p=2531',0,'revision','',0),(2532,1,'2023-09-12 06:55:17','2023-09-12 05:55:17','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-12 06:55:17','2023-09-12 05:55:17','',625,'https://orchidcitybrass.org/?p=2532',0,'revision','',0),(2533,1,'2023-09-12 07:00:57','2023-09-12 06:00:57','','0-Catch-the-Spirit-compressed (1)','','inherit','open','closed','','0-catch-the-spirit-compressed-1','','','2023-09-12 07:00:57','2023-09-12 06:00:57','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg',0,'attachment','image/jpeg',0),(2534,1,'2023-09-12 07:02:29','2023-09-12 06:02:29','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:02:29','2023-09-12 06:02:29','',623,'https://orchidcitybrass.org/?p=2534',0,'revision','',0),(2535,1,'2023-09-12 07:02:30','2023-09-12 06:02:30','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png\" alt=\"0 - Catch the Spirit\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-002-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-003-1-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-005-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-006-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a href=\"#\">\n						More Information\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:02:30','2023-09-12 06:02:30','',623,'https://orchidcitybrass.org/?p=2535',0,'revision','',0),(2536,1,'2023-09-12 07:02:30','2023-09-12 06:02:30','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:02:30','2023-09-12 06:02:30','',623,'https://orchidcitybrass.org/?p=2536',0,'revision','',0),(2537,1,'2023-09-12 07:03:12','2023-09-12 06:03:12','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:03:12','2023-09-12 06:03:12','',623,'https://orchidcitybrass.org/?p=2537',0,'revision','',0),(2538,1,'2023-09-12 07:03:13','2023-09-12 06:03:13','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"#\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:03:13','2023-09-12 06:03:13','',623,'https://orchidcitybrass.org/?p=2538',0,'revision','',0),(2539,1,'2023-09-12 07:03:13','2023-09-12 06:03:13','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:03:13','2023-09-12 06:03:13','',623,'https://orchidcitybrass.org/?p=2539',0,'revision','',0),(2540,1,'2023-09-12 07:10:01','2023-09-12 06:10:01','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>EDUCATION &amp; OUTREACH</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"\">\n						Contact Us\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"\">\n						Contact Us\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-12 07:10:01','2023-09-12 06:10:01','',580,'https://orchidcitybrass.org/?p=2540',0,'revision','',0),(2541,1,'2023-09-12 07:10:01','2023-09-12 06:10:01','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>EDUCATION &amp; OUTREACH</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"\">\n						Contact Us\n					</a>\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"\">\n						Contact Us\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-12 07:10:01','2023-09-12 06:10:01','',580,'https://orchidcitybrass.org/?p=2541',0,'revision','',0),(2542,1,'2023-09-12 07:10:01','2023-09-12 06:10:01','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-12 07:10:01','2023-09-12 06:10:01','',580,'https://orchidcitybrass.org/?p=2542',0,'revision','',0),(2543,1,'2023-09-12 07:10:09','2023-09-12 06:10:09','','Slide6','','inherit','open','closed','','slide6-2','','','2023-09-12 07:10:09','2023-09-12 06:10:09','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Slide6.png',0,'attachment','image/png',0),(2544,1,'2023-09-12 07:14:12','2023-09-12 06:14:12','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Individual Giving</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-12 07:14:12','2023-09-12 06:14:12','',1480,'https://orchidcitybrass.org/?p=2544',0,'revision','',0),(2545,1,'2023-09-12 07:14:13','2023-09-12 06:14:13','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Individual Giving</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-12 07:14:13','2023-09-12 06:14:13','',1480,'https://orchidcitybrass.org/?p=2545',0,'revision','',0),(2546,1,'2023-09-12 07:14:13','2023-09-12 06:14:13','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-12 07:14:13','2023-09-12 06:14:13','',1480,'https://orchidcitybrass.org/?p=2546',0,'revision','',0),(2547,1,'2023-09-12 07:14:47','2023-09-12 06:14:47','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:14:47','2023-09-12 06:14:47','',623,'https://orchidcitybrass.org/?p=2547',0,'revision','',0),(2548,1,'2023-09-12 07:14:48','2023-09-12 06:14:48','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Slide6.png\" alt=\"Slide6\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:14:48','2023-09-12 06:14:48','',623,'https://orchidcitybrass.org/?p=2548',0,'revision','',0),(2549,1,'2023-09-12 07:14:48','2023-09-12 06:14:48','<h2>upcoming events</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>explore our performances\n</h2>		\n			<h2><a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">2023-24 Season: “Catch the Spirit” </a></h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is excited to welcome you to our 2023-24 season entitled “Catch the Spirit.” We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.</p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.</p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.</p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg\" alt=\"0-Catch-the-Spirit-compressed (1)\" /></figure>			\n						<style>.elementor-992 .elementor-element.elementor-element-31601962 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-992 .elementor-element.elementor-element-28bc8152{text-align:left;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-992 .elementor-element.elementor-element-49fdf0ed{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-992 .elementor-element.elementor-element-329eb287{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-992 .elementor-element.elementor-element-329eb287 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-992 .elementor-element.elementor-element-1ae48843 .elementor-heading-title{font-size:12px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon i, .elementor-992 .elementor-element.elementor-element-5770a4ad .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > .elementor-icon-list-text, .elementor-992 .elementor-element.elementor-element-49fdf0ed .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-992 .elementor-element.elementor-element-329eb287{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"6f2ba85\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										LEST WE FORGET\n									</li>\n						</ul>\n							Honoring the Spirit of America						\n			<h6>SUN NOV 5, 2023</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1007 .elementor-element.elementor-element-510cfbf8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1007 .elementor-element.elementor-element-1764ace0{text-align:left;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1007 .elementor-element.elementor-element-5ecf2503{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1007 .elementor-element.elementor-element-2977af08{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1007 .elementor-element.elementor-element-2977af08 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1007 .elementor-element.elementor-element-60981764 .elementor-heading-title{font-size:12px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon i, .elementor-1007 .elementor-element.elementor-element-45040af0 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1007 .elementor-element.elementor-element-5ecf2503 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1007 .elementor-element.elementor-element-2977af08{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"74543db9\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n							Celebrating the Spirit of the Season\n			<h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1033 .elementor-element.elementor-element-c003bd1 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1033 .elementor-element.elementor-element-1bd49c35{text-align:left;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1033 .elementor-element.elementor-element-67905ab3{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1033 .elementor-element.elementor-element-67905ab3 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1033 .elementor-element.elementor-element-19bf3b6d .elementor-heading-title{font-size:12px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon i, .elementor-1033 .elementor-element.elementor-element-712d6a40 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1033 .elementor-element.elementor-element-4fa0ac24 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1033 .elementor-element.elementor-element-67905ab3{text-align:center;font-size:1.1rem;}}</style>		\n								<section data-id=\"65e55001\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n							Discovering the Spirit of Music						\n			<h6>SAT MAR 2, 2024</h6>		\n			<a href=\"#\">\n						Buy Tickets\n					</a>\n		</section>\n						<style>.elementor-1053 .elementor-element.elementor-element-6da76b99 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-1053 .elementor-element.elementor-element-31a5c763{text-align:left;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon i{color:var( --e-global-color-021f300 );transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-icon svg{fill:var( --e-global-color-021f300 );transition:fill 0.3s;}.elementor-1053 .elementor-element.elementor-element-d004584{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-family:\"Trajana Sans-Bold\", Sans-serif;font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-text{color:#000000;transition:color 0.3s;}.elementor-1053 .elementor-element.elementor-element-20b42594{color:#000000;font-family:\"Roboto Condensed\", Sans-serif;font-size:1rem;font-style:italic;}.elementor-1053 .elementor-element.elementor-element-20b42594 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-4594ca67 .elementor-heading-title{font-size:12px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button{font-family:\"Roboto\", Sans-serif;font-size:12px;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;border-radius:100px 100px 100px 100px;padding:10px 15px 10px 15px;}.elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon i, .elementor-1053 .elementor-element.elementor-element-7e295256 .elementor-button .elementor-button-icon svg{transform:rotate(0deg);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-1053 .elementor-element.elementor-element-d004584 .elementor-icon-list-item > a{font-size:1.2rem;}.elementor-1053 .elementor-element.elementor-element-20b42594{text-align:center;font-size:1.1rem;}}</style>		\n									<section data-id=\"51d884a\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n															<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n					<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n							Expressing the Spirit of Song						\n			<h6>SUN APR 21, 2024</h6>		\n			<a role=\"button\">\n						Buy Tickets\n					</a>\n		</section>\n			<h2>community performances &amp; events</h2>		\n		Camp & Campus Performances\n		<p>The <strong>Orchid City Brass Band</strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.</p>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Learn more\n					</a>','Upcoming Events','','inherit','closed','closed','','623-revision-v1','','','2023-09-12 07:14:48','2023-09-12 06:14:48','',623,'https://orchidcitybrass.org/?p=2549',0,'revision','',0),(2550,1,'2023-09-12 07:18:33','2023-09-12 06:18:33','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>corporate sponsors</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										(561) 555-1212\n									</li>\n								<li>\n										first.last@orchidcitybrass.org\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjMxMmViMDJkZjg2NDEwYzZhY2VhM2IzOGM4MTYwNTQ0Il0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"28\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-12 07:18:33','2023-09-12 06:18:33','',1483,'https://orchidcitybrass.org/?p=2550',0,'revision','',0),(2551,1,'2023-09-12 07:18:33','2023-09-12 06:18:33','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>corporate sponsors</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}</style>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										(561) 555-1212\n									</li>\n								<li>\n										first.last@orchidcitybrass.org\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjMxMmViMDJkZjg2NDEwYzZhY2VhM2IzOGM4MTYwNTQ0Il0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"28\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-12 07:18:33','2023-09-12 06:18:33','',1483,'https://orchidcitybrass.org/?p=2551',0,'revision','',0),(2552,1,'2023-09-12 07:18:33','2023-09-12 06:18:33','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-12 07:18:33','2023-09-12 06:18:33','',1483,'https://orchidcitybrass.org/?p=2552',0,'revision','',0),(2553,1,'2023-09-12 07:20:50','2023-09-12 06:20:50','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>volunteer</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"#\">\n						DONATE\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-12 07:20:50','2023-09-12 06:20:50','',1485,'https://orchidcitybrass.org/?p=2553',0,'revision','',0),(2554,1,'2023-09-12 07:20:51','2023-09-12 06:20:51','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>volunteer</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"#\">\n						DONATE\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-12 07:20:51','2023-09-12 06:20:51','',1485,'https://orchidcitybrass.org/?p=2554',0,'revision','',0),(2555,1,'2023-09-12 07:20:51','2023-09-12 06:20:51','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-12 07:20:51','2023-09-12 06:20:51','',1485,'https://orchidcitybrass.org/?p=2555',0,'revision','',0),(2556,1,'2023-09-12 12:37:55','2023-09-12 11:37:55','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THE SNOWMAN\n									</li>\n						</ul>\n		Celebrating the Spirit of the Season\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN DEC 17, 2023\n</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','THE SNOWMAN','','inherit','closed','closed','','1007-revision-v1','','','2023-09-12 12:37:55','2023-09-12 11:37:55','',1007,'https://orchidcitybrass.org/?p=2556',0,'revision','',0),(2557,1,'2023-09-12 12:39:59','2023-09-12 11:39:59','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n		Discovering the Spirit of Music		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SAT MAR 2, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/this-is-a-brass-band\">\n						Buy Tickets\n					</a>','THIS IS A BRASS BAND','','inherit','closed','closed','','1033-revision-v1','','','2023-09-12 12:39:59','2023-09-12 11:39:59','',1033,'https://orchidcitybrass.org/?p=2557',0,'revision','',0),(2558,1,'2023-09-12 12:41:53','2023-09-12 11:41:53','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										THIS IS A BRASS BAND\n									</li>\n						</ul>\n		Discovering the Spirit of Music		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SAT MAR 2, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/this-is-a-brass-band\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','THIS IS A BRASS BAND','','inherit','closed','closed','','1033-revision-v1','','','2023-09-12 12:41:53','2023-09-12 11:41:53','',1033,'https://orchidcitybrass.org/?p=2558',0,'revision','',0),(2559,1,'2023-09-12 12:43:03','2023-09-12 11:43:03','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"2048\" height=\"1365\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-768x512.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min-1536x1024.png 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n			<link rel=\"stylesheet\" href=\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										ONCE UPON A SONG\n									</li>\n						</ul>\n		Expressing the Spirit of Song		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h6>SUN APR 21, 2024</h6>		\n			<a href=\"https://orchidcitybrass.ticketspice.com/once-upon-a-song\" target=\"_blank\" rel=\"noopener\">\n						Buy Tickets\n					</a>','ONCE UPON A SONG','','inherit','closed','closed','','1053-revision-v1','','','2023-09-12 12:43:03','2023-09-12 11:43:03','',1053,'https://orchidcitybrass.org/?p=2559',0,'revision','',0),(2560,1,'2023-09-12 12:47:16','2023-09-12 11:47:16','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:16','2023-09-12 11:47:16','',50,'https://orchidcitybrass.org/?p=2560',0,'revision','',0),(2561,1,'2023-09-12 12:47:17','2023-09-12 11:47:17','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:17','2023-09-12 11:47:17','',50,'https://orchidcitybrass.org/?p=2561',0,'revision','',0),(2562,1,'2023-09-12 12:47:18','2023-09-12 11:47:18','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:18','2023-09-12 11:47:18','',50,'https://orchidcitybrass.org/?p=2562',0,'revision','',0),(2563,1,'2023-09-12 12:47:46','2023-09-12 11:47:46','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:46','2023-09-12 11:47:46','',50,'https://orchidcitybrass.org/?p=2563',0,'revision','',0),(2564,1,'2023-09-12 12:47:46','2023-09-12 11:47:46','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:46','2023-09-12 11:47:46','',50,'https://orchidcitybrass.org/?p=2564',0,'revision','',0),(2565,1,'2023-09-12 12:47:47','2023-09-12 11:47:47','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:47:47','2023-09-12 11:47:47','',50,'https://orchidcitybrass.org/?p=2565',0,'revision','',0),(2566,1,'2023-09-12 12:48:36','2023-09-12 11:48:36','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:48:36','2023-09-12 11:48:36','',50,'https://orchidcitybrass.org/?p=2566',0,'revision','',0),(2567,1,'2023-09-12 12:48:36','2023-09-12 11:48:36','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"#\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:48:36','2023-09-12 11:48:36','',50,'https://orchidcitybrass.org/?p=2567',0,'revision','',0),(2568,1,'2023-09-12 12:48:37','2023-09-12 11:48:37','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-12 12:48:37','2023-09-12 11:48:37','',50,'https://orchidcitybrass.org/?p=2568',0,'revision','',0),(2569,1,'2023-09-12 18:27:15','2023-09-12 17:27:15','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>JOIN THE BAND</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiXSxcIjIyXCI6W1wiOWVlYmUxZTQ4ODQ0ZTM5YmRkMTEwY2I4N2MwNDM0OWFcIixcImU3MTcwYjEwNmEwMWMzOGQwZTI2OWQ0ODczNzIzNzcxXCJdLFwiMjNcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl0sXCIzMFwiOltcIjBhYjY1YTgxZjAyMjU3ZWFlYTlmYjgwNWE5NTRjMGEyXCIsXCIwZTNmYmNmNDdjMzhiNjRkY2U0YzU0OTkyM2U1MGJkZVwiLFwiYmIyYjFjNjg3OTJjMTkwOTk5OTU5Nzc3MTc4ZjA2MzZcIl0sXCIzM1wiOltcImU1MTE2ZmI0M2ZmMTk5NjlkMWUxMjFmZjMxMTc3MjZmXCIsXCIwODdhNjk0OThhNzcxMTFmNjcyNTFlYTdhODBmZmU0NlwiXSxcIjM0XCI6W1wiOWVlYmUxZTQ4ODQ0ZTM5YmRkMTEwY2I4N2MwNDM0OWFcIixcImU3MTcwYjEwNmEwMWMzOGQwZTI2OWQ0ODczNzIzNzcxXCJdLFwiNDFcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl0sXCIzNlwiOltcIjlhMmEwNThhM2RmNmZhM2JlNDhhZjBkNzgyOGE4MmU5XCIsXCJmOWQ3MDA0OTE4MTVjOTU5YjcwMGFmNDc3MWNmYmZkOFwiLFwiNDYxZjM5YzhkOTgxY2MwZDc2ZmFkNTZlNTJhN2NhZGNcIixcIjNkZjg0MTE3ZWE5NWVkZDQzZjNlMDlhMjhjM2E1ZDRjXCJdLFwiMzdcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl19IiwiZTNhYTFiMGI0ZmM5N2MzMDY0MTg3NTJjODY0M2EyYWMiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"131\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:15','2023-09-12 17:27:15','',1360,'https://orchidcitybrass.org/?p=2569',0,'revision','',0),(2570,1,'2023-09-12 18:27:15','2023-09-12 17:27:15','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>JOIN THE BAND</h2>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiXSxcIjIyXCI6W1wiOWVlYmUxZTQ4ODQ0ZTM5YmRkMTEwY2I4N2MwNDM0OWFcIixcImU3MTcwYjEwNmEwMWMzOGQwZTI2OWQ0ODczNzIzNzcxXCJdLFwiMjNcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl0sXCIzMFwiOltcIjBhYjY1YTgxZjAyMjU3ZWFlYTlmYjgwNWE5NTRjMGEyXCIsXCIwZTNmYmNmNDdjMzhiNjRkY2U0YzU0OTkyM2U1MGJkZVwiLFwiYmIyYjFjNjg3OTJjMTkwOTk5OTU5Nzc3MTc4ZjA2MzZcIl0sXCIzM1wiOltcImU1MTE2ZmI0M2ZmMTk5NjlkMWUxMjFmZjMxMTc3MjZmXCIsXCIwODdhNjk0OThhNzcxMTFmNjcyNTFlYTdhODBmZmU0NlwiXSxcIjM0XCI6W1wiOWVlYmUxZTQ4ODQ0ZTM5YmRkMTEwY2I4N2MwNDM0OWFcIixcImU3MTcwYjEwNmEwMWMzOGQwZTI2OWQ0ODczNzIzNzcxXCJdLFwiNDFcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl0sXCIzNlwiOltcIjlhMmEwNThhM2RmNmZhM2JlNDhhZjBkNzgyOGE4MmU5XCIsXCJmOWQ3MDA0OTE4MTVjOTU5YjcwMGFmNDc3MWNmYmZkOFwiLFwiNDYxZjM5YzhkOTgxY2MwZDc2ZmFkNTZlNTJhN2NhZGNcIixcIjNkZjg0MTE3ZWE5NWVkZDQzZjNlMDlhMjhjM2E1ZDRjXCJdLFwiMzdcIjpbXCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIl19IiwiZTNhYTFiMGI0ZmM5N2MzMDY0MTg3NTJjODY0M2EyYWMiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"131\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:15','2023-09-12 17:27:15','',1360,'https://orchidcitybrass.org/?p=2570',0,'revision','',0),(2571,1,'2023-09-12 18:27:15','2023-09-12 17:27:15','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:15','2023-09-12 17:27:15','',1360,'https://orchidcitybrass.org/?p=2571',0,'revision','',0),(2572,1,'2023-09-12 18:27:25','2023-09-12 17:27:25','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:25','2023-09-12 17:27:25','',1360,'https://orchidcitybrass.org/?p=2572',0,'revision','',0),(2573,1,'2023-09-12 18:27:25','2023-09-12 17:27:25','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:25','2023-09-12 17:27:25','',1360,'https://orchidcitybrass.org/?p=2573',0,'revision','',0),(2574,1,'2023-09-12 18:27:26','2023-09-12 17:27:26','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:27:26','2023-09-12 17:27:26','',1360,'https://orchidcitybrass.org/?p=2574',0,'revision','',0),(2575,1,'2023-09-12 18:33:13','2023-09-12 17:33:13','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:33:13','2023-09-12 17:33:13','',1360,'https://orchidcitybrass.org/?p=2575',0,'revision','',0),(2576,1,'2023-09-12 18:33:13','2023-09-12 17:33:13','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:33:13','2023-09-12 17:33:13','',1360,'https://orchidcitybrass.org/?p=2576',0,'revision','',0),(2577,1,'2023-09-12 18:33:13','2023-09-12 17:33:13','<h2>JOIN THE BAND</h2>		\n							<h5>\n				Orchid city BRASS BAND				</h5>\n                                                    <h3>\n                                MEMBERSHIP INQUIRY                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_1\' id=\'gform_1\'  action=\'/wp-admin/admin-ajax.php#gf_1\' data-formid=\'1\' novalidate>\n        	<p>Step 1 of 3 - Personal Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_1_7\"   data-js-reload=\"field_1_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_1_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_1_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_1_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_1_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_8\' >Email(Required)</label>\n                            <input name=\'input_8\' id=\'input_1_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_1_9\' >Phone(Required)</label><input name=\'input_9\' id=\'input_1_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_1_12\' >Instrument(Required)</label><input name=\'input_12\' id=\'input_1_12\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Instrument *\' aria-required=\"true\" aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_1_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"2\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_1_21\"   data-js-reload=\"field_1_21\"><legend class=\'gfield_label gform-field-label\'  >Do you have previous Brass Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'Yes\'  id=\'choice_1_21_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_0\' id=\'label_1_21_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_21\' type=\'radio\' value=\'No\'  id=\'choice_1_21_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_21_1\' id=\'label_1_21_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_22\"   data-js-reload=\"field_1_22\"><legend class=\'gfield_label gform-field-label\'  >Do you have experience as a professional musician?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'Yes\'  id=\'choice_1_22_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_0\' id=\'label_1_22_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_22\' type=\'radio\' value=\'No\'  id=\'choice_1_22_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_22_1\' id=\'label_1_22_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_23\"   data-js-reload=\"field_1_23\"><legend class=\'gfield_label gform-field-label\'  >Do you have College or Community Band experience?(Required)</legend>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'Yes\'  id=\'choice_1_23_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_0\' id=\'label_1_23_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_23\' type=\'radio\' value=\'No\'  id=\'choice_1_23_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_23_1\' id=\'label_1_23_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_26\' >Please provide details about your above listed experiences.(Required)</label><input name=\'input_26\' id=\'input_1_26\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_27\' >Please provide details about your musical training and experience.(Required)</label><input name=\'input_27\' id=\'input_1_27\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_27\"   aria-required=\"true\" aria-invalid=\"false\"   /> Music Performance or Education degree? School? University Instructors? Local Teachers? Awards or Commendations for musical performance? etc.\n                        <input type=\'button\' id=\'gform_previous_button_1_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"1\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_1_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_1\").val(\"3\");  jQuery(\"#gform_1\").trigger(\"submit\",[true]); } \' /> \n                        <H4>For Cornet Players</H4><fieldset id=\"field_1_30\"   data-js-reload=\"field_1_30\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Do you own a cornet?\'  id=\'choice_1_30_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_0\' id=\'label_1_30_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a cornet?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Shepherd&#039;s crook (British style)?\'  id=\'choice_1_30_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_1\' id=\'label_1_30_1\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Shepherd\'s crook (British style)?</label>\n					<input class=\'gfield-choice-input\' name=\'input_30\' type=\'radio\' value=\'Is it a Long Cornet (American style)?\'  id=\'choice_1_30_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_30_2\' id=\'label_1_30_2\' class=\'gform-field-label gform-field-label--type-inline\'>Is it a Long Cornet (American style)?</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_31\' >What type of mouthpiece(s) do you use on the cornet?</label><input name=\'input_31\' id=\'input_1_31\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_1_32\' >What brand and model cornet do you own?</label><input name=\'input_32\' id=\'input_1_32\' type=\'text\' value=\'\' class=\'large\'  aria-describedby=\"gfield_description_1_32\"    aria-invalid=\"false\"   /> Shepherds crook style is preferred.<H4>For Tenor Horn Players</H4><fieldset id=\"field_1_33\"   data-js-reload=\"field_1_33\"><legend class=\'gfield_label gform-field-label\'  >Mark all that apply:</legend>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Tenor Horn?\'  id=\'choice_1_33_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_0\' id=\'label_1_33_0\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Tenor Horn?</label>\n					<input class=\'gfield-choice-input\' name=\'input_33\' type=\'radio\' value=\'Do you own a Mouthpiece\'  id=\'choice_1_33_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_33_1\' id=\'label_1_33_1\' class=\'gform-field-label gform-field-label--type-inline\'>Do you own a Mouthpiece</label>\n			</fieldset><H4>For Baritone Horn Players</H4><fieldset id=\"field_1_34\"   data-js-reload=\"field_1_34\"><legend class=\'gfield_label gform-field-label\'  >Do you own a British-style (small bore) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'Yes\'  id=\'choice_1_34_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_0\' id=\'label_1_34_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_34\' type=\'radio\' value=\'No\'  id=\'choice_1_34_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_34_1\' id=\'label_1_34_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><fieldset id=\"field_1_41\"   data-js-reload=\"field_1_41\"><legend class=\'gfield_label gform-field-label\'  >Is it a fully-compensated (4 valve) Baritone?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'Yes\'  id=\'choice_1_41_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_0\' id=\'label_1_41_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_41\' type=\'radio\' value=\'No\'  id=\'choice_1_41_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_41_1\' id=\'label_1_41_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><H4>For Bass (Tuba) Players</H4><fieldset id=\"field_1_36\"   data-js-reload=\"field_1_36\"><legend class=\'gfield_label gform-field-label\'  >What type (pitch) of Tuba do you own?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Eb\'  id=\'choice_1_36_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_0\' id=\'label_1_36_0\' class=\'gform-field-label gform-field-label--type-inline\'>Eb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'Bb\'  id=\'choice_1_36_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_1\' id=\'label_1_36_1\' class=\'gform-field-label gform-field-label--type-inline\'>Bb</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'F\'  id=\'choice_1_36_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_2\' id=\'label_1_36_2\' class=\'gform-field-label gform-field-label--type-inline\'>F</label>\n					<input class=\'gfield-choice-input\' name=\'input_36\' type=\'radio\' value=\'C\'  id=\'choice_1_36_3\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_36_3\' id=\'label_1_36_3\' class=\'gform-field-label gform-field-label--type-inline\'>C</label>\n			</fieldset><fieldset id=\"field_1_37\"   data-js-reload=\"field_1_37\"><legend class=\'gfield_label gform-field-label\'  >Are you experienced reading a treble clef part?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'Yes\'  id=\'choice_1_37_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_0\' id=\'label_1_37_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_37\' type=\'radio\' value=\'No\'  id=\'choice_1_37_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_1_37_1\' id=\'label_1_37_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n			</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_1_38\' >Comments</label><textarea name=\'input_38\' id=\'input_1_38\' class=\'textarea medium\'      aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n        <input type=\'submit\' id=\'gform_previous_button_1\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_1\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=1&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_1\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_1\' value=\'WyJ7XCIyMVwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiXSxcIjIyXCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiMjNcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzMFwiOltcIjY5MGYzMzE3ZjRkNjIzOTM5ZDcyZDZmNzM5MTE4MDVjXCIsXCJhYjVlYjc2ZDliODU0ZjA4OGNkYWUzYjQ2Njk0NmZmM1wiLFwiMGU3Y2IwMjEyMzRiYmVlNTkyNzJkOGJlODMwMGEyMzZcIl0sXCIzM1wiOltcImI4YmFmYmYyYmFjZGM1YWZkYmM4ZWNmYmY0ODU2Mzk3XCIsXCI0YzE4ODJkOGQ0ODQwODAxYjk4NGM3ZDY3ZjZkOWJiOFwiXSxcIjM0XCI6W1wiODIwMWM3ZDFhZGY4MzRkOTljMGY4ZGUyYWE0ODEzMmJcIixcIjRmMWQ1YTI1YTVkYzM2MDk2ZTUzNDMzMDIyMThkZTY1XCJdLFwiNDFcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl0sXCIzNlwiOltcIjc4ODYzYzNiYzZlMTdkMmU0MTUzMzdjMTI1NTVjNWI1XCIsXCI3ZWNkOGE0NmU2NDc2Y2RjNGMyYjUyM2FlZGExMWM2MFwiLFwiNDM0YmFkNmEwMjhiYWI1ZmJhZjcyODk3ZTJkMzM4YjhcIixcIjdmZGU0NTVhYjJmNmZkMWQ0M2JkMzk4NDBkNTVmN2RjXCJdLFwiMzdcIjpbXCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIl19IiwiYjY3ZWY5ZDZiODllZTRjMWZkOTlhMWNmMDQ4ZTUyYzkiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_1\' id=\'gform_target_page_number_1\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_1\' id=\'gform_source_page_number_1\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_1\' id=\'gform_ajax_frame_1\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Join the Band','','inherit','closed','closed','','1360-revision-v1','','','2023-09-12 18:33:13','2023-09-12 17:33:13','',1360,'https://orchidcitybrass.org/?p=2577',0,'revision','',0),(2578,1,'2023-09-12 18:39:50','2023-09-12 17:39:50','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-12 17:39:50\"\n    }\n}','','','trash','closed','closed','','ee40bc6e-c194-4e09-83bf-d0302a0f4fb9','','','2023-09-12 18:39:50','2023-09-12 17:39:50','',0,'https://orchidcitybrass.org/?p=2578',0,'customize_changeset','',0),(2579,1,'2023-09-12 18:39:50','2023-09-12 17:39:50','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-12 18:39:50','2023-09-12 17:39:50','',1404,'https://orchidcitybrass.org/?p=2579',0,'revision','',0),(2580,1,'2023-09-12 18:45:39','2023-09-12 17:45:39','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3\\n{\\n\\tpadding:0px;\\t\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-12 17:45:39\"\n    }\n}','','','trash','closed','closed','','82e55caf-4e61-4b6b-a7f0-7763042cfefc','','','2023-09-12 18:45:39','2023-09-12 17:45:39','',0,'https://orchidcitybrass.org/?p=2580',0,'customize_changeset','',0),(2581,1,'2023-09-12 18:45:39','2023-09-12 17:45:39','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3\n{\n	padding:0px;	\n}\n','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-12 18:45:39','2023-09-12 17:45:39','',1404,'https://orchidcitybrass.org/?p=2581',0,'revision','',0),(2582,1,'2023-09-12 18:45:53','2023-09-12 17:45:53','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-12 17:45:53\"\n    }\n}','','','trash','closed','closed','','09f467fa-6884-4ac4-87dc-febd7aef5549','','','2023-09-12 18:45:53','2023-09-12 17:45:53','',0,'https://orchidcitybrass.org/09f467fa-6884-4ac4-87dc-febd7aef5549/',0,'customize_changeset','',0),(2583,1,'2023-09-12 18:45:53','2023-09-12 17:45:53','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\n','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-12 18:45:53','2023-09-12 17:45:53','',1404,'https://orchidcitybrass.org/?p=2583',0,'revision','',0),(2584,1,'2023-09-12 18:52:15','2023-09-12 17:52:15','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>HIRE US</h1>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_39\' >Best time to call</label><input name=\'input_39\' id=\'input_4_39\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   />\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCJlMzUwZDY4ZTE5MWI4YmU3MWUyMmVjODljN2Q4Yzg2MlwiLFwiNDkuMlwiOlwiN2QwOGRjNzg4MjMwZmMxMGNkNjg2ZjlkZGY1YWYyNzVcIixcIjQ5LjNcIjpcIjhlNmMyMzU5NDQ5MWIwMjI0ZjJlZmM3NmFkNWJkZGUxXCIsXCI1MC4xXCI6XCI5ZTM4MTUxNDI0OWQ3ZjJiYzUxMWUxZmNmYzFhMWYzOFwiLFwiNTAuMlwiOlwiYzE4ZTVjYWY0NjM0YzE3MmVmZWMzNDA0YWM4NjFiZjdcIixcIjUwLjNcIjpcIjdlYzlhNzE5OTljNTYyOWZhMTZmMjgwNmQzYWMwYzYwXCIsXCI1M1wiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiLFwiZmNmYzBmOTMzMWRhYzYwOTc2NDcwNDMxNmViNmRkMzFcIl0sXCI1OFwiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiLFwiZmNmYzBmOTMzMWRhYzYwOTc2NDcwNDMxNmViNmRkMzFcIl0sXCI2MC4xXCI6XCIyMDk2Mjc0NzZlMDI0ODcyOWMxODU2NzhjMjdmY2JkYVwiLFwiNjAuMlwiOlwiNGU5YjA3NGQzOTcyOTU2Yzg3MjdiYmE2NGQwY2M1OTdcIixcIjYwLjNcIjpcIjMxYjI4ZTk3MTViNTYzMWEyNjk1NWM1ODIwYjM2N2I0XCIsXCI2Mi4xXCI6XCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiNjIuMlwiOlwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIixcIjYyLjNcIjpcIjg0MjlmYzhkNTRkMDRlNTI2MDRjNGFlNWYxMTA2OTg5XCIsXCI2OC4xXCI6XCI1ZjIzM2M4NzU5NTg5M2ExMjFlMDVkZjNkYzEzMWZjYlwiLFwiNjguMlwiOlwiMzFkZGNjOGJlOTUxYmJjODM5OTUyMTZhMzk3NDkyZGRcIixcIjY4LjNcIjpcImY4NjM4M2M2ODcxZjE3MDA3MjliMDQyOTViYWUxNDYwXCIsXCI2OC40XCI6XCI5ZjUwOWVmZWE1YzQzMmIwZmZmMTRmZDczYWZmYjk0M1wiLFwiNjguNVwiOlwiNjdhNzBiYzlhNTExMWE1OGY4MTYyNDU2YmRjMzExMTdcIixcIjY4LjZcIjpcImNhMzhiOTJkODg0ZDQ2OTc1Yjg1ZmE4MjZjNTBkMTRlXCIsXCI2OC43XCI6XCIzMzFiMTg4MTlkMTM1OGQyMGE1NjE1ZmY4YTE4OWYyNVwiLFwiNjguOFwiOlwiNmRkZjhmYjNkOThmNjE5ZTdhZDVhNzYyNGQxMzkxNDJcIixcIjY4LjlcIjpcImNmZjRmYTdlODMxNzE0MzhjODQzMGRlNDFmN2YyODU1XCIsXCI2OC4xMVwiOlwiZWFjZjUxNWQyZjJiYmE3ZmZjN2ZiMzlkZjY1ZjZjZTFcIixcIjY4LjEyXCI6XCIxYmU1N2Q3Mzk5MDMzYThjYzJiYTQ0Zjc1MDAwZDA3NlwiLFwiNjguMTNcIjpcIjllNWIxZGY0ZmQ0NjQxNjgyYTE4NWQ5ZjYzZDBiZDFlXCIsXCI2OS4xXCI6XCIyM2YxY2ViY2JhOWY2YzNhZWM3N2U0N2QwOGY0YWEwOVwiLFwiNjkuMlwiOlwiOTY1MWZiYmE2MjhjNzIyOGVhMmQ0NTQwMTA3YzBhZDhcIixcIjY5LjNcIjpcIjM2MjAwZWQ0MWVhNDkzN2VjNjA0ODE0Y2JmOGEzOWM2XCIsXCI2OS40XCI6XCIzNmQ5ZjBlYzlkOTdkYTBhNWY2YWRmNTlmZTRiYjA0ZlwiLFwiNjkuNVwiOlwiNTg1YmJjY2EzZWFiMWQwMGQyODE1NWZjMDQyNjM4YmZcIixcIjY5LjZcIjpcIjZkMzk0NjZjN2M1NmE4NGQxNDVmZDJjZmM4MThjZTU2XCJ9IiwiYzZiYzQ4ZjlhNjNhNTBiZjZhMTU1YzY1MmU1YWMzMmYiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"166\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-12 18:52:15','2023-09-12 17:52:15','',256,'https://orchidcitybrass.org/?p=2584',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2585,1,'2023-09-12 18:52:15','2023-09-12 17:52:15','<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>HIRE US</h1>		\n			<style>/*! elementor - v3.15.0 - 09-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_39\' >Best time to call</label><input name=\'input_39\' id=\'input_4_39\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   />\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCJlMzUwZDY4ZTE5MWI4YmU3MWUyMmVjODljN2Q4Yzg2MlwiLFwiNDkuMlwiOlwiN2QwOGRjNzg4MjMwZmMxMGNkNjg2ZjlkZGY1YWYyNzVcIixcIjQ5LjNcIjpcIjhlNmMyMzU5NDQ5MWIwMjI0ZjJlZmM3NmFkNWJkZGUxXCIsXCI1MC4xXCI6XCI5ZTM4MTUxNDI0OWQ3ZjJiYzUxMWUxZmNmYzFhMWYzOFwiLFwiNTAuMlwiOlwiYzE4ZTVjYWY0NjM0YzE3MmVmZWMzNDA0YWM4NjFiZjdcIixcIjUwLjNcIjpcIjdlYzlhNzE5OTljNTYyOWZhMTZmMjgwNmQzYWMwYzYwXCIsXCI1M1wiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiLFwiZmNmYzBmOTMzMWRhYzYwOTc2NDcwNDMxNmViNmRkMzFcIl0sXCI1OFwiOltcIjllZWJlMWU0ODg0NGUzOWJkZDExMGNiODdjMDQzNDlhXCIsXCJlNzE3MGIxMDZhMDFjMzhkMGUyNjlkNDg3MzcyMzc3MVwiLFwiZmNmYzBmOTMzMWRhYzYwOTc2NDcwNDMxNmViNmRkMzFcIl0sXCI2MC4xXCI6XCIyMDk2Mjc0NzZlMDI0ODcyOWMxODU2NzhjMjdmY2JkYVwiLFwiNjAuMlwiOlwiNGU5YjA3NGQzOTcyOTU2Yzg3MjdiYmE2NGQwY2M1OTdcIixcIjYwLjNcIjpcIjMxYjI4ZTk3MTViNTYzMWEyNjk1NWM1ODIwYjM2N2I0XCIsXCI2Mi4xXCI6XCI5ZWViZTFlNDg4NDRlMzliZGQxMTBjYjg3YzA0MzQ5YVwiLFwiNjIuMlwiOlwiZTcxNzBiMTA2YTAxYzM4ZDBlMjY5ZDQ4NzM3MjM3NzFcIixcIjYyLjNcIjpcIjg0MjlmYzhkNTRkMDRlNTI2MDRjNGFlNWYxMTA2OTg5XCIsXCI2OC4xXCI6XCI1ZjIzM2M4NzU5NTg5M2ExMjFlMDVkZjNkYzEzMWZjYlwiLFwiNjguMlwiOlwiMzFkZGNjOGJlOTUxYmJjODM5OTUyMTZhMzk3NDkyZGRcIixcIjY4LjNcIjpcImY4NjM4M2M2ODcxZjE3MDA3MjliMDQyOTViYWUxNDYwXCIsXCI2OC40XCI6XCI5ZjUwOWVmZWE1YzQzMmIwZmZmMTRmZDczYWZmYjk0M1wiLFwiNjguNVwiOlwiNjdhNzBiYzlhNTExMWE1OGY4MTYyNDU2YmRjMzExMTdcIixcIjY4LjZcIjpcImNhMzhiOTJkODg0ZDQ2OTc1Yjg1ZmE4MjZjNTBkMTRlXCIsXCI2OC43XCI6XCIzMzFiMTg4MTlkMTM1OGQyMGE1NjE1ZmY4YTE4OWYyNVwiLFwiNjguOFwiOlwiNmRkZjhmYjNkOThmNjE5ZTdhZDVhNzYyNGQxMzkxNDJcIixcIjY4LjlcIjpcImNmZjRmYTdlODMxNzE0MzhjODQzMGRlNDFmN2YyODU1XCIsXCI2OC4xMVwiOlwiZWFjZjUxNWQyZjJiYmE3ZmZjN2ZiMzlkZjY1ZjZjZTFcIixcIjY4LjEyXCI6XCIxYmU1N2Q3Mzk5MDMzYThjYzJiYTQ0Zjc1MDAwZDA3NlwiLFwiNjguMTNcIjpcIjllNWIxZGY0ZmQ0NjQxNjgyYTE4NWQ5ZjYzZDBiZDFlXCIsXCI2OS4xXCI6XCIyM2YxY2ViY2JhOWY2YzNhZWM3N2U0N2QwOGY0YWEwOVwiLFwiNjkuMlwiOlwiOTY1MWZiYmE2MjhjNzIyOGVhMmQ0NTQwMTA3YzBhZDhcIixcIjY5LjNcIjpcIjM2MjAwZWQ0MWVhNDkzN2VjNjA0ODE0Y2JmOGEzOWM2XCIsXCI2OS40XCI6XCIzNmQ5ZjBlYzlkOTdkYTBhNWY2YWRmNTlmZTRiYjA0ZlwiLFwiNjkuNVwiOlwiNTg1YmJjY2EzZWFiMWQwMGQyODE1NWZjMDQyNjM4YmZcIixcIjY5LjZcIjpcIjZkMzk0NjZjN2M1NmE4NGQxNDVmZDJjZmM4MThjZTU2XCJ9IiwiYzZiYzQ4ZjlhNjNhNTBiZjZhMTU1YzY1MmU1YWMzMmYiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        <p style=\"display: none !important;\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"></textarea></label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"166\"/></p></form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-12 18:52:15','2023-09-12 17:52:15','',256,'https://orchidcitybrass.org/?p=2585',0,'revision','',0),(2586,1,'2023-09-12 18:52:15','2023-09-12 17:52:15','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-12 18:52:15','2023-09-12 17:52:15','',256,'https://orchidcitybrass.org/?p=2586',0,'revision','',0),(2588,1,'2023-09-13 16:04:15','2023-09-13 15:04:15','','DSC_9823','','inherit','open','closed','','dsc_9823','','','2023-09-13 16:04:15','2023-09-13 15:04:15','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/DSC_9823.jpeg',0,'attachment','image/jpeg',0),(2589,1,'2023-09-13 16:04:16','2023-09-13 15:04:16','','DSC_4127','','inherit','open','closed','','dsc_4127','','','2023-09-13 16:04:16','2023-09-13 15:04:16','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/DSC_4127.jpg',0,'attachment','image/jpeg',0),(2590,1,'2023-09-13 16:04:16','2023-09-13 15:04:16','','jack crop','','inherit','open','closed','','jack-crop','','','2023-09-13 16:04:16','2023-09-13 15:04:16','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/jack-crop.jpeg',0,'attachment','image/jpeg',0),(2591,1,'2023-09-13 16:04:18','2023-09-13 15:04:18','','ocbb group2 (Nicholass-iMac\'s conflicted copy 2022-08-22)','','inherit','open','closed','','ocbb-group2-nicholass-imacs-conflicted-copy-2022-08-22','','','2023-09-13 16:04:18','2023-09-13 15:04:18','',0,'https://orchidcitybrass.org/wp-content/uploads/2023/09/ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22.jpeg',0,'attachment','image/jpeg',0),(2592,1,'2023-09-13 16:13:17','2023-09-13 15:13:17','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-13 16:13:17','2023-09-13 15:13:17','',1480,'https://orchidcitybrass.org/?p=2592',0,'revision','',0),(2593,1,'2023-09-13 16:13:17','2023-09-13 15:13:17','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-13 16:13:17','2023-09-13 15:13:17','',1480,'https://orchidcitybrass.org/?p=2593',0,'revision','',0),(2594,1,'2023-09-13 16:13:18','2023-09-13 15:13:18','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-13 16:13:18','2023-09-13 15:13:18','',1480,'https://orchidcitybrass.org/?p=2594',0,'revision','',0),(2595,1,'2023-09-13 17:00:01','2023-09-13 16:00:01','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-13 17:00:01','2023-09-13 16:00:01','',256,'https://orchidcitybrass.org/?p=2595',0,'revision','',0),(2596,1,'2023-09-13 17:00:01','2023-09-13 16:00:01','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-13 17:00:01','2023-09-13 16:00:01','',256,'https://orchidcitybrass.org/?p=2596',0,'revision','',0),(2597,1,'2023-09-13 17:00:02','2023-09-13 16:00:02','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-13 17:00:02','2023-09-13 16:00:02','',256,'https://orchidcitybrass.org/?p=2597',0,'revision','',0),(2598,1,'2023-09-13 17:01:25','2023-09-13 16:01:25','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-13 17:01:25','2023-09-13 16:01:25','',580,'https://orchidcitybrass.org/?p=2598',0,'revision','',0),(2599,1,'2023-09-13 17:01:25','2023-09-13 16:01:25','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-13 17:01:25','2023-09-13 16:01:25','',580,'https://orchidcitybrass.org/?p=2599',0,'revision','',0),(2600,1,'2023-09-13 17:01:26','2023-09-13 16:01:26','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-13 17:01:26','2023-09-13 16:01:26','',580,'https://orchidcitybrass.org/?p=2600',0,'revision','',0),(2601,1,'2023-09-13 17:02:31','2023-09-13 16:02:31','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-13 17:02:31','2023-09-13 16:02:31','',1483,'https://orchidcitybrass.org/?p=2601',0,'revision','',0),(2602,1,'2023-09-13 17:02:31','2023-09-13 16:02:31','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-13 17:02:31','2023-09-13 16:02:31','',1483,'https://orchidcitybrass.org/?p=2602',0,'revision','',0),(2603,1,'2023-09-13 17:02:32','2023-09-13 16:02:32','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-13 17:02:32','2023-09-13 16:02:32','',1483,'https://orchidcitybrass.org/?p=2603',0,'revision','',0),(2604,1,'2023-09-13 17:49:56','2023-09-13 16:49:56','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:49:56','2023-09-13 16:49:56','',625,'https://orchidcitybrass.org/?p=2604',0,'revision','',0),(2605,1,'2023-09-13 17:49:57','2023-09-13 16:49:57','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:49:57','2023-09-13 16:49:57','',625,'https://orchidcitybrass.org/?p=2605',0,'revision','',0),(2606,1,'2023-09-13 17:49:57','2023-09-13 16:49:57','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:49:57','2023-09-13 16:49:57','',625,'https://orchidcitybrass.org/?p=2606',0,'revision','',0),(2607,1,'2023-09-13 17:50:50','2023-09-13 16:50:50','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:50:50','2023-09-13 16:50:50','',625,'https://orchidcitybrass.org/?p=2607',0,'revision','',0),(2608,1,'2023-09-13 17:50:50','2023-09-13 16:50:50','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        MOVIE NIGHT\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A SALUTE TO VETERANS\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:50:50','2023-09-13 16:50:50','',625,'https://orchidcitybrass.org/?p=2608',0,'revision','',0),(2609,1,'2023-09-13 17:50:51','2023-09-13 16:50:51','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Movie Night\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        \'Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A Salute to Veterans\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-13 17:50:51','2023-09-13 16:50:51','',625,'https://orchidcitybrass.org/?p=2609',0,'revision','',0),(2610,1,'2023-09-13 20:05:21','2023-09-13 19:05:21','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Sherwood Graham','','inherit','closed','closed','','1967-revision-v1','','','2023-09-13 20:05:21','2023-09-13 19:05:21','',1967,'https://orchidcitybrass.org/?p=2610',0,'revision','',0),(2611,1,'2023-09-13 20:05:57','2023-09-13 19:05:57','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Katherine Rodriguez*','','inherit','closed','closed','','1971-revision-v1','','','2023-09-13 20:05:57','2023-09-13 19:05:57','',1971,'https://orchidcitybrass.org/?p=2611',0,'revision','',0),(2612,1,'2023-09-13 20:06:25','2023-09-13 19:06:25','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Patrick Hengstler','','inherit','closed','closed','','1969-revision-v1','','','2023-09-13 20:06:25','2023-09-13 19:06:25','',1969,'https://orchidcitybrass.org/?p=2612',0,'revision','',0),(2613,1,'2023-09-13 20:08:18','2023-09-13 19:08:18','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Sarah Shearon-Smith*','','inherit','closed','closed','','1961-revision-v1','','','2023-09-13 20:08:18','2023-09-13 19:08:18','',1961,'https://orchidcitybrass.org/?p=2613',0,'revision','',0),(2614,1,'2023-09-13 20:08:36','2023-09-13 19:08:36','(Baritone Horn) is one of the founding directors of the Orchid City Brass Band, bringing over a decade of experience with British brass bands. His professional experience includes playing euphonium with the Clyde Beatty-Cole Bros. Circus Band, the New Sousa Band, and various brass ensembles. As a music historian, he has a special interest in historical brass playing, which prompted him to found the Coates Brass Band (Civil War), Newberry’s Victorian Cornet Band (late 19th century), and the Washington Cornett &amp; Sackbut Ensemble. As a college student, he was principal euphonium for the acclaimed Tennessee Tech Tuba-Euphonium Ensemble. His teachers included R. Winston Morris, Daniel Perantoni, and Paul Ebbers. He currently serves on the faculty of Palm Beach Atlantic University as an Associate Professor of Musicology.','Michael O\'Conner','','inherit','closed','closed','','1958-revision-v1','','','2023-09-13 20:08:36','2023-09-13 19:08:36','',1958,'https://orchidcitybrass.org/?p=2614',0,'revision','',0),(2615,1,'2023-09-13 20:09:06','2023-09-13 19:09:06','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Buddy Robson','','inherit','closed','closed','','1956-revision-v1','','','2023-09-13 20:09:06','2023-09-13 19:09:06','',1956,'https://orchidcitybrass.org/?p=2615',0,'revision','',0),(2616,1,'2023-09-13 20:09:24','2023-09-13 19:09:24','(Tenor Horn) attended Florida State University and graduated magna cum laude with a Bachelor of Music Education and a Bachelor of Music in Horn Performance. She has performed as a member of the world-renowned Florida State University Marching Chiefs serving as the Head Drum Major, as well as the Boston Crusaders Drum and Bugle Corps serving as Section Leader and Soloist. Currently she is the Director of Bands at Boca Raton High School.','Jennifer Girdlestone','','inherit','closed','closed','','1953-revision-v1','','','2023-09-13 20:09:24','2023-09-13 19:09:24','',1953,'https://orchidcitybrass.org/?p=2616',0,'revision','',0),(2617,1,'2023-09-13 20:09:55','2023-09-13 19:09:55','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.','Ransom Miller','','inherit','closed','closed','','1949-revision-v1','','','2023-09-13 20:09:55','2023-09-13 19:09:55','',1949,'https://orchidcitybrass.org/?p=2617',0,'revision','',0),(2618,1,'2023-09-14 05:33:51','2023-09-14 04:33:51','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:51','2023-09-14 04:33:51','',1485,'https://orchidcitybrass.org/?p=2618',0,'revision','',0),(2619,1,'2023-09-14 05:33:51','2023-09-14 04:33:51','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:51','2023-09-14 04:33:51','',1485,'https://orchidcitybrass.org/?p=2619',0,'revision','',0),(2620,1,'2023-09-14 05:33:52','2023-09-14 04:33:52','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:52','2023-09-14 04:33:52','',1485,'https://orchidcitybrass.org/?p=2620',0,'revision','',0),(2621,1,'2023-09-14 05:33:58','2023-09-14 04:33:58','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:58','2023-09-14 04:33:58','',1485,'https://orchidcitybrass.org/?p=2621',0,'revision','',0),(2622,1,'2023-09-14 05:33:58','2023-09-14 04:33:58','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:58','2023-09-14 04:33:58','',1485,'https://orchidcitybrass.org/?p=2622',0,'revision','',0),(2623,1,'2023-09-14 05:33:59','2023-09-14 04:33:59','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:33:59','2023-09-14 04:33:59','',1485,'https://orchidcitybrass.org/?p=2623',0,'revision','',0),(2624,1,'2023-09-14 05:34:42','2023-09-14 04:34:42','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:34:42','2023-09-14 04:34:42','',1485,'https://orchidcitybrass.org/?p=2624',0,'revision','',0),(2625,1,'2023-09-14 05:34:43','2023-09-14 04:34:43','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:34:43','2023-09-14 04:34:43','',1485,'https://orchidcitybrass.org/?p=2625',0,'revision','',0),(2626,1,'2023-09-14 05:34:43','2023-09-14 04:34:43','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 05:34:43','2023-09-14 04:34:43','',1485,'https://orchidcitybrass.org/?p=2626',0,'revision','',0),(2627,1,'2023-09-14 05:42:39','2023-09-14 04:42:39','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3\\n{\\n\\tpadding:18px 5px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:42:39\"\n    }\n}','','','trash','closed','closed','','89e4fb09-c4b5-4ef2-b907-36ef221e2748','','','2023-09-14 05:42:39','2023-09-14 04:42:39','',0,'https://orchidcitybrass.org/89e4fb09-c4b5-4ef2-b907-36ef221e2748/',0,'customize_changeset','',0),(2628,1,'2023-09-14 05:42:39','2023-09-14 04:42:39','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3\n{\n	padding:18px 5px;\n}\n','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:42:39','2023-09-14 04:42:39','',1404,'https://orchidcitybrass.org/?p=2628',0,'revision','',0),(2629,1,'2023-09-14 05:43:11','2023-09-14 04:43:11','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1\\n{\\n\\tpadding:18px 10px !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:43:11\"\n    }\n}','','','trash','closed','closed','','d7c1ae3f-2024-471d-be5d-14a0e7ab2a21','','','2023-09-14 05:43:11','2023-09-14 04:43:11','',0,'https://orchidcitybrass.org/d7c1ae3f-2024-471d-be5d-14a0e7ab2a21/',0,'customize_changeset','',0),(2630,1,'2023-09-14 05:43:11','2023-09-14 04:43:11','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1\n{\n	padding:18px 10px !important;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:43:11','2023-09-14 04:43:11','',1404,'https://orchidcitybrass.org/?p=2630',0,'revision','',0),(2631,1,'2023-09-14 05:43:30','2023-09-14 04:43:30','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:43:30\"\n    }\n}','','','trash','closed','closed','','827f40fe-66c0-44ca-a6aa-62edc5e1eb4d','','','2023-09-14 05:43:30','2023-09-14 04:43:30','',0,'https://orchidcitybrass.org/827f40fe-66c0-44ca-a6aa-62edc5e1eb4d/',0,'customize_changeset','',0),(2632,1,'2023-09-14 05:43:30','2023-09-14 04:43:30','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:43:30','2023-09-14 04:43:30','',1404,'https://orchidcitybrass.org/?p=2632',0,'revision','',0),(2633,1,'2023-09-14 05:43:52','2023-09-14 04:43:52','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\\nselect#input_4_7_2\\n{\\n\\tpadding:18px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:43:52\"\n    }\n}','','','trash','closed','closed','','d3dd1c94-966d-403c-bae8-db40ec530931','','','2023-09-14 05:43:52','2023-09-14 04:43:52','',0,'https://orchidcitybrass.org/d3dd1c94-966d-403c-bae8-db40ec530931/',0,'customize_changeset','',0),(2634,1,'2023-09-14 05:43:52','2023-09-14 04:43:52','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2\n{\n	padding:18px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:43:52','2023-09-14 04:43:52','',1404,'https://orchidcitybrass.org/?p=2634',0,'revision','',0),(2635,1,'2023-09-14 05:45:31','2023-09-14 04:45:31','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:45:31','2023-09-14 04:45:31','',256,'https://orchidcitybrass.org/?p=2635',0,'revision','',0),(2636,1,'2023-09-14 05:45:31','2023-09-14 04:45:31','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_77\' >Best Time to Call</label><input name=\'input_77\' id=\'input_4_77\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Best Time to Call\'  aria-invalid=\"false\"   /> \n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:45:31','2023-09-14 04:45:31','',256,'https://orchidcitybrass.org/?p=2636',0,'revision','',0),(2637,1,'2023-09-14 05:45:32','2023-09-14 04:45:32','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:45:32','2023-09-14 04:45:32','',256,'https://orchidcitybrass.org/?p=2637',0,'revision','',0),(2638,1,'2023-09-14 05:46:24','2023-09-14 04:46:24','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\\nselect#input_4_7_2\\n{\\n\\tpadding:18px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:46:24\"\n    }\n}','','','trash','closed','closed','','beedc2c5-fe9b-44a1-a8a0-1e9ab38c6189','','','2023-09-14 05:46:24','2023-09-14 04:46:24','',0,'https://orchidcitybrass.org/?p=2638',0,'customize_changeset','',0),(2639,1,'2023-09-14 05:46:24','2023-09-14 04:46:24','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2\n{\n	padding:18px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:46:24','2023-09-14 04:46:24','',1404,'https://orchidcitybrass.org/?p=2639',0,'revision','',0),(2640,1,'2023-09-14 05:46:49','2023-09-14 04:46:49','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\\nselect#input_4_7_2,select#input_4_55_3,select#input_4_56_3\\n{\\n\\tpadding:18px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:46:49\"\n    }\n}','','','trash','closed','closed','','03035cab-7abb-4b92-80bc-13fbfa7acf4e','','','2023-09-14 05:46:49','2023-09-14 04:46:49','',0,'https://orchidcitybrass.org/03035cab-7abb-4b92-80bc-13fbfa7acf4e/',0,'customize_changeset','',0),(2641,1,'2023-09-14 05:46:49','2023-09-14 04:46:49','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2,select#input_4_55_3,select#input_4_56_3\n{\n	padding:18px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:46:49','2023-09-14 04:46:49','',1404,'https://orchidcitybrass.org/?p=2641',0,'revision','',0),(2642,1,'2023-09-14 05:47:58','2023-09-14 04:47:58','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2,select#input_4_55_3,select#input_4_56_3\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\\nselect#input_4_7_2\\n{\\n\\tpadding:18px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:47:58\"\n    }\n}','','','trash','closed','closed','','f6cca815-6bfe-4958-b860-716777e03b8a','','','2023-09-14 05:47:58','2023-09-14 04:47:58','',0,'https://orchidcitybrass.org/f6cca815-6bfe-4958-b860-716777e03b8a/',0,'customize_changeset','',0),(2643,1,'2023-09-14 05:47:58','2023-09-14 04:47:58','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2,select#input_4_55_3,select#input_4_56_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2\n{\n	padding:18px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:47:58','2023-09-14 04:47:58','',1404,'https://orchidcitybrass.org/?p=2643',0,'revision','',0),(2644,1,'2023-09-14 05:48:34','2023-09-14 04:48:34','{\n    \"custom_css[hello-elementor]\": {\n        \"value\": \".gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\\n{\\n\\tbackground-color:#92288f !important;\\n}\\n\\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n\\n.envato-block__preview{overflow: visible;}\\n/* Material Button Click Effect */\\n.envato-kit-140-material-hit .menu-item a,\\n.envato-kit-140-material-button .elementor-button{\\n  background-position: center;\\n  transition: background 0.8s;\\n}\\n.envato-kit-140-material-hit .menu-item a:hover,\\n.envato-kit-140-material-button .elementor-button:hover{\\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\\n}\\n.envato-kit-140-material-hit .menu-item a:active,\\n.envato-kit-140-material-button .elementor-button:active{\\n  background-color: #FFF;\\n  background-size: 100%;\\n  transition: background 0s;\\n}\\n\\n/* Field Shadow */\\n.envato-kit-140-big-shadow-form .elementor-field-textual{\\n\\tbox-shadow: 0 20px 30px rgba(0,0,0, .05);\\n}\\n\\n/* FAQ */\\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\\n\\tborder-width: 0 0 1px !important;\\n}\\n\\n/* Scrollable Columns */\\n.envato-kit-140-scrollable{\\n\\t height: 100%;\\n   overflow: auto;\\n   overflow-x: hidden;\\n}\\n\\n/* ImageBox: No Space */\\n.envato-kit-140-imagebox-nospace:hover{\\n\\ttransform: scale(1.1);\\n\\ttransition: all 0.3s;\\n}\\n.envato-kit-140-imagebox-nospace figure{\\n\\tline-height: 0;\\n}\\n\\n.envato-kit-140-slide .elementor-slide-content{\\n\\tbackground: #FFF;\\n\\tmargin-left: -60px;\\n\\tpadding: 1em;\\n}\\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\\n\\tpadding: 20px !important;\\n\\ttransition: all .9s;\\n}\\n\\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\\n{\\n\\tpadding:35px 25px !important;\\n}\\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\\n{\\n\\tdisplay:none !important;\\n}\\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\\n\\tdisplay:none !important;\\n}\\nselect#input_4_44_4,select#input_4_45_6\\n{\\n\\tpadding:20px 10px;\\n}\\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\\n{\\n\\tpadding:0px;\\t\\n}\\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2,select#input_4_55_3,select#input_4_56_3\\n{\\n\\tpadding:18px 5px;\\n}\\ninput#input_4_78_1,input#input_4_78_2\\n{\\n\\tpadding:18px 10px !important;\\n}\\nselect#input_4_7_2\\n{\\n\\tpadding:18px;\\n}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-09-14 04:48:34\"\n    }\n}','','','trash','closed','closed','','62a43112-2546-4742-af93-bf284fbd5df9','','','2023-09-14 05:48:34','2023-09-14 04:48:34','',0,'https://orchidcitybrass.org/62a43112-2546-4742-af93-bf284fbd5df9/',0,'customize_changeset','',0),(2645,1,'2023-09-14 05:48:34','2023-09-14 04:48:34','.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue\n{\n	background-color:#92288f !important;\n}\n\n/** Start Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n\n.envato-block__preview{overflow: visible;}\n/* Material Button Click Effect */\n.envato-kit-140-material-hit .menu-item a,\n.envato-kit-140-material-button .elementor-button{\n  background-position: center;\n  transition: background 0.8s;\n}\n.envato-kit-140-material-hit .menu-item a:hover,\n.envato-kit-140-material-button .elementor-button:hover{\n  background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;\n}\n.envato-kit-140-material-hit .menu-item a:active,\n.envato-kit-140-material-button .elementor-button:active{\n  background-color: #FFF;\n  background-size: 100%;\n  transition: background 0s;\n}\n\n/* Field Shadow */\n.envato-kit-140-big-shadow-form .elementor-field-textual{\n	box-shadow: 0 20px 30px rgba(0,0,0, .05);\n}\n\n/* FAQ */\n.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{\n	border-width: 0 0 1px !important;\n}\n\n/* Scrollable Columns */\n.envato-kit-140-scrollable{\n	 height: 100%;\n   overflow: auto;\n   overflow-x: hidden;\n}\n\n/* ImageBox: No Space */\n.envato-kit-140-imagebox-nospace:hover{\n	transform: scale(1.1);\n	transition: all 0.3s;\n}\n.envato-kit-140-imagebox-nospace figure{\n	line-height: 0;\n}\n\n.envato-kit-140-slide .elementor-slide-content{\n	background: #FFF;\n	margin-left: -60px;\n	padding: 1em;\n}\n.envato-kit-140-carousel .slick-active:not(.slick-current)  img{\n	padding: 20px !important;\n	transition: all .9s;\n}\n\n/** End Block Kit CSS: 143-3-7969bb877702491bc5ca272e536ada9d **/\n.ekit-wid-con .elementskit-info-image-box .elementskit-box-body\n{\n	padding:35px 25px !important;\n}\n.x5OjZNVNORAQmNyTmyzOuDYjzYMiIDY\n{\n	display:none !important;\n}\n.elementor-623 .elementor-element.elementor-element-9da65ce .tf-carousel-box .owl-dots {\n	display:none !important;\n}\nselect#input_4_44_4,select#input_4_45_6\n{\n	padding:20px 10px;\n}\ninput#input_4_55_1,input#input_4_55_2,input#input_4_55_3,input#input_4_56_1,input#input_4_56_2,input#input_4_56_3\n{\n	padding:0px;	\n}\nselect#input_4_78_3,input#input_4_55_1,input#input_4_55_2,input#input_4_56_1,input#input_4_56_2,select#input_4_55_3,select#input_4_56_3\n{\n	padding:18px 5px;\n}\ninput#input_4_78_1,input#input_4_78_2\n{\n	padding:18px 10px !important;\n}\nselect#input_4_7_2\n{\n	padding:18px;\n}','hello-elementor','','inherit','closed','closed','','1404-revision-v1','','','2023-09-14 05:48:34','2023-09-14 04:48:34','',1404,'https://orchidcitybrass.org/?p=2645',0,'revision','',0),(2646,1,'2023-09-14 05:48:48','2023-09-14 04:48:48','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:48','2023-09-14 04:48:48','',256,'https://orchidcitybrass.org/?p=2646',0,'revision','',0),(2647,1,'2023-09-14 05:48:48','2023-09-14 04:48:48','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:48','2023-09-14 04:48:48','',256,'https://orchidcitybrass.org/?p=2647',0,'revision','',0),(2648,1,'2023-09-14 05:48:48','2023-09-14 04:48:48','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:48','2023-09-14 04:48:48','',256,'https://orchidcitybrass.org/?p=2648',0,'revision','',0),(2649,1,'2023-09-14 05:48:53','2023-09-14 04:48:53','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:53','2023-09-14 04:48:53','',256,'https://orchidcitybrass.org/?p=2649',0,'revision','',0),(2650,1,'2023-09-14 05:48:53','2023-09-14 04:48:53','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:53','2023-09-14 04:48:53','',256,'https://orchidcitybrass.org/?p=2650',0,'revision','',0),(2651,1,'2023-09-14 05:48:53','2023-09-14 04:48:53','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:48:53','2023-09-14 04:48:53','',256,'https://orchidcitybrass.org/?p=2651',0,'revision','',0),(2652,1,'2023-09-14 05:49:41','2023-09-14 04:49:41','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:49:41','2023-09-14 04:49:41','',256,'https://orchidcitybrass.org/?p=2652',0,'revision','',0),(2653,1,'2023-09-14 05:49:41','2023-09-14 04:49:41','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:49:41','2023-09-14 04:49:41','',256,'https://orchidcitybrass.org/?p=2653',0,'revision','',0),(2654,1,'2023-09-14 05:49:41','2023-09-14 04:49:41','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:49:41','2023-09-14 04:49:41','',256,'https://orchidcitybrass.org/?p=2654',0,'revision','',0),(2655,1,'2023-09-14 05:50:26','2023-09-14 04:50:26','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:50:26','2023-09-14 04:50:26','',256,'https://orchidcitybrass.org/?p=2655',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2656,1,'2023-09-14 05:50:26','2023-09-14 04:50:26','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:50:26','2023-09-14 04:50:26','',256,'https://orchidcitybrass.org/?p=2656',0,'revision','',0),(2657,1,'2023-09-14 05:50:26','2023-09-14 04:50:26','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:50:26','2023-09-14 04:50:26','',256,'https://orchidcitybrass.org/?p=2657',0,'revision','',0),(2658,1,'2023-09-14 05:51:24','2023-09-14 04:51:24','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:51:24','2023-09-14 04:51:24','',256,'https://orchidcitybrass.org/?p=2658',0,'revision','',0),(2659,1,'2023-09-14 05:51:24','2023-09-14 04:51:24','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:51:24','2023-09-14 04:51:24','',256,'https://orchidcitybrass.org/?p=2659',0,'revision','',0),(2660,1,'2023-09-14 05:51:24','2023-09-14 04:51:24','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 05:51:24','2023-09-14 04:51:24','',256,'https://orchidcitybrass.org/?p=2660',0,'revision','',0),(2661,1,'2023-09-14 06:14:33','2023-09-14 05:14:33','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-14 06:14:33','2023-09-14 05:14:33','',50,'https://orchidcitybrass.org/?p=2661',0,'revision','',0),(2662,1,'2023-09-14 06:14:34','2023-09-14 05:14:34','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-14 06:14:34','2023-09-14 05:14:34','',50,'https://orchidcitybrass.org/?p=2662',0,'revision','',0),(2663,1,'2023-09-14 06:14:34','2023-09-14 05:14:34','<h2>ANNOUNCING THE 2023 | 24 CONCERT SEASON!</h2>		\n			<a href=\"https://orchidcitybrass.org/upcoming-events/\">\n						Explore The Season\n					</a>\n			<h2>upcoming concerts &amp; events</h2>		\n		<p>Single concert and full season tickets are on sale online now. Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).</p>		\n					<ul>\n							<li>\n										four great concerts. one great price!\n									</li>\n						</ul>\n			<h2>SEASON TICKETS</h2>		\n					<ul>\n							<li>\n										$75 for season tickets. \n									</li>\n						</ul>\n					<ul>\n							<li>\n										Ticket pricing is $25 in advance (online) or $30 at the door.​\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										NOVEMBER 5, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>LEST WE FORGET</h2>		\n					<ul>\n							<li>\n										Honoring the Spirit of America\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>First Presbyterian Church</b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n					<ul>\n							<li>\n										DECEMBER 18, 2023 | 4:00 PM\n									</li>\n						</ul>\n			<h2>THE SNOWMAN</h2>		\n					<ul>\n							<li>\n										Celebrating the Spirit of the Season\n									</li>\n						</ul>\n					<ul>\n							<li>\n										<b>JupiterFIRST Church</b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\n									</li>\n						</ul>\n			<a href=\"https://orchidcitybrass.ticketspice.com/the-snowman\" target=\"_blank\" rel=\"noopener\">\n						Get Tickets\n					</a>\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png\" alt=\"Slide1\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png\" alt=\"Slide4\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png\" alt=\"Slide3\" /></figure>			\n															<img width=\"1024\" height=\"768\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2-768x576.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />															\n			<h2>ENGAGING &amp; INSPIRING FUTURE GENERATIONS</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.</p>		\n			<a href=\"https://orchidcitybrass.org/education-outreach/\">\n						Our Commitment to Community\n					</a>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>		\n			<h2>our supporters</h2>		\n																<a href=\"https://www.jupiterfirst.org/\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.firstpresnpb.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/5-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://www.salvationarmy.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://inklingcreative.ink/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n																<a href=\"https://pbbandcamp.org/\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"300\" height=\"300\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/4-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Home','','inherit','closed','closed','','50-revision-v1','','','2023-09-14 06:14:34','2023-09-14 05:14:34','',50,'https://orchidcitybrass.org/?p=2663',0,'revision','',0),(2664,1,'2023-09-14 06:55:29','2023-09-14 05:55:29','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Movie Night\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        \'Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A Salute to Veterans\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-14 06:55:29','2023-09-14 05:55:29','',625,'https://orchidcitybrass.org/?p=2664',0,'revision','',0),(2665,1,'2023-09-14 06:55:29','2023-09-14 05:55:29','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Movie Night\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        \'Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A Salute to Veterans\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-14 06:55:29','2023-09-14 05:55:29','',625,'https://orchidcitybrass.org/?p=2665',0,'revision','',0),(2666,1,'2023-09-14 06:55:29','2023-09-14 05:55:29','<h2>concert programs</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>view our concert programs</h2>		\n		<p>The <strong>Orchid City Brass Band</strong> Concert Season typically runs from Veteran’s Day to Mother’s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png\" title=\"\" alt=\"\" loading=\"lazy\" />															\n			<h2>2023-24 - Season 11</h2>		\n			<h2>Coming soon!</h2>		\n			<h2>2022-23 - Season 10</h2>		\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        GAELFORCE\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf\" target=\"_blank\" rel=\"noopener\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        Movie Night\n                    </h3>\n                        SUN MAR 5, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        \'Tis the Season\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>\n                <a href=\"https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\">\n                    <img width=\"1820\" height=\"2810\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png\" alt=\"\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png 1820w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-194x300.png 194w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-663x1024.png 663w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-768x1186.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-995x1536.png 995w, https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans-1326x2048.png 1326w\" sizes=\"(max-width: 1820px) 100vw, 1820px\" />\n                </a>\n                                                <h3>\n                        A Salute to Veterans\n                    </h3>\n                        SUN APR 30, 2023 | 4 PM                    \n                                                            <a href=\"#\">\n                                    View Concert Program\n                                </a>','Concert Programs','','inherit','closed','closed','','625-revision-v1','','','2023-09-14 06:55:29','2023-09-14 05:55:29','',625,'https://orchidcitybrass.org/?p=2666',0,'revision','',0),(2667,1,'2023-09-14 06:56:51','2023-09-14 05:56:51','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 06:56:51','2023-09-14 05:56:51','',576,'https://orchidcitybrass.org/?p=2667',0,'revision','',0),(2668,1,'2023-09-14 06:56:51','2023-09-14 05:56:51','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 06:56:51','2023-09-14 05:56:51','',576,'https://orchidcitybrass.org/?p=2668',0,'revision','',0),(2669,1,'2023-09-14 06:56:51','2023-09-14 05:56:51','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 06:56:51','2023-09-14 05:56:51','',576,'https://orchidcitybrass.org/?p=2669',0,'revision','',0),(2670,1,'2023-09-14 06:59:21','2023-09-14 05:59:21','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>OUR HISTORY</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:21','2023-09-14 05:59:21','',574,'https://orchidcitybrass.org/?p=2670',0,'revision','',0),(2671,1,'2023-09-14 06:59:21','2023-09-14 05:59:21','<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>OUR HISTORY</h2>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n			<style>/*! elementor - v3.15.0 - 20-08-2023 */\n.elementor-widget-image-carousel .swiper,.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}</style>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:21','2023-09-14 05:59:21','',574,'https://orchidcitybrass.org/?p=2671',0,'revision','',0),(2672,1,'2023-09-14 06:59:22','2023-09-14 05:59:22','<h2>OUR HISTORY</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:22','2023-09-14 05:59:22','',574,'https://orchidcitybrass.org/?p=2672',0,'revision','',0),(2673,1,'2023-09-14 06:59:41','2023-09-14 05:59:41','<h2>OUR HISTORY</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:41','2023-09-14 05:59:41','',574,'https://orchidcitybrass.org/?p=2673',0,'revision','',0),(2674,1,'2023-09-14 06:59:41','2023-09-14 05:59:41','<h2>OUR HISTORY</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:41','2023-09-14 05:59:41','',574,'https://orchidcitybrass.org/?p=2674',0,'revision','',0),(2675,1,'2023-09-14 06:59:41','2023-09-14 05:59:41','<h2>OUR HISTORY</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>who is orchid city?</h2>		\n			<h2>where we’ve been  </h2>		\n		<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the “Orchid City,” the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.</p><p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.</p>		\n															<img src=\"https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\" title=\"image-044\" alt=\"image-044\" loading=\"lazy\" />															\n															<img width=\"1397\" height=\"932\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png 1397w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-300x200.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-1024x683.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007-768x512.png 768w\" sizes=\"(max-width: 1397px) 100vw, 1397px\" />															\n		<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.</p>		\n			<h2>where we’re going \n</h2>		\n			<h3>Our Mission\n</h3>		\n		<p>Our <b>mission</b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.</p>		\n			<h3>Our Vision\n</h3>		\n		<p>Our <b>vision</b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.</p>		\n			<h3>Our Purpose\n</h3>		\n		<p>Our <b>purpose</b> is to bring joy, community, and inspiration through the power of music.</p>		\n								<figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure><figure><img src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\" alt=\"SAMSUNG CAMERA PICTURES\" /></figure>			\n		The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','About Us','','inherit','closed','closed','','574-revision-v1','','','2023-09-14 06:59:41','2023-09-14 05:59:41','',574,'https://orchidcitybrass.org/?p=2675',0,'revision','',0),(2676,1,'2023-09-14 07:01:55','2023-09-14 06:01:55','<h2>OUR GENRE</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n															<img width=\"1554\" height=\"985\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png 1554w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-300x190.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1024x649.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-768x487.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1536x974.png 1536w\" sizes=\"(max-width: 1554px) 100vw, 1554px\" />															\n			<h2>what is a brass band?</h2>		\n			<h5>Brass Band History</h5>		\n		<p>The brass band dates back to the early nineteenth century and England’s Industrial Revolution as an outgrowth of the <a href=\"https://simple.wikipedia.org/wiki/Waits\"><b>medieval <em>waits</em></b></a> (public musicians).</p><p>With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.</p><p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.</p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.</p>		\n			<h5>The Uniqueness of a Brass Band</h5>		\n		<p><b>What makes the brass band unique?</b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.</p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.</p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.</p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.</p>		\n			<h5>Brass Band Instrumentation</h5>		\n		The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.		\n			<p><b>1 Eb Soprano Cornet</b></p>		\n		<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.</p>		\n			<p><b>8-10 Bb Cornets</b></p>		\n		<p>The <b>Solo Cornets </b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent. 2-3 Second Cornets and 2-3 Third Cornets fill out the Cornet choir.</p>		\n			<p><b>1 Bb Repiano Cornet</b></p>		\n		<p>The Repiano Cornet is unique to the Brass Band and serves as the “roving linebacker” of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.</p>		\n			<p><b>1 Bb Flugelhorn</b></p>		\n		<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.</p>		\n			<p><b>3 Eb Tenor Horns</b></p>		\n		<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.</p>		\n			<p><b>2 Bb Euphoniums </b></p>		\n		<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.</p>		\n			<p><b>2 Bb Baritones</b></p>		\n		<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.</p>		\n			<p><b>2-3 Bb Tenor Trombones</b></p>		\n		<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.</p>		\n			<p><b>1 Bass Trombone</b></p>		\n		<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.</p>		\n			<p><b>4 Basses (Tubas)</b></p>		\n		<p>2 Eb Tubas and 2 Bb Tubas, ​also known as the “Basses,” give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.</p>		\n			<p><b>3 Percussionists</b></p>		\n		<p>Three Percussionists cover the entire spectrum of percussion instruments.</p>','Our Genre','','inherit','closed','closed','','234-revision-v1','','','2023-09-14 07:01:55','2023-09-14 06:01:55','',234,'https://orchidcitybrass.org/?p=2676',0,'revision','',0),(2677,1,'2023-09-14 07:01:56','2023-09-14 06:01:56','<h2>OUR GENRE</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n															<img width=\"1554\" height=\"985\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png 1554w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-300x190.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1024x649.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-768x487.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1536x974.png 1536w\" sizes=\"(max-width: 1554px) 100vw, 1554px\" />															\n			<h2>what is a brass band?</h2>		\n			<h5>Brass Band History</h5>		\n		<p>The brass band dates back to the early nineteenth century and England’s Industrial Revolution as an outgrowth of the <a href=\"https://simple.wikipedia.org/wiki/Waits\"><b>medieval <em>waits</em></b></a> (public musicians).</p><p>With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.</p><p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.</p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.</p>		\n			<h5>The Uniqueness of a Brass Band</h5>		\n		<p><b>What makes the brass band unique?</b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.</p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.</p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.</p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.</p>		\n			<h5>Brass Band Instrumentation</h5>		\n		The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.		\n			<p><b>1 Eb Soprano Cornet</b></p>		\n		<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.</p>		\n			<p><b>8-10 Bb Cornets</b></p>		\n		<p>The <b>Solo Cornets </b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent. 2-3 Second Cornets and 2-3 Third Cornets fill out the Cornet choir.</p>		\n			<p><b>1 Bb Repiano Cornet</b></p>		\n		<p>The Repiano Cornet is unique to the Brass Band and serves as the “roving linebacker” of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.</p>		\n			<p><b>1 Bb Flugelhorn</b></p>		\n		<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.</p>		\n			<p><b>3 Eb Tenor Horns</b></p>		\n		<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.</p>		\n			<p><b>2 Bb Euphoniums </b></p>		\n		<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.</p>		\n			<p><b>2 Bb Baritones</b></p>		\n		<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.</p>		\n			<p><b>2-3 Bb Tenor Trombones</b></p>		\n		<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.</p>		\n			<p><b>1 Bass Trombone</b></p>		\n		<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.</p>		\n			<p><b>4 Basses (Tubas)</b></p>		\n		<p>2 Eb Tubas and 2 Bb Tubas, ​also known as the “Basses,” give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.</p>		\n			<p><b>3 Percussionists</b></p>		\n		<p>Three Percussionists cover the entire spectrum of percussion instruments.</p>','Our Genre','','inherit','closed','closed','','234-revision-v1','','','2023-09-14 07:01:56','2023-09-14 06:01:56','',234,'https://orchidcitybrass.org/?p=2677',0,'revision','',0),(2678,1,'2023-09-14 07:01:56','2023-09-14 06:01:56','<h2>OUR GENRE</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n															<img width=\"1554\" height=\"985\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png 1554w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-300x190.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1024x649.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-768x487.png 768w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010-1536x974.png 1536w\" sizes=\"(max-width: 1554px) 100vw, 1554px\" />															\n			<h2>what is a brass band?</h2>		\n			<h5>Brass Band History</h5>		\n		<p>The brass band dates back to the early nineteenth century and England’s Industrial Revolution as an outgrowth of the <a href=\"https://simple.wikipedia.org/wiki/Waits\"><b>medieval <em>waits</em></b></a> (public musicians).</p><p>With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.</p><p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.</p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.</p>		\n			<h5>The Uniqueness of a Brass Band</h5>		\n		<p><b>What makes the brass band unique?</b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.</p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.</p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.</p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.</p>		\n			<h5>Brass Band Instrumentation</h5>		\n		The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.		\n			<p><b>1 Eb Soprano Cornet</b></p>		\n		<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.</p>		\n			<p><b>8-10 Bb Cornets</b></p>		\n		<p>The <b>Solo Cornets </b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent. 2-3 Second Cornets and 2-3 Third Cornets fill out the Cornet choir.</p>		\n			<p><b>1 Bb Repiano Cornet</b></p>		\n		<p>The Repiano Cornet is unique to the Brass Band and serves as the “roving linebacker” of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.</p>		\n			<p><b>1 Bb Flugelhorn</b></p>		\n		<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.</p>		\n			<style>/*! elementor - v3.16.0 - 13-09-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}</style>		\n			<p><b>3 Eb Tenor Horns</b></p>		\n		<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.</p>		\n			<p><b>2 Bb Euphoniums </b></p>		\n		<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.</p>		\n			<p><b>2 Bb Baritones</b></p>		\n		<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.</p>		\n			<p><b>2-3 Bb Tenor Trombones</b></p>		\n		<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.</p>		\n			<p><b>1 Bass Trombone</b></p>		\n		<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.</p>		\n			<p><b>4 Basses (Tubas)</b></p>		\n		<p>2 Eb Tubas and 2 Bb Tubas, ​also known as the “Basses,” give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.</p>		\n			<p><b>3 Percussionists</b></p>		\n		<p>Three Percussionists cover the entire spectrum of percussion instruments.</p>','Our Genre','','inherit','closed','closed','','234-revision-v1','','','2023-09-14 07:01:56','2023-09-14 06:01:56','',234,'https://orchidcitybrass.org/?p=2678',0,'revision','',0),(2679,1,'2023-09-14 07:03:20','2023-09-14 06:03:20','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 07:03:20','2023-09-14 06:03:20','',576,'https://orchidcitybrass.org/?p=2679',0,'revision','',0),(2680,1,'2023-09-14 07:03:21','2023-09-14 06:03:21','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 07:03:21','2023-09-14 06:03:21','',576,'https://orchidcitybrass.org/?p=2680',0,'revision','',0),(2681,1,'2023-09-14 07:03:21','2023-09-14 06:03:21','<h2>OUR TEAM</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>OUR BOARD</h2>		\n			<h4>OFFICERS</h4>		\n					<ul>\n							<li>\n										PRESIDENT | James Estes \n									</li>\n								<li>\n										VICE PRESIDENT | Sherwood David Graham\n									</li>\n								<li>\n										SECRETARY & TREASURER | Jennifer Irwin Shaw\n									</li>\n						</ul>\n			<h4>MEMBERS</h4>		\n					<ul>\n							<li>\n										Anthony Aversano\n									</li>\n								<li>\n										Michael O\'Connor\n									</li>\n								<li>\n										Nick Patsis\n									</li>\n								<li>\n										Tom Pearson\n									</li>\n								<li>\n										Eric Singer\n									</li>\n								<li>\n										Wesley Thompson\n									</li>\n						</ul>\n			<h2>OUR DIRECTOR</h2>		\n			<h4>GARY D GREEN</h4>		\n		<p><strong>GARY GREEN</strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band</strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.</p>For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka’s Symphony No. 3 (1991/2007) and Michael Colgrass’ Urban Requiem (1995).Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.		\n															<img width=\"2048\" height=\"1362\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg 2048w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-300x200.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1024x681.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-768x511.jpg 768w, https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010-1536x1022.jpg 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" />															\n		<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director’s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.</p>		\n			<h2>our players</h2>		\n		[ctshowcase id=\"1930\" title=\"Musical Director & Conductor\"]','Our Team','','inherit','closed','closed','','576-revision-v1','','','2023-09-14 07:03:21','2023-09-14 06:03:21','',576,'https://orchidcitybrass.org/?p=2681',0,'revision','',0),(2682,1,'2023-09-14 07:13:36','2023-09-14 06:13:36','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:36','2023-09-14 06:13:36','',578,'https://orchidcitybrass.org/?p=2682',0,'revision','',0),(2683,1,'2023-09-14 07:13:36','2023-09-14 06:13:36','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:36','2023-09-14 06:13:36','',578,'https://orchidcitybrass.org/?p=2683',0,'revision','',0),(2684,1,'2023-09-14 07:13:36','2023-09-14 06:13:36','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:36','2023-09-14 06:13:36','',578,'https://orchidcitybrass.org/?p=2684',0,'revision','',0),(2685,1,'2023-09-14 07:13:57','2023-09-14 06:13:57','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:57','2023-09-14 06:13:57','',578,'https://orchidcitybrass.org/?p=2685',0,'revision','',0),(2686,1,'2023-09-14 07:13:57','2023-09-14 06:13:57','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:57','2023-09-14 06:13:57','',578,'https://orchidcitybrass.org/?p=2686',0,'revision','',0),(2687,1,'2023-09-14 07:13:57','2023-09-14 06:13:57','<h2>ORCHID CITY NEWS</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h2>Orchid City Brass Band</h2>		\n			<h2><font color=\"#92278f\">news and featured events</font></h2>','OCBB News','','inherit','closed','closed','','578-revision-v1','','','2023-09-14 07:13:57','2023-09-14 06:13:57','',578,'https://orchidcitybrass.org/?p=2687',0,'revision','',0),(2689,1,'2023-09-14 07:27:00','2023-09-14 06:27:00','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:00','2023-09-14 06:27:00','',1480,'https://orchidcitybrass.org/?p=2689',0,'revision','',0),(2690,1,'2023-09-14 07:27:01','2023-09-14 06:27:01','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:01','2023-09-14 06:27:01','',1480,'https://orchidcitybrass.org/?p=2690',0,'revision','',0),(2691,1,'2023-09-14 07:27:01','2023-09-14 06:27:01','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:01','2023-09-14 06:27:01','',1480,'https://orchidcitybrass.org/?p=2691',0,'revision','',0),(2692,1,'2023-09-14 07:27:50','2023-09-14 06:27:50','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:50','2023-09-14 06:27:50','',1480,'https://orchidcitybrass.org/?p=2692',0,'revision','',0),(2693,1,'2023-09-14 07:27:50','2023-09-14 06:27:50','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:50','2023-09-14 06:27:50','',1480,'https://orchidcitybrass.org/?p=2693',0,'revision','',0),(2694,1,'2023-09-14 07:27:50','2023-09-14 06:27:50','<h2>Individual Giving</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			Make a Donation\n			<h2>The Orchid City Brass Band Asks for Your Support</h2>		\n		When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!		\n		<iframe src=\"https://donorbox.org/embed/support-orchid-city-2\" name=\"donorbox\" allowpaymentrequest=\"allowpaymentrequest\" seamless=\"seamless\" frameborder=\"0\" scrolling=\"no\" height=\"900px\" width=\"100%\" style=\"width: 100%; min-width: 250px; max-height:none!important\"></iframe>		\n			<h1>01.</h1>		\n			<h4>Circle of Friends\n</h4>		\n			<h6>($100-999)</h6>		\n					<ul>\n							<li>\n										$ 100\n									</li>\n								<li>\n										$ 249\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 240\n									</li>\n								<li>\n										$ 499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										$ 500\n									</li>\n								<li>\n										$ 999\n									</li>\n						</ul>\n			<h4>Musician\'s Circle</h4>		\n			<h6>($1,000-9,999)</h6>		\n					<ul>\n							<li>\n										Musician Level\n									</li>\n								<li>\n										$ 1,000\n									</li>\n								<li>\n										$ 2,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Principal Level\n									</li>\n								<li>\n										$ 2,500\n									</li>\n								<li>\n										$ 4,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Section Level\n									</li>\n								<li>\n										$ 5,000\n									</li>\n								<li>\n										$ 7,499\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Director Level\n									</li>\n								<li>\n										$ 7,500\n									</li>\n								<li>\n										$ 9,999\n									</li>\n						</ul>\n			<h1>02.</h1>		\n			<h4>Founder\'s Circle</h4>		\n			<h6>($10,000+)</h6>		\n					<ul>\n							<li>\n										Bronze Level\n									</li>\n								<li>\n										$ 10,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Silver Level\n									</li>\n								<li>\n										$ 15,000\n									</li>\n								<li>\n										$ 19,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Gold Level\n									</li>\n								<li>\n										$ 20,000\n									</li>\n								<li>\n										$ 14,999\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Platinum Level\n									</li>\n								<li>\n										$ 25,000\n									</li>\n								<li>\n									</li>\n						</ul>\n			<h1>03.</h1>','Individual Giving','','inherit','closed','closed','','1480-revision-v1','','','2023-09-14 07:27:50','2023-09-14 06:27:50','',1480,'https://orchidcitybrass.org/?p=2694',0,'revision','',0),(2695,1,'2023-09-14 07:29:31','2023-09-14 06:29:31','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:29:31','2023-09-14 06:29:31','',1483,'https://orchidcitybrass.org/?p=2695',0,'revision','',0),(2696,1,'2023-09-14 07:29:31','2023-09-14 06:29:31','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:29:31','2023-09-14 06:29:31','',1483,'https://orchidcitybrass.org/?p=2696',0,'revision','',0),(2697,1,'2023-09-14 07:29:31','2023-09-14 06:29:31','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:29:31','2023-09-14 06:29:31','',1483,'https://orchidcitybrass.org/?p=2697',0,'revision','',0),(2698,1,'2023-09-14 07:38:49','2023-09-14 06:38:49','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 07:38:49','2023-09-14 06:38:49','',256,'https://orchidcitybrass.org/?p=2698',0,'revision','',0),(2699,1,'2023-09-14 07:38:49','2023-09-14 06:38:49','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 07:38:49','2023-09-14 06:38:49','',256,'https://orchidcitybrass.org/?p=2699',0,'revision','',0),(2700,1,'2023-09-14 07:38:50','2023-09-14 06:38:50','<h1>HIRE US</h1>		\n							<h4>\n				ORCHID CITY BRASS BAND				</h4>\n			<h4>booking requests</h4>		\n		<p>Would you like to have the <b>Orchid City Brass Band</b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;</p>\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.</p>		\n			<h4>booking request form</h4>		\n		<p>Please complete this <b>Booking Request Form</b> to tell us about your event and what is needed from us. A team member will promptly follow up with you once we have received your form. Thank you for your consideration!</p>		\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_4\' id=\'gform_4\'  action=\'/wp-admin/admin-ajax.php#gf_4\' data-formid=\'4\' novalidate>\n        	<p>Step 1 of 3 - Contact Information\n        	</p>\n                33%\n                                    <fieldset id=\"field_4_7\"   data-js-reload=\"field_4_7\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Contact name(Required)</legend>\n                                                    <select name=\'input_7.2\' id=\'input_4_7_2\'    aria-required=\'false\'   >\n                          <option value=\'\'>Prefix *</option><option value=\'Dr\' >Dr</option><option value=\'Miss\' >Miss</option><option value=\'Mr\' >Mr</option><option value=\'Mrs\' >Mrs</option><option value=\'Ms\' >Ms</option><option value=\'Prof.\' >Prof.</option><option value=\'Rev.\' >Rev.</option>\n                      </select>\n                                                    <label for=\'input_4_7_2\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Prefix</label>\n                                                    <input type=\'text\' name=\'input_7.3\' id=\'input_4_7_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name *\'  />\n                                                    <label for=\'input_4_7_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_7.6\' id=\'input_4_7_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name *\'  />\n                                                    <label for=\'input_4_7_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_8\' >Email address(Required)</label>\n                            <input name=\'input_8\' id=\'input_4_8\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'Email *\' aria-required=\"true\" aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_9\' >Daytime phone *(Required)</label><input name=\'input_9\' id=\'input_4_9\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Daytime phone *\' aria-required=\"true\" aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_4_40\' >Evening (alternate) phone(Required)</label><input name=\'input_40\' id=\'input_4_40\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Evening (Alternate) Phone\' aria-required=\"true\" aria-invalid=\"false\"   /><fieldset id=\"field_4_78\"   data-js-reload=\"field_4_78\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Best time to Call(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_78_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_78[]\' id=\'input_4_78_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_78_2\'>Minutes</label>\n                                <select name=\'input_78[]\' id=\'input_4_78_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_78_3\'>AM/PM</label>                                \n                    </fieldset>\n                         <input type=\'button\' id=\'gform_next_button_4_18\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"2\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <label class=\'gfield_label gform-field-label\' for=\'input_4_43\' >Organization Name *(Required)</label><input name=\'input_43\' id=\'input_4_43\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Organization Name *\' aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_44\"   data-js-reload=\"field_4_44\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address(Required)</legend>    \n                                        <input type=\'text\' name=\'input_44.1\' id=\'input_4_44_1\' value=\'\'   placeholder=\'Street Address *\' aria-required=\'true\'    />\n                                        <label for=\'input_4_44_1\' id=\'input_4_44_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_44.2\' id=\'input_4_44_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_44_2\' id=\'input_4_44_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_44.3\' id=\'input_4_44_3\' value=\'\'   placeholder=\'City\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_3\' id=\'input_4_44_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <select name=\'input_44.4\' id=\'input_4_44_4\'     aria-required=\'true\'    ><option value=\'\' >State</option><option value=\'Alabama\' >Alabama</option><option value=\'Alaska\' >Alaska</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Arizona\' >Arizona</option><option value=\'Arkansas\' >Arkansas</option><option value=\'California\' >California</option><option value=\'Colorado\' >Colorado</option><option value=\'Connecticut\' >Connecticut</option><option value=\'Delaware\' >Delaware</option><option value=\'District of Columbia\' >District of Columbia</option><option value=\'Florida\' selected=\'selected\'>Florida</option><option value=\'Georgia\' >Georgia</option><option value=\'Guam\' >Guam</option><option value=\'Hawaii\' >Hawaii</option><option value=\'Idaho\' >Idaho</option><option value=\'Illinois\' >Illinois</option><option value=\'Indiana\' >Indiana</option><option value=\'Iowa\' >Iowa</option><option value=\'Kansas\' >Kansas</option><option value=\'Kentucky\' >Kentucky</option><option value=\'Louisiana\' >Louisiana</option><option value=\'Maine\' >Maine</option><option value=\'Maryland\' >Maryland</option><option value=\'Massachusetts\' >Massachusetts</option><option value=\'Michigan\' >Michigan</option><option value=\'Minnesota\' >Minnesota</option><option value=\'Mississippi\' >Mississippi</option><option value=\'Missouri\' >Missouri</option><option value=\'Montana\' >Montana</option><option value=\'Nebraska\' >Nebraska</option><option value=\'Nevada\' >Nevada</option><option value=\'New Hampshire\' >New Hampshire</option><option value=\'New Jersey\' >New Jersey</option><option value=\'New Mexico\' >New Mexico</option><option value=\'New York\' >New York</option><option value=\'North Carolina\' >North Carolina</option><option value=\'North Dakota\' >North Dakota</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Ohio\' >Ohio</option><option value=\'Oklahoma\' >Oklahoma</option><option value=\'Oregon\' >Oregon</option><option value=\'Pennsylvania\' >Pennsylvania</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Rhode Island\' >Rhode Island</option><option value=\'South Carolina\' >South Carolina</option><option value=\'South Dakota\' >South Dakota</option><option value=\'Tennessee\' >Tennessee</option><option value=\'Texas\' >Texas</option><option value=\'Utah\' >Utah</option><option value=\'U.S. Virgin Islands\' >U.S. Virgin Islands</option><option value=\'Vermont\' >Vermont</option><option value=\'Virginia\' >Virginia</option><option value=\'Washington\' >Washington</option><option value=\'West Virginia\' >West Virginia</option><option value=\'Wisconsin\' >Wisconsin</option><option value=\'Wyoming\' >Wyoming</option><option value=\'Armed Forces Americas\' >Armed Forces Americas</option><option value=\'Armed Forces Europe\' >Armed Forces Europe</option><option value=\'Armed Forces Pacific\' >Armed Forces Pacific</option></select>\n                                        <label for=\'input_4_44_4\' id=\'input_4_44_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>State</label>\n                                    <input type=\'text\' name=\'input_44.5\' id=\'input_4_44_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'true\'    />\n                                    <label for=\'input_4_44_5\' id=\'input_4_44_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>Zip/ Postal Code</label>\n                                <input type=\'hidden\' class=\'gform_hidden\' name=\'input_44.6\' id=\'input_4_44_6\' value=\'United States\' />\n                </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_46\' >Venue Name</label><input name=\'input_46\' id=\'input_4_46\' type=\'text\' value=\'\' class=\'large\'    placeholder=\'Venue Name\'  aria-invalid=\"false\"   /> <fieldset id=\"field_4_45\"   data-js-reload=\"field_4_45\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Address</legend>    \n                                        <input type=\'text\' name=\'input_45.1\' id=\'input_4_45_1\' value=\'\'   placeholder=\'Street Address\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_1\' id=\'input_4_45_1_label\' class=\'gform-field-label gform-field-label--type-sub \'>Street Address</label>\n                                        <input type=\'text\' name=\'input_45.2\' id=\'input_4_45_2\' value=\'\'   placeholder=\'Address - Line 2\'  aria-required=\'false\'   />\n                                        <label for=\'input_4_45_2\' id=\'input_4_45_2_label\' class=\'gform-field-label gform-field-label--type-sub \'>Address Line 2</label>\n                                    <input type=\'text\' name=\'input_45.3\' id=\'input_4_45_3\' value=\'\'   placeholder=\'City\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_3\' id=\'input_4_45_3_label\' class=\'gform-field-label gform-field-label--type-sub \'>City</label>\n                                        <input type=\'text\' name=\'input_45.4\' id=\'input_4_45_4\' value=\'\'     placeholder=\'State\' aria-required=\'false\'    />\n                                        <label for=\'input_4_45_4\' id=\'input_4_45_4_label\' class=\'gform-field-label gform-field-label--type-sub \'>County / State / Region</label>\n                                    <input type=\'text\' name=\'input_45.5\' id=\'input_4_45_5\' value=\'\'   placeholder=\'ZIP\' aria-required=\'false\'    />\n                                    <label for=\'input_4_45_5\' id=\'input_4_45_5_label\' class=\'gform-field-label gform-field-label--type-sub \'>ZIP / Postal Code</label>\n                                        <select name=\'input_45.6\' id=\'input_4_45_6\'   aria-required=\'false\'    ><option value=\'\' selected=\'selected\'>Country</option><option value=\'Afghanistan\' >Afghanistan</option><option value=\'Albania\' >Albania</option><option value=\'Algeria\' >Algeria</option><option value=\'American Samoa\' >American Samoa</option><option value=\'Andorra\' >Andorra</option><option value=\'Angola\' >Angola</option><option value=\'Anguilla\' >Anguilla</option><option value=\'Antarctica\' >Antarctica</option><option value=\'Antigua and Barbuda\' >Antigua and Barbuda</option><option value=\'Argentina\' >Argentina</option><option value=\'Armenia\' >Armenia</option><option value=\'Aruba\' >Aruba</option><option value=\'Australia\' >Australia</option><option value=\'Austria\' >Austria</option><option value=\'Azerbaijan\' >Azerbaijan</option><option value=\'Bahamas\' >Bahamas</option><option value=\'Bahrain\' >Bahrain</option><option value=\'Bangladesh\' >Bangladesh</option><option value=\'Barbados\' >Barbados</option><option value=\'Belarus\' >Belarus</option><option value=\'Belgium\' >Belgium</option><option value=\'Belize\' >Belize</option><option value=\'Benin\' >Benin</option><option value=\'Bermuda\' >Bermuda</option><option value=\'Bhutan\' >Bhutan</option><option value=\'Bolivia\' >Bolivia</option><option value=\'Bonaire, Sint Eustatius and Saba\' >Bonaire, Sint Eustatius and Saba</option><option value=\'Bosnia and Herzegovina\' >Bosnia and Herzegovina</option><option value=\'Botswana\' >Botswana</option><option value=\'Bouvet Island\' >Bouvet Island</option><option value=\'Brazil\' >Brazil</option><option value=\'British Indian Ocean Territory\' >British Indian Ocean Territory</option><option value=\'Brunei Darussalam\' >Brunei Darussalam</option><option value=\'Bulgaria\' >Bulgaria</option><option value=\'Burkina Faso\' >Burkina Faso</option><option value=\'Burundi\' >Burundi</option><option value=\'Cambodia\' >Cambodia</option><option value=\'Cameroon\' >Cameroon</option><option value=\'Canada\' >Canada</option><option value=\'Cape Verde\' >Cape Verde</option><option value=\'Cayman Islands\' >Cayman Islands</option><option value=\'Central African Republic\' >Central African Republic</option><option value=\'Chad\' >Chad</option><option value=\'Chile\' >Chile</option><option value=\'China\' >China</option><option value=\'Christmas Island\' >Christmas Island</option><option value=\'Cocos Islands\' >Cocos Islands</option><option value=\'Colombia\' >Colombia</option><option value=\'Comoros\' >Comoros</option><option value=\'Congo\' >Congo</option><option value=\'Congo, Democratic Republic of the\' >Congo, Democratic Republic of the</option><option value=\'Cook Islands\' >Cook Islands</option><option value=\'Costa Rica\' >Costa Rica</option><option value=\'Croatia\' >Croatia</option><option value=\'Cuba\' >Cuba</option><option value=\'Curaçao\' >Curaçao</option><option value=\'Cyprus\' >Cyprus</option><option value=\'Czechia\' >Czechia</option><option value=\'Côte d&#039;Ivoire\' >Côte d&#039;Ivoire</option><option value=\'Denmark\' >Denmark</option><option value=\'Djibouti\' >Djibouti</option><option value=\'Dominica\' >Dominica</option><option value=\'Dominican Republic\' >Dominican Republic</option><option value=\'Ecuador\' >Ecuador</option><option value=\'Egypt\' >Egypt</option><option value=\'El Salvador\' >El Salvador</option><option value=\'Equatorial Guinea\' >Equatorial Guinea</option><option value=\'Eritrea\' >Eritrea</option><option value=\'Estonia\' >Estonia</option><option value=\'Eswatini\' >Eswatini</option><option value=\'Ethiopia\' >Ethiopia</option><option value=\'Falkland Islands\' >Falkland Islands</option><option value=\'Faroe Islands\' >Faroe Islands</option><option value=\'Fiji\' >Fiji</option><option value=\'Finland\' >Finland</option><option value=\'France\' >France</option><option value=\'French Guiana\' >French Guiana</option><option value=\'French Polynesia\' >French Polynesia</option><option value=\'French Southern Territories\' >French Southern Territories</option><option value=\'Gabon\' >Gabon</option><option value=\'Gambia\' >Gambia</option><option value=\'Georgia\' >Georgia</option><option value=\'Germany\' >Germany</option><option value=\'Ghana\' >Ghana</option><option value=\'Gibraltar\' >Gibraltar</option><option value=\'Greece\' >Greece</option><option value=\'Greenland\' >Greenland</option><option value=\'Grenada\' >Grenada</option><option value=\'Guadeloupe\' >Guadeloupe</option><option value=\'Guam\' >Guam</option><option value=\'Guatemala\' >Guatemala</option><option value=\'Guernsey\' >Guernsey</option><option value=\'Guinea\' >Guinea</option><option value=\'Guinea-Bissau\' >Guinea-Bissau</option><option value=\'Guyana\' >Guyana</option><option value=\'Haiti\' >Haiti</option><option value=\'Heard Island and McDonald Islands\' >Heard Island and McDonald Islands</option><option value=\'Holy See\' >Holy See</option><option value=\'Honduras\' >Honduras</option><option value=\'Hong Kong\' >Hong Kong</option><option value=\'Hungary\' >Hungary</option><option value=\'Iceland\' >Iceland</option><option value=\'India\' >India</option><option value=\'Indonesia\' >Indonesia</option><option value=\'Iran\' >Iran</option><option value=\'Iraq\' >Iraq</option><option value=\'Ireland\' >Ireland</option><option value=\'Isle of Man\' >Isle of Man</option><option value=\'Israel\' >Israel</option><option value=\'Italy\' >Italy</option><option value=\'Jamaica\' >Jamaica</option><option value=\'Japan\' >Japan</option><option value=\'Jersey\' >Jersey</option><option value=\'Jordan\' >Jordan</option><option value=\'Kazakhstan\' >Kazakhstan</option><option value=\'Kenya\' >Kenya</option><option value=\'Kiribati\' >Kiribati</option><option value=\'Korea, Democratic People&#039;s Republic of\' >Korea, Democratic People&#039;s Republic of</option><option value=\'Korea, Republic of\' >Korea, Republic of</option><option value=\'Kuwait\' >Kuwait</option><option value=\'Kyrgyzstan\' >Kyrgyzstan</option><option value=\'Lao People&#039;s Democratic Republic\' >Lao People&#039;s Democratic Republic</option><option value=\'Latvia\' >Latvia</option><option value=\'Lebanon\' >Lebanon</option><option value=\'Lesotho\' >Lesotho</option><option value=\'Liberia\' >Liberia</option><option value=\'Libya\' >Libya</option><option value=\'Liechtenstein\' >Liechtenstein</option><option value=\'Lithuania\' >Lithuania</option><option value=\'Luxembourg\' >Luxembourg</option><option value=\'Macao\' >Macao</option><option value=\'Madagascar\' >Madagascar</option><option value=\'Malawi\' >Malawi</option><option value=\'Malaysia\' >Malaysia</option><option value=\'Maldives\' >Maldives</option><option value=\'Mali\' >Mali</option><option value=\'Malta\' >Malta</option><option value=\'Marshall Islands\' >Marshall Islands</option><option value=\'Martinique\' >Martinique</option><option value=\'Mauritania\' >Mauritania</option><option value=\'Mauritius\' >Mauritius</option><option value=\'Mayotte\' >Mayotte</option><option value=\'Mexico\' >Mexico</option><option value=\'Micronesia\' >Micronesia</option><option value=\'Moldova\' >Moldova</option><option value=\'Monaco\' >Monaco</option><option value=\'Mongolia\' >Mongolia</option><option value=\'Montenegro\' >Montenegro</option><option value=\'Montserrat\' >Montserrat</option><option value=\'Morocco\' >Morocco</option><option value=\'Mozambique\' >Mozambique</option><option value=\'Myanmar\' >Myanmar</option><option value=\'Namibia\' >Namibia</option><option value=\'Nauru\' >Nauru</option><option value=\'Nepal\' >Nepal</option><option value=\'Netherlands\' >Netherlands</option><option value=\'New Caledonia\' >New Caledonia</option><option value=\'New Zealand\' >New Zealand</option><option value=\'Nicaragua\' >Nicaragua</option><option value=\'Niger\' >Niger</option><option value=\'Nigeria\' >Nigeria</option><option value=\'Niue\' >Niue</option><option value=\'Norfolk Island\' >Norfolk Island</option><option value=\'North Macedonia\' >North Macedonia</option><option value=\'Northern Mariana Islands\' >Northern Mariana Islands</option><option value=\'Norway\' >Norway</option><option value=\'Oman\' >Oman</option><option value=\'Pakistan\' >Pakistan</option><option value=\'Palau\' >Palau</option><option value=\'Palestine, State of\' >Palestine, State of</option><option value=\'Panama\' >Panama</option><option value=\'Papua New Guinea\' >Papua New Guinea</option><option value=\'Paraguay\' >Paraguay</option><option value=\'Peru\' >Peru</option><option value=\'Philippines\' >Philippines</option><option value=\'Pitcairn\' >Pitcairn</option><option value=\'Poland\' >Poland</option><option value=\'Portugal\' >Portugal</option><option value=\'Puerto Rico\' >Puerto Rico</option><option value=\'Qatar\' >Qatar</option><option value=\'Romania\' >Romania</option><option value=\'Russian Federation\' >Russian Federation</option><option value=\'Rwanda\' >Rwanda</option><option value=\'Réunion\' >Réunion</option><option value=\'Saint Barthélemy\' >Saint Barthélemy</option><option value=\'Saint Helena, Ascension and Tristan da Cunha\' >Saint Helena, Ascension and Tristan da Cunha</option><option value=\'Saint Kitts and Nevis\' >Saint Kitts and Nevis</option><option value=\'Saint Lucia\' >Saint Lucia</option><option value=\'Saint Martin\' >Saint Martin</option><option value=\'Saint Pierre and Miquelon\' >Saint Pierre and Miquelon</option><option value=\'Saint Vincent and the Grenadines\' >Saint Vincent and the Grenadines</option><option value=\'Samoa\' >Samoa</option><option value=\'San Marino\' >San Marino</option><option value=\'Sao Tome and Principe\' >Sao Tome and Principe</option><option value=\'Saudi Arabia\' >Saudi Arabia</option><option value=\'Senegal\' >Senegal</option><option value=\'Serbia\' >Serbia</option><option value=\'Seychelles\' >Seychelles</option><option value=\'Sierra Leone\' >Sierra Leone</option><option value=\'Singapore\' >Singapore</option><option value=\'Sint Maarten\' >Sint Maarten</option><option value=\'Slovakia\' >Slovakia</option><option value=\'Slovenia\' >Slovenia</option><option value=\'Solomon Islands\' >Solomon Islands</option><option value=\'Somalia\' >Somalia</option><option value=\'South Africa\' >South Africa</option><option value=\'South Georgia and the South Sandwich Islands\' >South Georgia and the South Sandwich Islands</option><option value=\'South Sudan\' >South Sudan</option><option value=\'Spain\' >Spain</option><option value=\'Sri Lanka\' >Sri Lanka</option><option value=\'Sudan\' >Sudan</option><option value=\'Suriname\' >Suriname</option><option value=\'Svalbard and Jan Mayen\' >Svalbard and Jan Mayen</option><option value=\'Sweden\' >Sweden</option><option value=\'Switzerland\' >Switzerland</option><option value=\'Syria Arab Republic\' >Syria Arab Republic</option><option value=\'Taiwan\' >Taiwan</option><option value=\'Tajikistan\' >Tajikistan</option><option value=\'Tanzania, the United Republic of\' >Tanzania, the United Republic of</option><option value=\'Thailand\' >Thailand</option><option value=\'Timor-Leste\' >Timor-Leste</option><option value=\'Togo\' >Togo</option><option value=\'Tokelau\' >Tokelau</option><option value=\'Tonga\' >Tonga</option><option value=\'Trinidad and Tobago\' >Trinidad and Tobago</option><option value=\'Tunisia\' >Tunisia</option><option value=\'Turkmenistan\' >Turkmenistan</option><option value=\'Turks and Caicos Islands\' >Turks and Caicos Islands</option><option value=\'Tuvalu\' >Tuvalu</option><option value=\'Türkiye\' >Türkiye</option><option value=\'US Minor Outlying Islands\' >US Minor Outlying Islands</option><option value=\'Uganda\' >Uganda</option><option value=\'Ukraine\' >Ukraine</option><option value=\'United Arab Emirates\' >United Arab Emirates</option><option value=\'United Kingdom\' >United Kingdom</option><option value=\'United States\' >United States</option><option value=\'Uruguay\' >Uruguay</option><option value=\'Uzbekistan\' >Uzbekistan</option><option value=\'Vanuatu\' >Vanuatu</option><option value=\'Venezuela\' >Venezuela</option><option value=\'Viet Nam\' >Viet Nam</option><option value=\'Virgin Islands, British\' >Virgin Islands, British</option><option value=\'Virgin Islands, U.S.\' >Virgin Islands, U.S.</option><option value=\'Wallis and Futuna\' >Wallis and Futuna</option><option value=\'Western Sahara\' >Western Sahara</option><option value=\'Yemen\' >Yemen</option><option value=\'Zambia\' >Zambia</option><option value=\'Zimbabwe\' >Zimbabwe</option><option value=\'Åland Islands\' >Åland Islands</option></select>\n                                        <label for=\'input_4_45_6\' id=\'input_4_45_6_label\' class=\'gform-field-label gform-field-label--type-sub \'>Country</label>\n                </fieldset>\n                        <input type=\'button\' id=\'gform_previous_button_4_28\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"1\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> <input type=\'button\' id=\'gform_next_button_4_28\' class=\'gform_next_button gform-theme-button button\' value=\'Next\'  onclick=\'jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); \' onkeypress=\'if( event.keyCode == 13 ){ jQuery(\"#gform_target_page_number_4\").val(\"3\");  jQuery(\"#gform_4\").trigger(\"submit\",[true]); } \' /> \n                        <fieldset id=\"field_4_49\"   data-js-reload=\"field_4_49\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Type(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_49.1\' type=\'checkbox\'  value=\'Solo Orchid City Performance\'  id=\'choice_4_49_1\'   />\n								<label for=\'choice_4_49_1\' id=\'label_4_49_1\' class=\'gform-field-label gform-field-label--type-inline\'>Solo Orchid City Performance</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.2\' type=\'checkbox\'  value=\'Joint Performance (specify other performers below)\'  id=\'choice_4_49_2\'   />\n								<label for=\'choice_4_49_2\' id=\'label_4_49_2\' class=\'gform-field-label gform-field-label--type-inline\'>Joint Performance (specify other performers below)</label>\n								<input class=\'gfield-choice-input\' name=\'input_49.3\' type=\'checkbox\'  value=\'Other (please specify below)\'  id=\'choice_4_49_3\'   />\n								<label for=\'choice_4_49_3\' id=\'label_4_49_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other (please specify below)</label>\n							</fieldset><fieldset id=\"field_4_50\"   data-js-reload=\"field_4_50\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ensemble Size Preferred(Required)</legend>\n								<input class=\'gfield-choice-input\' name=\'input_50.1\' type=\'checkbox\'  value=\'Brass Band (30 Members)\'  id=\'choice_4_50_1\'   />\n								<label for=\'choice_4_50_1\' id=\'label_4_50_1\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Band (30 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.2\' type=\'checkbox\'  value=\'Brass Ensemble (10 Members)\'  id=\'choice_4_50_2\'   />\n								<label for=\'choice_4_50_2\' id=\'label_4_50_2\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Ensemble (10 Members)</label>\n								<input class=\'gfield-choice-input\' name=\'input_50.3\' type=\'checkbox\'  value=\'Brass Quintet (5 Members)\'  id=\'choice_4_50_3\'   />\n								<label for=\'choice_4_50_3\' id=\'label_4_50_3\' class=\'gform-field-label gform-field-label--type-inline\'>Brass Quintet (5 Members)</label>\n							</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_51\' >First Choice</label>\n                            <input name=\'input_51\' id=\'input_4_51\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_51_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_51\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><label class=\'gfield_label gform-field-label\' for=\'input_4_52\' >Second Choice</label>\n                            <input name=\'input_52\' id=\'input_4_52\' type=\'text\' value=\'\' class=\'datepicker gform-datepicker mdy datepicker_with_icon gdatepicker_with_icon\'   placeholder=\'mm/dd/yyyy\' aria-describedby=\"input_4_52_date_format\" aria-invalid=\"false\" />\n                            MM slash DD slash YYYY\n                        <input type=\'hidden\' id=\'gforms_calendar_icon_input_4_52\' class=\'gform_hidden\' value=\'https://orchidcitybrass.org/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg\'/><fieldset id=\"field_4_53\"   data-js-reload=\"field_4_53\"><legend class=\'gfield_label gform-field-label\'  >Date Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Yes\'  id=\'choice_4_53_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_0\' id=\'label_4_53_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'No\'  id=\'choice_4_53_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_1\' id=\'label_4_53_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_53\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_53_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_53_2\' id=\'label_4_53_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_55\"   data-js-reload=\"field_4_55\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Start Time</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'false\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_55_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_55[]\' id=\'input_4_55_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'false\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_55_2\'>Minutes</label>\n                                <select name=\'input_55[]\' id=\'input_4_55_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_55_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_56\"   data-js-reload=\"field_4_56\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >End Time(Required)</legend>\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_1\' value=\'\'  min=\'0\' max=\'12\' step=\'1\'  placeholder=\'HH\' aria-required=\'true\'   /> \n                            <label class=\'gform-field-label gform-field-label--type-sub hour_label screen-reader-text\' for=\'input_4_56_1\'>Hours</label>\n                        :\n                            <input type=\'number\' maxlength=\'2\' name=\'input_56[]\' id=\'input_4_56_2\' value=\'\'  min=\'0\' max=\'59\' step=\'1\'  placeholder=\'MM\' aria-required=\'true\'  />\n                            <label class=\'gform-field-label gform-field-label--type-sub minute_label screen-reader-text\' for=\'input_4_56_2\'>Minutes</label>\n                                <select name=\'input_56[]\' id=\'input_4_56_3\'  >\n                                    <option value=\'am\' >AM</option>\n                                    <option value=\'pm\' >PM</option>\n                                </select> \n                                <label class=\'gform-field-label gform-field-label--type-sub am_pm_label screen-reader-text\' for=\'input_4_56_3\'>AM/PM</label>                                \n                    </fieldset><fieldset id=\"field_4_58\"   data-js-reload=\"field_4_58\"><legend class=\'gfield_label gform-field-label\'  >Time Flexibility?</legend>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Yes\'  id=\'choice_4_58_0\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_0\' id=\'label_4_58_0\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'No\'  id=\'choice_4_58_1\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_1\' id=\'label_4_58_1\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n					<input class=\'gfield-choice-input\' name=\'input_58\' type=\'radio\' value=\'Unsure\'  id=\'choice_4_58_2\' onchange=\'gformToggleRadioOther( this )\'    />\n					<label for=\'choice_4_58_2\' id=\'label_4_58_2\' class=\'gform-field-label gform-field-label--type-inline\'>Unsure</label>\n			</fieldset><fieldset id=\"field_4_60\"   data-js-reload=\"field_4_60\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Access</legend>\n								<input class=\'gfield-choice-input\' name=\'input_60.1\' type=\'checkbox\'  value=\'Public Event\'  id=\'choice_4_60_1\'   />\n								<label for=\'choice_4_60_1\' id=\'label_4_60_1\' class=\'gform-field-label gform-field-label--type-inline\'>Public Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.2\' type=\'checkbox\'  value=\'Private Event\'  id=\'choice_4_60_2\'   />\n								<label for=\'choice_4_60_2\' id=\'label_4_60_2\' class=\'gform-field-label gform-field-label--type-inline\'>Private Event</label>\n								<input class=\'gfield-choice-input\' name=\'input_60.3\' type=\'checkbox\'  value=\'Other\'  id=\'choice_4_60_3\'   />\n								<label for=\'choice_4_60_3\' id=\'label_4_60_3\' class=\'gform-field-label gform-field-label--type-inline\'>Other</label>\n							</fieldset><fieldset id=\"field_4_62\"   data-js-reload=\"field_4_62\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Ticketed Event?</legend>\n								<input class=\'gfield-choice-input\' name=\'input_62.1\' type=\'checkbox\'  value=\'Yes\'  id=\'choice_4_62_1\'   />\n								<label for=\'choice_4_62_1\' id=\'label_4_62_1\' class=\'gform-field-label gform-field-label--type-inline\'>Yes</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.2\' type=\'checkbox\'  value=\'No\'  id=\'choice_4_62_2\'   />\n								<label for=\'choice_4_62_2\' id=\'label_4_62_2\' class=\'gform-field-label gform-field-label--type-inline\'>No</label>\n								<input class=\'gfield-choice-input\' name=\'input_62.3\' type=\'checkbox\'  value=\'Donations/Free-Will Offering\'  id=\'choice_4_62_3\'   />\n								<label for=\'choice_4_62_3\' id=\'label_4_62_3\' class=\'gform-field-label gform-field-label--type-inline\'>Donations/Free-Will Offering</label>\n							</fieldset>Describe the event as fully as possible (concert, festival, holiday, corporate event, life event [wedding, anniversary, etc.).\"\n<label class=\'gfield_label gform-field-label\' for=\'input_4_65\' >Event Purpose/Occasion</label><input name=\'input_65\' id=\'input_4_65\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_66\' >Attendance Goal</label><input name=\'input_66\' id=\'input_4_66\' type=\'text\' value=\'\' class=\'large\'      aria-invalid=\"false\"   /> <label class=\'gfield_label gform-field-label\' for=\'input_4_67\' >Event Budget*(Required)</label><input name=\'input_67\' id=\'input_4_67\' type=\'text\' value=\'\' class=\'large\'     aria-required=\"true\" aria-invalid=\"false\"   /> <fieldset id=\"field_4_68\"   data-js-reload=\"field_4_68\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Logistics</legend>\n								<input class=\'gfield-choice-input\' name=\'input_68.1\' type=\'checkbox\'  value=\'Indoor\'  id=\'choice_4_68_1\'   aria-describedby=\"gfield_description_4_68\"/>\n								<label for=\'choice_4_68_1\' id=\'label_4_68_1\' class=\'gform-field-label gform-field-label--type-inline\'>Indoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.2\' type=\'checkbox\'  value=\'Outdoor\'  id=\'choice_4_68_2\'   />\n								<label for=\'choice_4_68_2\' id=\'label_4_68_2\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.3\' type=\'checkbox\'  value=\'Chairs Provided\'  id=\'choice_4_68_3\'   />\n								<label for=\'choice_4_68_3\' id=\'label_4_68_3\' class=\'gform-field-label gform-field-label--type-inline\'>Chairs Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.4\' type=\'checkbox\'  value=\'Traditional Stage\'  id=\'choice_4_68_4\'   />\n								<label for=\'choice_4_68_4\' id=\'label_4_68_4\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.5\' type=\'checkbox\'  value=\'Outdoor - Protected (Tent or Canopy)\'  id=\'choice_4_68_5\'   />\n								<label for=\'choice_4_68_5\' id=\'label_4_68_5\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Protected (Tent or Canopy)</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.6\' type=\'checkbox\'  value=\'Music Stands Provided\'  id=\'choice_4_68_6\'   />\n								<label for=\'choice_4_68_6\' id=\'label_4_68_6\' class=\'gform-field-label gform-field-label--type-inline\'>Music Stands Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.7\' type=\'checkbox\'  value=\'Temporary Platform\'  id=\'choice_4_68_7\'   />\n								<label for=\'choice_4_68_7\' id=\'label_4_68_7\' class=\'gform-field-label gform-field-label--type-inline\'>Temporary Platform</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.8\' type=\'checkbox\'  value=\'Outdoor - Exposed\'  id=\'choice_4_68_8\'   />\n								<label for=\'choice_4_68_8\' id=\'label_4_68_8\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Exposed</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.9\' type=\'checkbox\'  value=\'Sound System Provided\'  id=\'choice_4_68_9\'   />\n								<label for=\'choice_4_68_9\' id=\'label_4_68_9\' class=\'gform-field-label gform-field-label--type-inline\'>Sound System Provided</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.11\' type=\'checkbox\'  value=\'No Stage\'  id=\'choice_4_68_11\'   />\n								<label for=\'choice_4_68_11\' id=\'label_4_68_11\' class=\'gform-field-label gform-field-label--type-inline\'>No Stage</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.12\' type=\'checkbox\'  value=\'Outdoor - Indoor Inclement Weather Option\'  id=\'choice_4_68_12\'   />\n								<label for=\'choice_4_68_12\' id=\'label_4_68_12\' class=\'gform-field-label gform-field-label--type-inline\'>Outdoor - Indoor Inclement Weather Option</label>\n								<input class=\'gfield-choice-input\' name=\'input_68.13\' type=\'checkbox\'  value=\'Electrical Power Access\'  id=\'choice_4_68_13\'   />\n								<label for=\'choice_4_68_13\' id=\'label_4_68_13\' class=\'gform-field-label gform-field-label--type-inline\'>Electrical Power Access</label>\n							Describe the event logistics as fully as possible.</fieldset><fieldset id=\"field_4_69\"   data-js-reload=\"field_4_69\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Event Program Repertoire</legend>\n								<input class=\'gfield-choice-input\' name=\'input_69.1\' type=\'checkbox\'  value=\'Patriotic/Americana\'  id=\'choice_4_69_1\'   aria-describedby=\"gfield_description_4_69\"/>\n								<label for=\'choice_4_69_1\' id=\'label_4_69_1\' class=\'gform-field-label gform-field-label--type-inline\'>Patriotic/Americana</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.2\' type=\'checkbox\'  value=\'Holiday\'  id=\'choice_4_69_2\'   />\n								<label for=\'choice_4_69_2\' id=\'label_4_69_2\' class=\'gform-field-label gform-field-label--type-inline\'>Holiday</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.3\' type=\'checkbox\'  value=\'Classical\'  id=\'choice_4_69_3\'   />\n								<label for=\'choice_4_69_3\' id=\'label_4_69_3\' class=\'gform-field-label gform-field-label--type-inline\'>Classical</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.4\' type=\'checkbox\'  value=\'Stage &amp; Screen\'  id=\'choice_4_69_4\'   />\n								<label for=\'choice_4_69_4\' id=\'label_4_69_4\' class=\'gform-field-label gform-field-label--type-inline\'>Stage &amp; Screen</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.5\' type=\'checkbox\'  value=\'Traditional Brass Band\'  id=\'choice_4_69_5\'   />\n								<label for=\'choice_4_69_5\' id=\'label_4_69_5\' class=\'gform-field-label gform-field-label--type-inline\'>Traditional Brass Band</label>\n								<input class=\'gfield-choice-input\' name=\'input_69.6\' type=\'checkbox\'  value=\'Other (Please specify below)\'  id=\'choice_4_69_6\'   />\n								<label for=\'choice_4_69_6\' id=\'label_4_69_6\' class=\'gform-field-label gform-field-label--type-inline\'>Other (Please specify below)</label>\n							Please select all Repertoire Categories desired for the program, if known.</fieldset><label class=\'gfield_label gform-field-label\' for=\'input_4_72\' >Additional Comments</label><textarea name=\'input_72\' id=\'input_4_72\' class=\'textarea small\'  aria-describedby=\"gfield_description_4_72\"    aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>Add any additional comments or questions here.\n        <input type=\'submit\' id=\'gform_previous_button_4\' class=\'gform_previous_button gform-theme-button gform-theme-button--secondary button\' value=\'Previous\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'submit\' id=\'gform_submit_button_4\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_4\"]){return false;}  if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_4\"]){return false;} if( !jQuery(\"#gform_4\")[0].checkValidity || jQuery(\"#gform_4\")[0].checkValidity()){window[\"gf_submitting_4\"]=true;}  jQuery(\"#gform_4\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=4&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_4\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'4\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_4\' value=\'WyJ7XCI0OS4xXCI6XCI4NTQ1Y2YzYjc5ZDNiZGIwZTFhZjY1NWRhM2IwZTU0N1wiLFwiNDkuMlwiOlwiZGJkNmIzYmM0ZDMzNjQ1OWZlNWZkMzNjOGUxNmQ0OWNcIixcIjQ5LjNcIjpcImE1NmYwNWRkZjUyMzA4YzM1NDJiNTBmM2ZkZjlmYmIwXCIsXCI1MC4xXCI6XCI5ODExNDcxNDMxYmRkNTczNzAwMDk2NjcyMDkzYTAyMlwiLFwiNTAuMlwiOlwiOTQzMWU0MjMzYTg0MjljZWYyNDBkMTFmYWUxYTgwYWVcIixcIjUwLjNcIjpcIjcxYzc0OWE0NzZhNWYzZGU3MTI5MGVkYWZlMjMwM2YzXCIsXCI1M1wiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI1OFwiOltcIjgyMDFjN2QxYWRmODM0ZDk5YzBmOGRlMmFhNDgxMzJiXCIsXCI0ZjFkNWEyNWE1ZGMzNjA5NmU1MzQzMzAyMjE4ZGU2NVwiLFwiZWM0M2NjZTc0MTVmOWU3MjM5MDVlMGY1YjQ5NmRlNDlcIl0sXCI2MC4xXCI6XCI0NDZjNjgzNzViMzI4MzlmMDVkOGIxNTEzNGE3Y2FhNFwiLFwiNjAuMlwiOlwiZmJiYTM4YTk1ZGQxODc4NTM3YjBjNDEwMDEzNGMwZDVcIixcIjYwLjNcIjpcImFkMDcyOTc1YzdjOGYzNWU3YzcwMmE3ZTM5NTA4NjJiXCIsXCI2Mi4xXCI6XCI4MjAxYzdkMWFkZjgzNGQ5OWMwZjhkZTJhYTQ4MTMyYlwiLFwiNjIuMlwiOlwiNGYxZDVhMjVhNWRjMzYwOTZlNTM0MzMwMjIxOGRlNjVcIixcIjYyLjNcIjpcIjE0NmEwYjdhZGQ2ZmE5NmZiZTgwODc4Nzk3YzU3ZmZkXCIsXCI2OC4xXCI6XCJmMzUzMjRkNjUxYjQwZWQ5Y2YzMDFkMzk4MGFjM2Y0ZFwiLFwiNjguMlwiOlwiMGU2NDI2NmQ2Yjg0YzYzZDFmN2IxZjBiMmM2ZDFmYmNcIixcIjY4LjNcIjpcIjUwOTAyNDYyZThiZGE0NDI3ZTBkNjM1NjRjMmU3NmU5XCIsXCI2OC40XCI6XCI0OGExNmY4OGMxYmJhM2RiNjUxNTgwNTY1M2FkMTY2MVwiLFwiNjguNVwiOlwiNzE4NWVlYWMzYWMwNjE5MGM2ZWFkYjgxMzIwNjdlYmVcIixcIjY4LjZcIjpcIjA5OTI2NzNlODg4YWFjMTQ0MzIxODI1MjgzNDAyMmNjXCIsXCI2OC43XCI6XCIwZTZkOGNiYjljYWUzZDExZGE3ZjFhMjQ5YzFiZGQxY1wiLFwiNjguOFwiOlwiYzJkMzA3ZDBmM2M5ZDkwYzk5YjNhMDViNGM5MTNkODhcIixcIjY4LjlcIjpcIjAzM2I0N2QwZmI1ZDdkZmVmYjU3MzA2ODFhODE0MWZiXCIsXCI2OC4xMVwiOlwiNTdlMWJmMDk3ZGZhN2I5YTIzZjc3Y2ZjNDI3NDkyMzBcIixcIjY4LjEyXCI6XCI2YTVlNTg2NzQ2NWRkNDA2YTI1ODZkNDFjMGE3M2RmM1wiLFwiNjguMTNcIjpcIjU3MTRhMWJlZjZkOWJiNTA2Y2M4ZjcwNzg1MjQwYzMzXCIsXCI2OS4xXCI6XCI5YzZiZWNiODg4ZDNlODRlZTFkYzkzM2FiODIzNGI2M1wiLFwiNjkuMlwiOlwiYWFhYmU1Y2U3NDI2ODlhZDAxMjA5NGVlODkzMmEzNThcIixcIjY5LjNcIjpcIjQ4MGJiNDY0ZTljZGM2YTdmMzQ3MjQ4MTUyOWU1OGU3XCIsXCI2OS40XCI6XCI2MmQ1YjVmMjllZjc3ODcxOTRmYTg1MGU2ZjU1NDE3ZlwiLFwiNjkuNVwiOlwiYzQ5N2IxOGM1MGU0MWIyZjY5Y2QwYzQ4MzUyZjQ2MWNcIixcIjY5LjZcIjpcIjAwOGM4ZTI2ZDFiYzQwNTIyNDhkMTcyYTdiZTEwMjBiXCJ9IiwiYWQyNDI3MTMwNWM3Nzk1YjUzMTEzZjZlNTJmYWQ4ZTIiXQ==\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_4\' id=\'gform_target_page_number_4\' value=\'2\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_4\' id=\'gform_source_page_number_4\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_4\' id=\'gform_ajax_frame_4\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Hire Us','','inherit','closed','closed','','256-revision-v1','','','2023-09-14 07:38:50','2023-09-14 06:38:50','',256,'https://orchidcitybrass.org/?p=2700',0,'revision','',0),(2701,1,'2023-09-14 07:41:28','2023-09-14 06:41:28','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:28','2023-09-14 06:41:28','',1485,'https://orchidcitybrass.org/?p=2701',0,'revision','',0),(2702,1,'2023-09-14 07:41:28','2023-09-14 06:41:28','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:28','2023-09-14 06:41:28','',1485,'https://orchidcitybrass.org/?p=2702',0,'revision','',0),(2703,1,'2023-09-14 07:41:28','2023-09-14 06:41:28','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:28','2023-09-14 06:41:28','',1485,'https://orchidcitybrass.org/?p=2703',0,'revision','',0),(2704,1,'2023-09-14 07:41:41','2023-09-14 06:41:41','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:41','2023-09-14 06:41:41','',1485,'https://orchidcitybrass.org/?p=2704',0,'revision','',0),(2705,1,'2023-09-14 07:41:41','2023-09-14 06:41:41','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:41','2023-09-14 06:41:41','',1485,'https://orchidcitybrass.org/?p=2705',0,'revision','',0),(2706,1,'2023-09-14 07:41:41','2023-09-14 06:41:41','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:41:41','2023-09-14 06:41:41','',1485,'https://orchidcitybrass.org/?p=2706',0,'revision','',0),(2707,1,'2023-09-14 07:42:42','2023-09-14 06:42:42','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:42:42','2023-09-14 06:42:42','',1485,'https://orchidcitybrass.org/?p=2707',0,'revision','',0),(2708,1,'2023-09-14 07:42:42','2023-09-14 06:42:42','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:42:42','2023-09-14 06:42:42','',1485,'https://orchidcitybrass.org/?p=2708',0,'revision','',0),(2709,1,'2023-09-14 07:42:43','2023-09-14 06:42:43','<h2>volunteer</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n		<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band</strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.</p>Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.		\n			<a href=\"#\">\n						Support the band\n					</a>\n			<h2>volunteer areas</h2>		\n		<p>Volunteers of the <b>Orchid City Brass Band</b> serve in five (5) primary volunteer areas:</p>		\n			<h2>01</h2>		\n			<h3>ticket taker</h3>		\n		<p>The <b>ticket taker</b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.</p>		\n			<h2>02</h2>		\n			<h3>concert ambassador</h3>		\n		<p>The <b>concert ambassador</b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.</p>		\n			<h2>03</h2>		\n			<h3>marketing support</h3>		\n		<p>Each Orchid City concert or event requires <b>marketing support</b> volunteers to spread the word, alert the public, and engage in outreach activities.</p>		\n			<h2>04</h2>		\n			<h3>musical librarian assistant</h3>		\n		<p>Orchid City’s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant</b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.</p>		\n			<h2>05</h2>		\n			<h3>multimedia support</h3>		\n		<p>Orchid City’s <b>multimedia support </b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.</p>		\n			<h3>SUPPORT THE BAND</h3>		\n		<p>Do you love the mission and music of the <strong>Orchid City Brass Band </strong>but are unable to volunteer? Please consider supporting us with a donation of any size today.</p>		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Donate\n					</a>','Volunteer','','inherit','closed','closed','','1485-revision-v1','','','2023-09-14 07:42:43','2023-09-14 06:42:43','',1485,'https://orchidcitybrass.org/?p=2709',0,'revision','',0),(2710,1,'2023-09-14 07:44:08','2023-09-14 06:44:08','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:44:08','2023-09-14 06:44:08','',1483,'https://orchidcitybrass.org/?p=2710',0,'revision','',0),(2711,1,'2023-09-14 07:44:08','2023-09-14 06:44:08','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>let\'s talk</h2>		\n		<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.</p>		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:development@orchidcitybrass.org\">\n										development@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                Get In Touch                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:44:08','2023-09-14 06:44:08','',1483,'https://orchidcitybrass.org/?p=2711',0,'revision','',0),(2712,1,'2023-09-14 07:44:08','2023-09-14 06:44:08','<h2>corporate sponsors</h2>		\n							<h5>\n				ORCHID CITY BRASS BAND				</h5>\n			<h3>a joint mission</h3>		\n		<p>Support from our institutional partners—corporations, foundations, and government funders—is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;</p>		\n		By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs. </p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn’t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.</p>		\n			<h3>corporate partnership opportunities include:\n</h3>		\n		<ul><li><b>Education &amp; Community Sponsorship (from $1,000)</b> — make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families</li></ul><ul><li><strong>Program Sponsorship (from $2,500)</strong> — includes tickets and promotional benefits, as well as featured recognition and branding opportunities</li></ul><ul><li><strong>Guest Artist Sponsorship (from $5,000)</strong> — events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists</li></ul><ul><li><strong>Project Sponsorship (from $10,000)</strong> — these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio</li></ul>		\n			<h2>get in touch</h2>		\n		Feel free to contact us with any questions or sign up for our email list.		\n					<ul>\n							<li>\n											<a href=\"tel:5612474872\">\n										(561) 247-4872\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@orchidcitybrass.org\">\n										info@orchidcitybrass.org\n											</a>\n									</li>\n						</ul>\n                                                    <h3>\n                                contact information                            </h3>\n                <form method=\'post\' enctype=\'multipart/form-data\' target=\'gform_ajax_frame_5\' id=\'gform_5\'  action=\'/wp-admin/admin-ajax.php#gf_5\' data-formid=\'5\' novalidate>\n                        <fieldset id=\"field_5_1\"   data-js-reload=\"field_5_1\"><legend class=\'gfield_label gform-field-label gfield_label_before_complex\'  >Name(Required)</legend>\n                                                    <input type=\'text\' name=\'input_1.3\' id=\'input_5_1_3\' value=\'\'   aria-required=\'true\'   placeholder=\'First name\'  />\n                                                    <label for=\'input_5_1_3\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>First</label>\n                                                    <input type=\'text\' name=\'input_1.6\' id=\'input_5_1_6\' value=\'\'   aria-required=\'true\'   placeholder=\'Last name\'  />\n                                                    <label for=\'input_5_1_6\' class=\'gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text\'>Last</label>\n                        </fieldset><label class=\'gfield_label gform-field-label\' for=\'input_5_4\' >Email</label>\n                            <input name=\'input_4\' id=\'input_5_4\' type=\'email\' value=\'\' class=\'large\'   placeholder=\'E-mail\'  aria-invalid=\"false\"  />\n                        <label class=\'gfield_label gform-field-label\' for=\'input_5_3\' >Phone</label><input name=\'input_3\' id=\'input_5_3\' type=\'tel\' value=\'\' class=\'large\'  placeholder=\'Phone\'  aria-invalid=\"false\"   /><label class=\'gfield_label gform-field-label\' for=\'input_5_5\' >Untitled</label><textarea name=\'input_5\' id=\'input_5_5\' class=\'textarea large\'    placeholder=\'Message\'  aria-invalid=\"false\"   rows=\'10\' cols=\'50\'></textarea>\n         <input type=\'submit\' id=\'gform_submit_button_5\' class=\'gform_button button\' value=\'Submit\'  onclick=\'if(window[\"gf_submitting_5\"]){return false;}  if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  \' onkeypress=\'if( event.keyCode == 13 ){ if(window[\"gf_submitting_5\"]){return false;} if( !jQuery(\"#gform_5\")[0].checkValidity || jQuery(\"#gform_5\")[0].checkValidity()){window[\"gf_submitting_5\"]=true;}  jQuery(\"#gform_5\").trigger(\"submit\",[true]); }\' /> <input type=\'hidden\' name=\'gform_ajax\' value=\'form_id=5&amp;title=&amp;description=&amp;tabindex=0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'is_submit_5\' value=\'1\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_submit\' value=\'5\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_unique_id\' value=\'\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'state_5\' value=\'WyJbXSIsIjgwZmZlM2E4NDZiODExOTE3YWIyMGQ1YjNlNGEzZDVlIl0=\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_target_page_number_5\' id=\'gform_target_page_number_5\' value=\'0\' />\n            <input type=\'hidden\' class=\'gform_hidden\' name=\'gform_source_page_number_5\' id=\'gform_source_page_number_5\' value=\'1\' />\n            <input type=\'hidden\' name=\'gform_field_values\' value=\'\' />\n                        </form>\n		                <iframe style=\'display:none;width:0px;height:0px;\' src=\'about:blank\' name=\'gform_ajax_frame_5\' id=\'gform_ajax_frame_5\' title=\'This iframe contains the logic required to handle Ajax powered Gravity Forms.\'></iframe>','Corporate Sponsors','','inherit','closed','closed','','1483-revision-v1','','','2023-09-14 07:44:08','2023-09-14 06:44:08','',1483,'https://orchidcitybrass.org/?p=2712',0,'revision','',0),(2713,1,'2023-09-14 07:46:54','2023-09-14 06:46:54','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-14 07:46:54','2023-09-14 06:46:54','',580,'https://orchidcitybrass.org/?p=2713',0,'revision','',0),(2714,1,'2023-09-14 07:46:55','2023-09-14 06:46:55','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-14 07:46:55','2023-09-14 06:46:55','',580,'https://orchidcitybrass.org/?p=2714',0,'revision','',0),(2715,1,'2023-09-14 07:46:55','2023-09-14 06:46:55','<h2>EDUCATION &amp; OUTREACH</h2>		\n							<h5>\n				Orchid City BRASS BAND				</h5>\n			<h2>MUSIC EDUCATION</h2>		\n		<p>The primary goal of <strong>Orchid City Brass Band’s</strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.</p><p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.</p>		\n															<img width=\"1440\" height=\"1080\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png 1440w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-300x225.png 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-1024x768.png 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045-768x576.png 768w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" />															\n															<img width=\"800\" height=\"600\" src=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg 1024w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-300x225.jpg 300w, https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny-768x576.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h3>STUDENT ACCESS\n</h3>		\n		The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.For any questions about student access, please email us at education@orchidcitybrass.org.		\n			<h2>DISCOVERY CONCERTS\n</h2>		\n		As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.		\n			<a href=\"https://orchidcitybrass.org/hire-us/\">\n						Hire the band\n					</a>\n			<h2>Student RUSH Tickets</h2>		\n		Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.		\n			<h2>Student Group Tickets</h2>		\n		Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.		\n			<h5>general info & inquiry</h5>		\n			<h2>HAVE A QUESTION?</h2>		\n		For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. 		\n			<a href=\"https://orchidcitybrass.org/individual-giving/\">\n						Support the Band\n					</a>','Education & Outreach','','inherit','closed','closed','','580-revision-v1','','','2023-09-14 07:46:55','2023-09-14 06:46:55','',580,'https://orchidcitybrass.org/?p=2715',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_posts` with 585 row(s)
--

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

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

-- Dumped table `wp_woocommerce_tax_rate_locations` with 0 row(s)
--

--
-- Table structure for table `wp_gf_form`
--

DROP TABLE IF EXISTS `wp_gf_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_form` (
  `id` mediumint(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_active` tinyint(10) NOT NULL DEFAULT 1,
  `is_trash` tinyint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_form`
--

LOCK TABLES `wp_gf_form` WRITE;
/*!40000 ALTER TABLE `wp_gf_form` DISABLE KEYS */;
INSERT INTO `wp_gf_form` VALUES (1,'Join the Band Inquiry','2023-07-07 12:31:24',NULL,1,0),(2,'Hire Us_form','2023-07-07 15:58:09',NULL,1,1),(3,'Join the Band Inquiry','2023-08-05 09:16:47',NULL,1,1),(4,'Booking Request Form','2023-08-05 10:12:44',NULL,1,0),(5,'Get In Touch','2023-08-06 16:00:08',NULL,1,0);
/*!40000 ALTER TABLE `wp_gf_form` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_form` with 5 row(s)
--

--
-- Table structure for table `wp_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_actions_log`
--

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

-- Dumped table `wp_e_submissions_actions_log` with 0 row(s)
--

--
-- Table structure for table `wp_tec_occurrences`
--

DROP TABLE IF EXISTS `wp_tec_occurrences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_occurrences` (
  `occurrence_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_id` bigint(20) unsigned NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `start_date_utc` varchar(19) NOT NULL,
  `end_date` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) NOT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `hash` varchar(40) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`occurrence_id`),
  UNIQUE KEY `hash` (`hash`),
  KEY `event_id` (`event_id`)
) 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_tec_occurrences`
--

LOCK TABLES `wp_tec_occurrences` WRITE;
/*!40000 ALTER TABLE `wp_tec_occurrences` DISABLE KEYS */;
INSERT INTO `wp_tec_occurrences` VALUES (1,1,439,'2023-07-12 08:00:00','2023-07-12 07:00:00','2023-07-12 17:00:00','2023-07-12 16:00:00',32400,'d785499085a072f8d6ae20083f177fe8ac83b889','2023-07-12 15:57:34');
/*!40000 ALTER TABLE `wp_tec_occurrences` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_tec_occurrences` with 1 row(s)
--

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_webhooks`
--

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

-- Dumped table `wp_wc_webhooks` with 0 row(s)
--

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-07-06T17:54:46.739-05:00\"}','2023-07-06 17:54:46');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_e_events` with 1 row(s)
--

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--

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

-- Dumped table `wp_wc_product_attributes_lookup` with 0 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=20247 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 (3,5,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:54:\"Rockway - Music Band & Musician Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:25:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:27:\"https://demo.bosathemes.com\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/rockway/?elementor_library=header\";s:4:\"type\";s:6:\"header\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"header\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Header\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:2;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/rockway/?elementor_library=footer\";s:4:\"type\";s:6:\"footer\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"footer\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Footer\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:3;a:8:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:54:\"https://demo.bosathemes.com/rockway/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:4;a:8:{s:4:\"name\";s:8:\"About us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:58:\"https://demo.bosathemes.com/rockway/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:10:\"Our Artist\";s:10:\"screenshot\";s:26:\"screenshots/our-artist.jpg\";s:6:\"source\";s:25:\"templates/our-artist.json\";s:11:\"preview_url\";s:60:\"https://demo.bosathemes.com/rockway/template-kit/our-artist/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:15:\"Song Collection\";s:10:\"screenshot\";s:31:\"screenshots/song-collection.jpg\";s:6:\"source\";s:30:\"templates/song-collection.json\";s:11:\"preview_url\";s:65:\"https://demo.bosathemes.com/rockway/template-kit/song-collection/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:7;a:8:{s:4:\"name\";s:13:\"Feature Album\";s:10:\"screenshot\";s:29:\"screenshots/feature-album.jpg\";s:6:\"source\";s:28:\"templates/feature-album.json\";s:11:\"preview_url\";s:63:\"https://demo.bosathemes.com/rockway/template-kit/feature-album/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:8;a:8:{s:4:\"name\";s:10:\"Event List\";s:10:\"screenshot\";s:26:\"screenshots/event-list.jpg\";s:6:\"source\";s:25:\"templates/event-list.json\";s:11:\"preview_url\";s:60:\"https://demo.bosathemes.com/rockway/template-kit/event-list/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:12:\"Single Event\";s:10:\"screenshot\";s:28:\"screenshots/single-event.jpg\";s:6:\"source\";s:27:\"templates/single-event.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/rockway/template-kit/single-event/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:10;a:8:{s:4:\"name\";s:12:\"Music Videos\";s:10:\"screenshot\";s:28:\"screenshots/music-videos.jpg\";s:6:\"source\";s:27:\"templates/music-videos.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/rockway/template-kit/music-videos/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:11;a:8:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:23:\"screenshots/gallery.jpg\";s:6:\"source\";s:22:\"templates/gallery.json\";s:11:\"preview_url\";s:57:\"https://demo.bosathemes.com/rockway/template-kit/gallery/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:12;a:8:{s:4:\"name\";s:7:\"Reviews\";s:10:\"screenshot\";s:23:\"screenshots/reviews.jpg\";s:6:\"source\";s:22:\"templates/reviews.json\";s:11:\"preview_url\";s:57:\"https://demo.bosathemes.com/rockway/template-kit/reviews/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:57:\"https://demo.bosathemes.com/rockway/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:14;a:8:{s:4:\"name\";s:7:\"Archive\";s:10:\"screenshot\";s:23:\"screenshots/archive.jpg\";s:6:\"source\";s:22:\"templates/archive.json\";s:11:\"preview_url\";s:62:\"https://demo.bosathemes.com/rockway/?elementor_library=archive\";s:4:\"type\";s:7:\"archive\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:12:\"archive-blog\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"archive\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/archive\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Archive\" template for Elementor Pro.\";i:1;s:44:\"This template will display on: All Archives.\";}}s:22:\"elementor_pro_required\";b:1;}i:15;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:66:\"https://demo.bosathemes.com/rockway/?elementor_library=single-post\";s:4:\"type\";s:11:\"single-post\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-post\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:21:\"include/singular/post\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Post\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Posts.\";}}s:22:\"elementor_pro_required\";b:1;}i:16;a:8:{s:4:\"name\";s:4:\"Shop\";s:10:\"screenshot\";s:20:\"screenshots/shop.jpg\";s:6:\"source\";s:19:\"templates/shop.json\";s:11:\"preview_url\";s:59:\"https://demo.bosathemes.com/rockway/?elementor_library=shop\";s:4:\"type\";s:15:\"product-archive\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:15:\"archive-product\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:15:\"product-archive\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:23:\"include/product_archive\";}s:31:\"additional_template_information\";a:2:{i:0;s:55:\"This is a \"Product Archive\" template for Elementor Pro.\";i:1;s:52:\"This template will display on: All Product Archives.\";}}s:22:\"elementor_pro_required\";b:1;}i:17;a:8:{s:4:\"name\";s:14:\"Single product\";s:10:\"screenshot\";s:30:\"screenshots/single-product.jpg\";s:6:\"source\";s:29:\"templates/single-product.json\";s:11:\"preview_url\";s:69:\"https://demo.bosathemes.com/rockway/?elementor_library=single-product\";s:4:\"type\";s:7:\"product\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"single-product\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"product\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/product\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Product\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: Products.\";}}s:22:\"elementor_pro_required\";b:1;}i:18;a:8:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:26:\"templates/coming-soon.json\";s:11:\"preview_url\";s:61:\"https://demo.bosathemes.com/rockway/template-kit/coming-soon/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:19;a:8:{s:4:\"name\";s:14:\"Search Results\";s:10:\"screenshot\";s:30:\"screenshots/search-results.jpg\";s:6:\"source\";s:29:\"templates/search-results.json\";s:11:\"preview_url\";s:69:\"https://demo.bosathemes.com/rockway/?elementor_library=search-results\";s:4:\"type\";s:14:\"search-results\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"archive-search\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:14:\"search-results\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:22:\"include/archive/search\";}s:31:\"additional_template_information\";a:2:{i:0;s:54:\"This is a \"Search Results\" template for Elementor Pro.\";i:1;s:46:\"This template will display on: Search Results.\";}}s:22:\"elementor_pro_required\";b:1;}i:20;a:8:{s:4:\"name\";s:8:\"404 page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:63:\"https://demo.bosathemes.com/rockway/?elementor_library=404-page\";s:4:\"type\";s:9:\"error-404\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:9:\"error-404\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:29:\"include/singular/not_found404\";}s:31:\"additional_template_information\";a:2:{i:0;s:49:\"This is a \"Error 404\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: 404 Page.\";}}s:22:\"elementor_pro_required\";b:1;}i:21;a:8:{s:4:\"name\";s:11:\"Single page\";s:10:\"screenshot\";s:27:\"screenshots/single-page.jpg\";s:6:\"source\";s:26:\"templates/single-page.json\";s:11:\"preview_url\";s:66:\"https://demo.bosathemes.com/rockway/?elementor_library=single-page\";s:4:\"type\";s:11:\"single-page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-page\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:21:\"include/singular/page\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Page\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Pages.\";}}s:22:\"elementor_pro_required\";b:1;}i:22;a:8:{s:4:\"name\";s:10:\"My Account\";s:10:\"screenshot\";s:26:\"screenshots/my-account.jpg\";s:6:\"source\";s:25:\"templates/my-account.json\";s:11:\"preview_url\";s:60:\"https://demo.bosathemes.com/rockway/template-kit/my-account/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:23;a:8:{s:4:\"name\";s:8:\"Checkout\";s:10:\"screenshot\";s:24:\"screenshots/checkout.jpg\";s:6:\"source\";s:23:\"templates/checkout.json\";s:11:\"preview_url\";s:58:\"https://demo.bosathemes.com/rockway/template-kit/checkout/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}i:24;a:8:{s:4:\"name\";s:4:\"Cart\";s:10:\"screenshot\";s:20:\"screenshots/cart.jpg\";s:6:\"source\";s:19:\"templates/cart.json\";s:11:\"preview_url\";s:54:\"https://demo.bosathemes.com/rockway/template-kit/cart/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"3.6.4\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.6.2\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:2;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.5.5\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:11:\"WooCommerce\";s:7:\"version\";s:5:\"6.3.1\";s:4:\"file\";s:27:\"woocommerce/woocommerce.php\";s:6:\"author\";s:10:\"Automattic\";}}s:6:\"images\";a:52:{i:0;a:8:{s:8:\"filename\";s:16:\"rockway-img2.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img2-800x533.jpg\";s:9:\"templates\";a:21:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}i:4;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}i:5;a:2:{s:6:\"source\";s:28:\"templates/feature-album.json\";s:4:\"name\";s:13:\"Feature Album\";}i:6;a:2:{s:6:\"source\";s:25:\"templates/event-list.json\";s:4:\"name\";s:10:\"Event List\";}i:7;a:2:{s:6:\"source\";s:27:\"templates/single-event.json\";s:4:\"name\";s:12:\"Single Event\";}i:8;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:9;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:10;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}i:11;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:12;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}i:13;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}i:14;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:15;a:2:{s:6:\"source\";s:26:\"templates/coming-soon.json\";s:4:\"name\";s:11:\"Coming Soon\";}i:16;a:2:{s:6:\"source\";s:29:\"templates/search-results.json\";s:4:\"name\";s:14:\"Search Results\";}i:17;a:2:{s:6:\"source\";s:26:\"templates/single-page.json\";s:4:\"name\";s:11:\"Single page\";}i:18;a:2:{s:6:\"source\";s:25:\"templates/my-account.json\";s:4:\"name\";s:10:\"My Account\";}i:19;a:2:{s:6:\"source\";s:23:\"templates/checkout.json\";s:4:\"name\";s:8:\"Checkout\";}i:20;a:2:{s:6:\"source\";s:19:\"templates/cart.json\";s:4:\"name\";s:4:\"Cart\";}}s:8:\"filesize\";i:176546;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/at-the-concert-XRMTDR3\";}i:1;a:8:{s:8:\"filename\";s:16:\"rockway-img3.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img3-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:170815;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-musicians-band-performing-in-neon--8ZEFWPA\";}i:2;a:8:{s:8:\"filename\";s:16:\"rockway-img5.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:2824;s:10:\"dimensions\";a:2:{i:0;i:125;i:1;i:48;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:16:\"rockway-img6.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3602;s:10:\"dimensions\";a:2:{i:0;i:125;i:1;i:48;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:4;a:8:{s:8:\"filename\";s:16:\"rockway-img7.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:3695;s:10:\"dimensions\";a:2:{i:0;i:125;i:1;i:48;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:5;a:8:{s:8:\"filename\";s:16:\"rockway-img4.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img4.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}i:2;a:2:{s:6:\"source\";s:28:\"templates/feature-album.json\";s:4:\"name\";s:13:\"Feature Album\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/event-list.json\";s:4:\"name\";s:10:\"Event List\";}i:4;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:5;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1262;s:10:\"dimensions\";a:2:{i:0;i:105;i:1;i:105;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:6;a:8:{s:8:\"filename\";s:16:\"rockway-img9.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img9.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:1775;s:10:\"dimensions\";a:2:{i:0;i:217;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:7;a:8:{s:8:\"filename\";s:17:\"rockway-img10.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img10.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:1879;s:10:\"dimensions\";a:2:{i:0;i:217;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:8;a:8:{s:8:\"filename\";s:17:\"rockway-img11.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img11.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:3462;s:10:\"dimensions\";a:2:{i:0;i:217;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:9;a:8:{s:8:\"filename\";s:17:\"rockway-img12.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img12.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:2144;s:10:\"dimensions\";a:2:{i:0;i:217;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:10;a:8:{s:8:\"filename\";s:17:\"rockway-img13.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img13.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:2476;s:10:\"dimensions\";a:2:{i:0;i:217;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:11;a:8:{s:8:\"filename\";s:16:\"rockway-img8.jpg\";s:13:\"thumbnail_url\";s:96:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img8-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}}s:8:\"filesize\";i:167225;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-young-multiethnic-musicians-created-band--KX89QA7\";}i:12;a:8:{s:8:\"filename\";s:17:\"rockway-img29.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img29-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:131815;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/blurred-abstract-background-bokeh-lighting-in-conc-DT9BZGP\";}i:13;a:8:{s:8:\"filename\";s:17:\"rockway-img25.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img25.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:65641;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:62:\"https://elements.envato.com/woman-with-creative-makeup-FCXPNAH\";}i:14;a:8:{s:8:\"filename\";s:17:\"rockway-img26.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img26.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}}s:8:\"filesize\";i:47011;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/mixed-race-cyberpunk-player-in-futuristic-glasses--RNLQS3G\";}i:15;a:8:{s:8:\"filename\";s:17:\"rockway-img28.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img28.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:58907;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:70:\"https://elements.envato.com/blond-woman-is-sitting-on-bean-bag-9Y26RKP\";}i:16;a:8:{s:8:\"filename\";s:17:\"rockway-img27.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img27.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:81611;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/creative-art-of-make-up-fashion-model-closeup-port-BG86PJA\";}i:17;a:8:{s:8:\"filename\";s:17:\"rockway-img14.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img14.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:28:\"templates/feature-album.json\";s:4:\"name\";s:13:\"Feature Album\";}}s:8:\"filesize\";i:4827;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:18;a:8:{s:8:\"filename\";s:17:\"rockway-img15.png\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img15.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:28:\"templates/feature-album.json\";s:4:\"name\";s:13:\"Feature Album\";}}s:8:\"filesize\";i:4791;s:10:\"dimensions\";a:2:{i:0;i:160;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:19;a:8:{s:8:\"filename\";s:16:\"rockway-img1.png\";s:13:\"thumbnail_url\";s:88:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img1.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:28:\"templates/feature-album.json\";s:4:\"name\";s:13:\"Feature Album\";}}s:8:\"filesize\";i:165834;s:10:\"dimensions\";a:2:{i:0;i:398;i:1;i:326;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-young-multiethnic-musicians-created-band--ZQYL6B4\";}i:20;a:8:{s:8:\"filename\";s:17:\"rockway-img16.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img16.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:43587;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-musicians-singers-performing-in-ne-UTD8THK\";}i:21;a:8:{s:8:\"filename\";s:17:\"rockway-img17.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img17.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/single-event.json\";s:4:\"name\";s:12:\"Single Event\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:71991;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/jazz-band-performance-couple-of-musicians-a-drumme-VWYEJ9B\";}i:22;a:8:{s:8:\"filename\";s:17:\"rockway-img19.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img19.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:66962;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/females-performing-on-illuminated-in-nightclub-8VLLN6N\";}i:23;a:8:{s:8:\"filename\";s:17:\"rockway-img18.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img18.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:76298;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/male-performer-with-electro-guitar-in-a-jump-PWD4BVS\";}i:24;a:8:{s:8:\"filename\";s:17:\"rockway-img20.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img20.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:44703;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/female-singer-performing-while-coworker-playing-pi-VHPT48E\";}i:25;a:8:{s:8:\"filename\";s:17:\"rockway-img22.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img22-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About us\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/music-videos.json\";s:4:\"name\";s:12:\"Music Videos\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:170183;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/musical-instruments-with-spotlight-on-the-stage-wi-XBVTK2D\";}i:26;a:8:{s:8:\"filename\";s:17:\"rockway-img52.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img52.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:34692;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-musician-singing-dancing-in-neon-l-FAJJBFF\";}i:27;a:8:{s:8:\"filename\";s:17:\"rockway-img48.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img48.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:55921;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-musicians-band-performing-in-neon--3XEJ9MP\";}i:28;a:8:{s:8:\"filename\";s:17:\"rockway-img51.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img51.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:48063;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/confident-male-singer-performing-with-guitar-4R9YXZ6\";}i:29;a:8:{s:8:\"filename\";s:17:\"rockway-img47.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img47.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:37965;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/female-singer-performing-while-coworker-playing-pi-VHPT48E\";}i:30;a:8:{s:8:\"filename\";s:17:\"rockway-img49.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img49.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:54844;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-african-american-musician-singing-dancing-in-FAZSHKL\";}i:31;a:8:{s:8:\"filename\";s:17:\"rockway-img50.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img50.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"Our Artist\";}}s:8:\"filesize\";i:58891;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-jazz-musician-playing-the-saxophon-4Q229B4\";}i:32;a:8:{s:8:\"filename\";s:17:\"rockway-img43.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img43.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:63175;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/male-performer-with-electro-guitar-in-a-jump-PWD4BVS\";}i:33;a:8:{s:8:\"filename\";s:17:\"rockway-img44.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img44.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:63522;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/jazz-band-performance-couple-of-musicians-a-drumme-VWYEJ9B\";}i:34;a:8:{s:8:\"filename\";s:17:\"rockway-img45.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img45.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:39984;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-caucasian-musicians-singers-performing-in-ne-UTD8THK\";}i:35;a:8:{s:8:\"filename\";s:17:\"rockway-img46.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img46.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/song-collection.json\";s:4:\"name\";s:15:\"Song Collection\";}}s:8:\"filesize\";i:58483;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:82:\"https://elements.envato.com/females-performing-on-illuminated-in-nightclub-8VLLN6N\";}i:36;a:8:{s:8:\"filename\";s:18:\"rockway-img042.png\";s:13:\"thumbnail_url\";s:90:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img042.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/event-list.json\";s:4:\"name\";s:10:\"Event List\";}}s:8:\"filesize\";i:294351;s:10:\"dimensions\";a:2:{i:0;i:747;i:1;i:334;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/group-of-young-multiethnic-musicians-created-band--KX89QA7\";}i:37;a:8:{s:8:\"filename\";s:17:\"rockway-img21.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img21-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:168353;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:68:\"https://elements.envato.com/singer-performing-on-the-concert-Q9JBMTG\";}i:38;a:8:{s:8:\"filename\";s:17:\"rockway-img24.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img24-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:202536;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:73:\"https://elements.envato.com/band-performs-on-stage-in-a-nightclub-R82EXSF\";}i:39;a:8:{s:8:\"filename\";s:17:\"rockway-img23.jpg\";s:13:\"thumbnail_url\";s:97:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/03/rockway-img23-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/archive.json\";s:4:\"name\";s:7:\"Archive\";}}s:8:\"filesize\";i:161267;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/musician-band-hand-holding-the-microphone-and-sing-65C3FK2\";}i:40;a:8:{s:8:\"filename\";s:17:\"rockway-img36.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img36.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:4971;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/gallant-young-brunette-haired-gentleman-in-plaid-b-XSSK5B9\";}i:41;a:8:{s:8:\"filename\";s:17:\"rockway-img37.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img37.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:6468;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/attractive-caucasian-girl-with-long-hairstyle-posi-JVK879H\";}i:42;a:8:{s:8:\"filename\";s:17:\"rockway-img38.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img38.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:7371;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-bearded-man-model-of-fashion-in-urban-backgr-JUAF8RL\";}i:43;a:8:{s:8:\"filename\";s:17:\"rockway-img39.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img39.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:8127;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/smiling-mature-professional-businesswoman-with-arm-CX6NLD3\";}i:44;a:8:{s:8:\"filename\";s:17:\"rockway-img40.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img40.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:8668;s:10:\"dimensions\";a:2:{i:0;i:150;i:1;i:150;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/young-indian-freelancer-guy-sitting-at-desk-in-off-ZF64QTC\";}i:45;a:8:{s:8:\"filename\";s:17:\"rockway-img41.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img41.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/reviews.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:74466;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:540;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:63:\"https://elements.envato.com/hipster-street-photographer-ZHPBH5G\";}i:46;a:8:{s:8:\"filename\";s:17:\"rockway-img35.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img35.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:29557;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:43:\"https://elements.envato.com/t-shirt-4U993XV\";}i:47;a:8:{s:8:\"filename\";s:17:\"rockway-img34.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img34.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:31793;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:56:\"https://elements.envato.com/true-snapback-yellow-S7TPPDX\";}i:48;a:8:{s:8:\"filename\";s:17:\"rockway-img33.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img33.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:17158;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:51:\"https://elements.envato.com/teenage-t-shirt-B7A9CWX\";}i:49;a:8:{s:8:\"filename\";s:17:\"rockway-img32.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img32.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:15675;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/record-vinyl-with-pack-EDS49YM\";}i:50;a:8:{s:8:\"filename\";s:17:\"rockway-img31.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img31.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:20870;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:45:\"https://elements.envato.com/headphones-493WGG\";}i:51;a:8:{s:8:\"filename\";s:17:\"rockway-img30.jpg\";s:13:\"thumbnail_url\";s:89:\"https://demo.bosathemes.com/rockway/wp-content/uploads/sites/26/2022/04/rockway-img30.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/shop.json\";s:4:\"name\";s:4:\"Shop\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/single-product.json\";s:4:\"name\";s:14:\"Single product\";}}s:8:\"filesize\";i:17489;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:570;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:43:\"https://elements.envato.com/dvd-case-D3STSW\";}}}'),(4,5,'envato_tk_folder_name','abd2a887bab03896b7a137685c790499'),(5,5,'envato_tk_builder','elementor'),(6,5,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/abd2a887bab03896b7a137685c790499/source-5.zip'),(7,6,'_elementor_edit_mode','builder'),(8,6,'_elementor_template_type','kit'),(14,13,'_edit_last','1'),(15,13,'_edit_lock','1689511449:1'),(16,13,'_wp_page_template','elementor_header_footer'),(17,13,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:8:\"page|all\";}s:8:\"specific\";a:0:{}}'),(18,13,'ehf_target_exclude_locations','a:0:{}'),(19,13,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(20,13,'ehf_template_type','type_header'),(21,13,'_elementor_edit_mode','builder'),(22,13,'_elementor_template_type','wp-post'),(23,13,'_elementor_version','3.14.1'),(25,13,'ekit_post_views_count','18'),(32,16,'_wp_attached_file','2023/07/2.png'),(33,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:821;s:6:\"height\";i:203;s:4:\"file\";s:13:\"2023/07/2.png\";s:8:\"filesize\";i:50425;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:12:\"2-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18517;}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:10850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73045;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,16,'_imagify_optimization_level','2'),(35,16,'_imagify_status','error'),(36,16,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(37,17,'_wp_attached_file','2023/07/2-removebg-preview.png'),(38,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:821;s:6:\"height\";i:203;s:4:\"file\";s:30:\"2023/07/2-removebg-preview.png\";s:8:\"filesize\";i:77901;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2-removebg-preview-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"2-removebg-preview-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,17,'_imagify_optimization_level','2'),(40,17,'_imagify_status','error'),(41,17,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(51,19,'_menu_item_type','custom'),(52,19,'_menu_item_menu_item_parent','0'),(53,19,'_menu_item_object_id','19'),(54,19,'_menu_item_object','custom'),(55,19,'_menu_item_target',''),(56,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(57,19,'_menu_item_xfn',''),(58,19,'_menu_item_url','#'),(104,13,'_elementor_data','[{\"id\":\"154d04b\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92278F\"},\"elements\":[{\"id\":\"3d1015d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d4ee420\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-removebg-preview.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"62eccaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80,\"align\":\"flex-end\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"d2b538e\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"icon icon-menu-3\",\"library\":\"ekiticons\"},\"dropdown_close_icon\":{\"value\":\"icon icon-cross\",\"library\":\"ekiticons\"},\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"distance_from_menu_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_divider_border\":\"none\"},\"elements\":[],\"widgetType\":\"navigation-menu\"},{\"id\":\"3c31c35\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"_id\":\"d17087e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"dabbb26\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"74c3e6f\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"7e3f0ce\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"3caa9cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"background_color\":\"#92278F\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(110,13,'_elementor_page_assets','a:0:{}'),(188,13,'site-sidebar-layout','default'),(189,13,'site-content-layout','default'),(190,13,'theme-transparent-header-meta','default'),(213,50,'_edit_last','1'),(214,50,'_wp_page_template','elementor_theme'),(215,50,'_oct_exclude_from_cache',''),(216,50,'site-sidebar-layout','no-sidebar'),(217,50,'site-content-layout','page-builder'),(218,50,'theme-transparent-header-meta','default'),(219,50,'_edit_lock','1694674017:1'),(220,50,'_elementor_edit_mode','builder'),(221,50,'_elementor_template_type','wp-page'),(222,50,'_elementor_version','3.16.2'),(223,50,'_astra_content_layout_flag','disabled'),(224,50,'site-post-title','disabled'),(225,50,'ast-title-bar-display','disabled'),(226,50,'ast-featured-img','disabled'),(250,55,'_menu_item_type','post_type'),(251,55,'_menu_item_menu_item_parent','0'),(252,55,'_menu_item_object_id','50'),(253,55,'_menu_item_object','page'),(254,55,'_menu_item_target',''),(255,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(256,55,'_menu_item_xfn',''),(257,55,'_menu_item_url',''),(308,63,'_edit_last','1'),(309,63,'_edit_lock','1689511442:1'),(310,63,'_wp_page_template','default'),(311,63,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(312,63,'ehf_target_exclude_locations','a:0:{}'),(313,63,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(314,63,'ehf_template_type','type_footer'),(315,63,'site-sidebar-layout','no-sidebar'),(316,63,'site-content-layout','page-builder'),(317,63,'theme-transparent-header-meta','default'),(321,63,'_elementor_edit_mode','builder'),(322,63,'_elementor_template_type','wp-post'),(323,63,'_elementor_version','3.14.1'),(324,63,'_astra_content_layout_flag','disabled'),(325,63,'site-post-title','disabled'),(326,63,'ast-title-bar-display','disabled'),(327,63,'ast-featured-img','disabled'),(329,63,'ekit_post_views_count','11'),(330,66,'_wp_page_template','elementor_canvas'),(331,66,'metform_form__form_setting','a:134:{s:10:\"form_title\";s:11:\"Footer Form\";s:9:\"form_type\";s:12:\"general-form\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:12:\"quiz_summery\";s:0:\"\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:0:\"\";s:26:\"hide_form_after_submission\";s:0:\"\";s:11:\"redirect_to\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:17:\"failed_cancel_url\";s:0:\"\";s:13:\"require_login\";s:0:\"\";s:26:\"limit_total_entries_status\";s:0:\"\";s:19:\"limit_total_entries\";s:0:\"\";s:11:\"count_views\";s:0:\"\";s:26:\"mf_stop_vertical_scrolling\";s:0:\"\";s:19:\"multiple_submission\";s:0:\"\";s:16:\"enable_recaptcha\";s:0:\"\";s:25:\"capture_user_browser_data\";s:0:\"\";s:24:\"enable_user_notification\";s:0:\"\";s:18:\"user_email_subject\";s:0:\"\";s:15:\"user_email_from\";s:0:\"\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:33:\"user_email_attach_submission_copy\";s:0:\"\";s:25:\"enable_admin_notification\";s:0:\"\";s:19:\"admin_email_subject\";s:0:\"\";s:16:\"admin_email_from\";s:0:\"\";s:14:\"admin_email_to\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:34:\"admin_email_attach_submission_copy\";s:0:\"\";s:13:\"mf_mail_chimp\";s:0:\"\";s:15:\"mf_get_response\";s:0:\"\";s:22:\"mf_get_reponse_api_key\";s:0:\"\";s:23:\"mf_get_response_list_id\";s:0:\"\";s:11:\"mf_automizy\";s:0:\"\";s:21:\"mf_automizy_api_token\";s:0:\"\";s:19:\"mf_automizy_list_id\";s:0:\"\";s:11:\"mf_rest_api\";s:0:\"\";s:15:\"mf_rest_api_url\";s:0:\"\";s:18:\"mf_rest_api_method\";s:0:\"\";s:20:\"mf_mailchimp_api_key\";s:0:\"\";s:26:\"mf_active_campaign_api_key\";s:0:\"\";s:22:\"mf_active_campaign_url\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:9:\"mf_zapier\";s:0:\"\";s:17:\"mf_zapier_webhook\";s:0:\"\";s:8:\"mf_slack\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";s:9:\"mf_fluent\";s:0:\"\";s:17:\"mf_fluent_webhook\";s:0:\"\";s:17:\"mf_thank_you_page\";s:0:\"\";s:14:\"mf_cancel_page\";s:0:\"\";s:9:\"mf_paypal\";s:0:\"\";s:19:\"mf_payment_currency\";s:0:\"\";s:15:\"mf_paypal_email\";s:0:\"\";s:15:\"mf_paypal_token\";s:0:\"\";s:17:\"mf_paypal_sandbox\";s:0:\"\";s:9:\"mf_stripe\";s:0:\"\";s:19:\"mf_stripe_image_url\";s:0:\"\";s:31:\"mf_stripe_live_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_live_secret_key\";s:0:\"\";s:17:\"mf_stripe_sandbox\";s:0:\"\";s:31:\"mf_stripe_test_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_test_secret_key\";s:0:\"\";s:21:\"mf_google_map_api_key\";s:0:\"\";s:16:\"mf_save_progress\";s:0:\"\";s:12:\"mf_recaptcha\";s:0:\"\";s:20:\"mf_recaptcha_version\";s:0:\"\";s:21:\"mf_recaptcha_site_key\";s:0:\"\";s:23:\"mf_recaptcha_secret_key\";s:0:\"\";s:24:\"mf_recaptcha_site_key_v3\";s:0:\"\";s:26:\"mf_recaptcha_secret_key_v3\";s:0:\"\";s:14:\"mf_convert_kit\";s:0:\"\";s:15:\"mf_ckit_list_id\";s:0:\"\";s:15:\"mf_ckit_api_key\";s:0:\"\";s:15:\"mf_ckit_sec_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_sec\";s:0:\"\";s:14:\"mf_mail_aweber\";s:0:\"\";s:17:\"mf_aweber_list_id\";s:0:\"\";s:18:\"mf_active_campaign\";s:0:\"\";s:26:\"mf_active_campaign_list_id\";s:0:\"\";s:25:\"mf_active_campaign_tag_id\";s:0:\"\";s:12:\"mf_mail_poet\";s:0:\"\";s:20:\"mf_mail_poet_list_id\";s:0:\"\";s:10:\"mf_hubspot\";s:0:\"\";s:16:\"mf_hubspot_forms\";s:0:\"\";s:16:\"mf_hubsopt_token\";s:0:\"\";s:24:\"mf_hubsopt_refresh_token\";s:0:\"\";s:21:\"mf_hubsopt_token_type\";s:0:\"\";s:21:\"mf_hubsopt_expires_in\";s:0:\"\";s:20:\"mf_hubspot_form_guid\";s:0:\"\";s:24:\"mf_hubspot_form_portalId\";s:0:\"\";s:7:\"mf_zoho\";s:0:\"\";s:13:\"mf_zoho_token\";s:0:\"\";s:15:\"mf_registration\";s:0:\"\";s:8:\"mf_login\";s:0:\"\";s:15:\"mf_form_to_post\";s:0:\"\";s:11:\"mf_mailster\";s:0:\"\";s:19:\"mf_mailster_list_id\";s:0:\"\";s:18:\"mf_mailster_fields\";s:0:\"\";s:28:\"mf_post_submission_post_type\";s:0:\"\";s:24:\"mf_post_submission_title\";s:0:\"\";s:26:\"mf_post_submission_content\";s:0:\"\";s:25:\"mf_post_submission_author\";s:0:\"\";s:33:\"mf_post_submission_featured_image\";s:0:\"\";s:12:\"mf_helpscout\";s:0:\"\";s:19:\"mf_helpscout_app_id\";s:0:\"\";s:23:\"mf_helpscout_app_secret\";s:0:\"\";s:18:\"mf_helpscout_token\";s:0:\"\";s:20:\"mf_helpscout_mailbox\";s:0:\"\";s:33:\"mf_helpscout_conversation_subject\";s:0:\"\";s:40:\"mf_helpscout_conversation_customer_email\";s:0:\"\";s:45:\"mf_helpscout_conversation_customer_first_name\";s:0:\"\";s:44:\"mf_helpscout_conversation_customer_last_name\";s:0:\"\";s:42:\"mf_helpscout_conversation_customer_message\";s:0:\"\";s:15:\"mf_google_sheet\";s:0:\"\";s:25:\"mf_google_sheet_client_id\";s:0:\"\";s:29:\"mf_google_sheet_client_secret\";s:0:\"\";s:25:\"email_verification_enable\";s:0:\"\";s:32:\"email_verification_email_subject\";s:0:\"\";s:35:\"email_verification_confirm_redirect\";s:0:\"\";s:26:\"email_verification_heading\";s:0:\"\";s:28:\"email_verification_paragraph\";s:0:\"\";s:13:\"mf_sms_status\";s:0:\"\";s:11:\"mf_sms_from\";s:0:\"\";s:25:\"mf_sms_twilio_account_sid\";s:0:\"\";s:24:\"mf_sms_twilio_auth_token\";s:0:\"\";s:18:\"mf_sms_user_status\";s:0:\"\";s:16:\"mf_sms_user_body\";s:0:\"\";s:19:\"mf_sms_admin_status\";s:0:\"\";s:17:\"mf_sms_admin_body\";s:0:\"\";s:15:\"mf_sms_admin_to\";s:0:\"\";}'),(332,66,'_elementor_edit_mode','builder'),(333,66,'_metform_cloned_id','template-0'),(334,66,'_elementor_template_type','wp-post'),(335,66,'_elementor_version','3.14.1'),(336,66,'_astra_content_layout_flag','disabled'),(337,66,'site-post-title','disabled'),(338,66,'ast-title-bar-display','disabled'),(339,66,'ast-featured-img','disabled'),(340,66,'site-content-layout','page-builder'),(341,66,'site-sidebar-layout','no-sidebar'),(342,66,'_edit_lock','1689112104:1'),(343,66,'ekit_post_views_count','10'),(359,66,'_elementor_data','[{\"id\":\"38c3172\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":637,\"sizes\":[]}},\"elements\":[{\"id\":\"d2341ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"bee3e05\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"structure\":\"20\"},\"elements\":[{\"id\":\"e5df309\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"d02e8e8\",\"elType\":\"widget\",\"settings\":{\"show_login_email\":\"\",\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Enter Your Email *\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"mf_input_background_background\":\"classic\",\"mf_input_background_color\":\"#FFFFFF\",\"mf_input_placeholder_color\":\"\"},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true},{\"id\":\"b612415\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-60\",\"isLinked\":false}},\"elements\":[{\"id\":\"489e8c3\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Submit Button\",\"mf_btn_align\":\"left\",\"mf_hidden_input\":[],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"15\",\"bottom\":\"14\",\"left\":\"15\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(365,66,'_elementor_page_assets','a:0:{}'),(515,63,'_elementor_data','[{\"id\":\"efc6557\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#632E6217\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#632E6212\",\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"c80e7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":38,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"5a62672a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c3620\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The ORCHID CITY BRASS BAND IS a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the arts community.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86ef4cd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"2f2661cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"ba8c285\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"298923a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a57cf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"55325812\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hear Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"63544aa\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"33ed5d8\"},{\"text\":\"Support Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e173ed6\"},{\"text\":\"Hire Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"577abfae\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":19},\"elements\":[{\"id\":\"751bdd3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ea8f24f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\"},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"33ed5d8\"},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e173ed6\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7085f04a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"63500690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21c10f63\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Orchid City Brass West Palm Beach, Florida.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2c71ac3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"a7caffe\"},{\"text\":\"(555) 555-555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28c9a5b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]}},\"elements\":[{\"id\":\"7484158f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"5f0b9c18\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2012 - 2023 Orchid City Brass - All right reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(522,63,'_elementor_page_assets','a:0:{}'),(525,93,'mf_page_id','50'),(526,93,'metform_entries_serial_no','1'),(527,66,'metform_form__form_total_entries','1'),(528,93,'metform_entries__form_id','66'),(529,93,'metform_entries__form_data','a:1:{s:8:\"mf-email\";s:23:\"sufyanijaz366@gmail.com\";}'),(530,93,'metform_entries__file_upload_new',NULL),(531,93,'metform_entries__user_id','1'),(538,95,'_wp_attached_file','2023/07/ocbb-group2-nlogo.png'),(539,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1038;s:6:\"height\";i:456;s:4:\"file\";s:29:\"2023/07/ocbb-group2-nlogo.png\";s:8:\"filesize\";i:748497;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"ocbb-group2-nlogo-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82219;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"ocbb-group2-nlogo-1024x450.png\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:771124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"ocbb-group2-nlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"ocbb-group2-nlogo-768x337.png\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(540,95,'_imagify_optimization_level','2'),(541,95,'_imagify_status','error'),(542,95,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(543,96,'_wp_attached_file','2023/07/pexels-pixabay-210887-scaled.jpg'),(544,96,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2023/07/pexels-pixabay-210887-scaled.jpg\";s:8:\"filesize\";i:542320;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-210887-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17162;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-210887-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116358;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-210887-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8399;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-210887-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73894;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-210887-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221923;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-210887-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363349;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"pexels-pixabay-210887.jpg\";}'),(545,96,'_imagify_optimization_level','2'),(546,96,'_imagify_status','error'),(547,96,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(562,50,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\",\"eael_gravity_form_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(568,50,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(569,101,'_wp_attached_file','2023/07/Capture.jpg'),(570,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:368;s:6:\"height\";i:219;s:4:\"file\";s:19:\"2023/07/Capture.jpg\";s:8:\"filesize\";i:30834;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Capture-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Capture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8369;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Sufyan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1688674973\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(571,101,'_imagify_optimization_level','2'),(572,101,'_imagify_status','error'),(573,101,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(616,109,'_wp_attached_file','2023/07/user-e1688657473685.jpg'),(617,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:509;s:6:\"height\";i:510;s:4:\"file\";s:31:\"2023/07/user-e1688657473685.jpg\";s:8:\"filesize\";i:41100;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"user-e1688657473685-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"user-e1688657473685-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Sufyan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1688675354\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(618,109,'_imagify_optimization_level','2'),(619,109,'_imagify_status','error'),(620,109,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(621,109,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:516;s:6:\"height\";i:511;s:4:\"file\";s:8:\"user.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:16:\"user-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6411;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:16:\"user-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16781;}}'),(622,110,'_wp_attached_file','2023/07/user-2.jpg'),(623,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:610;s:6:\"height\";i:614;s:4:\"file\";s:18:\"2023/07/user-2.jpg\";s:8:\"filesize\";i:41798;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"user-2-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"user-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:5180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Sufyan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1688675668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(624,110,'_imagify_optimization_level','2'),(625,110,'_imagify_status','error'),(626,110,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(627,111,'_wp_attached_file','2023/07/user3.jpg'),(628,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:606;s:6:\"height\";i:610;s:4:\"file\";s:17:\"2023/07/user3.jpg\";s:8:\"filesize\";i:48235;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"user3-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"user3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Sufyan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1688675715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(629,111,'_imagify_optimization_level','2'),(630,111,'_imagify_status','error'),(631,111,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(752,129,'_wp_attached_file','2023/07/user3-1.jpg'),(753,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:629;s:6:\"height\";i:469;s:4:\"file\";s:19:\"2023/07/user3-1.jpg\";s:8:\"filesize\";i:60140;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"user3-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"user3-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:8090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Sufyan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1688743490\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(754,129,'_imagify_optimization_level','2'),(755,129,'_imagify_status','error'),(756,129,'_imagify_data','a:2:{s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:46:\"Invalid token header. No credentials provided.\";}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}}'),(757,130,'_wp_page_template','elementor_canvas'),(758,130,'metform_form__form_setting','a:134:{s:10:\"form_title\";s:11:\"contat_form\";s:9:\"form_type\";s:12:\"general-form\";s:15:\"success_message\";s:39:\"Thank you! Form submitted successfully.\";s:12:\"quiz_summery\";s:0:\"\";s:13:\"store_entries\";s:1:\"1\";s:11:\"entry_title\";s:0:\"\";s:26:\"hide_form_after_submission\";s:0:\"\";s:11:\"redirect_to\";s:0:\"\";s:11:\"success_url\";s:0:\"\";s:17:\"failed_cancel_url\";s:0:\"\";s:13:\"require_login\";s:0:\"\";s:26:\"limit_total_entries_status\";s:0:\"\";s:19:\"limit_total_entries\";s:0:\"\";s:11:\"count_views\";s:0:\"\";s:26:\"mf_stop_vertical_scrolling\";s:0:\"\";s:19:\"multiple_submission\";s:0:\"\";s:16:\"enable_recaptcha\";s:0:\"\";s:25:\"capture_user_browser_data\";s:0:\"\";s:24:\"enable_user_notification\";s:0:\"\";s:18:\"user_email_subject\";s:0:\"\";s:15:\"user_email_from\";s:0:\"\";s:19:\"user_email_reply_to\";s:0:\"\";s:15:\"user_email_body\";s:0:\"\";s:33:\"user_email_attach_submission_copy\";s:0:\"\";s:25:\"enable_admin_notification\";s:0:\"\";s:19:\"admin_email_subject\";s:0:\"\";s:16:\"admin_email_from\";s:0:\"\";s:14:\"admin_email_to\";s:0:\"\";s:20:\"admin_email_reply_to\";s:0:\"\";s:16:\"admin_email_body\";s:0:\"\";s:34:\"admin_email_attach_submission_copy\";s:0:\"\";s:13:\"mf_mail_chimp\";s:0:\"\";s:15:\"mf_get_response\";s:0:\"\";s:22:\"mf_get_reponse_api_key\";s:0:\"\";s:23:\"mf_get_response_list_id\";s:0:\"\";s:11:\"mf_automizy\";s:0:\"\";s:21:\"mf_automizy_api_token\";s:0:\"\";s:19:\"mf_automizy_list_id\";s:0:\"\";s:11:\"mf_rest_api\";s:0:\"\";s:15:\"mf_rest_api_url\";s:0:\"\";s:18:\"mf_rest_api_method\";s:0:\"\";s:20:\"mf_mailchimp_api_key\";s:0:\"\";s:26:\"mf_active_campaign_api_key\";s:0:\"\";s:22:\"mf_active_campaign_url\";s:0:\"\";s:20:\"mf_mailchimp_list_id\";s:0:\"\";s:9:\"mf_zapier\";s:0:\"\";s:17:\"mf_zapier_webhook\";s:0:\"\";s:8:\"mf_slack\";s:0:\"\";s:16:\"mf_slack_webhook\";s:0:\"\";s:9:\"mf_fluent\";s:0:\"\";s:17:\"mf_fluent_webhook\";s:0:\"\";s:17:\"mf_thank_you_page\";s:0:\"\";s:14:\"mf_cancel_page\";s:0:\"\";s:9:\"mf_paypal\";s:0:\"\";s:19:\"mf_payment_currency\";s:0:\"\";s:15:\"mf_paypal_email\";s:0:\"\";s:15:\"mf_paypal_token\";s:0:\"\";s:17:\"mf_paypal_sandbox\";s:0:\"\";s:9:\"mf_stripe\";s:0:\"\";s:19:\"mf_stripe_image_url\";s:0:\"\";s:31:\"mf_stripe_live_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_live_secret_key\";s:0:\"\";s:17:\"mf_stripe_sandbox\";s:0:\"\";s:31:\"mf_stripe_test_publishiable_key\";s:0:\"\";s:25:\"mf_stripe_test_secret_key\";s:0:\"\";s:21:\"mf_google_map_api_key\";s:0:\"\";s:16:\"mf_save_progress\";s:0:\"\";s:12:\"mf_recaptcha\";s:0:\"\";s:20:\"mf_recaptcha_version\";s:0:\"\";s:21:\"mf_recaptcha_site_key\";s:0:\"\";s:23:\"mf_recaptcha_secret_key\";s:0:\"\";s:24:\"mf_recaptcha_site_key_v3\";s:0:\"\";s:26:\"mf_recaptcha_secret_key_v3\";s:0:\"\";s:14:\"mf_convert_kit\";s:0:\"\";s:15:\"mf_ckit_list_id\";s:0:\"\";s:15:\"mf_ckit_api_key\";s:0:\"\";s:15:\"mf_ckit_sec_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_key\";s:0:\"\";s:21:\"mf_aweber_dev_api_sec\";s:0:\"\";s:14:\"mf_mail_aweber\";s:0:\"\";s:17:\"mf_aweber_list_id\";s:0:\"\";s:18:\"mf_active_campaign\";s:0:\"\";s:26:\"mf_active_campaign_list_id\";s:0:\"\";s:25:\"mf_active_campaign_tag_id\";s:0:\"\";s:12:\"mf_mail_poet\";s:0:\"\";s:20:\"mf_mail_poet_list_id\";s:0:\"\";s:10:\"mf_hubspot\";s:0:\"\";s:16:\"mf_hubspot_forms\";s:0:\"\";s:16:\"mf_hubsopt_token\";s:0:\"\";s:24:\"mf_hubsopt_refresh_token\";s:0:\"\";s:21:\"mf_hubsopt_token_type\";s:0:\"\";s:21:\"mf_hubsopt_expires_in\";s:0:\"\";s:20:\"mf_hubspot_form_guid\";s:0:\"\";s:24:\"mf_hubspot_form_portalId\";s:0:\"\";s:7:\"mf_zoho\";s:0:\"\";s:13:\"mf_zoho_token\";s:0:\"\";s:15:\"mf_registration\";s:0:\"\";s:8:\"mf_login\";s:0:\"\";s:15:\"mf_form_to_post\";s:0:\"\";s:11:\"mf_mailster\";s:0:\"\";s:19:\"mf_mailster_list_id\";s:0:\"\";s:18:\"mf_mailster_fields\";s:0:\"\";s:28:\"mf_post_submission_post_type\";s:0:\"\";s:24:\"mf_post_submission_title\";s:0:\"\";s:26:\"mf_post_submission_content\";s:0:\"\";s:25:\"mf_post_submission_author\";s:0:\"\";s:33:\"mf_post_submission_featured_image\";s:0:\"\";s:12:\"mf_helpscout\";s:0:\"\";s:19:\"mf_helpscout_app_id\";s:0:\"\";s:23:\"mf_helpscout_app_secret\";s:0:\"\";s:18:\"mf_helpscout_token\";s:0:\"\";s:20:\"mf_helpscout_mailbox\";s:0:\"\";s:33:\"mf_helpscout_conversation_subject\";s:0:\"\";s:40:\"mf_helpscout_conversation_customer_email\";s:0:\"\";s:45:\"mf_helpscout_conversation_customer_first_name\";s:0:\"\";s:44:\"mf_helpscout_conversation_customer_last_name\";s:0:\"\";s:42:\"mf_helpscout_conversation_customer_message\";s:0:\"\";s:15:\"mf_google_sheet\";s:0:\"\";s:25:\"mf_google_sheet_client_id\";s:0:\"\";s:29:\"mf_google_sheet_client_secret\";s:0:\"\";s:25:\"email_verification_enable\";s:0:\"\";s:32:\"email_verification_email_subject\";s:0:\"\";s:35:\"email_verification_confirm_redirect\";s:0:\"\";s:26:\"email_verification_heading\";s:0:\"\";s:28:\"email_verification_paragraph\";s:0:\"\";s:13:\"mf_sms_status\";s:0:\"\";s:11:\"mf_sms_from\";s:0:\"\";s:25:\"mf_sms_twilio_account_sid\";s:0:\"\";s:24:\"mf_sms_twilio_auth_token\";s:0:\"\";s:18:\"mf_sms_user_status\";s:0:\"\";s:16:\"mf_sms_user_body\";s:0:\"\";s:19:\"mf_sms_admin_status\";s:0:\"\";s:17:\"mf_sms_admin_body\";s:0:\"\";s:15:\"mf_sms_admin_to\";s:0:\"\";}'),(759,130,'_elementor_edit_mode','builder'),(760,130,'_metform_cloned_id','template-3'),(761,130,'_elementor_data','[{\"id\":\"4c67379\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.1)\"},\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"33\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"814d5bb\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"5561689a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"2cc89c2\"}]},\"elements\":[{\"id\":\"7314b326\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"3c3c34e\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2abfe45\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"ekit_all_conditions_list\":[{\"_id\":\"076d643\"}]},\"elements\":[{\"id\":\"33e4b289\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\" Name\",\"mf_input_name\":\"mf-first-name\",\"mf_input_placeholder\":\"\",\"mf_input_help_text\":\"First Name \",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_min_length\":1,\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"yes\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_help_text_color\":\"#000000\",\"mf_conditional_logic_form_list\":[],\"ekit_all_conditions_list\":[{\"_id\":\"b503fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true},{\"id\":\"6daef7de\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"896d229\"}]},\"elements\":[{\"id\":\"99068fe\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"\",\"mf_input_name\":\"mf-last-name\",\"mf_input_placeholder\":\"\",\"mf_input_help_text\":\"Last Name\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required\":\"yes\",\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_help_text_color\":\"#000000\",\"mf_conditional_logic_form_list\":[],\"ekit_all_conditions_list\":[{\"_id\":\"c6f956e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"356266d5\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"8fb2a5d\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"6f283303\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"ekit_all_conditions_list\":[{\"_id\":\"332a1eb\"}]},\"elements\":[{\"id\":\"7593be87\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"\",\"mf_input_help_text\":\"Example: user@website.com\",\"mf_input_required\":\"yes\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_help_text_color\":\"#000000\",\"mf_conditional_logic_form_list\":[],\"ekit_all_conditions_list\":[{\"_id\":\"5059a9c\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1ef44348\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"7711663\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"3555ab0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"ekit_all_conditions_list\":[{\"_id\":\"4a4620c\"}]},\"elements\":[{\"id\":\"4f8e3d67\",\"elType\":\"widget\",\"settings\":{\"mf_input_label\":\"Message\",\"mf_input_name\":\"mf-comment\",\"mf_input_placeholder\":\"\",\"mf_input_required\":\"yes\",\"mf_input_label_typography_typography\":\"custom\",\"mf_input_label_typography_font_family\":\"Helvetica\",\"mf_input_label_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_input_label_typography_font_weight\":\"500\",\"mf_input_label_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"mf_input_label_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"mf_input_required_indicator_color\":\"#FF0000\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"mf_input_color\":\"\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_color\":\"#ededed\",\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Helvetica\",\"mf_input_typgraphy_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_typgraphy_line_height\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"mf_input_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":3,\"blur\":5,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"mf_input_place_holder_typography_typography\":\"custom\",\"mf_input_place_holder_typography_font_family\":\"Helvetica\",\"mf_input_place_holder_typography_font_weight\":\"400\",\"mf_input_placeholder_color\":\"#999999\",\"mf_input_help_text_typography_typography\":\"custom\",\"mf_input_help_text_typography_font_family\":\"Helvetica\",\"mf_input_help_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"mf_input_help_text_typography_font_weight\":\"400\",\"mf_input_help_text_typography_font_style\":\"italic\",\"mf_input_help_text_typography_line_height\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"mf_input_help_text_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_help_text_color\":\"#000000\",\"mf_conditional_logic_form_list\":[],\"ekit_all_conditions_list\":[{\"_id\":\"0d347db\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"5f0c67b7\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Submit\",\"mf_btn_align\":\"left\",\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"30\",\"bottom\":\"17\",\"left\":\"30\",\"isLinked\":false},\"mf_btn_typography_typography\":\"custom\",\"mf_btn_typography_font_family\":\"Helvetica\",\"mf_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"mf_btn_typography_font_weight\":\"500\",\"mf_btn_typography_line_height\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(66,133,244,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_conditional_logic_form_list\":[],\"mf_hidden_input\":[],\"ekit_all_conditions_list\":[{\"_id\":\"22d257f\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"mf_btn_text_color\":\"#FFFFFF\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_bg_hover_color_color\":\"#000000\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(762,130,'_astra_content_layout_flag','disabled'),(763,130,'site-post-title','disabled'),(764,130,'ast-title-bar-display','disabled'),(765,130,'ast-featured-img','disabled'),(766,130,'site-content-layout','page-builder'),(767,130,'site-sidebar-layout','no-sidebar'),(768,130,'ekit_post_views_count','6'),(769,130,'_edit_lock','1688727297:1'),(779,130,'_elementor_page_assets','a:0:{}'),(780,130,'_elementor_template_type','wp-post'),(781,130,'_elementor_version','3.14.1'),(935,156,'ekit_post_views_count','1'),(1179,55,'_wp_old_date','2023-07-06'),(1180,19,'_wp_old_date','2023-07-06'),(1198,50,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(1207,50,'_eael_custom_js',''),(1247,63,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1256,63,'_eael_custom_js',''),(1280,222,'_elementor_edit_mode','builder'),(1281,222,'_elementor_template_type','page'),(1282,222,'_elementor_version','3.14.1'),(1286,222,'_wp_page_template','default'),(1287,222,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1288,222,'_elementor_data','[{\"id\":\"479e7b67\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"400\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_footer_8\",\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"content_width\":{\"unit\":\"px\",\"size\":1150,\"sizes\":[]},\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"}},\"elements\":[{\"id\":\"3d3f631d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":40,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"5375ce0f\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f677868\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\'re group of professional brass players and percussionists gathered to form a British-style brass band. Taking the name \\u201cOrchid City Brass Band\\u201d in honor of West Palm Beach, this group is now the premier ensemble of its type in South Florida.\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"27a39cee\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"space_between_widgets\":\"0\",\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"3bd64e4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"748b13b5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hear Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"63544aa\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"33ed5d8\"},{\"text\":\"Support Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e173ed6\"},{\"text\":\"Hire Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"72f12c2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"space_between_widgets\":\"0\",\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"55420518\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46d6f617\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hear Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"63544aa\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"33ed5d8\"},{\"text\":\"Support Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e173ed6\"},{\"text\":\"Hire Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"672f6ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"space_between_widgets\":\"0\",\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":19.9969999999999998863131622783839702606201171875},\"elements\":[{\"id\":\"47c7ad0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social Network\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d393d13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-square\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\"},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"33ed5d8\"},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e173ed6\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"794e061e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"1\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"72912f4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"707840ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\\u00a9 Copyright 2012-2023 Orchid City Brass - All right reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(1295,222,'_elementor_page_assets','a:0:{}'),(1296,222,'_eael_custom_js',''),(1369,234,'_edit_last','1'),(1370,234,'_edit_lock','1694671316:1'),(1371,234,'_wp_page_template','default'),(1372,234,'_oct_exclude_from_cache',''),(1373,234,'site-sidebar-layout','no-sidebar'),(1374,234,'site-content-layout','page-builder'),(1375,234,'theme-transparent-header-meta','default'),(1376,234,'_elementor_edit_mode','builder'),(1377,234,'_elementor_template_type','wp-page'),(1378,234,'_elementor_version','3.16.2'),(1379,234,'_astra_content_layout_flag','disabled'),(1380,234,'site-post-title','disabled'),(1381,234,'ast-title-bar-display','disabled'),(1382,234,'ast-featured-img','disabled'),(1383,234,'_elementor_data','[{\"id\":\"d81e580\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1075,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-029.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"fed44c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"06a3763\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f3b1782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb6f781\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"603ab8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5745f59\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR GENRE\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c5d4e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e46962\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7c7772cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f5d7743\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"57662b78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.66599999999999681676854379475116729736328125,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"2c4f671f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1069,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-010.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53d2e37d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":42,\"_inline_size_tablet\":50,\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"11b7492b\",\"elType\":\"widget\",\"settings\":{\"title\":\"what is a brass band?\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#171717\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66cbe72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band History\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420f7bfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The brass band dates back to the early nineteenth century and England\\u2019s Industrial Revolution as an outgrowth of the <a href=\\\"https:\\/\\/simple.wikipedia.org\\/wiki\\/Waits\\\"><b>medieval <em>waits<\\/em><\\/b><\\/a> (public musicians).<\\/p><p><span style=\\\"color: var( --e-global-color-f52bd0a );\\\">With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.<\\/span><\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d61b76\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"074fa84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.<\\/p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66457f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Uniqueness of a Brass Band\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c87f08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>What makes the brass band unique?<\\/b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.<\\/p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.<\\/p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.<\\/p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"121d1745\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#F4F4F9\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"top\"},\"elements\":[{\"id\":\"be78656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0683d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band Instrumentation\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aec89bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"edde44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b4d76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f82ef38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":12,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4dd6c839\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Eb Soprano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4989ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c3a2ba2\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cda8db\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>8-10 Bb Cornets<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8137eb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Solo Cornets <\\/b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent.\\u00a0<span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">2-3 Second Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0and<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">\\u00a02-3 Third Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0fill out the Cornet choir.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d2e1d0d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9ae8869\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Repiano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ad561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Repiano Cornet is unique to the Brass Band and serves as the \\u201croving linebacker\\u201d of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3505e01\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b1ef06\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Flugelhorn<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b5053f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a62fd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\",\"id\":1078,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e15edf5\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73e2dbf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8da8895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ed2e72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Eb Tenor Horns<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a732e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cd90db\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ba25d0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Euphoniums <\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ad010\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd3cb7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Baritones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fde3dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"94b4e1e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7bcdd32\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2-3 Bb Tenor Trombones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa3714\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"358f64d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2da0c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bass Trombone<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b7d5dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0296747\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c3180b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>4 Basses (Tubas)<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a6f798\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 Eb Tubas and 2 Bb Tubas, \\u200balso known as the \\u201cBasses,\\u201d give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0609171\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8103327\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Percussionists<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27fe718\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Three Percussionists cover the entire spectrum of percussion instruments.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc9d3e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f59010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1384,234,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1385,234,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(1386,234,'_eael_custom_js',''),(1387,234,'_eael_widget_elements','a:0:{}'),(1558,256,'_edit_last','1'),(1559,256,'_edit_lock','1694673526:1'),(1560,256,'_wp_page_template','default'),(1561,256,'_oct_exclude_from_cache',''),(1562,256,'site-sidebar-layout','no-sidebar'),(1563,256,'site-content-layout','page-builder'),(1564,256,'theme-transparent-header-meta','default'),(1565,256,'_elementor_edit_mode','builder'),(1566,256,'_elementor_template_type','wp-page'),(1567,256,'_elementor_version','3.16.2'),(1568,256,'_astra_content_layout_flag','disabled'),(1569,256,'site-post-title','disabled'),(1570,256,'ast-title-bar-display','disabled'),(1571,256,'ast-featured-img','disabled'),(1572,256,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(1573,256,'_elementor_page_assets','a:0:{}'),(1574,256,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(1575,256,'_eael_custom_js',''),(1576,256,'_eael_widget_elements','a:1:{s:12:\"gravity-form\";s:12:\"gravity-form\";}'),(1716,276,'_menu_item_type','post_type'),(1717,276,'_menu_item_menu_item_parent','0'),(1718,276,'_menu_item_object_id','256'),(1719,276,'_menu_item_object','page'),(1720,276,'_menu_item_target',''),(1721,276,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1722,276,'_menu_item_xfn',''),(1723,276,'_menu_item_url',''),(1797,289,'_elementor_edit_mode','builder'),(1798,289,'_elementor_template_type','section'),(1799,289,'_elementor_version','3.14.1'),(1800,289,'_elementor_data','[{\"id\":\"259cb69c\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":600},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"background_background\":\"gradient\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#fcf4f2\",\"height\":\"min-height\",\"column_position\":\"stretch\",\"background_color_b\":\"#fae3de\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":60,\"sizes\":[]},\"background_overlay_color\":\"#ffffff\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9699999999999999733546474089962430298328399658203125},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21dc1fb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"4\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2680eedd\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h3\",\"title_color\":\"#b29892\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_background_color\":\"#59a1af\",\"_element_width\":\"auto\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"rgba(125,152,163,0.31)\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f3399de\",\"elType\":\"widget\",\"settings\":{\"title\":\"We take your skin seriously.\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_text_decoration\":\"none\",\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36f6e78a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Adipiscing diam donec adipiscing tristique risus. Fames ac turpis egestas sed tempus urna et. Fringilla ut morbi tincidunt augue interdum velit euismod. Viverra vitae congue eu consequat.<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c6913b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"content_position\":\"bottom\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ce4a14a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"286\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/martha-dominguez-de-gouveia-nMyM7fxpokE-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":106,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":102,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"css_filters_hue\":{\"unit\":\"px\",\"size\":334,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4aac39e5\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"structure\":\"20\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_color\":\"#ffffff\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#ffffff\",\"background_color_b\":\"#fae3de\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":60,\"sizes\":[]},\"shape_divider_bottom_color\":\"#f7f9f9\",\"background_overlay_image\":{\"id\":\"287\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/toa-heftiba-a9pFSC8dTlo-unsplash.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"overlay\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4abd5803\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41309231\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sub Heading\",\"header_size\":\"h3\",\"title_color\":\"#b29892\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"left\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_background_color\":\"#59a1af\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"rgba(125,152,163,0.31)\",\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1416336e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vivamus ultrices ipsum, commodo vitae.\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"199b7cc3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"265deaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c5810c6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"54348ec3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#f7f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f304fc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"align\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53a1baa0\",\"elType\":\"widget\",\"settings\":{\"title\":\"meet Our specialists\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_animation\":\"fadeIn\",\"align\":\"center\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3908ea31\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":80},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":100},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"structure\":\"30\",\"background_position\":\"center right\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"fe702a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#fae3dd\",\"background_color_b\":\"#ffffff\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#fae3dd\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#fae3de\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":15,\"blur\":11,\"spread\":-9,\"color\":\"rgba(0,0,0,0.2)\"},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_hover_color\":\"#fae3de\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":47,\"spread\":3,\"color\":\"rgba(89,161,175,0.28)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f5c5ed5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"281\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/woman1-pexels.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"500\"},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_color\":\"#f9e1db\",\"_z_index\":11,\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-2,\"vertical\":9,\"blur\":17,\"spread\":5,\"color\":\"rgba(143,158,170,0.16)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6994090e\",\"elType\":\"widget\",\"settings\":{\"title\":\"alana parker\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_text_transform\":\"capitalize\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#f9e7e3\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36380a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4442680d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"28ca676\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"b9e8776\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b85c4d8\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-envelope\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6fe05ca\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ffffff\",\"icon_secondary_color\":\"#a6d0d8\",\"icon_size\":{\"unit\":\"px\",\"size\":12},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#c5dbe0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#fae3de\",\"hover_secondary_color\":\"#ffffff\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"1f031cff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#fae3dd\",\"background_color_b\":\"#ffffff\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#fae3dd\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#fae3de\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":15,\"blur\":11,\"spread\":-9,\"color\":\"rgba(0,0,0,0.2)\"},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_hover_color\":\"#fae3de\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":47,\"spread\":3,\"color\":\"rgba(89,161,175,0.28)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"562d07d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"282\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/woman-doctor.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"500\"},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_color\":\"#f9e1db\",\"_z_index\":11,\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-2,\"vertical\":9,\"blur\":17,\"spread\":5,\"color\":\"rgba(143,158,170,0.16)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"169fc7f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chandi arambi\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_text_transform\":\"capitalize\",\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#f9e7e3\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15c9e9b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7cfcb6f5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"28ca676\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"b9e8776\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b85c4d8\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-envelope\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6fe05ca\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ffffff\",\"icon_secondary_color\":\"#a6d0d8\",\"icon_size\":{\"unit\":\"px\",\"size\":12},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#c5dbe0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#fae3de\",\"hover_secondary_color\":\"#ffffff\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"733c7c7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"align\":\"center\",\"background_background\":\"gradient\",\"background_color\":\"#fae3dd\",\"background_color_b\":\"#ffffff\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":0,\"sizes\":[]},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#fae3dd\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#fae3de\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":15,\"blur\":11,\"spread\":-9,\"color\":\"rgba(0,0,0,0.2)\"},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_hover_color\":\"#fae3de\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":47,\"spread\":3,\"color\":\"rgba(89,161,175,0.28)\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62995103\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"283\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/woman2-pexels.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"500\"},\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"image_border_color\":\"#f9e1db\",\"_z_index\":11,\"_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":-2,\"vertical\":9,\"blur\":17,\"spread\":5,\"color\":\"rgba(143,158,170,0.16)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73a02c45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Katy biller\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"typography_text_transform\":\"capitalize\",\"align\":\"center\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#f9e7e3\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"509a8cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"56bfec97\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"28ca676\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"b9e8776\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"b85c4d8\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-envelope\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"6fe05ca\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ffffff\",\"icon_secondary_color\":\"#a6d0d8\",\"icon_size\":{\"unit\":\"px\",\"size\":12},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6999999999999999555910790149937383830547332763671875},\"icon_spacing\":{\"unit\":\"px\",\"size\":10},\"hover_primary_color\":\"#c5dbe0\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#fae3de\",\"hover_secondary_color\":\"#ffffff\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48c068b8\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#fcf4f2\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"background_color_b\":\"#edd6d3\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":60,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#ffffff\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9699999999999999733546474089962430298328399658203125},\"shape_divider_bottom_color\":\"#f7f9f9\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50d1f2e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59464506\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffe9e2\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d9574db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"space_between_widgets\":10,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#f9e1db\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":34,\"spread\":-9,\"color\":\"rgba(136,166,175,0.35)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"z_index\":12,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c4085b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kendra\'s Story\",\"header_size\":\"h1\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"left\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14491464\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae quis morbi, id consequat mauris massa. Nibh sed accumsan pede gravida nec.\\u00a0<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"293a9d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscing vivamus ultrices ipsum, commodo vitae, elit nec ipsam luctus. Eget non vitae scelerisque eget sapiente libero, lorem nam quis vitae.<\\/p>\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_animation\":\"fadeIn\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6758652b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7acf4fa8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"top\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23ef9bb3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. \\\"<\\/em><\\/p><p><strong>Kendra Marshal<\\/strong>, 38<\\/p>\",\"text_color\":\"#757575\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4ab4529b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13ff0b98\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Feugiat nisl pretium fusce\",\"icon\":\"fa fa-check\",\"_id\":\"504ca81\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Nunc mattis enim ut\",\"icon\":\"fa fa-check\",\"_id\":\"116fbe7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Euismod in pellentesque massa\",\"icon\":\"fa fa-check\",\"_id\":\"372d18c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":19},\"icon_align\":\"left\",\"icon_color\":\"#72bfba\",\"text_color\":\"#70626b\",\"text_indent\":{\"unit\":\"px\",\"size\":9},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"icon_typography_font_weight\":\"400\",\"icon_typography_font_family\":\"Open Sans\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9369880\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Services\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"rgba(221,162,153,0.14)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"34\",\"bottom\":\"14\",\"left\":\"34\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_hover_color\":\"#754d63\",\"_animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"typography_font_family\":\"Open Sans\",\"button_text_color\":\"#49444c\",\"hover_color\":\"#ffffff\",\"button_hover_border_color\":\"#59a1af\",\"border_color\":\"#ffffff\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"693d8f4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6704b238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"288\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/woman1-pexels-transparent.png\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":-12,\"vertical\":12,\"blur\":57,\"spread\":10,\"color\":\"rgba(16,45,94,0.17)\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"500\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":104,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":94,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-34\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27ee13c0\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\"},\"background_background\":\"gradient\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_color\":\"#ffffff\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9699999999999999733546474089962430298328399658203125},\"background_color\":\"#fcf4f2\",\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":100},\"background_color_b\":\"#ffe9e2\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54c49ac8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":50,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":6,\"blur\":34,\"spread\":-9,\"color\":\"rgba(136,166,175,0.35)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"space_between_widgets\":10,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#f9e1db\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61bc3d25\",\"elType\":\"widget\",\"settings\":{\"address\":\"Opera House, sydney, au\",\"height\":{\"unit\":\"px\",\"size\":522},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":110},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":95},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":43},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"2ca55eb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":50,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"space_between_widgets\":10,\"background_color\":\"#ffffff\",\"background_color_b\":\"rgba(242,41,91,0)\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#fae3de\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":18,\"blur\":24,\"spread\":-17,\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_hover_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cfb7c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us\",\"header_size\":\"h3\",\"title_color\":\"#b29892\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":22},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"center\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_text_decoration\":\"none\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":3,\"color\":\"rgba(0,0,0,0.3)\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_background_color\":\"#59a1af\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"rgba(125,152,163,0.31)\",\"_element_width\":\"auto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e853ff8\",\"elType\":\"widget\",\"settings\":{\"title\":\"start protecting your skin today !\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.899999999999999911182158029987476766109466552734375},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":44},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"align\":\"left\",\"typography_font_weight\":\"300\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_background_color\":\"#f9e1db\",\"_background_color_b\":\"rgba(242,41,91,0)\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1289d734\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":28},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a56bee2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Getting Here\",\"header_size\":\"h3\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#f9e1db\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35272a6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquet adipiscin<\\/p><p>553 vivamus ultrices ipsum,<\\/p><p>commodo vitae, elit\\u00a0<\\/p>\",\"text_color\":\"#7c7c7c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"646beeef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment\",\"header_size\":\"h3\",\"title_color\":\"#49444c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quando\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#f9e1db\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35779136\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>+01 333 4444 5555<\\/p>\",\"text_color\":\"#7c7c7c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Open Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_line_height\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"_animation\":\"fadeIn\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51ef3735\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"background_color\":\"#72bfba\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"34\",\"bottom\":\"14\",\"left\":\"34\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_background_hover_color\":\"#ced5db\",\"_animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"icon\":\"fa fa-pencil-square-o\",\"icon_align\":\"right\",\"typography_font_family\":\"Open Sans\",\"button_text_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_hover_border_color\":\"#59a1af\",\"border_color\":\"#ffffff\",\"selected_icon\":{\"value\":\"far fa-edit\",\"library\":\"fa-regular\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(1805,289,'_elementor_page_assets','a:1:{s:6:\"styles\";a:28:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";}}'),(1806,289,'_eael_custom_js',''),(1807,289,'_wp_page_template','default'),(1808,289,'envato_tk_source_kit','277'),(1809,289,'envato_tk_source_index','4'),(1881,13,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(1890,13,'_eael_custom_js',''),(1892,302,'_wp_attached_file','2023/07/Trajana-Sans-Bold.ttf'),(1893,302,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:139948;}'),(1894,303,'_wp_attached_file','2023/07/Trajana-Sans-Demi-Bold.ttf'),(1895,303,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:157988;}'),(1896,304,'_wp_attached_file','2023/07/Trajana-Sans-Light.ttf'),(1897,304,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:181152;}'),(1898,305,'_wp_attached_file','2023/07/Trajana-Sans.ttf'),(1899,305,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:166496;}'),(1900,306,'fonts-data','a:4:{s:9:\"font_name\";s:17:\"Trajana Sans-Bold\";s:13:\"font_fallback\";s:0:\"\";s:12:\"font_display\";s:0:\"\";s:10:\"variations\";a:1:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:9:\"font_file\";s:0:\"\";s:8:\"font_url\";a:1:{i:0;s:76:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Bold.ttf\";}s:10:\"font_style\";s:6:\"normal\";s:11:\"font_weight\";s:3:\"700\";}}}'),(1901,306,'fonts-face','@font-face {\n	font-family: \'Trajana Sans-Bold\';\n	font-weight: 700;\n	src: url(\'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Bold.ttf\') format(\'truetype\');\n}\n'),(1902,306,'font-type','local'),(1903,307,'fonts-data','a:4:{s:9:\"font_name\";s:18:\"Trajana Sans-Light\";s:13:\"font_fallback\";s:0:\"\";s:12:\"font_display\";s:0:\"\";s:10:\"variations\";a:1:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:9:\"font_file\";s:0:\"\";s:8:\"font_url\";a:1:{i:0;s:77:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Light.ttf\";}s:10:\"font_style\";s:6:\"normal\";s:11:\"font_weight\";s:3:\"400\";}}}'),(1904,307,'fonts-face','@font-face {\n	font-family: \'Trajana Sans-Light\';\n	font-weight: 400;\n	src: url(\'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Light.ttf\') format(\'truetype\');\n}\n'),(1905,307,'font-type','local'),(1906,308,'fonts-data','a:4:{s:9:\"font_name\";s:22:\"Trajana Sans-Demi-Bold\";s:13:\"font_fallback\";s:0:\"\";s:12:\"font_display\";s:0:\"\";s:10:\"variations\";a:1:{i:0;a:5:{s:2:\"id\";s:1:\"1\";s:9:\"font_file\";s:0:\"\";s:8:\"font_url\";a:1:{i:0;s:81:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Demi-Bold.ttf\";}s:10:\"font_style\";s:6:\"normal\";s:11:\"font_weight\";s:3:\"400\";}}}'),(1907,308,'fonts-face','@font-face {\n	font-family: \'Trajana Sans-Demi-Bold\';\n	font-weight: 400;\n	src: url(\'https://orchidcitybrass.org/wp-content/uploads/2023/07/Trajana-Sans-Demi-Bold.ttf\') format(\'truetype\');\n}\n'),(1908,308,'font-type','local'),(1973,317,'_wp_attached_file','2023/07/Slide3.png'),(1974,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:18:\"2023/07/Slide3.png\";s:8:\"filesize\";i:9218886;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109173;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Slide3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:992686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44468;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:606369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Slide3-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1906930;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Slide3-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2987128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1975,318,'_wp_attached_file','2023/07/Slide2.png'),(1976,318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1600;s:4:\"file\";s:18:\"2023/07/Slide2.png\";s:8:\"filesize\";i:9256861;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107230;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Slide2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:976426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:595801;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Slide2-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1878406;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Slide2-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2944842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1977,319,'_wp_attached_file','2023/07/image-3.png'),(1978,319,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1171;s:4:\"file\";s:19:\"2023/07/image-3.png\";s:8:\"filesize\";i:995290;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-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:109968;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:776325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-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:34002;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-3-768x769.png\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:499171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1979,320,'_wp_attached_file','2023/07/image-5.png'),(1980,320,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:286;s:6:\"height\";i:328;s:4:\"file\";s:19:\"2023/07/image-5.png\";s:8:\"filesize\";i:110411;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-5-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86288;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1981,321,'_wp_attached_file','2023/07/image-4.png'),(1982,321,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:959;s:4:\"file\";s:19:\"2023/07/image-4.png\";s:8:\"filesize\";i:641246;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-4-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1983,322,'_wp_attached_file','2023/07/image-1.png'),(1984,322,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2023/07/image-1.png\";s:8:\"filesize\";i:873794;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image-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:42206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:567986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2163,156,'wpforms_form_locations','a:0:{}'),(2340,371,'_wp_attached_file','2023/07/image-7-e1689159288753.png'),(2341,371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1560;s:6:\"height\";i:1812;s:4:\"file\";s:34:\"2023/07/image-7-e1689159288753.png\";s:8:\"filesize\";i:1170749;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"image-7-e1689159288753-258x300.png\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117437;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"image-7-e1689159288753-882x1024.png\";s:5:\"width\";i:882;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1136180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"image-7-e1689159288753-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"image-7-e1689159288753-768x892.png\";s:5:\"width\";i:768;s:6:\"height\";i:892;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:850219;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"image-7-e1689159288753-1322x1536.png\";s:5:\"width\";i:1322;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2730785;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:34:\"image-7-e1689159288753-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533612;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:35:\"image-7-e1689159288753-1300x650.png\";s:5:\"width\";i:1300;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1190248;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:35:\"image-7-e1689159288753-650x1300.png\";s:5:\"width\";i:650;s:6:\"height\";i:1300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1138446;}s:46:\"qi_addons_for_elementor_image_size_huge-square\";a:5:{s:4:\"file\";s:36:\"image-7-e1689159288753-1300x1300.png\";s:5:\"width\";i:1300;s:6:\"height\";i:1300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2295621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2409,371,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1560;s:6:\"height\";i:2048;s:4:\"file\";s:11:\"image-7.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:19:\"image-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41561;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:19:\"image-7-229x300.png\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106382;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:20:\"image-7-768x1008.png\";s:5:\"width\";i:768;s:6:\"height\";i:1008;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:947198;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:20:\"image-7-780x1024.png\";s:5:\"width\";i:780;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:955010;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:21:\"image-7-1170x1536.png\";s:5:\"width\";i:1170;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2330522;}s:46:\"qi_addons_for_elementor_image_size_square-orig\";a:5:{s:4:\"file\";s:19:\"image-7-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533525;}s:49:\"qi_addons_for_elementor_image_size_landscape-orig\";a:5:{s:4:\"file\";s:20:\"image-7-1300x650.png\";s:5:\"width\";i:1300;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1189894;}s:48:\"qi_addons_for_elementor_image_size_portrait-orig\";a:5:{s:4:\"file\";s:20:\"image-7-650x1300.png\";s:5:\"width\";i:650;s:6:\"height\";i:1300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1091392;}s:51:\"qi_addons_for_elementor_image_size_huge-square-orig\";a:5:{s:4:\"file\";s:21:\"image-7-1300x1300.png\";s:5:\"width\";i:1300;s:6:\"height\";i:1300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2295070;}}'),(2520,396,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:21:\"Music Lessons Teacher\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:12:\"Home 2 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-2-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:22:\"screenshots/home-3.jpg\";s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:3;a:7:{s:4:\"name\";s:12:\"Home 4 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-4-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:4;a:7:{s:4:\"name\";s:7:\"About 1\";s:10:\"screenshot\";s:23:\"screenshots/about-1.jpg\";s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:13:\"About 2 (Pro)\";s:10:\"screenshot\";s:28:\"screenshots/about-2-pro-.jpg\";s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:9:\"Courses 1\";s:10:\"screenshot\";s:25:\"screenshots/courses-1.jpg\";s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:15:\"Courses 2 (Pro)\";s:10:\"screenshot\";s:30:\"screenshots/courses-2-pro-.jpg\";s:6:\"source\";s:61:\"templates/courses-2-pro-e0ea64bbdbdaed46f94a0589f46337e8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:8;a:7:{s:4:\"name\";s:13:\"Video Lessons\";s:10:\"screenshot\";s:29:\"screenshots/video-lessons.jpg\";s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:12:\"Testimonials\";s:10:\"screenshot\";s:28:\"screenshots/testimonials.jpg\";s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:51:\"templates/faq-c7fbc9f48b96f7222a5718c61d325cc5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:9:\"Contact 1\";s:10:\"screenshot\";s:25:\"screenshots/contact-1.jpg\";s:6:\"source\";s:57:\"templates/contact-1-183bba3f76e5af3a6796f322da5b6a6f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:15:\"Contact 2 (Pro)\";s:10:\"screenshot\";s:30:\"screenshots/contact-2-pro-.jpg\";s:6:\"source\";s:61:\"templates/contact-2-pro-9fa96a5685ee7e7c3800aac33bdc9f83.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:59:\"templates/coming-soon-81ef6ca2fea6caf569c7024b23e8cc41.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:30:{i:0;a:5:{s:8:\"filename\";s:56:\"photo-1543060749-aa3f115aad09-scaled-e1576088861662.jpeg\";s:13:\"thumbnail_url\";s:141:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1543060749-aa3f115aad09-scaled-e1576088861662-500x429.jpeg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:5;a:2:{s:6:\"source\";s:61:\"templates/courses-2-pro-e0ea64bbdbdaed46f94a0589f46337e8.json\";s:4:\"name\";s:15:\"Courses 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:264162;s:10:\"dimensions\";a:2:{i:0;i:1707;i:1;i:1465;}}i:1;a:5:{s:8:\"filename\";s:12:\"dots01-1.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/dots01-1.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}}s:8:\"filesize\";i:2578;s:10:\"dimensions\";a:2:{i:0;i:404;i:1;i:206;}}i:2;a:5:{s:8:\"filename\";s:21:\"signature-light-1.png\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/signature-light-1-500x183.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:7;a:2:{s:6:\"source\";s:61:\"templates/courses-2-pro-e0ea64bbdbdaed46f94a0589f46337e8.json\";s:4:\"name\";s:15:\"Courses 2 (Pro)\";}i:8;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:32923;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:292;}}i:3;a:5:{s:8:\"filename\";s:21:\"play-button-light.png\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/play-button-light.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:7935;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:300;}}i:4;a:5:{s:8:\"filename\";s:15:\"quote-light.png\";s:13:\"thumbnail_url\";s:100:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/quote-light-500x500.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:61:\"templates/courses-2-pro-e0ea64bbdbdaed46f94a0589f46337e8.json\";s:4:\"name\";s:15:\"Courses 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:18322;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:5;a:5:{s:8:\"filename\";s:52:\"photo-1486334803289-1623f249dd1e-e1576088464535.jpeg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1486334803289-1623f249dd1e-500x313.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:422999;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1203;}}i:6;a:5:{s:8:\"filename\";s:10:\"me01-1.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/me01-1-500x574.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:260532;s:10:\"dimensions\";a:2:{i:0;i:768;i:1;i:882;}}i:7;a:5:{s:8:\"filename\";s:45:\"photo-1525189885004-3dfbe3dd3a13-683x1024.jpg\";s:13:\"thumbnail_url\";s:130:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1525189885004-3dfbe3dd3a13-683x1024-500x750.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:55626;s:10:\"dimensions\";a:2:{i:0;i:683;i:1;i:1024;}}i:8;a:5:{s:8:\"filename\";s:36:\"matthew-hamilton-166549-unsplash.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/matthew-hamilton-166549-unsplash-500x500.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:277775;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:9;a:5:{s:8:\"filename\";s:56:\"photo-1550590774-adc439e48ac6-scaled-e1576088898928.jpeg\";s:13:\"thumbnail_url\";s:141:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1550590774-adc439e48ac6-scaled-e1576088898928-500x425.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/contact-1-183bba3f76e5af3a6796f322da5b6a6f.json\";s:4:\"name\";s:9:\"Contact 1\";}}s:8:\"filesize\";i:146672;s:10:\"dimensions\";a:2:{i:0;i:1707;i:1;i:1452;}}i:10;a:5:{s:8:\"filename\";s:19:\"client-light-02.png\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client-light-02-500x333.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}}s:8:\"filesize\";i:7647;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:11;a:5:{s:8:\"filename\";s:12:\"client05.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client05-500x333.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:18170;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:682;}}i:12;a:5:{s:8:\"filename\";s:19:\"client-light-01.png\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client-light-01-500x333.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:7003;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:13;a:5:{s:8:\"filename\";s:19:\"client-light-03.png\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client-light-03-500x333.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:5746;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:14;a:5:{s:8:\"filename\";s:20:\"client-light-066.png\";s:13:\"thumbnail_url\";s:105:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client-light-066-500x333.png\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-cb7c9559203f4936baba03d8729f1925.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:8650;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:15;a:5:{s:8:\"filename\";s:29:\"close-up-of-guitar-258288.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/close-up-of-guitar-258288-500x325.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/coming-soon-81ef6ca2fea6caf569c7024b23e8cc41.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:249414;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1249;}}i:16;a:5:{s:8:\"filename\";s:40:\"man-and-woman-playing-guitar-1164763.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/man-and-woman-playing-guitar-1164763-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-2-pro-b81e1237bef513239243e41b2ea9405e.json\";s:4:\"name\";s:12:\"Home 2 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}i:4;a:2:{s:6:\"source\";s:51:\"templates/faq-c7fbc9f48b96f7222a5718c61d325cc5.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:395129;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:17;a:5:{s:8:\"filename\";s:65:\"man-in-black-and-white-pinstripe-formal-coat-and-pants-167473.jpg\";s:13:\"thumbnail_url\";s:150:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/man-in-black-and-white-pinstripe-formal-coat-and-pants-167473-500x755.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:294592;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1932;}}i:18;a:5:{s:8:\"filename\";s:30:\"man-playing-guitar-1918160.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/man-playing-guitar-1918160-500x750.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-e1a24b84061491eed6dc4ec2d38a445d.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:475034;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:19;a:5:{s:8:\"filename\";s:56:\"photo-1551740132-1d0c02b8275e-scaled-e1576089001365.jpeg\";s:13:\"thumbnail_url\";s:141:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1551740132-1d0c02b8275e-scaled-e1576089001365-500x444.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:313327;s:10:\"dimensions\";a:2:{i:0;i:1707;i:1;i:1516;}}i:20;a:5:{s:8:\"filename\";s:20:\"client-light-004.png\";s:13:\"thumbnail_url\";s:105:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/client-light-004-500x333.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-f59fd0f0db049c9ede61b394afe27d23.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/pricing-c54d3f849a7f9c6721d64b4c08a163c9.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:7824;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:21;a:5:{s:8:\"filename\";s:52:\"photo-1513092186897-683e31a91216-e1576088707444.jpeg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1513092186897-683e31a91216-500x333.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/courses-2-pro-e0ea64bbdbdaed46f94a0589f46337e8.json\";s:4:\"name\";s:15:\"Courses 2 (Pro)\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-9fa96a5685ee7e7c3800aac33bdc9f83.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:107220;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:22;a:5:{s:8:\"filename\";s:36:\"photo-of-acoustic-guitar-1942035.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-of-acoustic-guitar-1942035-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:1;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-33aca7f7925b689ed7115dfbda0f80f5.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}}s:8:\"filesize\";i:215076;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:23;a:5:{s:8:\"filename\";s:45:\"photo-1519345182560-3f2917c472ef-683x1024.jpg\";s:13:\"thumbnail_url\";s:130:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1519345182560-3f2917c472ef-683x1024-500x750.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-0b44a8e4c2bc673f48ab9b532dbb1336.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/courses-1-3d7aa171e6fc30f3ab553db4584a67d4.json\";s:4:\"name\";s:9:\"Courses 1\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:129882;s:10:\"dimensions\";a:2:{i:0;i:683;i:1;i:1024;}}i:24;a:5:{s:8:\"filename\";s:32:\"person-holding-banjo-1942037.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/person-holding-banjo-1942037-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:350522;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1279;}}i:25;a:5:{s:8:\"filename\";s:56:\"photo-1550291652-6ea9114a47b1-scaled-e1576089220500.jpeg\";s:13:\"thumbnail_url\";s:141:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1550291652-6ea9114a47b1-scaled-e1576089220500-500x411.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:169995;s:10:\"dimensions\";a:2:{i:0;i:1707;i:1;i:1404;}}i:26;a:5:{s:8:\"filename\";s:56:\"photo-1547586717-7ac67acce008-scaled-e1576088675572.jpeg\";s:13:\"thumbnail_url\";s:141:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1547586717-7ac67acce008-scaled-e1576088675572-500x424.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/video-lessons-39b60c2001c08ae57898ba11be2dfa9e.json\";s:4:\"name\";s:13:\"Video Lessons\";}}s:8:\"filesize\";i:166130;s:10:\"dimensions\";a:2:{i:0;i:1689;i:1;i:1433;}}i:27;a:5:{s:8:\"filename\";s:45:\"photo-1510678960173-b52e15cbcfb4-1024x683.jpg\";s:13:\"thumbnail_url\";s:130:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1510678960173-b52e15cbcfb4-1024x683-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:56884;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:683;}}i:28;a:5:{s:8:\"filename\";s:45:\"photo-1523303821445-f2983744a23e-1024x683.jpg\";s:13:\"thumbnail_url\";s:130:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1523303821445-f2983744a23e-1024x683-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/testimonials-c3e0a5577be2e553829b5247e70ac7fb.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:79208;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:683;}}i:29;a:5:{s:8:\"filename\";s:59:\"photo-1520167112707-56e25f2d7d6e-scaled-e1576088935244.jpeg\";s:13:\"thumbnail_url\";s:144:\"https://wp.envatoextensions.com/Kit-224/wp-content/uploads/sites/211/2019/12/photo-1520167112707-56e25f2d7d6e-scaled-e1576088935244-500x438.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/contact-1-183bba3f76e5af3a6796f322da5b6a6f.json\";s:4:\"name\";s:9:\"Contact 1\";}}s:8:\"filesize\";i:315005;s:10:\"dimensions\";a:2:{i:0;i:1707;i:1;i:1497;}}}}'),(2521,396,'envato_tk_folder_name','40d2f90c5d63b11b1cffae2a7d54c5f2'),(2522,396,'envato_tk_builder','elementor'),(2523,396,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/40d2f90c5d63b11b1cffae2a7d54c5f2/source-396.zip'),(2524,396,'envato_elements_download_event','211-3-9599b2319164cf3426ca52568cf14473'),(2525,397,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:13:\"Event Planner\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:12:\"Home 3 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-3-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:14:\"About Us (Pro)\";s:10:\"screenshot\";s:29:\"screenshots/about-us-pro-.jpg\";s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:5;a:7:{s:4:\"name\";s:13:\"Event Gallery\";s:10:\"screenshot\";s:29:\"screenshots/event-gallery.jpg\";s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:11:\"Our Process\";s:10:\"screenshot\";s:27:\"screenshots/our-process.jpg\";s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:12:\"Our Services\";s:10:\"screenshot\";s:28:\"screenshots/our-services.jpg\";s:6:\"source\";s:60:\"templates/our-services-610e739488445397d5d91d5126c0483b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:18:\"Our Services (Pro)\";s:10:\"screenshot\";s:33:\"screenshots/our-services-pro-.jpg\";s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:9;a:7:{s:4:\"name\";s:7:\"Rentals\";s:10:\"screenshot\";s:23:\"screenshots/rentals.jpg\";s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:14:\"Single Service\";s:10:\"screenshot\";s:30:\"screenshots/single-service.jpg\";s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:12:\"Testimonials\";s:10:\"screenshot\";s:28:\"screenshots/testimonials.jpg\";s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:9:\"Contact 1\";s:10:\"screenshot\";s:25:\"screenshots/contact-1.jpg\";s:6:\"source\";s:57:\"templates/contact-1-2d1abbaf811be71eecf9cbc63bad32e1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:15:\"Contact 2 (Pro)\";s:10:\"screenshot\";s:30:\"screenshots/contact-2-pro-.jpg\";s:6:\"source\";s:61:\"templates/contact-2-pro-c9e38cd7be5fffcd31ea135ac8dd8d47.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:59:\"templates/coming-soon-6c933f2973898cfef420e8d8ba5b00a7.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:47:{i:0;a:5:{s:8:\"filename\";s:39:\"photo-1531058020387-3be344556be6-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1531058020387-3be344556be6-1-500x281.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:4:\"name\";s:11:\"Our Process\";}}s:8:\"filesize\";i:240776;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:1;a:5:{s:8:\"filename\";s:14:\"play-light.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/play-light-500x500.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/our-services-610e739488445397d5d91d5126c0483b.json\";s:4:\"name\";s:12:\"Our Services\";}i:6;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}}s:8:\"filesize\";i:10521;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:2;a:5:{s:8:\"filename\";s:37:\"photo-1426259759666-68da5c54402d.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1426259759666-68da5c54402d-500x281.jpeg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/our-services-610e739488445397d5d91d5126c0483b.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:229196;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:3;a:5:{s:8:\"filename\";s:36:\"photo-1556125574-d7f27ec36a06-1.jpeg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1556125574-d7f27ec36a06-1-500x281.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}}s:8:\"filesize\";i:174273;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:4;a:5:{s:8:\"filename\";s:39:\"photo-1482575832494-771f74bf6857-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1482575832494-771f74bf6857-1-500x281.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:198297;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:5;a:5:{s:8:\"filename\";s:37:\"photo-1536238187740-bfc4ba690aeb.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1536238187740-bfc4ba690aeb-500x281.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:4:\"name\";s:14:\"Single Service\";}}s:8:\"filesize\";i:186360;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:6;a:5:{s:8:\"filename\";s:34:\"photo-1548607086-e7ef42d18084.jpeg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1548607086-e7ef42d18084-500x281.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}}s:8:\"filesize\";i:136426;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:7;a:5:{s:8:\"filename\";s:19:\"client-light-01.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/08/client-light-01-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:7003;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:8;a:5:{s:8:\"filename\";s:12:\"client05.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/08/client05-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:18170;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:682;}}i:9;a:5:{s:8:\"filename\";s:19:\"client-light-02.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/08/client-light-02-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:7647;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:10;a:5:{s:8:\"filename\";s:20:\"client-light-004.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/08/client-light-004-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:7824;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:11;a:5:{s:8:\"filename\";s:19:\"client-light-03.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/08/client-light-03-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-57212c5e7939b16c9d604aa83cb147fe.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:5746;s:10:\"dimensions\";a:2:{i:0;i:630;i:1;i:420;}}i:12;a:5:{s:8:\"filename\";s:37:\"photo-1533174072545-7a4b6ad7a6c3.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1533174072545-7a4b6ad7a6c3-500x281.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/our-services-610e739488445397d5d91d5126c0483b.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:237717;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:13;a:5:{s:8:\"filename\";s:11:\"client4.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/client4-500x333.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:13737;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:600;}}i:14;a:5:{s:8:\"filename\";s:12:\"client05.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/client05-500x333.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:18350;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:682;}}i:15;a:5:{s:8:\"filename\";s:11:\"client3.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/client3-500x332.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:19626;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:679;}}i:16;a:5:{s:8:\"filename\";s:11:\"client2.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/client2-500x333.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:16310;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:600;}}i:17;a:5:{s:8:\"filename\";s:12:\"client01.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/client01-500x333.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:4;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/our-services-pro-7bb36aaebd4910b670f5b06be31a35b7.json\";s:4:\"name\";s:18:\"Our Services (Pro)\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:14535;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:682;}}i:18;a:5:{s:8:\"filename\";s:39:\"photo-1508997449629-303059a039c0-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1508997449629-303059a039c0-1-500x281.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:228018;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:19;a:5:{s:8:\"filename\";s:16:\"quote-dark-2.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/quote-dark-2-500x500.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:4:\"name\";s:11:\"Our Process\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:4:\"name\";s:14:\"Single Service\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:15354;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:20;a:5:{s:8:\"filename\";s:12:\"team01-1.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team01-1.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:4:\"name\";s:14:\"Single Service\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:10479;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:21;a:5:{s:8:\"filename\";s:12:\"team02-1.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team02-1.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:14700;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:22;a:5:{s:8:\"filename\";s:12:\"team03-2.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team03-2.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:14639;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:23;a:5:{s:8:\"filename\";s:39:\"photo-1458891216473-4f26bb4eb40e-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1458891216473-4f26bb4eb40e-1-500x281.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:142569;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:24;a:5:{s:8:\"filename\";s:37:\"photo-1508997449629-303059a039c0.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1508997449629-303059a039c0-500x333.jpeg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-c9e38cd7be5fffcd31ea135ac8dd8d47.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:566007;s:10:\"dimensions\";a:2:{i:0;i:1950;i:1;i:1300;}}i:25;a:5:{s:8:\"filename\";s:36:\"photo-1549620936-aa6278062ba5-1.jpeg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1549620936-aa6278062ba5-1-500x281.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-db318aa8b6bfd56d395af38cabf1a99d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/our-services-610e739488445397d5d91d5126c0483b.json\";s:4:\"name\";s:12:\"Our Services\";}}s:8:\"filesize\";i:143098;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:26;a:5:{s:8:\"filename\";s:37:\"photo-1502920764203-b859c2384716.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1502920764203-b859c2384716-500x375.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}}s:8:\"filesize\";i:671311;s:10:\"dimensions\";a:2:{i:0;i:1934;i:1;i:1451;}}i:27;a:5:{s:8:\"filename\";s:36:\"photo-1543781090-4170f3b7d1ae-1.jpeg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1543781090-4170f3b7d1ae-1-500x281.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-4ea5080dc5689987eed7d2ebc034a6d2.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:267531;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:28;a:5:{s:8:\"filename\";s:37:\"photo-1521337706264-a414f153a5ed.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1521337706264-a414f153a5ed-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:91517;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:29;a:5:{s:8:\"filename\";s:12:\"team05-1.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team05-1.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:4:\"name\";s:11:\"Our Process\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:14359;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:30;a:5:{s:8:\"filename\";s:34:\"photo-1561065270-5c2af775b542.jpeg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1561065270-5c2af775b542-500x281.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-791de4f443f6ca370c3a80d770c09fa2.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}}s:8:\"filesize\";i:176621;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:31;a:5:{s:8:\"filename\";s:39:\"photo-1515168833906-d2a3b82b302a-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1515168833906-d2a3b82b302a-1-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:221288;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:32;a:5:{s:8:\"filename\";s:39:\"photo-1502920764203-b859c2384716-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1502920764203-b859c2384716-1-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:245118;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:33;a:5:{s:8:\"filename\";s:49:\"beautiful-business-business-executive-2381069.jpg\";s:13:\"thumbnail_url\";s:126:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/beautiful-business-business-executive-2381069-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:98858;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:34;a:5:{s:8:\"filename\";s:39:\"attractive-beautiful-beauty-1024311.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/attractive-beautiful-beauty-1024311-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:203886;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1919;}}i:35;a:5:{s:8:\"filename\";s:52:\"arms-crossed-confident-facial-expression-2379004.jpg\";s:13:\"thumbnail_url\";s:129:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/arms-crossed-confident-facial-expression-2379004-500x755.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:60:\"templates/about-us-pro-6f087a98811d0cda49797639cf6127be.json\";s:4:\"name\";s:14:\"About Us (Pro)\";}}s:8:\"filesize\";i:659620;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1932;}}i:36;a:5:{s:8:\"filename\";s:37:\"photo-1515168833906-d2a3b82b302a.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1515168833906-d2a3b82b302a-500x334.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}}s:8:\"filesize\";i:245246;s:10:\"dimensions\";a:2:{i:0;i:1950;i:1;i:1301;}}i:37;a:5:{s:8:\"filename\";s:39:\"photo-1517332816187-880319dba373-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1517332816187-880319dba373-1-500x334.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}}s:8:\"filesize\";i:95577;s:10:\"dimensions\";a:2:{i:0;i:1950;i:1;i:1301;}}i:38;a:5:{s:8:\"filename\";s:37:\"photo-1416453072034-c8dbfa2856b5.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1416453072034-c8dbfa2856b5-500x330.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/event-gallery-2ea1095e7e085c77121dc28572061222.json\";s:4:\"name\";s:13:\"Event Gallery\";}}s:8:\"filesize\";i:408560;s:10:\"dimensions\";a:2:{i:0;i:1958;i:1;i:1293;}}i:39;a:5:{s:8:\"filename\";s:12:\"team04-1.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team04-1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:4:\"name\";s:11:\"Our Process\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:19806;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:40;a:5:{s:8:\"filename\";s:12:\"team06-1.jpg\";s:13:\"thumbnail_url\";s:81:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/team06-1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:59:\"templates/our-process-bef5e731ae68707f37f693780dbf1ed3.json\";s:4:\"name\";s:11:\"Our Process\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/testimonials-6f6c694619b1fabe6637f1cb156f6a21.json\";s:4:\"name\";s:12:\"Testimonials\";}}s:8:\"filesize\";i:12784;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:130;}}i:41;a:5:{s:8:\"filename\";s:34:\"photo-1558826697-93989cb47b5f.jpeg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1558826697-93989cb47b5f-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}}s:8:\"filesize\";i:142134;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:42;a:5:{s:8:\"filename\";s:39:\"photo-1416453072034-c8dbfa2856b5-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1416453072034-c8dbfa2856b5-1-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/rentals-a87e608db3d024772f79cfd5f167babf.json\";s:4:\"name\";s:7:\"Rentals\";}}s:8:\"filesize\";i:166528;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:43;a:5:{s:8:\"filename\";s:34:\"photo-1543574814-6b9066cc03ef.jpeg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1543574814-6b9066cc03ef-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:4:\"name\";s:14:\"Single Service\";}}s:8:\"filesize\";i:154025;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:44;a:5:{s:8:\"filename\";s:39:\"photo-1536201378320-9a70e6815ad3-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1536201378320-9a70e6815ad3-1-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/single-service-1bd554f438a543eae1d71a95b9bd468e.json\";s:4:\"name\";s:14:\"Single Service\";}}s:8:\"filesize\";i:176842;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:45;a:5:{s:8:\"filename\";s:37:\"photo-1517332816187-880319dba373.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1517332816187-880319dba373-500x334.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-c9e38cd7be5fffcd31ea135ac8dd8d47.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:191432;s:10:\"dimensions\";a:2:{i:0;i:1950;i:1;i:1301;}}i:46;a:5:{s:8:\"filename\";s:39:\"photo-1515169067868-5387ec356754-1.jpeg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/wp-content/uploads/sites/181/2019/09/photo-1515169067868-5387ec356754-1-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/coming-soon-6c933f2973898cfef420e8d8ba5b00a7.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:199060;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}}}'),(2526,397,'envato_tk_folder_name','de395355577f5acb82cbebb4a3e78333'),(2527,397,'envato_tk_builder','elementor'),(2528,397,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/de395355577f5acb82cbebb4a3e78333/source-397.zip'),(2529,397,'envato_elements_download_event','181-3-76522885a996fc498783541570eb0148'),(2530,398,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:16:\"Conference Venue\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:22:\"screenshots/home-3.jpg\";s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:6:\"Home 4\";s:10:\"screenshot\";s:22:\"screenshots/home-4.jpg\";s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:7:\"About 1\";s:10:\"screenshot\";s:23:\"screenshots/about-1.jpg\";s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:7:\"About 2\";s:10:\"screenshot\";s:23:\"screenshots/about-2.jpg\";s:6:\"source\";s:55:\"templates/about-2-9cd488dc9fac9bd2d3de980291b888f5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:16:\"Conference Rooms\";s:10:\"screenshot\";s:32:\"screenshots/conference-rooms.jpg\";s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:7;a:7:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:51:\"templates/faq-94a74d7e85b38c0a1f8d5700d24250fc.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:13:\"Venue Details\";s:10:\"screenshot\";s:29:\"screenshots/venue-details.jpg\";s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:15:\"Service Details\";s:10:\"screenshot\";s:31:\"screenshots/service-details.jpg\";s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:9:\"Contact 1\";s:10:\"screenshot\";s:25:\"screenshots/contact-1.jpg\";s:6:\"source\";s:57:\"templates/contact-1-92868fc973798b951b37fe64dd3d9f0f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:9:\"Contact 2\";s:10:\"screenshot\";s:25:\"screenshots/contact-2.jpg\";s:6:\"source\";s:57:\"templates/contact-2-52262817286ce58902e6d37f5ed94e5d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:13;a:7:{s:4:\"name\";s:13:\"Coming Soon 1\";s:10:\"screenshot\";s:29:\"screenshots/coming-soon-1.jpg\";s:6:\"source\";s:61:\"templates/coming-soon-1-ab228942a599272108f32cf5dfda6e8e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:14;a:7:{s:4:\"name\";s:13:\"Coming Soon 2\";s:10:\"screenshot\";s:29:\"screenshots/coming-soon-2.jpg\";s:6:\"source\";s:61:\"templates/coming-soon-2-f818b6a57cb2991a0eaed51f4c279bb0.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:38:{i:0;a:5:{s:8:\"filename\";s:6:\"15.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/15-500x250.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/contact-2-52262817286ce58902e6d37f5ed94e5d.json\";s:4:\"name\";s:9:\"Contact 2\";}i:6;a:2:{s:6:\"source\";s:61:\"templates/coming-soon-1-ab228942a599272108f32cf5dfda6e8e.json\";s:4:\"name\";s:13:\"Coming Soon 1\";}}s:8:\"filesize\";i:266092;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:600;}}i:1;a:5:{s:8:\"filename\";s:6:\"12.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/12.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/coming-soon-1-ab228942a599272108f32cf5dfda6e8e.json\";s:4:\"name\";s:13:\"Coming Soon 1\";}}s:8:\"filesize\";i:38718;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:480;}}i:2;a:5:{s:8:\"filename\";s:6:\"13.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/13.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/coming-soon-1-ab228942a599272108f32cf5dfda6e8e.json\";s:4:\"name\";s:13:\"Coming Soon 1\";}}s:8:\"filesize\";i:53201;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:480;}}i:3;a:5:{s:8:\"filename\";s:13:\"pattern-1.png\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/10/pattern-1-500x130.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:622855;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:500;}}i:4;a:5:{s:8:\"filename\";s:6:\"29.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/29.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}}s:8:\"filesize\";i:89540;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:300;}}i:5;a:5:{s:8:\"filename\";s:6:\"30.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/30.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}}s:8:\"filesize\";i:78567;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:300;}}i:6;a:5:{s:8:\"filename\";s:6:\"28.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/28.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}}s:8:\"filesize\";i:65772;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:300;}}i:7;a:5:{s:8:\"filename\";s:6:\"14.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/14-500x250.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}}s:8:\"filesize\";i:251741;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:600;}}i:8;a:5:{s:8:\"filename\";s:24:\"pexels-photo-937481.jpeg\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/pexels-photo-937481-500x333.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-2-9cd488dc9fac9bd2d3de980291b888f5.json\";s:4:\"name\";s:7:\"About 2\";}}s:8:\"filesize\";i:195981;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:9;a:5:{s:8:\"filename\";s:6:\"19.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/19-500x346.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:76664;s:10:\"dimensions\";a:2:{i:0;i:520;i:1;i:360;}}i:10;a:5:{s:8:\"filename\";s:8:\"dots.png\";s:13:\"thumbnail_url\";s:85:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/10/dots.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-e91805b49d0e4695a92920a9f3fa69a8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:6085;s:10:\"dimensions\";a:2:{i:0;i:290;i:1;i:490;}}i:11;a:5:{s:8:\"filename\";s:39:\"architecture-bridge-building-258966.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/architecture-bridge-building-258966-500x667.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:51:\"templates/faq-94a74d7e85b38c0a1f8d5700d24250fc.json\";s:4:\"name\";s:3:\"FAQ\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/coming-soon-2-f818b6a57cb2991a0eaed51f4c279bb0.json\";s:4:\"name\";s:13:\"Coming Soon 2\";}}s:8:\"filesize\";i:2012065;s:10:\"dimensions\";a:2:{i:0;i:2282;i:1;i:3042;}}i:12;a:5:{s:8:\"filename\";s:10:\"shap-2.png\";s:13:\"thumbnail_url\";s:87:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/10/shap-2.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:3634;s:10:\"dimensions\";a:2:{i:0;i:30;i:1;i:30;}}i:13;a:5:{s:8:\"filename\";s:6:\"10.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/10-500x332.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:143471;s:10:\"dimensions\";a:2:{i:0;i:960;i:1;i:638;}}i:14;a:5:{s:8:\"filename\";s:16:\"meetingfood1.jpg\";s:13:\"thumbnail_url\";s:101:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/meetingfood1-500x332.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:258020;s:10:\"dimensions\";a:2:{i:0;i:960;i:1;i:638;}}i:15;a:5:{s:8:\"filename\";s:6:\"40.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/40-500x313.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}i:4;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/contact-1-92868fc973798b951b37fe64dd3d9f0f.json\";s:4:\"name\";s:9:\"Contact 1\";}}s:8:\"filesize\";i:577650;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1200;}}i:16;a:5:{s:8:\"filename\";s:11:\"pattern.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/pattern-500x500.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-a977edd21c9dbadfd17732978f78ef83.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-2-9cd488dc9fac9bd2d3de980291b888f5.json\";s:4:\"name\";s:7:\"About 2\";}i:2;a:2:{s:6:\"source\";s:51:\"templates/faq-94a74d7e85b38c0a1f8d5700d24250fc.json\";s:4:\"name\";s:3:\"FAQ\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:4;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/contact-1-92868fc973798b951b37fe64dd3d9f0f.json\";s:4:\"name\";s:9:\"Contact 1\";}}s:8:\"filesize\";i:65210;s:10:\"dimensions\";a:2:{i:0;i:833;i:1;i:833;}}i:17;a:5:{s:8:\"filename\";s:6:\"39.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/39-500x313.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:988141;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1200;}}i:18;a:5:{s:8:\"filename\";s:6:\"36.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/36.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:36709;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:370;}}i:19;a:5:{s:8:\"filename\";s:6:\"34.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/34.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:36832;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:370;}}i:20;a:5:{s:8:\"filename\";s:37:\"architecture-edinburgh-hall-58599.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/architecture-edinburgh-hall-58599-500x375.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1ed9c5cce0b10b53fc0088f14ae33268.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:884811;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1440;}}i:21;a:5:{s:8:\"filename\";s:6:\"21.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/21-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}}s:8:\"filesize\";i:156060;s:10:\"dimensions\";a:2:{i:0;i:750;i:1;i:500;}}i:22;a:5:{s:8:\"filename\";s:10:\"cinema.png\";s:13:\"thumbnail_url\";s:87:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2019/04/cinema.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:2642;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:23;a:5:{s:8:\"filename\";s:15:\"conference1.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2019/04/conference1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:3890;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:24;a:5:{s:8:\"filename\";s:30:\"remote-control-and-screen1.png\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2019/04/remote-control-and-screen1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-80476c69b8094d26492bc91884ebd83c.json\";s:4:\"name\";s:6:\"Home 4\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:2595;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:25;a:5:{s:8:\"filename\";s:15:\"play-button.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/play-button.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:1797;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:26;a:5:{s:8:\"filename\";s:6:\"35.jpg\";s:13:\"thumbnail_url\";s:83:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/35.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-1-d20695c1a4cfc5f749237a3c708d509e.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:56621;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:370;}}i:27;a:5:{s:8:\"filename\";s:6:\"27.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/27-500x263.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-2-9cd488dc9fac9bd2d3de980291b888f5.json\";s:4:\"name\";s:7:\"About 2\";}}s:8:\"filesize\";i:131790;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:300;}}i:28;a:5:{s:8:\"filename\";s:6:\"41.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/41-500x313.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-4132ec53ac540c43796298f6fe6ef7bc.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:599958;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1200;}}i:29;a:5:{s:8:\"filename\";s:5:\"1.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/10/1-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:64:\"templates/conference-rooms-4853cb5669b7d52ae6e35e5082c72a7d.json\";s:4:\"name\";s:16:\"Conference Rooms\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:137128;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:30;a:5:{s:8:\"filename\";s:37:\"architecture-building-hall-280463.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/architecture-building-hall-280463-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:985337;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:3000;}}i:31;a:5:{s:8:\"filename\";s:10:\"venue4.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/venue4-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:189750;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}}i:32;a:5:{s:8:\"filename\";s:18:\"101-building-1.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/101-building-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:1121;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:33;a:5:{s:8:\"filename\";s:12:\"toilet-1.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/toilet-1-500x500.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:9449;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:34;a:5:{s:8:\"filename\";s:16:\"098-cocktail.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/098-cocktail.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:2061;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:35;a:5:{s:8:\"filename\";s:8:\"cctv.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/12/cctv-500x500.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:20158;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:36;a:5:{s:8:\"filename\";s:6:\"17.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/17-500x313.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/venue-details-887ba76c7b0181fcc3b4a272abaa1d5d.json\";s:4:\"name\";s:13:\"Venue Details\";}}s:8:\"filesize\";i:383528;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1200;}}i:37;a:5:{s:8:\"filename\";s:6:\"18.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-109/wp-content/uploads/sites/112/2018/11/18-500x307.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:63:\"templates/service-details-54816d2a0f321d3f5363f23d6500b228.json\";s:4:\"name\";s:15:\"Service Details\";}}s:8:\"filesize\";i:82783;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:350;}}}}'),(2531,398,'envato_tk_folder_name','1a715ab1c4edefaf9875f3873341e0a7'),(2532,398,'envato_tk_builder','elementor'),(2533,398,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/1a715ab1c4edefaf9875f3873341e0a7/source-398.zip'),(2534,398,'envato_elements_download_event','112-3-0886544c9aba42c3f27646d30557720d'),(2535,399,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:10:\"Conference\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:11:{i:0;a:7:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:8:\"Schedule\";s:10:\"screenshot\";s:24:\"screenshots/schedule.jpg\";s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:3;a:7:{s:4:\"name\";s:13:\"Accommodation\";s:10:\"screenshot\";s:29:\"screenshots/accommodation.jpg\";s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:8:\"Sponsors\";s:10:\"screenshot\";s:24:\"screenshots/sponsors.jpg\";s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:8:\"Speakers\";s:10:\"screenshot\";s:24:\"screenshots/speakers.jpg\";s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:14:\"Speaker Single\";s:10:\"screenshot\";s:30:\"screenshots/speaker-single.jpg\";s:6:\"source\";s:62:\"templates/speaker-single-e33c002f9b56d5c529091e4122dd4f12.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:6:\"Ticket\";s:10:\"screenshot\";s:22:\"screenshots/ticket.jpg\";s:6:\"source\";s:54:\"templates/ticket-c457a2b0116a8254c229d8db878a74c3.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:5:\"Venue\";s:10:\"screenshot\";s:21:\"screenshots/venue.jpg\";s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:55:\"templates/contact-8ac2da52126562f12964ec9db79a4493.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-c8205eff6d0c0467fd358436db9c4cb6.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:85:{i:0;a:5:{s:8:\"filename\";s:15:\"hero-images.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/hero-images.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:436024;s:10:\"dimensions\";a:2:{i:0;i:1921;i:1;i:936;}}i:1;a:5:{s:8:\"filename\";s:16:\"video-sec-bg.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/video-sec-bg.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:53:\"templates/popup-c8205eff6d0c0467fd358436db9c4cb6.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:100939;s:10:\"dimensions\";a:2:{i:0;i:1821;i:1;i:739;}}i:2;a:5:{s:8:\"filename\";s:16:\"video-images.jpg\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/video-images.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:176765;s:10:\"dimensions\";a:2:{i:0;i:944;i:1;i:518;}}i:3;a:5:{s:8:\"filename\";s:13:\"images-01.jpg\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/images-01.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:79041;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:172;}}i:4;a:5:{s:8:\"filename\";s:13:\"images-03.jpg\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/images-03.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:52778;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:172;}}i:5;a:5:{s:8:\"filename\";s:13:\"Images-02.jpg\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/Images-02.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:88591;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:172;}}i:6;a:5:{s:8:\"filename\";s:6:\"01.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/01.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:21687;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:7;a:5:{s:8:\"filename\";s:6:\"02.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/02.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:26742;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:8;a:5:{s:8:\"filename\";s:6:\"03.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/03.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:19624;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:9;a:5:{s:8:\"filename\";s:6:\"04.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/04.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:20619;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:10;a:5:{s:8:\"filename\";s:6:\"05.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/05.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:24418;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:11;a:5:{s:8:\"filename\";s:6:\"06.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/06.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:22594;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:12;a:5:{s:8:\"filename\";s:6:\"07.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/07.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:26375;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:13;a:5:{s:8:\"filename\";s:6:\"08.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/08.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:18527;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:14;a:5:{s:8:\"filename\";s:6:\"09.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/09.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:18204;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:15;a:5:{s:8:\"filename\";s:6:\"10.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/10.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:26424;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:16;a:5:{s:8:\"filename\";s:6:\"11.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/11.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:28144;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:17;a:5:{s:8:\"filename\";s:6:\"12.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/12.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:21143;s:10:\"dimensions\";a:2:{i:0;i:165;i:1;i:141;}}i:18;a:5:{s:8:\"filename\";s:17:\"Rectangle-4-1.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/Rectangle-4-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:64927;s:10:\"dimensions\";a:2:{i:0;i:1250;i:1;i:325;}}i:19;a:5:{s:8:\"filename\";s:6:\"01.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/01.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:5208;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:20;a:5:{s:8:\"filename\";s:6:\"02.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/02.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:5559;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:21;a:5:{s:8:\"filename\";s:6:\"03.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/03.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:4037;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:22;a:5:{s:8:\"filename\";s:6:\"04.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/04.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:4038;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:23;a:5:{s:8:\"filename\";s:6:\"05.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/05.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:5382;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:24;a:5:{s:8:\"filename\";s:6:\"06.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/06.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:4819;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:25;a:5:{s:8:\"filename\";s:6:\"07.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/07.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:5521;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:26;a:5:{s:8:\"filename\";s:6:\"08.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/08.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:5803;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:39;}}i:27;a:5:{s:8:\"filename\";s:14:\"pricing-bg.jpg\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/pricing-bg.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/ticket-c457a2b0116a8254c229d8db878a74c3.json\";s:4:\"name\";s:6:\"Ticket\";}}s:8:\"filesize\";i:66658;s:10:\"dimensions\";a:2:{i:0;i:1918;i:1;i:1067;}}i:28;a:5:{s:8:\"filename\";s:15:\"register-bg.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/register-bg.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:532797;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:827;}}i:29;a:5:{s:8:\"filename\";s:32:\"themeforest-light-background.png\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/themeforest-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:25093;s:10:\"dimensions\";a:2:{i:0;i:324;i:1;i:55;}}i:30;a:5:{s:8:\"filename\";s:31:\"codecanyon-light-background.png\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/codecanyon-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:24189;s:10:\"dimensions\";a:2:{i:0;i:329;i:1;i:54;}}i:31;a:5:{s:8:\"filename\";s:30:\"videohive-light-background.png\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/videohive-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:25833;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:73;}}i:32;a:5:{s:8:\"filename\";s:30:\"photodune-light-background.png\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/photodune-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:26088;s:10:\"dimensions\";a:2:{i:0;i:304;i:1;i:68;}}i:33;a:5:{s:8:\"filename\";s:33:\"graphicriver-light-background.png\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/graphicriver-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:26432;s:10:\"dimensions\";a:2:{i:0;i:332;i:1;i:78;}}i:34;a:5:{s:8:\"filename\";s:28:\"3docean-light-background.png\";s:13:\"thumbnail_url\";s:108:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/3docean-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:23766;s:10:\"dimensions\";a:2:{i:0;i:250;i:1;i:49;}}i:35;a:5:{s:8:\"filename\";s:32:\"audiojungle-light-background.png\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/audiojungle-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:26458;s:10:\"dimensions\";a:2:{i:0;i:303;i:1;i:57;}}i:36;a:5:{s:8:\"filename\";s:30:\"activeden-light-background.png\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/activeden-light-background.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}}s:8:\"filesize\";i:24826;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:61;}}i:37;a:5:{s:8:\"filename\";s:8:\"01-1.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/01-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:55801;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:540;}}i:38;a:5:{s:8:\"filename\";s:8:\"04-2.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/04-2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:60070;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:266;}}i:39;a:5:{s:8:\"filename\";s:8:\"02-1.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/02-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:103699;s:10:\"dimensions\";a:2:{i:0;i:474;i:1;i:346;}}i:40;a:5:{s:8:\"filename\";s:8:\"05-1.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/05-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:114618;s:10:\"dimensions\";a:2:{i:0;i:474;i:1;i:458;}}i:41;a:5:{s:8:\"filename\";s:8:\"08-3.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/08-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:40049;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:175;}}i:42;a:5:{s:8:\"filename\";s:8:\"07-1.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/07-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:93117;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:540;}}i:43;a:5:{s:8:\"filename\";s:8:\"06-2.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/06-2.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/home-6bfc87fed0fea87acb957f0bc7e38364.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:40750;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:266;}}i:44;a:5:{s:8:\"filename\";s:16:\"slider-video.jpg\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/slider-video.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:254322;s:10:\"dimensions\";a:2:{i:0;i:960;i:1;i:936;}}i:45;a:5:{s:8:\"filename\";s:8:\"play.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/play.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/speaker-single-e33c002f9b56d5c529091e4122dd4f12.json\";s:4:\"name\";s:14:\"Speaker Single\";}i:5;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:2422;s:10:\"dimensions\";a:2:{i:0;i:200;i:1;i:200;}}i:46;a:5:{s:8:\"filename\";s:13:\"slider-bg.jpg\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/slider-bg.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:98735;s:10:\"dimensions\";a:2:{i:0;i:963;i:1;i:936;}}i:47;a:5:{s:8:\"filename\";s:8:\"user.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/user.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:1683;s:10:\"dimensions\";a:2:{i:0;i:39;i:1;i:40;}}i:48;a:5:{s:8:\"filename\";s:8:\"time.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/time.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:2303;s:10:\"dimensions\";a:2:{i:0;i:32;i:1;i:41;}}i:49;a:5:{s:8:\"filename\";s:14:\"microphone.png\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/microphone.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:1924;s:10:\"dimensions\";a:2:{i:0;i:32;i:1;i:44;}}i:50;a:5:{s:8:\"filename\";s:16:\"schedule-img.jpg\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/schedule-img.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:192366;s:10:\"dimensions\";a:2:{i:0;i:567;i:1;i:1397;}}i:51;a:5:{s:8:\"filename\";s:9:\"sp-01.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-01.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:91081;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:52;a:5:{s:8:\"filename\";s:9:\"sp-06.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-06.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/speaker-single-e33c002f9b56d5c529091e4122dd4f12.json\";s:4:\"name\";s:14:\"Speaker Single\";}}s:8:\"filesize\";i:88756;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:53;a:5:{s:8:\"filename\";s:9:\"sp-04.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:104223;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:54;a:5:{s:8:\"filename\";s:9:\"sp-05.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-05.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:134749;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:55;a:5:{s:8:\"filename\";s:9:\"sp-03.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-03.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:103587;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:56;a:5:{s:8:\"filename\";s:9:\"sp-02.jpg\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/sp-02.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}}s:8:\"filesize\";i:93797;s:10:\"dimensions\";a:2:{i:0;i:556;i:1;i:629;}}i:57;a:5:{s:8:\"filename\";s:8:\"bg-4.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/bg-4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:813578;s:10:\"dimensions\";a:2:{i:0;i:2966;i:1;i:1033;}}i:58;a:5:{s:8:\"filename\";s:31:\"themeforest-dark-background.png\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/themeforest-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:25554;s:10:\"dimensions\";a:2:{i:0;i:324;i:1;i:55;}}i:59;a:5:{s:8:\"filename\";s:30:\"codecanyon-dark-background.png\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/codecanyon-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:24366;s:10:\"dimensions\";a:2:{i:0;i:329;i:1;i:54;}}i:60;a:5:{s:8:\"filename\";s:29:\"photodune-dark-background.png\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/photodune-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:26515;s:10:\"dimensions\";a:2:{i:0;i:305;i:1;i:68;}}i:61;a:5:{s:8:\"filename\";s:32:\"graphicriver-dark-background.png\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/graphicriver-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:26830;s:10:\"dimensions\";a:2:{i:0;i:333;i:1;i:78;}}i:62;a:5:{s:8:\"filename\";s:31:\"audiojungle-dark-background.png\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/audiojungle-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:26711;s:10:\"dimensions\";a:2:{i:0;i:303;i:1;i:57;}}i:63;a:5:{s:8:\"filename\";s:29:\"videohive-dark-background.png\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/videohive-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:26118;s:10:\"dimensions\";a:2:{i:0;i:271;i:1;i:55;}}i:64;a:5:{s:8:\"filename\";s:29:\"activeden-dark-background.png\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/activeden-dark-background.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:25141;s:10:\"dimensions\";a:2:{i:0;i:270;i:1;i:61;}}i:65;a:5:{s:8:\"filename\";s:10:\"img-01.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-01.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/ticket-c457a2b0116a8254c229d8db878a74c3.json\";s:4:\"name\";s:6:\"Ticket\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:323057;s:10:\"dimensions\";a:2:{i:0;i:962;i:1;i:672;}}i:66;a:5:{s:8:\"filename\";s:10:\"img-02.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-02.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-6e5d4db7fcea852f1421b02122d51365.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/ticket-c457a2b0116a8254c229d8db878a74c3.json\";s:4:\"name\";s:6:\"Ticket\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:255306;s:10:\"dimensions\";a:2:{i:0;i:962;i:1;i:672;}}i:67;a:5:{s:8:\"filename\";s:12:\"vanue-bg.jpg\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/vanue-bg.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}i:1;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/sponsors-400acc5cef4ed2afe6beb87b17dfa2ee.json\";s:4:\"name\";s:8:\"Sponsors\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/speakers-529551839828e0cdde4ba7c1dfd8d3bc.json\";s:4:\"name\";s:8:\"Speakers\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/speaker-single-e33c002f9b56d5c529091e4122dd4f12.json\";s:4:\"name\";s:14:\"Speaker Single\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/ticket-c457a2b0116a8254c229d8db878a74c3.json\";s:4:\"name\";s:6:\"Ticket\";}i:6;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/contact-8ac2da52126562f12964ec9db79a4493.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:63102;s:10:\"dimensions\";a:2:{i:0;i:1923;i:1;i:360;}}i:68;a:5:{s:8:\"filename\";s:8:\"bg-3.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/bg-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/schedule-b56a1800eed7332c424db25731a57545.json\";s:4:\"name\";s:8:\"Schedule\";}}s:8:\"filesize\";i:183896;s:10:\"dimensions\";a:2:{i:0;i:1925;i:1;i:1355;}}i:69;a:5:{s:8:\"filename\";s:12:\"img-01-1.jpg\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-01-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:53054;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:70;a:5:{s:8:\"filename\";s:12:\"img-02-1.jpg\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-02-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:62748;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:71;a:5:{s:8:\"filename\";s:10:\"img-03.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:41991;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:72;a:5:{s:8:\"filename\";s:10:\"img-04.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:41974;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:73;a:5:{s:8:\"filename\";s:10:\"img-05.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:38468;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:74;a:5:{s:8:\"filename\";s:10:\"img-06.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-06.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:29835;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:75;a:5:{s:8:\"filename\";s:10:\"img-07.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-07.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:52457;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:76;a:5:{s:8:\"filename\";s:10:\"img-08.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-08.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:45730;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:77;a:5:{s:8:\"filename\";s:10:\"img-09.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/img-09.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:61:\"templates/accommodation-99e56c26dcadafbb7c42823b38a075df.json\";s:4:\"name\";s:13:\"Accommodation\";}}s:8:\"filesize\";i:48871;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:78;a:5:{s:8:\"filename\";s:10:\"map-bg.jpg\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/map-bg.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/contact-8ac2da52126562f12964ec9db79a4493.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:209250;s:10:\"dimensions\";a:2:{i:0;i:1923;i:1;i:1009;}}i:79;a:5:{s:8:\"filename\";s:18:\"archive-img-01.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-01.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:62720;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:80;a:5:{s:8:\"filename\";s:18:\"archive-img-02.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:72335;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:81;a:5:{s:8:\"filename\";s:18:\"archive-img-03.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-03.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:57358;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:82;a:5:{s:8:\"filename\";s:18:\"archive-img-04.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-04.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:59619;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:83;a:5:{s:8:\"filename\";s:18:\"archive-img-05.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-05.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:39312;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}i:84;a:5:{s:8:\"filename\";s:18:\"archive-img-06.jpg\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-5/wp-content/uploads/sites/8/2018/05/archive-img-06.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/venue-0592eedd67ac970264ca3acacdb217a3.json\";s:4:\"name\";s:5:\"Venue\";}}s:8:\"filesize\";i:47419;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:246;}}}}'),(2536,399,'envato_tk_folder_name','97fce13065ad812ccbd2253dafad7a95'),(2537,399,'envato_tk_builder','elementor'),(2538,399,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/97fce13065ad812ccbd2253dafad7a95/source-399.zip'),(2539,399,'envato_elements_download_event','8-3-833ad7979b9d2661eec6097604657206'),(2540,400,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:9:\"Nightclub\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:21:{i:0;a:7:{s:4:\"name\";s:16:\"Home Nightclub 1\";s:10:\"screenshot\";s:32:\"screenshots/home-nightclub-1.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:16:\"Home Nightclub 2\";s:10:\"screenshot\";s:32:\"screenshots/home-nightclub-2.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:16:\"Home Nightclub 3\";s:10:\"screenshot\";s:32:\"screenshots/home-nightclub-3.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:3;a:7:{s:4:\"name\";s:16:\"Home Nightclub 4\";s:10:\"screenshot\";s:32:\"screenshots/home-nightclub-4.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:16:\"Home Nightclub 5\";s:10:\"screenshot\";s:36:\"screenshots/home-nightclub-5-pro.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:5;a:7:{s:4:\"name\";s:16:\"Home Nightclub 6\";s:10:\"screenshot\";s:36:\"screenshots/home-nightclub-6-pro.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:16:\"Home Nightclub 7\";s:10:\"screenshot\";s:36:\"screenshots/home-nightclub-7-pro.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:7;a:7:{s:4:\"name\";s:16:\"Home Nightclub 8\";s:10:\"screenshot\";s:36:\"screenshots/home-nightclub-8-pro.jpg\";s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:8;a:7:{s:4:\"name\";s:12:\"Club Event 1\";s:10:\"screenshot\";s:32:\"screenshots/club-event-1-pro.jpg\";s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:9;a:7:{s:4:\"name\";s:12:\"Club Event 2\";s:10:\"screenshot\";s:32:\"screenshots/club-event-2-pro.jpg\";s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:10;a:7:{s:4:\"name\";s:12:\"DJ Listing 1\";s:10:\"screenshot\";s:28:\"screenshots/dj-listing-1.jpg\";s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:12:\"DJ Listing 2\";s:10:\"screenshot\";s:32:\"screenshots/dj-listing-2-pro.jpg\";s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:12;a:7:{s:4:\"name\";s:7:\"About 1\";s:10:\"screenshot\";s:23:\"screenshots/about-1.jpg\";s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:7:\"About 2\";s:10:\"screenshot\";s:27:\"screenshots/about-2-pro.jpg\";s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:10:\"Services 1\";s:10:\"screenshot\";s:26:\"screenshots/services-1.jpg\";s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:15;a:7:{s:4:\"name\";s:10:\"Services 2\";s:10:\"screenshot\";s:30:\"screenshots/services-2-pro.jpg\";s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:16;a:7:{s:4:\"name\";s:6:\"Menu 1\";s:10:\"screenshot\";s:22:\"screenshots/menu-1.jpg\";s:6:\"source\";s:54:\"templates/menu-1-cc1460fb9ab6c6b76bb2407e54b7ae1a.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:17;a:7:{s:4:\"name\";s:6:\"Menu 2\";s:10:\"screenshot\";s:22:\"screenshots/menu-2.jpg\";s:6:\"source\";s:54:\"templates/menu-2-a12ad62bd7f11c1af80eee9166229eb1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:18;a:7:{s:4:\"name\";s:11:\"Reservation\";s:10:\"screenshot\";s:31:\"screenshots/reservation-pro.jpg\";s:6:\"source\";s:59:\"templates/reservation-531f6633378ad086422a33ffdb4e43de.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:19;a:7:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:58:\"templates/contact-us-2be96e09ab48d16505240da4a1c9302a.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:20;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-e2a97b1678467ce7361910ed6de7f893.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:31:{i:0;a:5:{s:8:\"filename\";s:35:\"alexander-popov-342444-unsplash.jpg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alexander-popov-342444-unsplash.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:431304;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:1;a:5:{s:8:\"filename\";s:35:\"alexander-popov-522100-unsplash.jpg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alexander-popov-522100-unsplash.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:8;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:422954;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:2;a:5:{s:8:\"filename\";s:30:\"fancycrave-284219-unsplash.jpg\";s:13:\"thumbnail_url\";s:105:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/fancycrave-284219-unsplash.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:276371;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:3;a:5:{s:8:\"filename\";s:32:\"nick-fewings-568466-unsplash.jpg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/nick-fewings-568466-unsplash.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:320808;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1283;}}i:4;a:5:{s:8:\"filename\";s:35:\"alexander-popov-365743-unsplash.jpg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alexander-popov-365743-unsplash.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:191885;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:5;a:5:{s:8:\"filename\";s:31:\"matty-adame-274356-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/matty-adame-274356-unsplash.jpg\";s:9:\"templates\";a:13:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:9;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:10;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:11;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:12;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:542558;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:6;a:5:{s:8:\"filename\";s:36:\"marcela-laskoski-118684-unsplash.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/marcela-laskoski-118684-unsplash.jpg\";s:9:\"templates\";a:12:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:8;a:2:{s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:4:\"name\";s:7:\"About 2\";}i:9;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:10;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}i:11;a:2:{s:6:\"source\";s:59:\"templates/reservation-531f6633378ad086422a33ffdb4e43de.json\";s:4:\"name\";s:11:\"Reservation\";}}s:8:\"filesize\";i:213558;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:7;a:5:{s:8:\"filename\";s:35:\"alexander-popov-566913-unsplash.jpg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alexander-popov-566913-unsplash.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:421548;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:8;a:5:{s:8:\"filename\";s:31:\"redd-angelo-393003-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/redd-angelo-393003-unsplash.jpg\";s:9:\"templates\";a:13:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:6;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:9;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:10;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:11;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:12;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:511089;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:9;a:5:{s:8:\"filename\";s:37:\"xandro-vandewalle-454419-unsplash.jpg\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/xandro-vandewalle-454419-unsplash.jpg\";s:9:\"templates\";a:13:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:6;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:9;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:10;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:11;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:12;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:440159;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1442;}}i:10;a:5:{s:8:\"filename\";s:33:\"andrew-gaines-287085-unsplash.jpg\";s:13:\"thumbnail_url\";s:108:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/andrew-gaines-287085-unsplash.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:9;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:353461;s:10:\"dimensions\";a:2:{i:0;i:2736;i:1;i:1824;}}i:11;a:5:{s:8:\"filename\";s:34:\"alfonso-scarpa-530923-unsplash.jpg\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alfonso-scarpa-530923-unsplash.jpg\";s:9:\"templates\";a:12:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-1-1cbe4aa91a1f22c0bcace94116a253d8.json\";s:4:\"name\";s:16:\"Home Nightclub 1\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-2-0cc7cb3897571da317ab68d5bbcc693e.json\";s:4:\"name\";s:16:\"Home Nightclub 2\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:9;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:10;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:11;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:178859;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}}i:12;a:5:{s:8:\"filename\";s:36:\"michael-discenza-199756-unsplash.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/michael-discenza-199756-unsplash.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:5;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:7;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:8;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:198707;s:10:\"dimensions\";a:2:{i:0;i:1157;i:1;i:1157;}}i:13;a:5:{s:8:\"filename\";s:31:\"abigail-lynn-51615-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/abigail-lynn-51615-unsplash.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:1032036;s:10:\"dimensions\";a:2:{i:0;i:3264;i:1;i:2448;}}i:14;a:5:{s:8:\"filename\";s:37:\"alexander-popov-522100-unsplash-1.jpg\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/alexander-popov-522100-unsplash-1.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}i:7;a:2:{s:6:\"source\";s:54:\"templates/menu-1-cc1460fb9ab6c6b76bb2407e54b7ae1a.json\";s:4:\"name\";s:6:\"Menu 1\";}}s:8:\"filesize\";i:467217;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:15;a:5:{s:8:\"filename\";s:33:\"samuel-zeller-103111-unsplash.jpg\";s:13:\"thumbnail_url\";s:108:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/samuel-zeller-103111-unsplash.jpg\";s:9:\"templates\";a:11:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:8;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:9;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}i:10;a:2:{s:6:\"source\";s:53:\"templates/popup-e2a97b1678467ce7361910ed6de7f893.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:232521;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:16;a:5:{s:8:\"filename\";s:28:\"rawpixel-633849-unsplash.jpg\";s:13:\"thumbnail_url\";s:103:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/rawpixel-633849-unsplash.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:4:\"name\";s:7:\"About 2\";}i:7;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:156903;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:17;a:5:{s:8:\"filename\";s:31:\"drew-murphy-752267-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/drew-murphy-752267-unsplash.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:4:\"name\";s:7:\"About 2\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:323092;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:18;a:5:{s:8:\"filename\";s:30:\"henri-pham-356887-unsplash.jpg\";s:13:\"thumbnail_url\";s:105:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/henri-pham-356887-unsplash.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-3-c3720e1872ef6418774dbae81ccbd4ed.json\";s:4:\"name\";s:16:\"Home Nightclub 3\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:4;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}}s:8:\"filesize\";i:219809;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:19;a:5:{s:8:\"filename\";s:33:\"geert-pieters-684286-unsplash.jpg\";s:13:\"thumbnail_url\";s:108:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/geert-pieters-684286-unsplash.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/contact-us-2be96e09ab48d16505240da4a1c9302a.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:238154;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:20;a:5:{s:8:\"filename\";s:31:\"dollar-gill-481547-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/dollar-gill-481547-unsplash.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}}s:8:\"filesize\";i:145403;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:21;a:5:{s:8:\"filename\";s:31:\"thomas-habr-195107-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/thomas-habr-195107-unsplash.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}}s:8:\"filesize\";i:214140;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:22;a:5:{s:8:\"filename\";s:31:\"redd-angelo-393010-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/redd-angelo-393010-unsplash.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-4-0a41a1cbba92d95f41d59df11642f067.json\";s:4:\"name\";s:16:\"Home Nightclub 4\";}i:1;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-6-0254f88d391f43807304a7f59c461853.json\";s:4:\"name\";s:16:\"Home Nightclub 6\";}i:2;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}i:3;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-8-703bb37b4288b96323594495e05e88b2.json\";s:4:\"name\";s:16:\"Home Nightclub 8\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-1-77d3da0ffa266875b8f8fe75a3c4a4f5.json\";s:4:\"name\";s:12:\"DJ Listing 1\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:4:\"name\";s:7:\"About 2\";}i:8;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}i:9;a:2:{s:6:\"source\";s:59:\"templates/reservation-531f6633378ad086422a33ffdb4e43de.json\";s:4:\"name\";s:11:\"Reservation\";}}s:8:\"filesize\";i:565612;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:23;a:5:{s:8:\"filename\";s:31:\"jan-strecha-761737-unsplash.jpg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/jan-strecha-761737-unsplash.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-5-8ee779282003ad31c8bd80444d5b635f.json\";s:4:\"name\";s:16:\"Home Nightclub 5\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/club-event-1-081962577a4c571eb00598eb13e25680.json\";s:4:\"name\";s:12:\"Club Event 1\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/club-event-2-1db3eb725dcb8dca171bddbecb2209d5.json\";s:4:\"name\";s:12:\"Club Event 2\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-09f835fb17db91806ab844402fce2071.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/about-2-53dff292c1621baf7c534feec894d598.json\";s:4:\"name\";s:7:\"About 2\";}}s:8:\"filesize\";i:656651;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1450;}}i:24;a:5:{s:8:\"filename\";s:34:\"nick-fewings-568466-unsplash-1.jpg\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/nick-fewings-568466-unsplash-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:64:\"templates/home-nightclub-7-b1993c612d9ea7ddfa1c97272d7fb98b.json\";s:4:\"name\";s:16:\"Home Nightclub 7\";}}s:8:\"filesize\";i:257270;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:684;}}i:25;a:5:{s:8:\"filename\";s:28:\"edan-cohen-2487-unsplash.jpg\";s:13:\"thumbnail_url\";s:103:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/edan-cohen-2487-unsplash.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:60:\"templates/dj-listing-2-a0abd84a405551a34676d43ec2fb279d.json\";s:4:\"name\";s:12:\"DJ Listing 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:383663;s:10:\"dimensions\";a:2:{i:0;i:2560;i:1;i:1707;}}i:26;a:5:{s:8:\"filename\";s:38:\"mohammad-saifullah-471817-unsplash.jpg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/mohammad-saifullah-471817-unsplash.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:812301;s:10:\"dimensions\";a:2:{i:0;i:2560;i:1;i:1707;}}i:27;a:5:{s:8:\"filename\";s:33:\"esteban-lopez-453997-unsplash.jpg\";s:13:\"thumbnail_url\";s:108:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/esteban-lopez-453997-unsplash.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-a45cd5fb676523c371398f197081fb78.json\";s:4:\"name\";s:10:\"Services 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/services-2-a229710e97b3bb9d5dd93789bf93ab85.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:430068;s:10:\"dimensions\";a:2:{i:0;i:2560;i:1;i:1706;}}i:28;a:5:{s:8:\"filename\";s:32:\"john-cafazza-428016-unsplash.jpg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/john-cafazza-428016-unsplash.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-1-cc1460fb9ab6c6b76bb2407e54b7ae1a.json\";s:4:\"name\";s:6:\"Menu 1\";}}s:8:\"filesize\";i:893763;s:10:\"dimensions\";a:2:{i:0;i:2560;i:1;i:1707;}}i:29;a:5:{s:8:\"filename\";s:24:\"pexels-photo-110472.jpeg\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/pexels-photo-110472.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-a12ad62bd7f11c1af80eee9166229eb1.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:372267;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1440;}}i:30;a:5:{s:8:\"filename\";s:24:\"pexels-photo-787961.jpeg\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-58/wp-content/uploads/sites/61/2018/08/pexels-photo-787961.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-a12ad62bd7f11c1af80eee9166229eb1.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:314323;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}}}'),(2541,400,'envato_tk_folder_name','518ff447acc20aae8586fe26010edd8d'),(2542,400,'envato_tk_builder','elementor'),(2543,400,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/518ff447acc20aae8586fe26010edd8d/source-400.zip'),(2544,400,'envato_elements_download_event','61-3-d48f4a4e6a963f9d85e8ef3ac6f1390d'),(2545,401,'_wp_attached_file','2023/07/wavebg1x.png'),(2546,401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1146;s:4:\"file\";s:20:\"2023/07/wavebg1x.png\";s:8:\"filesize\";i:40406;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"wavebg1x-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4264;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"wavebg1x-1024x587.png\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"wavebg1x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"wavebg1x-768x440.png\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14917;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"wavebg1x-1536x880.png\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35865;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:20:\"wavebg1x-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10987;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:21:\"wavebg1x-1300x650.png\";s:5:\"width\";i:1300;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25776;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:21:\"wavebg1x-650x1146.png\";s:5:\"width\";i:650;s:6:\"height\";i:1146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2442;}s:46:\"qi_addons_for_elementor_image_size_huge-square\";a:5:{s:4:\"file\";s:22:\"wavebg1x-1300x1146.png\";s:5:\"width\";i:1300;s:6:\"height\";i:1146;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2547,402,'_wp_attached_file','2023/07/circle-vinyl-thick1.png'),(2548,402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:658;s:6:\"height\";i:665;s:4:\"file\";s:31:\"2023/07/circle-vinyl-thick1.png\";s:8:\"filesize\";i:29529;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"circle-vinyl-thick1-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"circle-vinyl-thick1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10795;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:31:\"circle-vinyl-thick1-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60460;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:31:\"circle-vinyl-thick1-658x650.png\";s:5:\"width\";i:658;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30625;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:31:\"circle-vinyl-thick1-650x665.png\";s:5:\"width\";i:650;s:6:\"height\";i:665;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30350;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2756,432,'_wp_attached_file','2023/07/ocbb-group2-nlogo-1.png'),(2757,432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1038;s:6:\"height\";i:456;s:4:\"file\";s:31:\"2023/07/ocbb-group2-nlogo-1.png\";s:8:\"filesize\";i:748497;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ocbb-group2-nlogo-1-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70248;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ocbb-group2-nlogo-1-1024x450.png\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:653367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ocbb-group2-nlogo-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:39518;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ocbb-group2-nlogo-1-768x337.png\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390877;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:31:\"ocbb-group2-nlogo-1-650x456.png\";s:5:\"width\";i:650;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:485036;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:31:\"ocbb-group2-nlogo-1-650x456.png\";s:5:\"width\";i:650;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:485036;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2800,439,'_EventOrigin','events-calendar'),(2801,439,'_tribe_modified_fields','a:21:{s:12:\"_EventOrigin\";i:1689166617;s:10:\"_edit_last\";i:1689166626;s:10:\"post_title\";i:1689166626;s:11:\"post_status\";i:1689166654;s:19:\"site-sidebar-layout\";i:1689166654;s:19:\"site-content-layout\";i:1689166654;s:29:\"theme-transparent-header-meta\";i:1689166654;s:17:\"_EventShowMapLink\";i:1689166654;s:13:\"_EventShowMap\";i:1689166654;s:15:\"_EventStartDate\";i:1689166654;s:13:\"_EventEndDate\";i:1689166654;s:18:\"_EventStartDateUTC\";i:1689166654;s:16:\"_EventEndDateUTC\";i:1689166654;s:14:\"_EventDuration\";i:1689166654;s:20:\"_EventCurrencySymbol\";i:1689166654;s:18:\"_EventCurrencyCode\";i:1689166654;s:22:\"_EventCurrencyPosition\";i:1689166654;s:10:\"_EventCost\";i:1689166654;s:9:\"_EventURL\";i:1689166654;s:14:\"_EventTimezone\";i:1689166654;s:18:\"_EventTimezoneAbbr\";i:1689166654;}'),(2802,439,'_edit_last','1'),(2803,439,'_edit_lock','1689405957:1'),(2818,439,'site-sidebar-layout','default'),(2819,439,'site-content-layout','default'),(2820,439,'theme-transparent-header-meta','default'),(2821,439,'_EventShowMapLink','1'),(2822,439,'_EventShowMap','1'),(2823,439,'_EventStartDate','2023-07-12 08:00:00'),(2824,439,'_EventEndDate','2023-07-12 17:00:00'),(2825,439,'_EventStartDateUTC','2023-07-12 07:00:00'),(2826,439,'_EventEndDateUTC','2023-07-12 16:00:00'),(2827,439,'_EventDuration','32400'),(2828,439,'_EventCurrencySymbol',''),(2829,439,'_EventCurrencyCode',''),(2830,439,'_EventCurrencyPosition','prefix'),(2831,439,'_EventCost',''),(2832,439,'_EventURL',''),(2833,439,'_EventTimezone','Europe/London'),(2834,439,'_EventTimezoneAbbr','BST'),(2856,50,'_eael_widget_elements','a:1:{s:12:\"gravity-form\";s:12:\"gravity-form\";}'),(2878,447,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:22:\"Indie Publishing House\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:12:\"Home 3 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-3-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:11:\"Books (Pro)\";s:10:\"screenshot\";s:26:\"screenshots/books-pro-.jpg\";s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:4;a:7:{s:4:\"name\";s:11:\"Single Book\";s:10:\"screenshot\";s:27:\"screenshots/single-book.jpg\";s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:14:\"Author Profile\";s:10:\"screenshot\";s:30:\"screenshots/author-profile.jpg\";s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:7:\"Authors\";s:10:\"screenshot\";s:23:\"screenshots/authors.jpg\";s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:10:\"About Us 1\";s:10:\"screenshot\";s:26:\"screenshots/about-us-1.jpg\";s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:8;a:7:{s:4:\"name\";s:10:\"About Us 2\";s:10:\"screenshot\";s:26:\"screenshots/about-us-2.jpg\";s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:16:\"About Us 3 (Pro)\";s:10:\"screenshot\";s:31:\"screenshots/about-us-3-pro-.jpg\";s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:10;a:7:{s:4:\"name\";s:12:\"How It Works\";s:10:\"screenshot\";s:28:\"screenshots/how-it-works.jpg\";s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:15:\"Book Club (Pro)\";s:10:\"screenshot\";s:30:\"screenshots/book-club-pro-.jpg\";s:6:\"source\";s:61:\"templates/book-club-pro-c74b3a96b75fdcc1b1102b2f85d87470.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:12;a:7:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:56:\"templates/services-171327938163f1288e93fa96e8238028.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:11:\"Submissions\";s:10:\"screenshot\";s:27:\"screenshots/submissions.jpg\";s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:14;a:7:{s:4:\"name\";s:17:\"Contact Us  (Pro)\";s:10:\"screenshot\";s:31:\"screenshots/contact-us-pro-.jpg\";s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:63:{i:0;a:5:{s:8:\"filename\";s:50:\"charisse-kenion-611289-unsplash-e1599484835530.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/charisse-kenion-611289-unsplash-500x705.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:5;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:6;a:2:{s:6:\"source\";s:61:\"templates/book-club-pro-c74b3a96b75fdcc1b1102b2f85d87470.json\";s:4:\"name\";s:15:\"Book Club (Pro)\";}i:7;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:364337;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:2681;}}i:1;a:5:{s:8:\"filename\";s:44:\"elsa-liu-1242104-unsplash-e1562321599165.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/elsa-liu-1242104-unsplash-500x751.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:82570;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}i:2;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00054_EM_2k-e1599484887494.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00054_EM_2k-500x731.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}}s:8:\"filesize\";i:308974;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1463;}}i:3;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00023_EF_2k-e1599484931241.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00023_EF_2k-500x775.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:471607;s:10:\"dimensions\";a:2:{i:0;i:1032;i:1;i:1600;}}i:4;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00056_RA_2k-e1599484866500.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00056_RA_2k-500x625.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:6;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}}s:8:\"filesize\";i:35728;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1250;}}i:5;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00022_EF_2k-e1599484919456.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00022_EF_2k-500x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}}s:8:\"filesize\";i:381155;s:10:\"dimensions\";a:2:{i:0;i:875;i:1;i:1400;}}i:6;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00041_AV_2k-e1599484950946.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00041_AV_2k-500x707.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}}s:8:\"filesize\";i:276216;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1414;}}i:7;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00026_EF_2k-e1599484898189.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00026_EF_2k-500x708.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:406726;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1416;}}i:8;a:5:{s:8:\"filename\";s:46:\"freeillustrated_00027_VL_2k-e1666615595649.jpg\";s:13:\"thumbnail_url\";s:131:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/freeillustrated_00027_VL_2k-e1666615595649-500x614.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:5;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}i:6;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}}s:8:\"filesize\";i:212583;s:10:\"dimensions\";a:2:{i:0;i:998;i:1;i:1225;}}i:9;a:5:{s:8:\"filename\";s:40:\"thought-catalog-DxAzOKSiPoE-unsplash.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/thought-catalog-DxAzOKSiPoE-unsplash-500x649.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:5;a:2:{s:6:\"source\";s:61:\"templates/book-club-pro-c74b3a96b75fdcc1b1102b2f85d87470.json\";s:4:\"name\";s:15:\"Book Club (Pro)\";}}s:8:\"filesize\";i:140099;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1558;}}i:10;a:5:{s:8:\"filename\";s:48:\"true-agency-804529-unsplash-1-e1599485036137.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/true-agency-804529-unsplash-1-500x500.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:177700;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1900;}}i:11;a:5:{s:8:\"filename\";s:50:\"velizar-ivanov-1234587-unsplash-e1599485003340.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/velizar-ivanov-1234587-unsplash-500x400.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}}s:8:\"filesize\";i:239318;s:10:\"dimensions\";a:2:{i:0;i:1400;i:1;i:1120;}}i:12;a:5:{s:8:\"filename\";s:50:\"water-journal-225046-unsplash-1-e1562321518674.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/water-journal-225046-unsplash-1-500x333.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:254304;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1279;}}i:13;a:5:{s:8:\"filename\";s:12:\"Group-73.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/Group-73.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:7;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:117;s:10:\"dimensions\";a:2:{i:0;i:230;i:1;i:2;}}i:14;a:5:{s:8:\"filename\";s:8:\"bell.png\";s:13:\"thumbnail_url\";s:85:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/bell.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:886;s:10:\"dimensions\";a:2:{i:0;i:74;i:1;i:80;}}i:15;a:5:{s:8:\"filename\";s:13:\"document2.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/document2.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:2242;s:10:\"dimensions\";a:2:{i:0;i:81;i:1;i:81;}}i:16;a:5:{s:8:\"filename\";s:9:\"books.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/books.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-9d70b5473d15dc972fcdb77f4bf6e3c7.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:1649;s:10:\"dimensions\";a:2:{i:0;i:81;i:1;i:81;}}i:17;a:5:{s:8:\"filename\";s:48:\"studio-media-1174542-unsplash-e1562321718398.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/studio-media-1174542-unsplash-500x750.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:134623;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}i:18;a:5:{s:8:\"filename\";s:52:\"velizar-ivanov-1234587-unsplash-1-e1599484989483.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/velizar-ivanov-1234587-unsplash-1-500x400.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:436611;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1520;}}i:19;a:5:{s:8:\"filename\";s:10:\"Line-6.png\";s:13:\"thumbnail_url\";s:87:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/Line-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:96;s:10:\"dimensions\";a:2:{i:0;i:10;i:1;i:2;}}i:20;a:5:{s:8:\"filename\";s:52:\"rucksack-magazine-671070-unsplash-e1562321949957.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/rucksack-magazine-671070-unsplash-500x750.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/book-club-pro-c74b3a96b75fdcc1b1102b2f85d87470.json\";s:4:\"name\";s:15:\"Book Club (Pro)\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:199748;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}i:21;a:5:{s:8:\"filename\";s:49:\"sandis-helvigs-132016-unsplash-e1562321422252.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/sandis-helvigs-132016-unsplash-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:2;a:2:{s:6:\"source\";s:61:\"templates/book-club-pro-c74b3a96b75fdcc1b1102b2f85d87470.json\";s:4:\"name\";s:15:\"Book Club (Pro)\";}}s:8:\"filesize\";i:227217;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1279;}}i:22;a:5:{s:8:\"filename\";s:47:\"aziz-acharki-263327-unsplash-e1563974689957.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/aziz-acharki-263327-unsplash-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:138980;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:23;a:5:{s:8:\"filename\";s:33:\"water-journal-225046-unsplash.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/water-journal-225046-unsplash-500x160.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-436aa0e05c2bdba49b6aeed1b146ae78.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:340243;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:615;}}i:24;a:5:{s:8:\"filename\";s:50:\"charisse-kenion-502626-unsplash-e1599484817214.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/charisse-kenion-502626-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}}s:8:\"filesize\";i:357933;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1266;}}i:25;a:5:{s:8:\"filename\";s:40:\"thought-catalog-V5BGaJ0VaLU-unsplash.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/thought-catalog-V5BGaJ0VaLU-unsplash-500x334.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:140768;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}}i:26;a:5:{s:8:\"filename\";s:50:\"ashwin-vaswani-1233177-unsplash-e1562322123692.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/ashwin-vaswani-1233177-unsplash-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:96453;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:27;a:5:{s:8:\"filename\";s:52:\"nicole-honeywill-1075631-unsplash-e1562321217520.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/nicole-honeywill-1075631-unsplash-500x667.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}}s:8:\"filesize\";i:201708;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:2048;}}i:28;a:5:{s:8:\"filename\";s:51:\"olena-sergienko-1413531-unsplash-e1562322110536.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/olena-sergienko-1413531-unsplash-500x750.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:231298;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:29;a:5:{s:8:\"filename\";s:21:\"digital-marketing.png\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/digital-marketing.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:1712;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:70;}}i:30;a:5:{s:8:\"filename\";s:13:\"document3.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/document3.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-07574430a727176fb5d000ab428086f4.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:1644;s:10:\"dimensions\";a:2:{i:0;i:81;i:1;i:81;}}i:31;a:5:{s:8:\"filename\";s:38:\"image-from-rawpixel-id-436258-jpeg.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/image-from-rawpixel-id-436258-jpeg-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}}s:8:\"filesize\";i:202216;s:10:\"dimensions\";a:2:{i:0;i:3500;i:1;i:2333;}}i:32;a:5:{s:8:\"filename\";s:45:\"jon-tyson-1469768-unsplash-e1562321614922.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/jon-tyson-1469768-unsplash-500x667.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}}s:8:\"filesize\";i:326311;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:2048;}}i:33;a:5:{s:8:\"filename\";s:50:\"jeremy-lishner-1419517-unsplash-e1562321554876.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/jeremy-lishner-1419517-unsplash-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}}s:8:\"filesize\";i:218491;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}i:34;a:5:{s:8:\"filename\";s:9:\"email.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/email.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:1134;s:10:\"dimensions\";a:2:{i:0;i:50;i:1;i:50;}}i:35;a:5:{s:8:\"filename\";s:11:\"twitter.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/twitter.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:1174;s:10:\"dimensions\";a:2:{i:0;i:50;i:1;i:39;}}i:36;a:5:{s:8:\"filename\";s:12:\"facebook.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/facebook.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:457;s:10:\"dimensions\";a:2:{i:0;i:27;i:1;i:51;}}i:37;a:5:{s:8:\"filename\";s:11:\"email-1.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/email-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/books-pro-58e78eb373bfb6a08d4ef3d8058f5fb9.json\";s:4:\"name\";s:11:\"Books (Pro)\";}}s:8:\"filesize\";i:1405;s:10:\"dimensions\";a:2:{i:0;i:51;i:1;i:51;}}i:38;a:5:{s:8:\"filename\";s:35:\"art-background-beautiful-961402.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/art-background-beautiful-961402-500x313.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}}s:8:\"filesize\";i:79971;s:10:\"dimensions\";a:2:{i:0;i:2048;i:1;i:1282;}}i:39;a:5:{s:8:\"filename\";s:47:\"ethan-haddox-541053-unsplash-e1562322049861.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/ethan-haddox-541053-unsplash-500x750.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:204917;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:40;a:5:{s:8:\"filename\";s:54:\"michael-easterling-1150910-unsplash-e1562322017311.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/michael-easterling-1150910-unsplash-500x750.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:59:\"templates/single-book-b99efe8ef747ee98fcbf831cd5fe6d0d.json\";s:4:\"name\";s:11:\"Single Book\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:114553;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:41;a:5:{s:8:\"filename\";s:37:\"patrick-fore-0gkw_9fy0eQ-unsplash.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/patrick-fore-0gkw_9fy0eQ-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-171327938163f1288e93fa96e8238028.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:1334100;s:10:\"dimensions\";a:2:{i:0;i:5410;i:1;i:3607;}}i:42;a:5:{s:8:\"filename\";s:51:\"emile-guillemot-1205599-unsplash-e1562322078745.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/emile-guillemot-1205599-unsplash-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/services-171327938163f1288e93fa96e8238028.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:117127;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:43;a:5:{s:8:\"filename\";s:44:\"fernando-puente-5XCIhfb_Dpc-unsplash-alt.jpg\";s:13:\"thumbnail_url\";s:129:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/fernando-puente-5XCIhfb_Dpc-unsplash-alt-500x667.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}}s:8:\"filesize\";i:172538;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:2048;}}i:44;a:5:{s:8:\"filename\";s:42:\"henri-meilhac-jJ0tLs2ROd4-unsplash-alt.jpg\";s:13:\"thumbnail_url\";s:127:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/henri-meilhac-jJ0tLs2ROd4-unsplash-alt-500x667.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:62:\"templates/author-profile-13b61b4e5157e8db8f392b366d54fdc1.json\";s:4:\"name\";s:14:\"Author Profile\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:227938;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:2048;}}i:45;a:5:{s:8:\"filename\";s:51:\"azamat-zhanisov-1343109-unsplash-e1562322095582.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/azamat-zhanisov-1343109-unsplash-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:173718;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:46;a:5:{s:8:\"filename\";s:51:\"taylor-hernandez-497489-unsplash-e1562322064977.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/taylor-hernandez-497489-unsplash-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:131005;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:47;a:5:{s:8:\"filename\";s:51:\"azamat-zhanisov-1339162-unsplash-e1562322033225.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/azamat-zhanisov-1339162-unsplash-500x750.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:331201;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:48;a:5:{s:8:\"filename\";s:49:\"abdelkader-ft-1574103-unsplash-e1562322001421.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/abdelkader-ft-1574103-unsplash-500x750.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:158030;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:49;a:5:{s:8:\"filename\";s:47:\"jakob-owens-565883-unsplash1-e1562321003896.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/jakob-owens-565883-unsplash1-500x463.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}}s:8:\"filesize\";i:348697;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1775;}}i:50;a:5:{s:8:\"filename\";s:45:\"artem-kim-1131457-unsplash-e1563974659437.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/artem-kim-1131457-unsplash-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:149750;s:10:\"dimensions\";a:2:{i:0;i:853;i:1;i:1280;}}i:51;a:5:{s:8:\"filename\";s:47:\"jamie-brown-1216625-unsplash-e1563974585569.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/jamie-brown-1216625-unsplash-500x334.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:131213;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:854;}}i:52;a:5:{s:8:\"filename\";s:9:\"bell2.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/bell2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/authors-1cdec040009d77088abd55592db22eac.json\";s:4:\"name\";s:7:\"Authors\";}}s:8:\"filesize\";i:1621;s:10:\"dimensions\";a:2:{i:0;i:74;i:1;i:80;}}i:53;a:5:{s:8:\"filename\";s:16:\"open-book-bg.jpg\";s:13:\"thumbnail_url\";s:101:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/open-book-bg-500x353.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:421885;s:10:\"dimensions\";a:2:{i:0;i:3500;i:1;i:2471;}}i:54;a:5:{s:8:\"filename\";s:51:\"azamat-zhanisov-1304092-unsplash-e1562321581993.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/azamat-zhanisov-1304092-unsplash-500x625.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-1-2decd7c15e0279197385260e1ea64838.json\";s:4:\"name\";s:10:\"About Us 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:203994;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1601;}}i:55;a:5:{s:8:\"filename\";s:45:\"bank-phrom-352283-unsplash-e1562322224556.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/bank-phrom-352283-unsplash-500x334.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:153943;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1281;}}i:56;a:5:{s:8:\"filename\";s:14:\"Group-62.2.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/Group-62.2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}}s:8:\"filesize\";i:2451;s:10:\"dimensions\";a:2:{i:0;i:100;i:1;i:100;}}i:57;a:5:{s:8:\"filename\";s:44:\"alex-read-102359-unsplash-e1562321931169.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/alex-read-102359-unsplash-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:105006;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1279;}}i:58;a:5:{s:8:\"filename\";s:35:\"sarah-dorweiler-357717-unsplash.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/07/sarah-dorweiler-357717-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-74bd539eae6103714fa5da353d9c5ce8.json\";s:4:\"name\";s:10:\"About Us 2\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}}s:8:\"filesize\";i:73916;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:59;a:5:{s:8:\"filename\";s:39:\"stil-734861-unsplash-e1562321794494.jpg\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/stil-734861-unsplash-500x750.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:62:\"templates/about-us-3-pro-a38dbf630b5a2353e8c061fcfd44250b.json\";s:4:\"name\";s:16:\"About Us 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/submissions-100031d4f59adf09126d7444d9ec6e8b.json\";s:4:\"name\";s:11:\"Submissions\";}}s:8:\"filesize\";i:73161;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}i:60;a:5:{s:8:\"filename\";s:47:\"banter-snaps-106907-unsplash-e1562321749560.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/banter-snaps-106907-unsplash-500x281.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-171327938163f1288e93fa96e8238028.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:97356;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1079;}}i:61;a:5:{s:8:\"filename\";s:50:\"nordwood-themes-180852-unsplash-e1562321653788.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/nordwood-themes-180852-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:60:\"templates/how-it-works-8c9e06a10df942c7bd27b5732a221531.json\";s:4:\"name\";s:12:\"How It Works\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-f740a4e2a7922c7d81ea6b0c420c7751.json\";s:4:\"name\";s:17:\"Contact Us  (Pro)\";}}s:8:\"filesize\";i:161659;s:10:\"dimensions\";a:2:{i:0;i:1919;i:1;i:1279;}}i:62;a:5:{s:8:\"filename\";s:41:\"stil-734861-unsplash-1-e1562321296183.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-174/wp-content/uploads/sites/170/2019/06/stil-734861-unsplash-1-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-171327938163f1288e93fa96e8238028.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:73161;s:10:\"dimensions\";a:2:{i:0;i:1365;i:1;i:2048;}}}}'),(2879,447,'envato_tk_folder_name','ee7433afac32df7e0a89ed8e2bc4a967'),(2880,447,'envato_tk_builder','elementor'),(2881,447,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/ee7433afac32df7e0a89ed8e2bc4a967/source-447.zip'),(2882,447,'envato_elements_download_event','170-3-541ad24fced4af85ad16a1ab35feb641'),(3017,468,'_wp_attached_file','2023/07/1.png'),(3018,468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"2023/07/1.png\";s:8:\"filesize\";i:1282909;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121780;}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:46524;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:998444;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:13:\"1-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:606884;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:13:\"1-800x650.png\";s:5:\"width\";i:800;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:864998;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:14:\"1-650x1000.png\";s:5:\"width\";i:650;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1040585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3019,469,'_wp_attached_file','2023/07/2-1.png'),(3020,469,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:15:\"2023/07/2-1.png\";s:8:\"filesize\";i:718178;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-1-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-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:38361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-1-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:643297;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:15:\"2-1-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:423695;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:15:\"2-1-800x650.png\";s:5:\"width\";i:800;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:507565;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:16:\"2-1-650x1000.png\";s:5:\"width\";i:650;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:665096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3023,471,'_wp_attached_file','2023/07/3.png'),(3024,471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:13:\"2023/07/3.png\";s:8:\"filesize\";i:780847;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105644;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:40099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:683564;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:13:\"3-650x650.png\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:455596;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:13:\"3-800x650.png\";s:5:\"width\";i:800;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:560841;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:14:\"3-650x1000.png\";s:5:\"width\";i:650;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:642776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3319,510,'_wp_attached_file','2023/07/OCBB-Quintet-2.jpg'),(3320,510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2023/07/OCBB-Quintet-2.jpg\";s:8:\"filesize\";i:252540;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"OCBB-Quintet-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"OCBB-Quintet-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:8472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"OCBB-Quintet-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98283;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:26:\"OCBB-Quintet-2-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90505;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:27:\"OCBB-Quintet-2-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156158;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:26:\"OCBB-Quintet-2-650x768.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3321,511,'_wp_attached_file','2023/07/OCBB-Manny.jpg'),(3322,511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:22:\"2023/07/OCBB-Manny.jpg\";s:8:\"filesize\";i:314404;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"OCBB-Manny-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"OCBB-Manny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"OCBB-Manny-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112198;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:22:\"OCBB-Manny-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109533;}s:44:\"qi_addons_for_elementor_image_size_landscape\";a:5:{s:4:\"file\";s:23:\"OCBB-Manny-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189296;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:22:\"OCBB-Manny-650x768.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3553,544,'_wp_attached_file','2023/07/Slide1.png'),(3554,544,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:18:\"2023/07/Slide1.png\";s:8:\"filesize\";i:985458;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590374;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:18:\"Slide1-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:572091;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:18:\"Slide1-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:572091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3555,545,'_wp_attached_file','2023/07/Slide4.png'),(3556,545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:18:\"2023/07/Slide4.png\";s:8:\"filesize\";i:951005;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110757;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44569;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:589994;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:18:\"Slide4-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:553613;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:18:\"Slide4-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:553613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3557,546,'_wp_attached_file','2023/07/Slide3-1.png'),(3558,546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2023/07/Slide3-1.png\";s:8:\"filesize\";i:1038018;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Slide3-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Slide3-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:46435;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Slide3-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:607419;}s:41:\"qi_addons_for_elementor_image_size_square\";a:5:{s:4:\"file\";s:20:\"Slide3-1-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565661;}s:43:\"qi_addons_for_elementor_image_size_portrait\";a:5:{s:4:\"file\";s:20:\"Slide3-1-650x533.png\";s:5:\"width\";i:650;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3615,556,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:46:\"Arthoz - Art Exhibition Elementor Template kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.3\";s:9:\"templates\";a:19:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:27:\"https://hrkit.rometheme.pro\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:1;a:9:{s:4:\"name\";s:12:\"HOMEPAGE V.1\";s:10:\"screenshot\";s:28:\"screenshots/homepage-v.1.jpg\";s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:11:\"preview_url\";s:61:\"https://hrkit.rometheme.pro/arthoz/template-kit/homepage-v-1/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:2;a:8:{s:4:\"name\";s:12:\"HOMEPAGE V.2\";s:10:\"screenshot\";s:28:\"screenshots/homepage-v.2.jpg\";s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:11:\"preview_url\";s:61:\"https://hrkit.rometheme.pro/arthoz/template-kit/homepage-v-2/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:8:{s:4:\"name\";s:12:\"HOMEPAGE V.3\";s:10:\"screenshot\";s:28:\"screenshots/homepage-v.3.jpg\";s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:11:\"preview_url\";s:61:\"https://hrkit.rometheme.pro/arthoz/template-kit/homepage-v-3/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:4;a:9:{s:4:\"name\";s:7:\"CONTACT\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:56:\"https://hrkit.rometheme.pro/arthoz/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:5;a:9:{s:4:\"name\";s:8:\"ABOUT US\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:57:\"https://hrkit.rometheme.pro/arthoz/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:6;a:8:{s:4:\"name\";s:18:\"Single Post Arthoz\";s:10:\"screenshot\";s:34:\"screenshots/single-post-arthoz.jpg\";s:6:\"source\";s:33:\"templates/single-post-arthoz.json\";s:11:\"preview_url\";s:72:\"https://hrkit.rometheme.pro/arthoz/?elementor_library=single-post-arthoz\";s:4:\"type\";s:11:\"single-post\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:11:\"single-post\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:21:\"include/singular/post\";}s:31:\"additional_template_information\";a:2:{i:0;s:51:\"This is a \"Single Post\" template for Elementor Pro.\";i:1;s:37:\"This template will display on: Posts.\";}}s:22:\"elementor_pro_required\";b:1;}i:7;a:9:{s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";s:10:\"screenshot\";s:31:\"screenshots/events-programs.jpg\";s:6:\"source\";s:30:\"templates/events-programs.json\";s:11:\"preview_url\";s:63:\"https://hrkit.rometheme.pro/arthoz/template-kit/event-programs/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:8;a:9:{s:4:\"name\";s:4:\"BLOG\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:53:\"https://hrkit.rometheme.pro/arthoz/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:9;a:8:{s:4:\"name\";s:11:\"GALLERY ART\";s:10:\"screenshot\";s:27:\"screenshots/gallery-art.jpg\";s:6:\"source\";s:26:\"templates/gallery-art.json\";s:11:\"preview_url\";s:60:\"https://hrkit.rometheme.pro/arthoz/template-kit/gallery-art/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:9:{s:4:\"name\";s:7:\"TICKETS\";s:10:\"screenshot\";s:23:\"screenshots/tickets.jpg\";s:6:\"source\";s:22:\"templates/tickets.json\";s:11:\"preview_url\";s:56:\"https://hrkit.rometheme.pro/arthoz/template-kit/tickets/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:11;a:9:{s:4:\"name\";s:10:\"OUR ARTIST\";s:10:\"screenshot\";s:26:\"screenshots/our-artist.jpg\";s:6:\"source\";s:25:\"templates/our-artist.json\";s:11:\"preview_url\";s:59:\"https://hrkit.rometheme.pro/arthoz/template-kit/our-artist/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:12;a:8:{s:4:\"name\";s:16:\"ARTIST STATEMENT\";s:10:\"screenshot\";s:32:\"screenshots/artist-statement.jpg\";s:6:\"source\";s:31:\"templates/artist-statement.json\";s:11:\"preview_url\";s:65:\"https://hrkit.rometheme.pro/arthoz/template-kit/artist-statement/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:11:\"TESTIMONIAL\";s:10:\"screenshot\";s:27:\"screenshots/testimonial.jpg\";s:6:\"source\";s:26:\"templates/testimonial.json\";s:11:\"preview_url\";s:60:\"https://hrkit.rometheme.pro/arthoz/template-kit/testimonial/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:8:{s:4:\"name\";s:9:\"SHOP LIST\";s:10:\"screenshot\";s:25:\"screenshots/shop-list.jpg\";s:6:\"source\";s:24:\"templates/shop-list.json\";s:11:\"preview_url\";s:58:\"https://hrkit.rometheme.pro/arthoz/template-kit/shop-list/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:8:{s:4:\"name\";s:4:\"FAQS\";s:10:\"screenshot\";s:20:\"screenshots/faqs.jpg\";s:6:\"source\";s:19:\"templates/faqs.json\";s:11:\"preview_url\";s:53:\"https://hrkit.rometheme.pro/arthoz/template-kit/faqs/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:8:{s:4:\"name\";s:21:\"Single Product Arthoz\";s:10:\"screenshot\";s:37:\"screenshots/single-product-arthoz.jpg\";s:6:\"source\";s:36:\"templates/single-product-arthoz.json\";s:11:\"preview_url\";s:75:\"https://hrkit.rometheme.pro/arthoz/?elementor_library=single-product-arthoz\";s:4:\"type\";s:7:\"product\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"single-product\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:7:\"product\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/product\";}s:31:\"additional_template_information\";a:2:{i:0;s:47:\"This is a \"Product\" template for Elementor Pro.\";i:1;s:40:\"This template will display on: Products.\";}}s:22:\"elementor_pro_required\";b:1;}i:17;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:60:\"https://hrkit.rometheme.pro/arthoz/?elementor_library=footer\";s:4:\"type\";s:6:\"footer\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"footer\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Footer\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}i:18;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:60:\"https://hrkit.rometheme.pro/arthoz/?elementor_library=header\";s:4:\"type\";s:6:\"header\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:6:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";s:1:\"1\";s:22:\"elementor_library_type\";s:6:\"header\";s:24:\"elementor_pro_conditions\";a:1:{i:0;s:15:\"include/general\";}s:31:\"additional_template_information\";a:2:{i:0;s:46:\"This is a \"Header\" template for Elementor Pro.\";i:1;s:43:\"This template will display on: Entire Site.\";}}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"3.6.0\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.6.2\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:6:\"images\";a:50:{i:0;a:8:{s:8:\"filename\";s:11:\"photo-8.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-8-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}}s:8:\"filesize\";i:194303;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:54:\"https://elements.envato.com/grunge-art-gallery-PQ4JKTG\";}i:1;a:8:{s:8:\"filename\";s:15:\"Painting-24.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-24.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:217356;s:10:\"dimensions\";a:2:{i:0;i:389;i:1;i:242;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/traditional-finnish-red-wooden-farms-in-the-countr-P7XY5LV\";}i:2;a:8:{s:8:\"filename\";s:15:\"Painting-25.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-25.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:253970;s:10:\"dimensions\";a:2:{i:0;i:389;i:1;i:242;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/forest-road-in-the-autumn-landscape-ukraine-europe-4CGBZYD\";}i:3;a:8:{s:8:\"filename\";s:15:\"Painting-22.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-22.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:248772;s:10:\"dimensions\";a:2:{i:0;i:389;i:1;i:242;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/the-works-in-the-style-of-watercolor-painting-autu-3JAA3MJ\";}i:4;a:8:{s:8:\"filename\";s:15:\"Painting-23.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-23.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:236611;s:10:\"dimensions\";a:2:{i:0;i:389;i:1;i:242;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/macro-abstract-bubble-marble-texture-background-ac-CXKJNJM\";}i:5;a:8:{s:8:\"filename\";s:11:\"photo-1.png\";s:13:\"thumbnail_url\";s:81:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}}s:8:\"filesize\";i:20720;s:10:\"dimensions\";a:2:{i:0;i:162;i:1;i:55;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:6;a:8:{s:8:\"filename\";s:8:\"ttd1.png\";s:13:\"thumbnail_url\";s:78:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/ttd1.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}}s:8:\"filesize\";i:22223;s:10:\"dimensions\";a:2:{i:0;i:225;i:1;i:99;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:7;a:8:{s:8:\"filename\";s:14:\"Painting-1.png\";s:13:\"thumbnail_url\";s:84:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-1.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}}s:8:\"filesize\";i:130046;s:10:\"dimensions\";a:2:{i:0;i:433;i:1;i:485;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:49:\"https://elements.envato.com/male-red-deer-PJE8P5D\";}i:8;a:8:{s:8:\"filename\";s:14:\"Painting-7.png\";s:13:\"thumbnail_url\";s:84:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-7.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:137314;s:10:\"dimensions\";a:2:{i:0;i:603;i:1;i:698;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/kazakh-with-trained-eagle-PFUNNPT\";}i:9;a:8:{s:8:\"filename\";s:17:\"frame-Potrait.png\";s:13:\"thumbnail_url\";s:95:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/frame-Potrait-800x925.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:168072;s:10:\"dimensions\";a:2:{i:0;i:861;i:1;i:996;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/wooden-golden-colored-picture-frame-on-white-backg-ZSBDSZL\";}i:10;a:8:{s:8:\"filename\";s:15:\"Painting-10.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-10.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:157751;s:10:\"dimensions\";a:2:{i:0;i:689;i:1;i:797;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:68:\"https://elements.envato.com/woman-posing-in-sunflowers-field-8F6E2AA\";}i:11;a:8:{s:8:\"filename\";s:14:\"Painting-9.png\";s:13:\"thumbnail_url\";s:84:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-9.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:181473;s:10:\"dimensions\";a:2:{i:0;i:689;i:1;i:797;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/fragment-multicolored-texture-painting-abstract-ar-RQ2S4ZX\";}i:12;a:8:{s:8:\"filename\";s:14:\"Painting-8.png\";s:13:\"thumbnail_url\";s:84:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-8.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:248079;s:10:\"dimensions\";a:2:{i:0;i:689;i:1;i:797;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/abstract-color-acrylic-and-watercolor-painting-mon-BEBXJY7\";}i:13;a:8:{s:8:\"filename\";s:15:\"Painting-11.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-11.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:225378;s:10:\"dimensions\";a:2:{i:0;i:689;i:1;i:797;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/abstract-brown-green-wave-blots-background-alcohol-ALJVXDU\";}i:14;a:8:{s:8:\"filename\";s:15:\"Painting-12.png\";s:13:\"thumbnail_url\";s:85:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-12.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:178395;s:10:\"dimensions\";a:2:{i:0;i:689;i:1;i:797;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:81:\"https://elements.envato.com/wooden-windmill-canal-cycling-track-at-sunset-J2X6HU5\";}i:15;a:8:{s:8:\"filename\";s:15:\"Painting-14.jpg\";s:13:\"thumbnail_url\";s:93:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-14-800x800.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:267190;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/venice-old-yellow-facade-of-house-with-wood-window-3QYEJX8\";}i:16;a:8:{s:8:\"filename\";s:15:\"Painting-20.jpg\";s:13:\"thumbnail_url\";s:94:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-20-800x1267.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:123976;s:10:\"dimensions\";a:2:{i:0;i:847;i:1;i:1341;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/fragment-multicolored-texture-painting-abstract-ar-RQ2S4ZX\";}i:17;a:8:{s:8:\"filename\";s:15:\"Painting-13.jpg\";s:13:\"thumbnail_url\";s:94:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-13-800x1267.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:276984;s:10:\"dimensions\";a:2:{i:0;i:847;i:1;i:1341;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/abstract-color-acrylic-and-watercolor-painting-mon-BEBXJY7\";}i:18;a:8:{s:8:\"filename\";s:15:\"Painting-16.jpg\";s:13:\"thumbnail_url\";s:93:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-16-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:541916;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/forest-road-in-the-autumn-landscape-ukraine-europe-4CGBZYD\";}i:19;a:8:{s:8:\"filename\";s:15:\"Painting-15.jpg\";s:13:\"thumbnail_url\";s:93:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-15-800x800.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:274605;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:81:\"https://elements.envato.com/wooden-windmill-canal-cycling-track-at-sunset-J2X6HU5\";}i:20;a:8:{s:8:\"filename\";s:15:\"Painting-18.jpg\";s:13:\"thumbnail_url\";s:94:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-18-800x1267.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:206100;s:10:\"dimensions\";a:2:{i:0;i:847;i:1;i:1341;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/macro-abstract-bubble-marble-texture-background-ac-CXKJNJM\";}i:21;a:8:{s:8:\"filename\";s:15:\"Painting-19.jpg\";s:13:\"thumbnail_url\";s:94:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-19-800x1267.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:435003;s:10:\"dimensions\";a:2:{i:0;i:847;i:1;i:1341;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/abstract-brown-green-wave-blots-background-alcohol-ALJVXDU\";}i:22;a:8:{s:8:\"filename\";s:15:\"Painting-17.jpg\";s:13:\"thumbnail_url\";s:93:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-17-800x800.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}}s:8:\"filesize\";i:243108;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/the-works-in-the-style-of-watercolor-painting-autu-3JAA3MJ\";}i:23;a:8:{s:8:\"filename\";s:11:\"Photo-2.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Photo-2-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}}s:8:\"filesize\";i:81838;s:10:\"dimensions\";a:2:{i:0;i:960;i:1;i:640;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/cheerful-female-painter-sitting-on-floor-and-holdi-FDCQ7AN\";}i:24;a:8:{s:8:\"filename\";s:10:\"logo-5.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-5.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:22274;s:10:\"dimensions\";a:2:{i:0;i:246;i:1;i:96;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:25;a:8:{s:8:\"filename\";s:10:\"logo-4.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-4.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:23728;s:10:\"dimensions\";a:2:{i:0;i:246;i:1;i:96;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:26;a:8:{s:8:\"filename\";s:10:\"logo-3.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-3.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:23058;s:10:\"dimensions\";a:2:{i:0;i:246;i:1;i:96;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:27;a:8:{s:8:\"filename\";s:10:\"logo-2.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-2.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:23037;s:10:\"dimensions\";a:2:{i:0;i:246;i:1;i:96;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:28;a:8:{s:8:\"filename\";s:10:\"logo-1.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-1.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.1.json\";s:4:\"name\";s:12:\"HOMEPAGE V.1\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:24948;s:10:\"dimensions\";a:2:{i:0;i:246;i:1;i:96;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:29;a:8:{s:8:\"filename\";s:12:\"photo-10.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-10-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}}s:8:\"filesize\";i:169040;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/man-with-rucksack-in-gallery-PX7J8CA\";}i:30;a:8:{s:8:\"filename\";s:11:\"photo-9.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-9-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}}s:8:\"filesize\";i:157934;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:59:\"https://elements.envato.com/visitors-in-art-gallery-PLB2NU3\";}i:31;a:8:{s:8:\"filename\";s:19:\"frame-landscape.png\";s:13:\"thumbnail_url\";s:97:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/frame-landscape-800x498.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:223495;s:10:\"dimensions\";a:2:{i:0;i:1255;i:1;i:781;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/gold-decorative-picture-frame-isolated-on-white-P79VFLV\";}i:32;a:8:{s:8:\"filename\";s:14:\"Painting-6.png\";s:13:\"thumbnail_url\";s:92:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-6-800x498.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:152127;s:10:\"dimensions\";a:2:{i:0;i:879;i:1;i:547;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/the-works-in-the-style-of-watercolor-painting-autu-3JAA3MJ\";}i:33;a:8:{s:8:\"filename\";s:14:\"Painting-5.png\";s:13:\"thumbnail_url\";s:92:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Painting-5-800x498.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}}s:8:\"filesize\";i:158978;s:10:\"dimensions\";a:2:{i:0;i:1004;i:1;i:625;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/macro-abstract-bubble-marble-texture-background-ac-CXKJNJM\";}i:34;a:8:{s:8:\"filename\";s:14:\"painting-2.png\";s:13:\"thumbnail_url\";s:84:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/painting-2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}}s:8:\"filesize\";i:136196;s:10:\"dimensions\";a:2:{i:0;i:434;i:1;i:541;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/little-owl-perched-on-log-4QVBAN4\";}i:35;a:8:{s:8:\"filename\";s:11:\"photo-6.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-6-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}i:3;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}}s:8:\"filesize\";i:205012;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:71:\"https://elements.envato.com/beautiful-painter-in-her-own-studio-4QX9X6E\";}i:36;a:8:{s:8:\"filename\";s:11:\"photo-4.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-4-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}}s:8:\"filesize\";i:175970;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/female-painter-holds-color-palette-and-brush-NMZWGPC\";}i:37;a:8:{s:8:\"filename\";s:11:\"Photo-5.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/Photo-5-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}}s:8:\"filesize\";i:139545;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:51:\"https://elements.envato.com/artist-painting-WVHPGEQ\";}i:38;a:8:{s:8:\"filename\";s:11:\"photo-3.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-3-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.2.json\";s:4:\"name\";s:12:\"HOMEPAGE V.2\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:184339;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:43:\"https://elements.envato.com/painter-653NCYK\";}i:39;a:8:{s:8:\"filename\";s:12:\"photo-15.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-15-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:80188;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/collage-of-diverse-entrepreneurs-laughing-against--4V9NAJX\";}i:40;a:8:{s:8:\"filename\";s:12:\"photo-13.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-13-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:116383;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/collage-of-diverse-entrepreneurs-laughing-against--4V9NAJX\";}i:41;a:8:{s:8:\"filename\";s:12:\"photo-14.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-14-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:95496;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/collage-of-diverse-entrepreneurs-laughing-against--4V9NAJX\";}i:42;a:8:{s:8:\"filename\";s:12:\"photo-11.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-11-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:76407;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/collage-of-diverse-entrepreneurs-laughing-against--4V9NAJX\";}i:43;a:8:{s:8:\"filename\";s:12:\"photo-12.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-12-800x800.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:27:\"templates/homepage-v.3.json\";s:4:\"name\";s:12:\"HOMEPAGE V.3\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}}s:8:\"filesize\";i:100838;s:10:\"dimensions\";a:2:{i:0;i:946;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/collage-of-diverse-entrepreneurs-laughing-against--4V9NAJX\";}i:44;a:8:{s:8:\"filename\";s:9:\"cover.png\";s:13:\"thumbnail_url\";s:87:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/cover-800x533.png\";s:9:\"templates\";a:13:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"CONTACT\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}i:2;a:2:{s:6:\"source\";s:33:\"templates/single-post-arthoz.json\";s:4:\"name\";s:18:\"Single Post Arthoz\";}i:3;a:2:{s:6:\"source\";s:30:\"templates/events-programs.json\";s:4:\"name\";s:17:\"EVENTS & PROGRAMS\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"BLOG\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/gallery-art.json\";s:4:\"name\";s:11:\"GALLERY ART\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/tickets.json\";s:4:\"name\";s:7:\"TICKETS\";}i:7;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}i:8;a:2:{s:6:\"source\";s:31:\"templates/artist-statement.json\";s:4:\"name\";s:16:\"ARTIST STATEMENT\";}i:9;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"TESTIMONIAL\";}i:10;a:2:{s:6:\"source\";s:24:\"templates/shop-list.json\";s:4:\"name\";s:9:\"SHOP LIST\";}i:11;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQS\";}i:12;a:2:{s:6:\"source\";s:36:\"templates/single-product-arthoz.json\";s:4:\"name\";s:21:\"Single Product Arthoz\";}}s:8:\"filesize\";i:177324;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:80:\"https://elements.envato.com/figure-of-angel-on-ponte-sant-angelo-in-rome-PLLX58X\";}i:45;a:8:{s:8:\"filename\";s:12:\"photo-16.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-16-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}}s:8:\"filesize\";i:178500;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:76:\"https://elements.envato.com/the-bode-museum-and-the-television-tower-LH8MQX5\";}i:46;a:8:{s:8:\"filename\";s:12:\"photo-18.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-18-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}}s:8:\"filesize\";i:187046;s:10:\"dimensions\";a:2:{i:0;i:1344;i:1;i:896;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:86:\"https://elements.envato.com/oslo-norway-museum-of-modern-art-residential-multi-H6TSPWR\";}i:47;a:8:{s:8:\"filename\";s:12:\"photo-17.jpg\";s:13:\"thumbnail_url\";s:90:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-17-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"ABOUT US\";}}s:8:\"filesize\";i:210732;s:10:\"dimensions\";a:2:{i:0;i:1344;i:1;i:896;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/the-prinz-eugen-statue-with-part-of-the-hofburg-9U2FMTZ\";}i:48;a:8:{s:8:\"filename\";s:11:\"photo-7.jpg\";s:13:\"thumbnail_url\";s:89:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/photo-7-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/our-artist.json\";s:4:\"name\";s:10:\"OUR ARTIST\";}}s:8:\"filesize\";i:132812;s:10:\"dimensions\";a:2:{i:0;i:1536;i:1;i:1024;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:54:\"https://elements.envato.com/teacher-and-pupils-PJ59BQE\";}i:49;a:8:{s:8:\"filename\";s:10:\"logo-6.png\";s:13:\"thumbnail_url\";s:80:\"http://hrkit.rometheme.pro/arthoz/wp-content/uploads/sites/11/2021/06/logo-6.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:38247;s:10:\"dimensions\";a:2:{i:0;i:453;i:1;i:152;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(3616,556,'envato_tk_folder_name','fa48897cf3891cbe4fefb66aea0f3dc9'),(3617,556,'envato_tk_builder','elementor'),(3618,556,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/fa48897cf3891cbe4fefb66aea0f3dc9/source-556.zip'),(3619,556,'envato_elements_download_event','C5KWPZY'),(3690,6,'_edit_lock','1689511271:1'),(3695,568,'_elementor_edit_mode','builder'),(3696,568,'_elementor_template_type','kit'),(3697,568,'_elementor_version','3.15.3'),(3698,568,'_elementor_pro_version','3.13.2'),(3703,568,'_wp_page_template','default'),(3704,568,'_elementor_page_settings','a:101:{s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"ace1b65\";s:5:\"title\";s:7:\"color 1\";s:5:\"color\";s:7:\"#92288F\";}i:1;a:3:{s:3:\"_id\";s:7:\"0aac0a0\";s:5:\"title\";s:7:\"color 2\";s:5:\"color\";s:7:\"#F1CCF0\";}i:2;a:3:{s:3:\"_id\";s:7:\"f52bd0a\";s:5:\"title\";s:7:\"color 3\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:7:\"021f300\";s:5:\"title\";s:7:\"color 4\";s:5:\"color\";s:7:\"#DCC072\";}i:4;a:3:{s:3:\"_id\";s:7:\"3d9aa51\";s:5:\"title\";s:7:\"color 5\";s:5:\"color\";s:7:\"#3C3C3C\";}i:5;a:3:{s:3:\"_id\";s:7:\"369660e\";s:5:\"title\";s:7:\"color 6\";s:5:\"color\";s:7:\"#FFFFFF\";}i:6;a:3:{s:3:\"_id\";s:7:\"26318e7\";s:5:\"title\";s:7:\"color 7\";s:5:\"color\";s:7:\"#EAE5EB\";}i:7;a:3:{s:3:\"_id\";s:7:\"224280e\";s:5:\"title\";s:7:\"color 8\";s:5:\"color\";s:7:\"#595959\";}i:8;a:3:{s:3:\"_id\";s:7:\"4d8100f\";s:5:\"title\";s:7:\"color 9\";s:5:\"color\";s:9:\"#17171700\";}i:9;a:3:{s:3:\"_id\";s:7:\"2ac67e0\";s:5:\"title\";s:8:\"color 10\";s:5:\"color\";s:7:\"#FFFFFF\";}i:10;a:3:{s:3:\"_id\";s:7:\"8bacaca\";s:5:\"title\";s:6:\"Header\";s:5:\"color\";s:7:\"#3A3A3A\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#171717\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#7F7F7F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#000000\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#595959\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Roboto Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:7:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:26:\"typography_text_decoration\";s:4:\"none\";}}s:17:\"custom_typography\";a:9:{i:0;a:7:{s:3:\"_id\";s:7:\"f5646b7\";s:5:\"title\";s:2:\"H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:17:\"Trajana Sans-Bold\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:6.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"sizes\";a:0:{}}}i:1;a:7:{s:3:\"_id\";s:7:\"ef71f71\";s:5:\"title\";s:2:\"H2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:17:\"Trajana Sans-Bold\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:7:\"3048fc2\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:17:\"Trajana Sans-Bold\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}}i:3;a:7:{s:3:\"_id\";s:7:\"04c45d0\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:17:\"Trajana Sans-Bold\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}}i:4;a:7:{s:3:\"_id\";s:7:\"7467460\";s:5:\"title\";s:2:\"H5\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:18:\"Trajana Sans-Light\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}}i:5;a:7:{s:3:\"_id\";s:7:\"db11e32\";s:5:\"title\";s:2:\"H6\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:17:\"Trajana Sans-Bold\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}}i:6;a:6:{s:3:\"_id\";s:7:\"339e18a\";s:5:\"title\";s:7:\"BUTTON \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Roboto Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:9:\"uppercase\";}i:7;a:6:{s:3:\"_id\";s:7:\"119f486\";s:5:\"title\";s:8:\"NUMBER 1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Roboto Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}}i:8;a:6:{s:3:\"_id\";s:7:\"3b01e68\";s:5:\"title\";s:8:\"NUMBER 2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:16:\"Roboto Condensed\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"__globals__\";a:29:{s:10:\"body_color\";s:25:\"globals/colors?id=f52bd0a\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=f52bd0a\";s:8:\"h1_color\";s:25:\"globals/colors?id=0aac0a0\";s:8:\"h2_color\";s:25:\"globals/colors?id=0aac0a0\";s:8:\"h3_color\";s:25:\"globals/colors?id=f52bd0a\";s:8:\"h4_color\";s:25:\"globals/colors?id=224280e\";s:8:\"h6_color\";s:25:\"globals/colors?id=224280e\";s:8:\"h5_color\";s:25:\"globals/colors?id=224280e\";s:17:\"button_text_color\";s:25:\"globals/colors?id=f52bd0a\";s:23:\"button_background_color\";s:25:\"globals/colors?id=ace1b65\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=0aac0a0\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=021f300\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:33:\"link_normal_typography_typography\";s:0:\"\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=f5646b7\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=ef71f71\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=3048fc2\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=04c45d0\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=7467460\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=db11e32\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=339e18a\";s:16:\"form_label_color\";s:25:\"globals/colors?id=f52bd0a\";s:32:\"form_field_typography_typography\";s:26:\"globals/typography?id=text\";s:32:\"form_label_typography_typography\";s:26:\"globals/typography?id=text\";s:21:\"form_field_text_color\";s:25:\"globals/colors?id=f52bd0a\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=f52bd0a\";s:21:\"body_background_color\";s:0:\"\";s:25:\"mobile_browser_background\";s:0:\"\";s:42:\"settings_page_transitions_background_color\";s:25:\"globals/colors?id=ace1b65\";}s:10:\"body_color\";s:7:\"#000000\";s:17:\"link_normal_color\";s:7:\"#000000\";s:8:\"h1_color\";s:7:\"#F1CCF0\";s:8:\"h2_color\";s:7:\"#F1CCF0\";s:8:\"h3_color\";s:7:\"#000000\";s:8:\"h4_color\";s:7:\"#595959\";s:8:\"h5_color\";s:7:\"#595959\";s:8:\"h6_color\";s:7:\"#595959\";s:17:\"button_text_color\";s:7:\"#000000\";s:23:\"button_background_color\";s:7:\"#92288F\";s:23:\"button_hover_text_color\";s:7:\"#F1CCF0\";s:29:\"button_hover_background_color\";s:7:\"#866B21\";s:16:\"form_label_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#000000\";s:16:\"link_hover_color\";s:7:\"#000000\";s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:24:\"form_field_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:26:\"body_background_background\";s:7:\"classic\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:30:\"form_field_focus_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:9:\"site_name\";s:22:\"Orchid City Brass Band\";s:16:\"site_description\";s:13:\"LISTEN BOLDLY\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:6:\"Roboto\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"400\";s:38:\"link_normal_typography_text_decoration\";s:4:\"none\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:6.5;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:18:\"Trajana Sans-Light\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:16:\"Roboto Condensed\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:32:\"button_typography_text_transform\";s:9:\"uppercase\";s:29:\"button_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"button_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:32:\"form_label_typography_typography\";s:6:\"custom\";s:33:\"form_label_typography_font_family\";s:6:\"Roboto\";s:31:\"form_label_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:33:\"form_label_typography_font_weight\";s:3:\"400\";s:32:\"form_field_typography_typography\";s:6:\"custom\";s:33:\"form_field_typography_font_family\";s:6:\"Roboto\";s:31:\"form_field_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:33:\"form_field_typography_font_weight\";s:3:\"400\";s:42:\"settings_page_transitions_background_color\";s:7:\"#92288F\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.79999999999999982236431605997495353221893310546875;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"sizes\";a:0:{}}s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";}'),(3705,568,'_elementor_data','[]'),(3713,568,'_elementor_page_assets','a:0:{}'),(3714,568,'_eael_custom_js',''),(3715,568,'envato_tk_source_kit','556'),(3716,568,'envato_tk_source_index','0'),(3730,6,'_wp_page_template','default'),(3731,6,'_elementor_page_settings','a:30:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:6:\"Roboto\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:16:\"Roboto Condensed\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:17:\"Trajana Sans-Bold\";s:9:\"site_name\";s:17:\"Orchid City Brass\";s:16:\"site_description\";s:50:\"South Florida&#039;s only British Style Brass Band\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(3732,6,'_elementor_data','[]'),(3739,6,'_elementor_page_assets','a:0:{}'),(3740,6,'_elementor_version','3.14.1'),(3741,6,'_elementor_pro_version','3.13.2'),(3744,574,'_edit_last','1'),(3745,574,'_edit_lock','1694671317:1'),(3746,574,'_wp_page_template','default'),(3747,576,'_edit_last','1'),(3748,576,'_edit_lock','1694671406:1'),(3749,576,'_wp_page_template','default'),(3750,578,'_edit_last','1'),(3751,578,'_edit_lock','1694672961:1'),(3752,578,'_wp_page_template','default'),(3753,580,'_edit_last','1'),(3754,580,'_edit_lock','1694674003:1'),(3755,580,'_wp_page_template','default'),(3790,13,'_elementor_pro_version','3.13.2'),(3791,586,'_elementor_edit_mode','builder'),(3792,586,'_elementor_template_type','page'),(3793,586,'_elementor_version','3.15.3'),(3794,586,'_elementor_pro_version','3.13.2'),(3799,586,'_wp_page_template','default'),(3800,586,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3801,586,'_elementor_data','[{\"id\":\"6eb20831\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#632E6217\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_overlay_color\":\"#632E6212\",\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[{\"id\":\"63a62d36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":38,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"172d5565\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16fabc75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The ORCHID CITY BRASS BAND IS a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the arts community.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"586bb77e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"183cbb85\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":18,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"664b085e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"50c5313f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67fd87db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5d8a6452\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hear Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"63544aa\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"33ed5d8\"},{\"text\":\"Support Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"e173ed6\"},{\"text\":\"Hire Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"6f172619\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":19},\"elements\":[{\"id\":\"4f89b7a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72dc4b8f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\"},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"33ed5d8\"},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"e173ed6\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"393c93ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"d3404d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fbf0b7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Orchid City Brass West Palm Beach, Florida.\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"749d5322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"a7caffe\"},{\"text\":\"(555) 555-555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f525363\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]}},\"elements\":[{\"id\":\"3f2248ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"492ce849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright \\u00a9 2012 - 2023 Orchid City Brass - All right reserved\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(3809,586,'_elementor_page_assets','a:0:{}'),(3810,586,'_eael_custom_js',''),(3811,589,'_elementor_edit_mode','builder'),(3812,589,'_elementor_template_type','page'),(3813,589,'_elementor_version','3.14.1'),(3814,589,'_elementor_pro_version','3.13.2'),(3819,589,'_wp_page_template','elementor_header_footer'),(3820,589,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3821,589,'_elementor_data','[{\"id\":\"44af068d\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92278F\"},\"elements\":[{\"id\":\"27a958b7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20,\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"168318b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-removebg-preview.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3a206208\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80,\"align\":\"flex-end\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"4a5b94ca\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"color_menu_item\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"icon icon-menu-3\",\"library\":\"ekiticons\"},\"dropdown_close_icon\":{\"value\":\"icon icon-cross\",\"library\":\"ekiticons\"},\"padding_vertical_menu_item_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"menu_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"distance_from_menu_mobile\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"dropdown_divider_border\":\"none\"},\"elements\":[],\"widgetType\":\"navigation-menu\"},{\"id\":\"7dbdde1f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"_id\":\"d17087e\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"dabbb26\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"74c3e6f\"},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"7e3f0ce\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b7b89f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"background_color\":\"#92278F\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"663867ff\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"536e30b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"74d50b00\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-1.png\",\"id\":469,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_image_box_title_text\":\"Cole Pasch, Euphonium\",\"ekit_image_box_description_text\":\"We are excited to congratulate Cole Pasch on his acceptance to the university of Miami Frost School of Music. Cole will be studying with Aaron Tindall Principal Tuba Nappies Philharmonic and Tuba Professor at The Cobum School.\",\"ekit_image_box_enable_btn\":\"\",\"ekit_image_box_btn_text\":\"Learn more \",\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_background_color\":\"#EAD9AA\",\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"true\"},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Trajana Sans-Demi-Bold\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"500\",\"ekit_image_box_heading_color\":\"#000000\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Roboto\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_heading_color_description\":\"#000000\",\"enable_equal_height\":\"enable\",\"ekit_image_box_heading_color_hover\":\"#92288F\"},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(3829,589,'_elementor_page_assets','a:0:{}'),(3830,589,'_eael_custom_js',''),(3831,592,'_elementor_source','post'),(3832,592,'_elementor_edit_mode','builder'),(3833,592,'_elementor_template_type','header'),(3834,592,'_elementor_version','3.15.3'),(3835,592,'_elementor_pro_version','3.13.2'),(3836,592,'_edit_lock','1694494029:1'),(3837,592,'ekit_post_views_count','36'),(3843,592,'_wp_page_template','default'),(3844,592,'_elementor_data','[{\"id\":\"32f44449\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92278F\"},\"elements\":[{\"id\":\"5a8d050c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c3e3a76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-removebg-preview.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"58782a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80,\"align\":\"flex-end\",\"_inline_size_mobile\":50,\"content_position\":\"center\"},\"elements\":[{\"id\":\"0842c22\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"main-menu\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Roboto\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_width\":\"auto\",\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Roboto\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"sg_mobile_menu_logo\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"st_hamburger_menu_icon_color_responsive\":\"#FFFFFF\",\"st_hamburger_menu_close_color_responsive\":\"#FFFFFF\",\"st_mobile_menu_max_width_responsive\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"},{\"id\":\"32d43f38\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"d17087e\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d5a929f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"dabbb26\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"74c3e6f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"7e3f0ce\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/orchid-city-brass-band\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"\",\"icon_secondary_color\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"icon_secondary_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"662bec2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"background_color\":\"#92278F\",\"hide_mobile\":\"hidden-mobile\",\"typography_font_family\":\"Roboto\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(3852,592,'_elementor_page_assets','a:0:{}'),(3853,592,'_eael_custom_js',''),(3854,595,'_elementor_source','post'),(3855,595,'_elementor_edit_mode','builder'),(3856,595,'_elementor_template_type','footer'),(3857,595,'_elementor_version','3.15.3'),(3858,595,'_elementor_pro_version','3.13.2'),(3859,595,'ekit_post_views_count','18'),(3860,595,'_edit_lock','1694495370:1'),(3870,586,'ekit_post_views_count','6'),(3876,595,'_wp_page_template','default'),(3877,595,'_elementor_data','[{\"id\":\"25fecc7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\"},\"elements\":[{\"id\":\"13ba24ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"636af98b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491c87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Orchid City Brass Band<\\/b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e41800a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"54544c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"137840cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c152c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20846725\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2845111b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Upcoming Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concert Programs\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"OCBB News &amp; Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/ocbb-news\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5fe5bc3\"},{\"text\":\"Join the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/join-the-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17b3b7f\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"116d55da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":18},\"elements\":[{\"id\":\"4e048d1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cd1da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Instagram\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"83bb76d\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/orchid-city-brass-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"26ee9669\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"3c8f8126\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"791b51cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>Orchid City Brass Band<\\/b><br>West Palm Beach, Florida\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1f61b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"3bafe16\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7123090d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_color\":\"#6D1D6B\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c3d9a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"2f3536bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2012-2023 | <b>Orchid City Brass Band<\\/b> | All rights reserved<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(3885,595,'_elementor_page_assets','a:0:{}'),(3886,595,'_eael_custom_js',''),(3887,595,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3896,592,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(3971,568,'_edit_lock','1694345555:1'),(4024,50,'_elementor_pro_version','3.13.2'),(4042,55,'_wp_old_date','2023-07-07'),(4043,19,'_wp_old_date','2023-07-07'),(4046,276,'_wp_old_date','2023-07-07'),(4084,619,'_menu_item_type','post_type'),(4085,619,'_menu_item_menu_item_parent','1747'),(4086,619,'_menu_item_object_id','580'),(4087,619,'_menu_item_object','page'),(4088,619,'_menu_item_target',''),(4089,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4090,619,'_menu_item_xfn',''),(4091,619,'_menu_item_url',''),(4093,620,'_menu_item_type','post_type'),(4094,620,'_menu_item_menu_item_parent','1747'),(4095,620,'_menu_item_object_id','578'),(4096,620,'_menu_item_object','page'),(4097,620,'_menu_item_target',''),(4098,620,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4099,620,'_menu_item_xfn',''),(4100,620,'_menu_item_url',''),(4102,621,'_menu_item_type','post_type'),(4103,621,'_menu_item_menu_item_parent','1747'),(4104,621,'_menu_item_object_id','576'),(4105,621,'_menu_item_object','page'),(4106,621,'_menu_item_target',''),(4107,621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4108,621,'_menu_item_xfn',''),(4109,621,'_menu_item_url',''),(4111,622,'_menu_item_type','post_type'),(4112,622,'_menu_item_menu_item_parent','1747'),(4113,622,'_menu_item_object_id','574'),(4114,622,'_menu_item_object','page'),(4115,622,'_menu_item_target',''),(4116,622,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4117,622,'_menu_item_xfn',''),(4118,622,'_menu_item_url',''),(4120,623,'_edit_last','1'),(4121,623,'_edit_lock','1694669868:1'),(4122,623,'_wp_page_template','default'),(4123,625,'_edit_last','1'),(4124,625,'_wp_page_template','default'),(4125,625,'_edit_lock','1694670947:1'),(4126,627,'_menu_item_type','post_type'),(4127,627,'_menu_item_menu_item_parent','19'),(4128,627,'_menu_item_object_id','625'),(4129,627,'_menu_item_object','page'),(4130,627,'_menu_item_target',''),(4131,627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4132,627,'_menu_item_xfn',''),(4133,627,'_menu_item_url',''),(4135,628,'_menu_item_type','post_type'),(4136,628,'_menu_item_menu_item_parent','19'),(4137,628,'_menu_item_object_id','623'),(4138,628,'_menu_item_object','page'),(4139,628,'_menu_item_target',''),(4140,628,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4141,628,'_menu_item_xfn',''),(4142,628,'_menu_item_url',''),(4153,630,'_menu_item_type','custom'),(4154,630,'_menu_item_menu_item_parent','0'),(4155,630,'_menu_item_object_id','630'),(4156,630,'_menu_item_object','custom'),(4157,630,'_menu_item_target',''),(4158,630,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4159,630,'_menu_item_xfn',''),(4160,630,'_menu_item_url','#'),(4262,574,'_elementor_edit_mode','builder'),(4263,574,'_elementor_template_type','wp-page'),(4275,574,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4276,574,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4282,574,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(4283,574,'_eael_custom_js',''),(4284,574,'_elementor_version','3.16.2'),(4285,574,'_elementor_pro_version','3.13.2'),(4312,652,'_elementor_edit_mode','builder'),(4313,652,'_elementor_template_type','page'),(4314,652,'_elementor_version','3.14.1'),(4315,652,'_elementor_pro_version','3.13.2'),(4316,652,'_elementor_data','[{\"id\":\"3accdf77\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"646\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21a879c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"70a83f61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17bfc32a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ec0d1a8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35f1ed74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38ec303b\",\"elType\":\"widget\",\"settings\":{\"title\":\"I. About Us\\u200b\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18469f02\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"POWER OF ART\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"344bf965\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2327ab29\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"677b732b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"431bdca8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10720565\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Art Gallery of<br>Venice Italian &amp; Best Friends\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"48768723\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c7297e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"629fceac\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a8dd542\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46108811\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fringilla phasellus faucibus scelerisque eleifend. Lacus sed viverra tellus in hac habitasse platea. <\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ac03042\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"image\":{\"id\":\"647\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ttd1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f84eae7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hendrik Morella - CEO \\/ FOUNDER\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#171717\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ac019fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNIVERSITY SCHOOL ART OF CALIFORNIA \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2a261a16\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d7ce04a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Morbi non arcu risus quis varius quam quisque. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. Proin libero nunc consequat interdum. Vulputate dignissim suspendisse in est ante in nibh mauris cursus. <\\/p><p>Amet luctus venenatis lectus magna fringilla urna porttitor rhoncus. Arcu risus quis varius quam quisque id.<\\/p><p>Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"12fc8a9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitae justo eget magna fermentum iaculis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Ornare arcu dui vivamus arcu turpis in eu.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"56219b1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam eget felis eget nuc lobortis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"06aac22\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Proin libero nunc consequat interdum.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"0ba7b5c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\" Ultricies leo integer malesuada nunc vel.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"5fd362f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"icon_typography_typography\":\"\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"icon_typography_font_family\":\"Mirza\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"676d8d0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.28600000000000136424205265939235687255859375,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a7b749c\",\"elType\":\"widget\",\"settings\":{\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":\"648\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50496ad6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58d6237f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"443ce344\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b7b0722\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35b6c4e7\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Beginning & Mission\\u200b\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7b5cc6b6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d76282e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51c260d0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"649\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-16.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3e5f4c4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"2011\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"_background_color\":\"globals\\/colors?id=369660e\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61e765a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"He Was Born in 2011 Venice\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2fd78bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a101485\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"515c90ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. <\\/p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6a125f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64adf30f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. <\\/p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f212b65\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitae justo eget magna fermentum iaculis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Ornare arcu dui vivamus arcu turpis in eu.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"56219b1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam eget felis eget nuc lobortis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"06aac22\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Proin libero nunc consequat interdum.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"0ba7b5c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5691464b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"544ed626\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74322e2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=021f300\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"410cab7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fdbf577\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"228c7c71\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a714bf1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6af3a808\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ca8a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"696688c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"650\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-18.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"65b1803f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2016\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"_background_color\":\"globals\\/colors?id=369660e\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b399852\",\"elType\":\"widget\",\"settings\":{\"title\":\"He Was Born in 2016 Venice\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"18bae174\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d2f9ef2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a646646\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. <\\/p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2ab84d24\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9ba37df\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. <\\/p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5154a15c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitae justo eget magna fermentum iaculis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Ornare arcu dui vivamus arcu turpis in eu.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"56219b1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam eget felis eget nuc lobortis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"06aac22\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Proin libero nunc consequat interdum.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"0ba7b5c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"16cb7745\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e7d956\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fa449ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=021f300\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"24dbe04c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"341f3887\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3e2d9b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6873a57a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"72ad4207\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ec1aaaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50cd9e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"651\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-17.jpg\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1788a9f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2021\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"_background_color\":\"globals\\/colors?id=369660e\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_width\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_vertical_align\":\"flex-end\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3022ea6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"He Was Born in 2021 Venice\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6c52b815\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2853814a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4cc17e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nulla pellentesque dignissim enim sit amet venenatis urna cursus. Vulputate dignissim suspendisse in est. A cras semper auctor neque vitae tempus quam. In nisl nisi scelerisque eu ultrices. Turpis massa sed elementum tempus egestas sed sed risus pretium. <\\/p><p>Adipiscing tristique risus nec feugiat. Arcu cursus vitae congue mauris rhoncus aenean.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"77770872\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a0476a5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Elit sed vulputate mi sit amet mauris commodo quis imperdiet. Bibendum arcu vitae elementum curabitur vitae nunc sed. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Cursus sit amet dictum sit amet justo donec enim diam. <\\/p><p>Eu ultrices vitae auctor eu augue ut lectus arcu. Libero nunc consequat interdum varius sit.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2c5daac7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitae justo eget magna fermentum iaculis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Ornare arcu dui vivamus arcu turpis in eu.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"56219b1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam eget felis eget nuc lobortis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"06aac22\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Proin libero nunc consequat interdum.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"0ba7b5c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a7c76d6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45265d4c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dc57212\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75cc9d00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c132e33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Artwork Archive & Collection\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3532bf0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e7e97c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5281bf60\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"New European Pinting\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Expressionism\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"a52c3e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Remodernism\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"d550dbd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Neo expressionism\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"913c690\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Situationist national\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"7e7918c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"text_color_hover\":\"globals\\/colors?id=ace1b65\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"view\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"173c8c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"776eeeae\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Postmodern Art\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Funk Art\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"a52c3e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Figuration Libre\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"d550dbd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Neo expressionism\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"913c690\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Neo-conceptual Art\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"7e7918c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"text_color_hover\":\"globals\\/colors?id=ace1b65\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"view\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6657d8bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"156559b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Digital Art\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"New objectivity\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"a52c3e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Figuration Libre\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"d550dbd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Painterly Abstraction\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"913c690\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Post minimalism\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"7e7918c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"text_color_hover\":\"globals\\/colors?id=ace1b65\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"view\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2dbe78c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"322a7aaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Transgressive Art\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"a52c3e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Young British Artists\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"d550dbd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Les Plasticiens\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"913c690\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Realist Modern\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"7e7918c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Warli painting Revival\",\"selected_icon\":{\"value\":\"fas fa-square-full\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"text_color_hover\":\"globals\\/colors?id=ace1b65\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"view\":\"\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4322,652,'_elementor_page_assets','a:0:{}'),(4323,652,'_eael_custom_js',''),(4324,652,'_wp_page_template','elementor_header_footer'),(4325,652,'envato_tk_source_kit','556'),(4326,652,'envato_tk_source_index','5'),(4423,623,'_elementor_edit_mode','builder'),(4424,623,'_elementor_template_type','wp-page'),(4425,623,'_elementor_version','3.15.3'),(4426,623,'_elementor_pro_version','3.13.2'),(4437,623,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4438,623,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4446,623,'_elementor_page_assets','a:0:{}'),(4447,623,'_eael_custom_js',''),(4493,684,'_elementor_edit_mode','builder'),(4494,684,'_elementor_template_type','page'),(4495,684,'_elementor_version','3.14.1'),(4496,684,'_elementor_pro_version','3.13.2'),(4497,684,'_elementor_data','[{\"id\":\"7b70f089\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"646\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b616ad8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"32e9563d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf81639\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c594aae\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60c2de1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"653fca79\",\"elType\":\"widget\",\"settings\":{\"title\":\"II. Events\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52d2290d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"UPCOMING ART\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42384aa9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9810208\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49a65be8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22e305ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cae3a8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arthoz Gallery of Arts\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e3fb476\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br \\/>Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3075b28d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2781cb3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":65,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"669\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-landscape.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"670\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-6.png\"},\"margin\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38ea3fa1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"7133586e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":11,\"content_position\":\"center\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":35,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f0ec3fa\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAR\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72014060\",\"elType\":\"widget\",\"settings\":{\"title\":\"28\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_vertical_align\":\"flex-start\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6179c35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55.33200000000000073896444519050419330596923828125,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7168791f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Davince Realist Historical Painting\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38e626ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Saint Mark\'s Basilica\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"3e1ba85\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_typography_typography\":\"globals\\/typography?id=7467460\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"64b83c06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>28 March 2020 - 30 March 2021<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7a6088a1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aenean vel elit scelerisque mauris pellentesque pulvinar pellentesque habitant. Tellus elementum sagittis vitae et. Aenean et tortor at risus viverra. Id faucibus nisl tincidunt eget nullam non.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"663c15bc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14e6d50a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":65,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"669\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-landscape.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"671\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-5.png\"},\"margin\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"373510a3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"61264106\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":11,\"content_position\":\"center\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":35,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47521146\",\"elType\":\"widget\",\"settings\":{\"title\":\"JUN\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e7a4600\",\"elType\":\"widget\",\"settings\":{\"title\":\"12\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_vertical_align\":\"flex-start\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"74485d82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55.33200000000000073896444519050419330596923828125,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"140b9092\",\"elType\":\"widget\",\"settings\":{\"title\":\"Morella and Third Dimension\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fafc2e8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Doge\'s Palace\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"3e1ba85\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_typography_typography\":\"globals\\/typography?id=7467460\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"57d99bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>12 Juny 2020 - 20 Juny 2021<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77b0e581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Malesuada fames ac turpis egestas sed tempus. Duis tristique sollicitudin nibh sit amet commodo nulla facilisi nullam. Ut tortor pretium viverra suspendisse potenti nullam ac tortor vitae.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"586f1f1e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10901fad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":65,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"669\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-landscape.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"670\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-6.png\"},\"margin\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45afec52\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"6a583d74\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":11,\"content_position\":\"center\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":35,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1388022e\",\"elType\":\"widget\",\"settings\":{\"title\":\"DEC\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f0f9f4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"20\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"_background_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"-70\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_element_vertical_align\":\"flex-start\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"182841ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55.33200000000000073896444519050419330596923828125,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a6d9634\",\"elType\":\"widget\",\"settings\":{\"title\":\"Painting and Drawing From Street Art\",\"header_size\":\"h5\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38b3616e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Teatro La Fenice\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"3e1ba85\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_typography_typography\":\"globals\\/typography?id=7467460\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2eba7bc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>20 December 2021 - 25 December 2021<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"253e3a7e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Arcu cursus euismod quis viverra nibh cras pulvinar mattis. Neque convallis a cras semper auctor neque. Dui nunc mattis enim ut tellus. Aliquam ultrices sagittis orci a scelerisque.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321a546f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f8449fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"736c5b52\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4712913f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b9ae627\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Arthoz Gallery\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a4363aa\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c276db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"672\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-7.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52bcb0de\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2bec5f44\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"KAZAKH EAGLE\\u200b\",\"description_text\":\"Hendrix Morella <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"64de7b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"674\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-10.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d790e27\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d62a264\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"WOMAN SUNFLOW\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"960e67f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"675\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-9.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_tablet\":\"initial\",\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d4f4bb5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"17d99a4d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FRAGMENT MULTICOLORED\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5e0d2754\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48cd8da6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"676\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-8.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c0b5b9a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"37cb85e9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ABSTRACT COLOR\\u200b \",\"description_text\":\"Hendrix Morella <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"193f19d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"677\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-11.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65acb542\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7d60b986\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ABSTRACT &amp; GREEN \",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4f69dcad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"678\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-12.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_tablet\":\"initial\",\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b532f3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"219d5d32\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"WOODEN WINDMILL\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34a908d1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63bf565d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d46c02c\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6103c2e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b8113ab\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5573bf6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"96977f8\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"346aa66\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36ce6fe0\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"36e61277\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79d847d7\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4503,684,'_elementor_page_assets','a:0:{}'),(4504,684,'_eael_custom_js',''),(4505,684,'_wp_page_template','elementor_header_footer'),(4506,684,'envato_tk_source_kit','556'),(4507,684,'envato_tk_source_index','7'),(4783,733,'_elementor_edit_mode','builder'),(4784,733,'_elementor_template_type','section'),(4785,733,'_elementor_version','3.14.1'),(4786,733,'_elementor_pro_version','3.13.2'),(4787,733,'_elementor_data','[{\"id\":\"ffbd726\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"712\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/true-agency-804529-unsplash-1.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_position_mobile\":\"initial\",\"background_xpos_mobile\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"background_ypos_mobile\":{\"unit\":\"px\",\"size\":104,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"86\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"48\",\"left\":\"15\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"background_color\":\"#fcfcfc\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"173cdd1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f748532\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h1\",\"align\":\"left\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.05600000000000004973799150320701301097869873046875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"align_mobile\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":3.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d43d26f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indie Publishing House\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2310000000000000941469124882132746279239654541015625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-2\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_mobile\":\"fadeIn\",\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"20898545\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27f69243\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c699c38\",\"elType\":\"widget\",\"settings\":{\"editor\":\"You can find a book according to your preferences in our portfolio. We add more than 250 new titles each year, all of them are carefully chosen to reflect the latest emerging trends and fresh thinking from some of the leading names in literature.\",\"align\":\"left\",\"text_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.75,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6430000000000000159872115546022541821002960205078125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":300,\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_mobile\":\"fadeIn\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a5e4e87\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"475f529d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"132\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50a7fd64\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78268fe8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"719c5b02\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"713\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/open-book-bg.jpg\"},{\"id\":\"714\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/water-journal-225046-unsplash-1-e1562321518674.jpg\"},{\"id\":\"715\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/thought-catalog-V5BGaJ0VaLU-unsplash.jpg\"}],\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500,\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"74e7efb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"98\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5666ff71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your book from start to finish.\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18fb753d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, dolor consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.<\\/p>\",\"align\":\"left\",\"text_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7270000000000000905941988094127736985683441162109375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3584b48\",\"elType\":\"widget\",\"settings\":{\"text\":\"Program Details\",\"align\":\"justify\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"envato-kit-174-flex-btn\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72cad187\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#f4f4f4\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23bccf8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ad6db45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Learn About Our Authors\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53e1cd1d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#f4f4f4\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5953857e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":300,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fc9541b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e969b55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"284e88cf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"715\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/thought-catalog-V5BGaJ0VaLU-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"400\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4328a512\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"233\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"130\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41d3dd9f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46287a02\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"716\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/henri-meilhac-jJ0tLs2ROd4-unsplash-alt.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40cf17a0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e35ca3c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"90\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"5\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53760292\",\"elType\":\"widget\",\"settings\":{\"text\":\"EVENTS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"76bb4ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"101 Essays \",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2310000000000000941469124882132746279239654541015625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fac4159\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brianna Wiest\",\"header_size\":\"h4\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"16d9c3c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79806116\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9b156d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78980000\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"717\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/thought-catalog-DxAzOKSiPoE-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"400\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2860cd25\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"233\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"130\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"302bf348\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fabe081\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"718\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/aziz-acharki-263327-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d27491\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ba1100c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"90\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"5\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45f25d77\",\"elType\":\"widget\",\"settings\":{\"text\":\"REVIEWS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"27a5016e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Soul is a river\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2310000000000000941469124882132746279239654541015625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"capitalize\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37daa495\",\"elType\":\"widget\",\"settings\":{\"title\":\"Nikita Gill\",\"header_size\":\"h4\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"79106d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48eced6\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ec0d155\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cdd7ce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"719\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/sandis-helvigs-132016-unsplash-e1562321422252.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"370\",\"height\":\"400\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"left\",\"width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"39986359\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"233\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"130\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e8ea109\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57df77e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"720\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/jakob-owens-565883-unsplash1-e1562321003896.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"100\",\"height\":\"100\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"67111a73\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37db976d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"90\",\"bottom\":\"40\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"5\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c1664f\",\"elType\":\"widget\",\"settings\":{\"text\":\"WORKSHOP\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3be6c214\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Free Soul Journal\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2310000000000000941469124882132746279239654541015625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1a6891\",\"elType\":\"widget\",\"settings\":{\"title\":\"Devin Lyon\",\"header_size\":\"h4\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"animation_duration\":\"fast\",\"align_tablet\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52f0be40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#f4f4f4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"559378a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ad5077d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all authors\",\"align\":\"justify\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"envato-kit-174-flex-btn\",\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"710177d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#2b2a2b\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3972ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6eef6a1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mentions in the Media\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"678f4775\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#414041\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"43\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aeb010c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":8,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":11,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"648f04f\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\\/05\\/2019\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Federo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"17baff5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4493fe0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Johnson\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c849c5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":73.6640000000000014779288903810083866119384765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":69,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d6ea9e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Timeless Lifestyle Opportunities\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":500,\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3031e1ae\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#414041\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25da4272\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":8,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":11,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"486221bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"21\\/04\\/2019\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Federo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2646e23b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9d5c782\",\"elType\":\"widget\",\"settings\":{\"title\":\"Evelyn Nix\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"732278da\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":73.6640000000000014779288903810083866119384765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":69,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59002b4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Modern Ghost Stories\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":500,\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"36c54228\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#414041\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f8afe62\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":8,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":11,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"208e1828\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\\/03\\/2019\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Federo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"210d8ac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b19fba1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marissa Scott\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"23191a96\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":73.6640000000000014779288903810083866119384765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":69,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56cc4bf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"America Best Debut Short Stories 2017\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":500,\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5b463c4f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#414041\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e4e3c12\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":8,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":11,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42f0d433\",\"elType\":\"widget\",\"settings\":{\"title\":\"17\\/03\\/2019\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Federo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":2.70000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3c67564\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18,\"content_position\":\"center\",\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72e6b66b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verlyn Flieger\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.29999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"align\":\"left\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3f0167d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":73.6640000000000014779288903810083866119384765625,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":69,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4812f34c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tolkien\'s Legendarium: Essays on the History of Middle-Earth\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.625,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":500,\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"47c0a9e1\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7cf57f1e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More Stories\",\"align\":\"justify\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"typography_text_transform\":\"uppercase\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"envato-kit-174-flex-btn\",\"animation_duration\":\"fast\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b06bb36\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a846e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6df3db65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Executive Team\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInLeft\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"223e13ab\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75bc7c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":300,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77289fb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"721\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/abdelkader-ft-1574103-unsplash-e1562322001421.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3913a278\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alexander Brent\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"430e3f48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Managing Director\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3b9a6fcf\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1545e84c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"722\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ashwin-vaswani-1233177-unsplash-e1562322123692.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":83,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"align_mobile\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d730298\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gricelda Moore\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50229738\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chief Editor\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5cd60efc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":500,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1184d943\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"723\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ethan-haddox-541053-unsplash-e1562322049861.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":83,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d78f21d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Roberta Brown\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43bd72a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Chief Editor\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"364dd704\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d27156e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"724\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/azamat-zhanisov-1304092-unsplash-e1562321581993.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"align_mobile\":\"center\",\"width_tablet\":{\"unit\":\"%\",\"size\":83,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3a0d5c35\",\"elType\":\"widget\",\"settings\":{\"title\":\"Natalie Hernandez\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4db76f79\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategy Director\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.899999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cbf32d4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b68b81a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#f2f2f1\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4634217c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Literary Publisher Of Fiction,Poetry, <br>Nonfiction And Foreign Authors<br>\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.313000000000000166977542903623543679714202880859375,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.270000000000000017763568394002504646778106689453125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bd25d97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#f4f4f4\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4397fd56\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"45\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":300,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35d2b17\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"725\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/elsa-liu-1242104-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"space_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"42f56754\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portugal Guidebook\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28c6088d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Barbara Johnson\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3fe3f9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"45\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fe56ca3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"726\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/freeillustrated_00026_EF_2k.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"space_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"32dfaa5\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Future Is Now\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ae87a99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lance Jeske\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7ae9e71e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"45\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"377c57f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"727\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/freeillustrated_00023_EF_2k.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"space_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e2795f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vincent &amp; The Lost Cat\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ea4d8a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leonel Shelton\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"57fae8ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"40\",\"bottom\":\"45\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"45\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"zoomIn\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b037c27\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"728\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/freeillustrated_00056_RA_2k.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"170\",\"height\":\"219\"},\"align\":\"center\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"space_mobile\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c938266\",\"elType\":\"widget\",\"settings\":{\"title\":\"Flowers For Her\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67564d34\",\"elType\":\"widget\",\"settings\":{\"title\":\"Natalie Hernandez\",\"header_size\":\"h4\",\"align\":\"center\",\"title_color\":\"#7d8485\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"418521e0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"714\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/water-journal-225046-unsplash-1-e1562321518674.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_scale_effect\":\"yes\",\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"711c7a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44fc0d20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f42fd55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"95\",\"bottom\":\"70\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"52\",\"right\":\"60\",\"bottom\":\"57\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f3d65d1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Publishing Young Voices\",\"header_size\":\"h3\",\"title_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bellefair\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f383b49\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"729\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Group-73.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"230\",\"height\":\"2\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":131,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"615d6bb2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, dolor consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.<\\/p>\",\"align\":\"center\",\"text_color\":\"#1c2122\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fanwood Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.7270000000000000905941988094127736985683441162109375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"482c28de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"752c0835\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"40\",\"bottom\":\"64\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b7e82b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"730\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bell.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"74\",\"height\":\"81\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51704377\",\"elType\":\"widget\",\"settings\":{\"text\":\"Receive updates\",\"align\":\"justify\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"29\",\"bottom\":\"14\",\"left\":\"29\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"12a1462e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"40\",\"bottom\":\"64\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b79a95d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"731\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/document2.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"81\",\"height\":\"81\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"519cc806\",\"elType\":\"widget\",\"settings\":{\"text\":\"monthly book club\",\"align\":\"justify\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"29\",\"bottom\":\"14\",\"left\":\"29\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4eafb55\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"68\",\"right\":\"40\",\"bottom\":\"64\",\"left\":\"40\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"fast\",\"animation_delay\":300,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_inline_size_tablet\":33,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"297b5afb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"732\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/books.png\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"81\",\"height\":\"81\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b5c016d\",\"elType\":\"widget\",\"settings\":{\"text\":\"for new authors\",\"align\":\"justify\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Fira Mono\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#84ceba\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"hover_animation\":\"shrink\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"29\",\"bottom\":\"14\",\"left\":\"29\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (4793,733,'_elementor_page_assets','a:1:{s:6:\"styles\";a:69:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";i:34;s:12:\"e-animations\";i:35;s:12:\"e-animations\";i:36;s:12:\"e-animations\";i:37;s:12:\"e-animations\";i:38;s:12:\"e-animations\";i:39;s:12:\"e-animations\";i:40;s:12:\"e-animations\";i:41;s:12:\"e-animations\";i:42;s:12:\"e-animations\";i:43;s:12:\"e-animations\";i:44;s:12:\"e-animations\";i:45;s:12:\"e-animations\";i:46;s:12:\"e-animations\";i:47;s:12:\"e-animations\";i:48;s:12:\"e-animations\";i:49;s:12:\"e-animations\";i:50;s:12:\"e-animations\";i:51;s:12:\"e-animations\";i:52;s:12:\"e-animations\";i:53;s:12:\"e-animations\";i:54;s:12:\"e-animations\";i:55;s:12:\"e-animations\";i:56;s:12:\"e-animations\";i:57;s:12:\"e-animations\";i:58;s:12:\"e-animations\";i:59;s:12:\"e-animations\";i:60;s:12:\"e-animations\";i:61;s:12:\"e-animations\";i:62;s:12:\"e-animations\";i:63;s:12:\"e-animations\";i:64;s:12:\"e-animations\";i:65;s:12:\"e-animations\";i:66;s:12:\"e-animations\";i:67;s:12:\"e-animations\";i:68;s:12:\"e-animations\";}}'),(4794,733,'_eael_custom_js',''),(4795,733,'_wp_page_template','default'),(4796,733,'envato_tk_source_kit','447'),(4797,733,'envato_tk_source_index','7'),(4851,751,'_elementor_edit_mode','builder'),(4852,751,'_elementor_template_type','page'),(4853,751,'_elementor_version','3.14.1'),(4854,751,'_elementor_pro_version','3.13.2'),(4855,751,'_elementor_data','[{\"id\":\"6fb8443b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"custom_height\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"background_position\":\"bottom center\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"id\":\"736\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-8.jpg\"},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=f52bd0a\",\"background_color\":\"globals\\/colors?id=f52bd0a\"},\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"dd7f70f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b5fd2bd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62796e78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f0968e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"CELEBRATING THE INDEPENDENCE OF THE ARTIST\",\"header_size\":\"h3\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#B7B7B7\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f763861\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"ARTHOZ ART\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h1\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=0aac0a0\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=f5646b7\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"color\":\"#E4E4E4\",\"text_color\":\"#B8AA70\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"440c34af\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"482ceaee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20b8b843\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Ticket\",\"align\":\"right\",\"button_text_color\":\"#171717\",\"background_color\":\"#B8AA70\",\"hover_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"hover_color\":\"globals\\/colors?id=0aac0a0\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"button_hover_border_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_background_hover_color\":\"#696141\",\"button_hover_border_color\":\"#696141\",\"border_color\":\"#B8AA70\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"660881b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48fe9a76\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"left\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4d8100f\",\"button_text_color\":\"globals\\/colors?id=0aac0a0\",\"border_color\":\"globals\\/colors?id=0aac0a0\",\"hover_color\":\"globals\\/colors?id=f52bd0a\",\"button_background_hover_color\":\"globals\\/colors?id=ace1b65\",\"button_hover_border_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"button_text_color\":\"#E4E4E4\",\"background_color\":\"#17171700\",\"hover_color\":\"#171717\",\"button_background_hover_color\":\"#B8AA70\",\"button_hover_border_color\":\"#B8AA70\",\"border_color\":\"#E4E4E4\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4dbf6f2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=3d9aa51\"},\"background_overlay_background\":\"classic\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-400\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-500\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f5cff99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31f4345c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ab5ed19\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b9c7c49\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Gallery\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#E4E4E4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"656e141a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Incididunt ut labore dolore magna aliqua ut enim ad minim nostrud exercitation ullamco laboris nisi aliquip ex ea commodo<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=26318e7\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#B7B7B7\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1965bf35\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42482318\",\"elType\":\"widget\",\"settings\":{\"thumbnail_size\":\"large\",\"slides_to_show\":\"4\",\"navigation\":\"arrows\",\"image_spacing\":\"custom\",\"slides_to_show_tablet\":\"3\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel\":[{\"id\":\"737\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-24.png\"},{\"id\":\"738\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-25.png\"},{\"id\":\"739\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-22.png\"},{\"id\":\"740\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-23.png\"}],\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"576119c3\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23543024\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76b2c6d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55535769\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73e79eef\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":30,\"end\":80}},\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1822eaef\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"ARTHOZ GALLERY\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2092e390\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Art Gallery of<br>Venice Italian &amp; Best Friends\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e85b18c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2caef43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d26afd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62ade25\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6186c05a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fringilla phasellus faucibus scelerisque eleifend. Lacus sed viverra tellus in hac habitasse platea. <\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18d7d417\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"image\":{\"id\":\"647\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ttd1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bf7e8f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hendrik Morella - CEO \\/ FOUNDER\",\"header_size\":\"h5\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#171717\",\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e21bfbd\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNIVERSITY SCHOOL ART OF CALIFORNIA \",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_tablet\":\"center\",\"title_color\":\"#595959\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"55949892\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68a0a6ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Morbi non arcu risus quis varius quam quisque. Nisl rhoncus mattis rhoncus urna neque viverra justo nec. Proin libero nunc consequat interdum. Vulputate dignissim suspendisse in est ante in nibh mauris cursus. <\\/p><p>Amet luctus venenatis lectus magna fringilla urna porttitor rhoncus. Arcu risus quis varius quam quisque id.<\\/p><p>Platea dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61ce27d5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Vitae justo eget magna fermentum iaculis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"1752163\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Ornare arcu dui vivamus arcu turpis in eu.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"56219b1\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam eget felis eget nuc lobortis.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"06aac22\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Proin libero nunc consequat interdum.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"0ba7b5c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\" Ultricies leo integer malesuada nunc vel.\",\"selected_icon\":{\"value\":\"fas fa-chess-knight\",\"library\":\"fa-solid\"},\"_id\":\"5fd362f\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_color_hover\":\"\",\"divider_color\":\"globals\\/colors?id=26318e7\",\"icon_typography_typography\":\"\"},\"icon_align_tablet\":\"left\",\"divider_color\":\"#B7B7B7\",\"icon_color\":\"#696141\",\"text_color\":\"#696141\",\"icon_typography_font_family\":\"Mirza\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"41e1dce3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.28600000000000136424205265939235687255859375,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"659aa6e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":\"648\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-1.png\"},\"image_size\":\"full\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"65db8f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"180b2c6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"383bbf84\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d73009f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6aa6e359\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":30,\"end\":80}},\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71e5d948\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"CURRENT EXB\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f9b4683\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore the Arthoz Gallery\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7d2b03f7\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"565222c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"672\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-7.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14bcf56f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"765a4059\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"KAZAKH EAGLE\\u200b\",\"description_text\":\"Hendrix Morella <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7096f993\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"674\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-10.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2780a2d9\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"77a67136\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"WOMAN SUNFLOW\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4d5e4196\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"675\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-9.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_tablet\":\"initial\",\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e7d3a49\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"57f82f4a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"FRAGMENT MULTICOLORED\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7fdba930\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2143cd90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"676\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-8.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"592b5a49\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7f457760\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ABSTRACT COLOR\\u200b \",\"description_text\":\"Hendrix Morella <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"6c21c914\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"677\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-11.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_mobile\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7262c0a5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"326c02cb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ABSTRACT &amp; GREEN \",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"497282d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"678\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-12.png\"},\"background_position\":\"center center\",\"background_size\":\"initial\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"673\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/frame-Potrait.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size_tablet\":\"initial\",\"background_size_mobile\":\"cover\",\"background_bg_width_tablet\":{\"unit\":\"px\",\"size\":610,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ba0e7db\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":485,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5e0650f9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"WOODEN WINDMILL\",\"description_text\":\"Carryn Moenre <br>01 January 2021 - 28 December 2022\",\"position\":\"left\",\"text_align\":\"left\",\"text_align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=26318e7\",\"title_typography_typography\":\"globals\\/typography?id=3048fc2\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71d11093\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"415661c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2058ae92\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7de326\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ea720fc\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"125712a5\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"TICKET SALE\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8dbefb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exhibition Arthoz with Fun\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"664d747a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51308b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64ddb130\",\"elType\":\"widget\",\"settings\":{\"title\":\"11\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7a7fe8f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25449b90\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRIDAY , MARCH 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3486d4ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"30abcca\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1829f5e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f6b69f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 10.00 - 18.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99c0480\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 11.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2d91d32e\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ddc1d0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7161c86d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $15\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fdbc4df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $11\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5cfa0a05\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15bf8e58\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sold Out\",\"align\":\"center\",\"button_text_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\",\"button_text_color\":\"globals\\/colors?id=0aac0a0\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"background_color\":\"#3C3C3C\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6fbd58\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bcb64d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"604b5f8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"28\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6894d5f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cf0bd75\",\"elType\":\"widget\",\"settings\":{\"title\":\"MONDAY , APRIL 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b7afcdb\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"15b17e28\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53b9217c\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52f21e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 10.30 - 18.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e549cfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 09.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7b1c745d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a8ccca0\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4adc85ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $10\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"275927f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $14\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"65fcb445\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53e86445\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"align\":\"center\",\"button_text_color\":\"#171717\",\"hover_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"hover_color\":\"globals\\/colors?id=0aac0a0\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"background_color\":\"#B8AA70\",\"button_background_hover_color\":\"#696141\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"12bd4ea4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5bf0d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b5398cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"15\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6bf4ffca\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6afeabe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUNDAY , JUNE 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56f28e21\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"914090\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a41787c\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fd2ca62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 08.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d91cd7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 11.30 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4911a2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"410f57c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45ab6eae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $25\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f45572\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $15\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"306e158c\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c18103b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"align\":\"center\",\"button_text_color\":\"#171717\",\"hover_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"hover_color\":\"globals\\/colors?id=0aac0a0\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4d66fcc9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bef2e10\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":39.64200000000000301270119962282478809356689453125,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8e032e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Curated Visits\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d38a197\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.<br><\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"215d7534\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":25,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4535e40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exhibition\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=3d9aa51\",\"title_color\":\"globals\\/colors?id=224280e\",\"typography_number_typography\":\"globals\\/typography?id=3b01e68\",\"typography_title_typography\":\"globals\\/typography?id=db11e32\"},\"ending_number\":82,\"number_color\":\"#3C3C3C\",\"title_color\":\"#595959\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"13b26c59\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"efc3b1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Visitors\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=3d9aa51\",\"title_color\":\"globals\\/colors?id=224280e\",\"typography_number_typography\":\"globals\\/typography?id=3b01e68\",\"typography_title_typography\":\"globals\\/typography?id=db11e32\"},\"suffix\":\"K\",\"number_color\":\"#3C3C3C\",\"title_color\":\"#595959\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"6d89f038\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15.2870000000000008100187187665142118930816650390625,\"content_position\":\"center\",\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"611f9703\",\"elType\":\"widget\",\"settings\":{\"title\":\"Awards\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=3d9aa51\",\"title_color\":\"globals\\/colors?id=224280e\",\"typography_number_typography\":\"globals\\/typography?id=3b01e68\",\"typography_title_typography\":\"globals\\/typography?id=db11e32\"},\"ending_number\":15,\"number_color\":\"#3C3C3C\",\"title_color\":\"#595959\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"d9448b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":15,\"content_position\":\"center\",\"_inline_size_tablet\":25,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65c50ffe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Collection\",\"__globals__\":{\"number_color\":\"globals\\/colors?id=3d9aa51\",\"title_color\":\"globals\\/colors?id=224280e\",\"typography_number_typography\":\"globals\\/typography?id=3b01e68\",\"typography_title_typography\":\"globals\\/typography?id=db11e32\"},\"ending_number\":500,\"suffix\":\"+\",\"number_color\":\"#3C3C3C\",\"title_color\":\"#595959\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"628473b1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e214d84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4877903b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"470be7de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1be8e729\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":30,\"end\":80}},\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"55959667\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"EXPLORE ART\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2a4bb335\",\"elType\":\"widget\",\"settings\":{\"title\":\"10.000 Artwork to Discover <br>from Arthoz Gallery\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a5814be\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37d87014\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"motion_fx_motion_fx_mouse\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"371c4d1b\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=secondary\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"thumbnail_image_size\":\"full\",\"image_blend_mode\":\"overlay\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"columns_tablet\":1,\"gallery\":[{\"id\":\"742\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-14.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"},{\"id\":\"64c2575b\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"aspect_ratio\":\"9:16\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"image_blend_mode\":\"overlay\",\"thumbnail_image_size\":\"full\",\"columns_tablet\":1,\"overlay_background_hover_color\":\"#696141\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"gallery\":[{\"id\":\"743\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-20.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true},{\"id\":\"21b39c0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"784f6bf5\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"9:16\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"thumbnail_image_size\":\"large\",\"image_blend_mode\":\"overlay\",\"columns_tablet\":1,\"gallery\":[{\"id\":\"744\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-13.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"},{\"id\":\"2664d455\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=secondary\",\"description_typography_typography\":\"globals\\/typography?id=secondary\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"thumbnail_image_size\":\"full\",\"image_blend_mode\":\"overlay\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"columns_tablet\":1,\"gallery\":[{\"id\":\"745\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-16.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true},{\"id\":\"2c575e00\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ec5e09a\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"thumbnail_image_size\":\"full\",\"image_blend_mode\":\"overlay\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"columns_tablet\":1,\"gallery\":[{\"id\":\"746\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-15.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"},{\"id\":\"68ef4d3d\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"9:16\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"thumbnail_image_size\":\"full\",\"image_blend_mode\":\"overlay\",\"columns_tablet\":1,\"gallery\":[{\"id\":\"747\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-18.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true},{\"id\":\"3d118ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42b9367\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"9:16\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"image_blend_mode\":\"overlay\",\"thumbnail_image_size\":\"full\",\"columns_tablet\":1,\"overlay_background_hover_color\":\"#696141\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"gallery\":[{\"id\":\"748\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-19.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"},{\"id\":\"11a76863\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"87181b2\",\"multiple_gallery\":[]}],\"columns\":1,\"gap\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"aspect_ratio\":\"1:1\",\"show_all_galleries_label\":\"All\",\"overlay_title\":\"title\",\"image_hover_animation\":\"move-contained-bottom\",\"overlay_background_background\":\"classic\",\"__globals__\":{\"overlay_background_color\":\"\",\"overlay_background_hover_color\":\"globals\\/colors?id=021f300\",\"title_color\":\"globals\\/colors?id=0aac0a0\",\"description_color\":\"globals\\/colors?id=0aac0a0\",\"title_typography_typography\":\"globals\\/typography?id=7467460\",\"description_typography_typography\":\"globals\\/typography?id=db11e32\"},\"overlay_description\":\"description\",\"content_alignment\":\"left\",\"content_vertical_position\":\"bottom\",\"description_typography_font_family\":\"Mirza\",\"thumbnail_image_size\":\"full\",\"image_blend_mode\":\"overlay\",\"title_color\":\"#E4E4E4\",\"description_color\":\"#E4E4E4\",\"columns_tablet\":1,\"overlay_background_hover_color\":\"#696141\",\"description_typography_typography\":\"custom\",\"gallery\":[{\"id\":\"749\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Painting-17.jpg\"}],\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_slideshow_gallery\":[],\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33bc8505\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1807f86a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48fe4a75\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"699093bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ca7048d\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":30,\"end\":80}},\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33cbc24a\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"CUSTOMER REVIEWS\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4d6edf52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Art and Absurds\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3646cd72\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"18c57ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fca7a29\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"\",\"dailymotion_url\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"show_image_overlay\":\"yes\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_overlay\":{\"id\":\"750\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Photo-2.jpg\"},\"hosted_url\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"poster\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"play_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"75be9a6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":39.6460000000000007958078640513122081756591796875,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d57272\",\"elType\":\"widget\",\"settings\":{\"title\":\"Exhibition News\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6878f086\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.<br><\\/p>\\n<p>Incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat sunt in culpa qui officia.<\\/p><p>Mattis ullamcorper velit sed ullamcorper morbi tincidunt ornare massa. \\nOrnare quam viverra orci sagittis eu volutpat odio facilisis mauris. \\nIpsum nunc aliquet bibendum enim facilisis gravida neque convallis a.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"text_color\":\"#595959\",\"typography_font_family\":\"Mirza\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"642b529f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Receive e-mail updates exhibitions\",\"width\":\"75\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"custom_id\":\"email\",\"previous_button\":\"\",\"next_button\":\"\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"button_text\":\"Subscribe\",\"button_width\":\"25\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully!\",\"error_message\":\"Please fill in the required fields.\",\"required_field_message\":\"Required\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"column_gap\":{\"unit\":\"px\",\"size\":0},\"field_text_color\":\"#000000\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_text_color\":\"#171717\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"input_size\":\"md\",\"button_size\":\"md\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"label_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"previous_button_text_color\":\"\",\"__globals__\":{\"button_background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"previous_button_background_color\":\"\",\"previous_button_text_color\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"button_hover_color\":\"globals\\/colors?id=0aac0a0\",\"label_color\":\"globals\\/colors?id=224280e\",\"html_color\":\"globals\\/colors?id=224280e\",\"field_background_color\":\"globals\\/colors?id=2ac67e0\",\"step_inactive_secondary_color\":\"globals\\/colors?id=224280e\",\"step_inactive_primary_color\":\"globals\\/colors?id=f52bd0a\",\"label_typography_typography\":\"globals\\/typography?id=text\",\"html_typography_typography\":\"globals\\/typography?id=text\",\"button_typography_typography\":\"globals\\/typography?id=339e18a\",\"field_typography_typography\":\"globals\\/typography?id=accent\",\"field_border_color\":\"globals\\/colors?id=26318e7\"},\"label_color\":\"#171717\",\"html_color\":\"#595959\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_background_hover_color\":\"#696141\",\"button_hover_color\":\"#E4E4E4\",\"message_typography_font_family\":\"Mirza\",\"message_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"steps_typography_font_family\":\"Mirza\",\"steps_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"field_background_color\":\"#E4E4E4\",\"step_inactive_primary_color\":\"#171717\",\"step_inactive_secondary_color\":\"#595959\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"530d2ed2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b44fdcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cfa4b9b\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"79f41781\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36252db4\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7203dd6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2559901e\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"487f5b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ca69a09\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1b8b5848\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7297a7ec\",\"elType\":\"widget\",\"settings\":{\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"129b1bbc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a2f213\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"706d1236\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74307a45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f0201d7\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"align\":\"center\",\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_level\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":30,\"end\":80}},\"image\":{\"id\":\"741\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-1.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1b6a87d8\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"EXHIBITION NEWS\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":42,\"end\":62}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":50}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"motion_fx_translateX_direction\":\"negative\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"color\":\"#B7B7B7\",\"text_color\":\"#595959\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"884ea18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog Post\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ce88cb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a7d4302\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c89c47c\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[\"date\"],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#B7B7B7\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#3C3C3C\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#595959\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_posts_per_page\":3,\"cards_open_new_tab\":\"\",\"cards_card_bg_color\":\"#F9F2EC\",\"pagination_type\":\"prev_next\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"globals\\/colors?id=369660e\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"globals\\/colors?id=3d9aa51\",\"cards_meta_color\":\"globals\\/colors?id=224280e\",\"cards_meta_separator_color\":\"globals\\/colors?id=26318e7\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"globals\\/colors?id=021f300\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"globals\\/typography?id=04c45d0\",\"cards_meta_typography_typography\":\"globals\\/typography?id=accent\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"globals\\/typography?id=339e18a\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Mirza\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#696141\",\"cards_badge_color\":\"#E4E4E4\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#B7B7B7\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#696141\",\"pagination_color\":\"#171717\",\"pagination_hover_color\":\"#B8AA70\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"cards_title_tag\":\"h4\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(4861,751,'_elementor_page_assets','a:0:{}'),(4862,751,'_eael_custom_js',''),(4863,751,'_wp_page_template','elementor_header_footer'),(4864,751,'envato_tk_source_kit','556'),(4865,751,'envato_tk_source_index','1'),(5024,625,'_elementor_edit_mode','builder'),(5025,625,'_elementor_template_type','wp-page'),(5026,625,'_elementor_version','3.16.2'),(5027,625,'_elementor_pro_version','3.13.2'),(5028,576,'_elementor_edit_mode','builder'),(5029,576,'_elementor_template_type','wp-page'),(5030,576,'_elementor_version','3.16.2'),(5031,576,'_elementor_pro_version','3.13.2'),(5040,772,'_elementor_edit_mode','builder'),(5041,772,'_elementor_template_type','page'),(5042,772,'_elementor_version','3.14.1'),(5043,772,'_elementor_pro_version','3.13.2'),(5044,772,'_elementor_data','[{\"id\":\"19569443\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"646\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"317dfdad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"66e494b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"198be239\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6956e5af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"140858eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f196d61\",\"elType\":\"widget\",\"settings\":{\"title\":\"IV. Tickets\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41fd48d2\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"PLAN VISIT\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2545b519\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60e0d3a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9ebe6f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d21eb8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6826ea67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ticket for this Week\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f198449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br \\/>Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7e585c8f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59f86381\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75c8afa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"11\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3a6dc5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68aa256e\",\"elType\":\"widget\",\"settings\":{\"title\":\"FRIDAY , MARCH 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33255c81\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"128a679b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b47343d\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d8950e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 10.00 - 18.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1005609f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 11.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5ed08e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9db123b\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c054611\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $15\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"165d0d93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $11\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"3d9e4282\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20216b16\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sold Out\",\"align\":\"center\",\"button_text_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\",\"button_text_color\":\"globals\\/colors?id=0aac0a0\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"background_color\":\"#3C3C3C\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3e8114e0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e1fc8ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c40e69e\",\"elType\":\"widget\",\"settings\":{\"title\":\"28\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2bf24ffd\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71985789\",\"elType\":\"widget\",\"settings\":{\"title\":\"MONDAY , APRIL 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7480214f\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2d7bea3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10631be3\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"417674a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 10.30 - 18.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21d90afd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 09.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"e95fe3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1265b561\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3935150e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $10\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49d36f43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $14\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"307b2286\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f0b6513\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"align\":\"center\",\"button_text_color\":\"#171717\",\"hover_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"hover_color\":\"globals\\/colors?id=0aac0a0\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"background_color\":\"#B8AA70\",\"button_background_hover_color\":\"#696141\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7a967cfa\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29bf4fef\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":10,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\",\"background_hover_color\":\"\"},\"_inline_size_tablet\":20,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c2c4c1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"15\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=119f486\"},\"title_color\":\"#E4E4E4\",\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11dca12\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":25,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cb0142a\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUNDAY , JUNE 2021\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"415e18ca\",\"elType\":\"widget\",\"settings\":{\"title\":\"San\'t Erasmo Vencie 2 , 123\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"32fc2859\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d46f8e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EXHIBITION OPEN\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6fbb6936\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily : 08.00 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19e784c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sunday : 11.30 - 16.00\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ee43820\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":23,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":60,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3161c25e\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADMISSION TICKET\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"413ece61\",\"elType\":\"widget\",\"settings\":{\"title\":\"Adult Admission $25\",\"header_size\":\"h6\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1321637c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Admission $15\",\"header_size\":\"h6\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=db11e32\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2b2f0932\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":19,\"content_position\":\"center\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=3d9aa51\"},\"_inline_size_tablet\":40,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cf4c7b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find Out More\",\"align\":\"center\",\"button_text_color\":\"#171717\",\"hover_color\":\"#E4E4E4\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\",\"button_text_color\":\"globals\\/colors?id=f52bd0a\",\"hover_color\":\"globals\\/colors?id=0aac0a0\",\"button_background_hover_color\":\"globals\\/colors?id=021f300\",\"typography_typography\":\"globals\\/typography?id=339e18a\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3b8e999e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4abd9df0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"686471e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"507b96f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a672a11\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4ff6df33\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"242efcb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"59d58991\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9fab88e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"493d660f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39cd8960\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5050,772,'_elementor_page_assets','a:0:{}'),(5051,772,'_eael_custom_js',''),(5052,772,'_wp_page_template','elementor_header_footer'),(5053,772,'envato_tk_source_kit','556'),(5054,772,'envato_tk_source_index','10'),(5070,779,'_elementor_edit_mode','builder'),(5071,779,'_elementor_template_type','page'),(5072,779,'_elementor_version','3.14.1'),(5073,779,'_elementor_pro_version','3.13.2'),(5074,779,'_elementor_data','[{\"id\":\"fa467dc\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"646\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44ed8145\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ea47fb4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c4161d2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a8c661a\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef7b8f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"229b2c60\",\"elType\":\"widget\",\"settings\":{\"title\":\"V.  Artist\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d07073\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"CREATIVE TALENTS\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6673484c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3aaf224d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"525eec89\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21d59a5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51ce8b98\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Of The Current Artist\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"141f3ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Semper risus in hendrerit gravida rutrum quisque. Ullamcorper velit sed ullamcorper morbi tincidunt ornare massa eget egestas. <br \\/>Egestas egestas fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate. Vestibulum lorem sed risus ultricies tristique.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3062c78f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56752be6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b8a5998\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"750\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Photo-2.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"178acdc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diana Hanshc\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f27a487\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ca36f4c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"3eccc9f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a781fdc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"774\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-6.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"57202514\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ma Meilia Deva\",\"header_size\":\"h4\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e820b8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"178fa370\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"1d70dc0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cbacab8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"775\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Photo-5.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f5ad04e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Anna Lufiva\\u200b\\u200b\",\"header_size\":\"h4\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aebe371\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69a4d8a8\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"644f78a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dabf563\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c714e4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"776\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-4.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5afda181\",\"elType\":\"widget\",\"settings\":{\"title\":\"Diana Manawhis\\u200b\\u200b\",\"header_size\":\"h4\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cf60672\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fad172d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6f0d3614\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49a14e54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"777\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-3.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67cbec67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Jessica Andelweis\\u200b\",\"header_size\":\"h4\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1273aca7\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"757ea2bf\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4f0c1461\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"border_color\":\"#B8AA70\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=ace1b65\",\"background_overlay_color\":\"\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a0d7bde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"778\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/photo-7.jpg\"},\"image_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4c51a561\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lova Serchovaza\",\"header_size\":\"h4\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"44471914\",\"elType\":\"widget\",\"settings\":{\"title\":\"PAINTER\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e726972\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5080,779,'_elementor_page_assets','a:0:{}'),(5081,779,'_eael_custom_js',''),(5082,779,'_wp_page_template','elementor_header_footer'),(5083,779,'envato_tk_source_kit','556'),(5084,779,'envato_tk_source_index','11'),(5095,576,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5096,576,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a8cb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"987b000\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc72ec\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"318ab99\"}],\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(5104,576,'_elementor_page_assets','a:0:{}'),(5105,576,'_eael_custom_js',''),(5125,625,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5126,625,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Movie Night\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"\'Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A Salute to Veterans\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(5134,625,'_elementor_page_assets','a:0:{}'),(5135,625,'_eael_custom_js',''),(5207,256,'_elementor_pro_version','3.13.2'),(5208,795,'_elementor_edit_mode','builder'),(5209,795,'_elementor_template_type','page'),(5210,795,'_elementor_version','3.14.1'),(5211,795,'_elementor_pro_version','3.13.2'),(5212,795,'_elementor_data','[{\"id\":\"75227473\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"646\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e823963\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7462e095\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49b9dd48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"197466ef\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"405bed1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1de207aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"XI. Contact\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5da7d64e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"GET TO US\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"313ce8d5\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"432f1936\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61ccae20\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31c8490c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38ee1a97\",\"elType\":\"widget\",\"settings\":{\"title\":\"Arthoz Gallery of Art\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"37a0d328\",\"elType\":\"widget\",\"settings\":{\"title\":\"12 B San\'t Erasmo Venice, 808123 ITALY\\u200b\",\"header_size\":\"h4\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=04c45d0\"},\"align_tablet\":\"center\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71b4ad0c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ultricies integer quis auctor elit sed vulputate. Lacus viverra vita congue eu. <br \\/>Nam libero justo laoreet sit amet cursus sit amet. Sapien faucibus et molestie ac. Praesent semper <br \\/>feugiat nibh sed pulvinar. In metus vulputate eu scelerisque. Convallis aenean et tortor at risus.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"66e677ad\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26d28938\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"98da958\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"hover_transition\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"613881ff\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f29d407\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3879398\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"485e869\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"139d8657\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover More\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ccf7a32\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reservation\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49999a2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci sagittis eu volutpat. Lectus vestibulum mattis ullamcorper velit. Blandit massa enim nec dui nunc mattis enim ut. <\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b2db0db\",\"elType\":\"widget\",\"settings\":{\"title\":\"12 B San\'t Erasmo Venice, 808123 ITALY\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"235ecdd7\",\"elType\":\"widget\",\"settings\":{\"title\":\"781-562-9355 \\/ 781-727-6090\\n\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b4bc029\",\"elType\":\"widget\",\"settings\":{\"title\":\"arthozexhibition@mail.com\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=224280e\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bf74fa7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"79fa8ce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"_id\":\"de32f49\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"f98eb15\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"0352a3c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=021f300\",\"icon_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_secondary_color\":\"globals\\/colors?id=0aac0a0\",\"hover_primary_color\":\"globals\\/colors?id=ace1b65\"},\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"10d8b09e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33de144c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get in Touch\",\"header_size\":\"h3\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=3048fc2\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34913f0f\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"Name\",\"placeholder\":\"Name\",\"_id\":\"ec79360\",\"field_type\":\"text\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"placeholder\":\"Email\",\"_id\":\"9e55d19\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"placeholder\":\"Message\",\"_id\":\"b2356a0\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occurred.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There&#039;s something wrong. The form is invalid.\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"globals\\/colors?id=26318e7\",\"field_background_color\":\"globals\\/colors?id=2ac67e0\"},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5218,795,'_elementor_page_assets','a:0:{}'),(5219,795,'_wp_page_template','elementor_header_footer'),(5220,795,'envato_tk_source_kit','556'),(5221,795,'envato_tk_source_index','4'),(5811,578,'_elementor_edit_mode','builder'),(5812,578,'_elementor_template_type','wp-page'),(5813,578,'_elementor_version','3.16.2'),(5814,578,'_elementor_pro_version','3.13.2'),(5825,578,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5826,578,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493dbcb\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\",\"cards_show_read_more\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5834,578,'_elementor_page_assets','a:0:{}'),(5859,868,'_elementor_edit_mode','builder'),(5860,868,'_elementor_template_type','page'),(5861,868,'_elementor_version','3.14.1'),(5862,868,'_elementor_pro_version','3.13.2'),(5867,868,'_wp_page_template','default'),(5868,868,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(5869,868,'_elementor_data','[{\"id\":\"62d56739\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"6df4379b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2d3a916c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"14c605cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"62353790\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"5cc51490\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25,\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"64f00a8e\",\"elType\":\"widget\",\"settings\":{\"title\":\"About The Orchid City\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad568e8\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5877,868,'_elementor_page_assets','a:0:{}'),(6046,891,'_wp_attached_file','2023/07/Slide2-1.png'),(6047,891,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2023/07/Slide2-1.png\";s:8:\"filesize\";i:948252;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Slide2-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Slide2-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:38976;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Slide2-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:592746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6406,580,'_elementor_edit_mode','builder'),(6407,580,'_elementor_template_type','wp-page'),(6408,580,'_elementor_version','3.16.2'),(6409,580,'_elementor_pro_version','3.13.2'),(6428,580,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6429,580,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2106,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726531057-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(6437,580,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(6648,964,'_elementor_edit_mode','builder'),(6649,964,'_elementor_template_type','loop-item'),(6652,964,'_elementor_version','3.14.1'),(6653,964,'_elementor_pro_version','3.13.2'),(6654,964,'_elementor_source','post'),(6655,964,'_wp_page_template','default'),(6685,964,'_edit_lock','1690468770:1'),(6693,964,'_elementor_data','[]'),(6701,964,'_elementor_page_assets','a:0:{}'),(6844,989,'_elementor_edit_mode','builder'),(6845,989,'_elementor_template_type','single-page'),(6846,989,'_elementor_version','3.14.1'),(6847,989,'_elementor_pro_version','3.13.2'),(6852,989,'_wp_page_template','default'),(6853,989,'_elementor_data','[{\"id\":\"5ee90d5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2e51be54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55444281\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\",\"id\":544,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f9629a8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#866B21\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5f9f4291\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"61abfdb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69ae388d\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6860,989,'_elementor_page_assets','a:0:{}'),(6861,992,'_elementor_source','post'),(6862,992,'_elementor_edit_mode','builder'),(6863,992,'_elementor_template_type','section'),(6864,992,'_elementor_version','3.15.3'),(6865,992,'_elementor_pro_version','3.13.2'),(6866,992,'ekit_post_views_count','5'),(6867,992,'_edit_lock','1694496091:1'),(6881,992,'_wp_page_template','default'),(6882,992,'_elementor_data','[{\"id\":\"6f2ba85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31601962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"28bc8152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Lest-we-forget-min.png\",\"id\":2513,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49fdf0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"329eb287\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ae48843\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5770a4ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(6890,992,'_elementor_page_assets','a:0:{}'),(6979,1007,'_elementor_source','post'),(6980,1007,'_elementor_edit_mode','builder'),(6981,1007,'_elementor_template_type','section'),(6982,1007,'_elementor_version','3.15.3'),(6983,1007,'_elementor_pro_version','3.13.2'),(6984,1007,'_edit_lock','1694518587:1'),(6985,1007,'ekit_post_views_count','4'),(6991,1007,'_wp_page_template','default'),(6992,1007,'_elementor_data','[{\"id\":\"74543db9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"510cfbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1764ace0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/The-snowman-min.png\",\"id\":2516,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ecf2503\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2977af08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60981764\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45040af0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7000,1007,'_elementor_page_assets','a:0:{}'),(7132,1025,'_elementor_edit_mode','builder'),(7133,1025,'_elementor_template_type','section'),(7134,1025,'_elementor_version','3.14.1'),(7135,1025,'_elementor_pro_version','3.13.2'),(7140,1025,'_wp_page_template','default'),(7141,1025,'_elementor_data','[{\"id\":\"7863e246\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"40bd8193\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"3216c357\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide2-1.png\",\"id\":891,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e6e2a97\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"610c5160\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75125f69\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67730ef0\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7148,1025,'_elementor_page_assets','a:0:{}'),(7153,1030,'_elementor_source','post'),(7154,1030,'_elementor_edit_mode','builder'),(7155,1030,'_elementor_template_type','section'),(7156,1030,'_elementor_version','3.14.1'),(7157,1030,'_elementor_pro_version','3.13.2'),(7158,1030,'ekit_post_views_count','1'),(7159,1030,'_edit_lock','1690471098:1'),(7165,1030,'_wp_page_template','default'),(7166,1030,'_elementor_data','[{\"id\":\"7def320c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"433125c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"367e5600\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide2-1.png\",\"id\":891,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"28dcf166\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"73b7bf4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a9676d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f839ecd\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7174,1030,'_elementor_page_assets','a:0:{}'),(7175,1033,'_elementor_source','post'),(7176,1033,'_elementor_edit_mode','builder'),(7177,1033,'_elementor_template_type','section'),(7178,1033,'_elementor_version','3.15.3'),(7179,1033,'_elementor_pro_version','3.13.2'),(7180,1033,'_edit_lock','1694518781:1'),(7181,1033,'ekit_post_views_count','5'),(7191,1033,'_wp_page_template','default'),(7192,1033,'_elementor_data','[{\"id\":\"65e55001\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c003bd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1bd49c35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/This-is-a-brass-band-min.png\",\"id\":2519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fa0ac24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THIS IS A BRASS BAND\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67905ab3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discovering the Spirit of Music\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19bf3b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAT MAR 2, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"712d6a40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/this-is-a-brass-band\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7193,1033,'_elementor_page_assets','a:0:{}'),(7353,1053,'_elementor_template_type','page'),(7354,1053,'_edit_last','1'),(7355,1053,'_wp_page_template','default'),(7356,1053,'_edit_lock','1694518933:1'),(7357,1053,'_elementor_edit_mode','builder'),(7358,1053,'_elementor_version','3.15.3'),(7359,1053,'_elementor_pro_version','3.13.2'),(7360,1053,'ekit_post_views_count','6'),(7366,1053,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Once-upon-a-song-min.png\",\"id\":2525,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/once-upon-a-song\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(7373,1053,'_elementor_page_assets','a:0:{}'),(7455,1066,'_wp_attached_file','2023/07/image-002.png'),(7456,1066,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2023/07/image-002.png\";s:8:\"filesize\";i:2974450;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-002-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101570;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-002-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:882548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-002-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-002-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:536630;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-002-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1742113;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7457,1067,'_wp_attached_file','2023/07/image-003.png'),(7458,1067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2023/07/image-003.png\";s:8:\"filesize\";i:2933590;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-003-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94348;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-003-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:845235;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-003-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-003-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:511316;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-003-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1690487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7459,1068,'_wp_attached_file','2023/07/image-007.png'),(7460,1068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1397;s:6:\"height\";i:932;s:4:\"file\";s:21:\"2023/07/image-007.png\";s:8:\"filesize\";i:2278157;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-007-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118361;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-007-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1234334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-007-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-007-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:718836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7461,1069,'_wp_attached_file','2023/07/image-010.png'),(7462,1069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1554;s:6:\"height\";i:985;s:4:\"file\";s:21:\"2023/07/image-010.png\";s:8:\"filesize\";i:2476685;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-010-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103728;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-010-1024x649.png\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1103808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-010-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-010-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:647921;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"image-010-1536x974.png\";s:5:\"width\";i:1536;s:6:\"height\";i:974;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2274842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7463,1070,'_wp_attached_file','2023/07/image-012.png'),(7464,1070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:658;s:6:\"height\";i:505;s:4:\"file\";s:21:\"2023/07/image-012.png\";s:8:\"filesize\";i:600350;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-012-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-012-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7465,1071,'_wp_attached_file','2023/07/image-014.png'),(7466,1071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1011;s:6:\"height\";i:672;s:4:\"file\";s:21:\"2023/07/image-014.png\";s:8:\"filesize\";i:798718;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-014-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-014-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-014-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:489924;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7467,1072,'_wp_attached_file','2023/07/image-017.png'),(7468,1072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:235;s:4:\"file\";s:21:\"2023/07/image-017.png\";s:8:\"filesize\";i:84990;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-017-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-017-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7469,1073,'_wp_attached_file','2023/07/image-020.png'),(7470,1073,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1582;s:6:\"height\";i:2047;s:4:\"file\";s:21:\"2023/07/image-020.png\";s:8:\"filesize\";i:2137770;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-020-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77823;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-020-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:688385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-020-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:656072;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-020-1187x1536.png\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1346282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7471,1074,'_wp_attached_file','2023/07/image-026.png'),(7472,1074,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2023/07/image-026.png\";s:8:\"filesize\";i:1309714;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-026-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-026-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-026-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:732205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7473,1075,'_wp_attached_file','2023/07/image-029.png'),(7474,1075,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:21:\"2023/07/image-029.png\";s:8:\"filesize\";i:453889;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-029-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-029-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7475,1076,'_wp_attached_file','2023/07/image-031.jpg'),(7476,1076,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/07/image-031.jpg\";s:8:\"filesize\";i:230994;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-031-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12468;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-031-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-031-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51524;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-031-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160177;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7477,1077,'_wp_attached_file','2023/07/image-032.jpg'),(7478,1077,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/07/image-032.jpg\";s:8:\"filesize\";i:260985;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-032-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13652;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-032-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-032-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53658;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-032-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7479,1078,'_wp_attached_file','2023/07/image-034.jpg'),(7480,1078,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2023/07/image-034.jpg\";s:8:\"filesize\";i:329345;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-034-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15526;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-034-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-034-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7011;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-034-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70336;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-034-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7481,1079,'_wp_attached_file','2023/07/image-036.jpg'),(7482,1079,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2046;s:6:\"height\";i:2048;s:4:\"file\";s:21:\"2023/07/image-036.jpg\";s:8:\"filesize\";i:484829;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-036-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17470;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"image-036-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-036-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6041;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-036-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78690;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-036-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7483,1080,'_wp_attached_file','2023/07/image-038.jpg'),(7484,1080,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/07/image-038.jpg\";s:8:\"filesize\";i:271794;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-038-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15404;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-038-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-038-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63810;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-038-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7485,1081,'_wp_attached_file','2023/07/image-039.jpg'),(7486,1081,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/07/image-039.jpg\";s:8:\"filesize\";i:265610;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-039-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14603;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-039-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-039-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59996;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-039-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7487,1082,'_wp_attached_file','2023/07/image-041.jpg'),(7488,1082,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:21:\"2023/07/image-041.jpg\";s:8:\"filesize\";i:397500;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-041-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15363;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-041-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130400;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-041-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-041-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78883;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-041-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7489,1083,'_wp_attached_file','2023/07/image-042.jpg'),(7490,1083,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1368;s:4:\"file\";s:21:\"2023/07/image-042.jpg\";s:8:\"filesize\";i:511549;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-042-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17689;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-042-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-042-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-042-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97113;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-042-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7491,1084,'_wp_attached_file','2023/07/image-044.jpg'),(7492,1084,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/07/image-044.jpg\";s:8:\"filesize\";i:383164;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-044-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16237;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-044-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117271;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-044-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72119;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-044-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244969;}s:24:\"elementor_custom_400x600\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/image-044-qa1bw1pspagto0d4celjons97upuirsifue0l1iank.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_600x800\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/image-044-qa1bw1pv501ow0ol68bvwtgzaj53ua7y7fkcvugqps.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_800x800\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/image-044-qa1bw1pxkplf6ubhbwpb2rholinym0p0s1r14qd8ow.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"elementor_custom_700x850\";a:4:{s:4:\"file\";s:73:\"elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7493,1085,'_wp_attached_file','2023/07/image-045.png'),(7494,1085,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2023/07/image-045.png\";s:8:\"filesize\";i:1862733;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-045-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107391;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-045-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1035149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-045-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-045-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:625880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7575,1095,'_elementor_edit_mode','builder'),(7576,1095,'_elementor_template_type','page'),(7577,1095,'_elementor_version','3.14.1'),(7578,1095,'_elementor_pro_version','3.13.2'),(7583,1095,'_wp_page_template','default'),(7584,1095,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7585,1095,'_elementor_data','[{\"id\":\"4777c6bc\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"47c84668\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"28cdfa8d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"303051aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"55aa04f4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"76ecd0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25,\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[{\"id\":\"5a0872e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ab03427\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"eael_wrapper_link_switch\":\"\",\"eael_wrapper_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d8deec2\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"618cde3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ec3e420\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30c38c6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"369546e4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"28ed1c8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"174b316\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"648fa490\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b4d5a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37ced416\",\"elType\":\"widget\",\"settings\":{\"editor\":\"From classical to jazz, rock to rhythm & blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58b011d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28ec8b85\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_arrow\":\"\",\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e9a1d79\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72d0b1be\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"19a114d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Performances & Events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21ea54d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d3c6fbd\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6521ca64\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7c94744\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3e17b127\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes  conducted or performed by members and musicians of the Orchid City Brass Band.\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"799a187b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7593,1095,'_elementor_page_assets','a:0:{}'),(7603,1099,'_elementor_edit_mode','builder'),(7604,1099,'_elementor_template_type','section'),(7605,1099,'_elementor_version','3.14.1'),(7606,1099,'_elementor_pro_version','3.13.2'),(7611,1099,'_wp_page_template','default'),(7612,1099,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7613,1099,'_elementor_data','[{\"id\":\"543bbe4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3efeddff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"_inline_size_tablet\":65,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"background_image\":{\"id\":\"\",\"url\":\"\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"margin\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_bg_width_mobile\":{\"unit\":\"px\",\"size\":352,\"sizes\":[]}},\"elements\":[{\"id\":\"5446d63c\",\"elType\":\"widget\",\"settings\":{\"title\":\"NOVEMBER 5, 2023\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"_background_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"_background_background\":\"classic\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_element_vertical_align\":\"flex-start\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":-70,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_z_index\":1,\"_background_color\":\"#92278F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45dac9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\",\"id\":544,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2257632e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=26318e7\"},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d579acf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"globals\\/colors?id=021f300\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#866B21\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"217d8fb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41b95150\",\"elType\":\"widget\",\"settings\":{\"editor\":\"First Presbyterian Church, 717 Prosperity Farms Rd, North Palm Beach, FL 33408\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2a90c733\",\"elType\":\"widget\",\"settings\":{\"text\":\"get ticket\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"25\",\"bottom\":\"12\",\"left\":\"37\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}]'),(7621,1099,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(7732,964,'ekit_post_views_count','1'),(7760,964,'_elementor_screenshot_failed','2023-07-27 16:09:44'),(7762,989,'ekit_post_views_count','1'),(7763,989,'_elementor_screenshot_failed','2023-07-27 16:10:03'),(7764,1125,'_edit_last','1'),(7765,1125,'_edit_lock','1693977236:1'),(7766,1125,'_wp_page_template','default'),(7769,1125,'gallery_images',''),(7770,1125,'video_url','https://www.youtube.com/embed/nrJtHemSPW4'),(7771,1125,'audio_url',''),(7772,1125,'quote_text',''),(7783,1132,'_wp_attached_file','2023/07/closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes.jpg'),(7784,1132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:82:\"2023/07/closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes.jpg\";s:8:\"filesize\";i:398335;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17976;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70043;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:84:\"closeup-of-a-beautiful-and-shiny-golden-saxophone-lying-on-music-notes-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203623;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7785,1133,'_wp_attached_file','2023/07/trumpet-player-in-military-fanfare.jpg'),(7786,1133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1334;s:4:\"file\";s:46:\"2023/07/trumpet-player-in-military-fanfare.jpg\";s:8:\"filesize\";i:320016;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"trumpet-player-in-military-fanfare-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17534;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"trumpet-player-in-military-fanfare-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"trumpet-player-in-military-fanfare-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9658;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"trumpet-player-in-military-fanfare-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61092;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"trumpet-player-in-military-fanfare-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168114;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7787,1132,'envato_elements','Q3SAWXY'),(7788,1132,'_wp_attachment_image_alt','Closeup of a beautiful and shiny golden saxophone lying on music notes'),(7789,1132,'envato_elements_download_event','Q3SAWXY'),(7790,1133,'envato_elements','WJBN5M3'),(7791,1133,'_wp_attachment_image_alt','Trumpet player in military fanfare'),(7792,1133,'envato_elements_download_event','WJBN5M3'),(7793,1134,'_wp_attached_file','2023/07/male-jazz-performer-plays-the-saxophone-on-stage.jpg'),(7794,1134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:60:\"2023/07/male-jazz-performer-plays-the-saxophone-on-stage.jpg\";s:8:\"filesize\";i:286803;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"male-jazz-performer-plays-the-saxophone-on-stage-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16240;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"male-jazz-performer-plays-the-saxophone-on-stage-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"male-jazz-performer-plays-the-saxophone-on-stage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"male-jazz-performer-plays-the-saxophone-on-stage-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55351;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"male-jazz-performer-plays-the-saxophone-on-stage-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7795,1135,'_wp_attached_file','2023/07/saxophonist-fingers-playing-a-piece-during-a-street-festival-.jpg'),(7796,1135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:73:\"2023/07/saxophonist-fingers-playing-a-piece-during-a-street-festival-.jpg\";s:8:\"filesize\";i:424354;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"saxophonist-fingers-playing-a-piece-during-a-street-festival--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18726;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"saxophonist-fingers-playing-a-piece-during-a-street-festival--1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"saxophonist-fingers-playing-a-piece-during-a-street-festival--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"saxophonist-fingers-playing-a-piece-during-a-street-festival--768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72622;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:75:\"saxophonist-fingers-playing-a-piece-during-a-street-festival--1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7797,1134,'envato_elements','N52XESJ'),(7798,1134,'_wp_attachment_image_alt','Male jazz performer plays the saxophone on stage'),(7799,1134,'envato_elements_download_event','N52XESJ'),(7800,1135,'envato_elements','44ATJPV'),(7801,1135,'_wp_attachment_image_alt','Saxophonist fingers playing a piece during a street festival.'),(7802,1135,'envato_elements_download_event','44ATJPV'),(7803,1125,'_thumbnail_id','319'),(7808,1136,'_edit_last','1'),(7809,1136,'_edit_lock','1693977809:1'),(7810,1136,'_thumbnail_id','321'),(7811,1136,'_wp_page_template','default'),(7814,1136,'gallery_images',''),(7815,1136,'video_url','https://www.youtube.com/embed/nrJtHemSPW4'),(7816,1136,'audio_url',''),(7817,1136,'quote_text',''),(7818,1138,'_edit_last','1'),(7819,1138,'_edit_lock','1693977591:1'),(7820,1138,'_thumbnail_id','371'),(7821,1138,'_wp_page_template','default'),(7824,1138,'gallery_images',''),(7825,1138,'video_url','https://www.youtube.com/embed/nrJtHemSPW4'),(7826,1138,'audio_url',''),(7827,1138,'quote_text',''),(7828,1140,'_edit_last','1'),(7829,1140,'_edit_lock','1690475565:1'),(7830,1141,'_wp_attached_file','2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg'),(7831,1141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1330;s:4:\"file\";s:94:\"2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg\";s:8:\"filesize\";i:148117;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:94:\"musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9144;}s:5:\"large\";a:5:{s:4:\"file\";s:95:\"musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:94:\"musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:94:\"musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27712;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:96:\"musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage--1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7832,1141,'envato_elements','Z4FT3Y4'),(7833,1141,'_wp_attachment_image_alt','Musician Duo band playing the Trumpet with spot light and lens flare on the stage,'),(7834,1141,'envato_elements_download_event','Z4FT3Y4'),(7835,1140,'_thumbnail_id','1141'),(7836,1140,'_wp_page_template','default'),(7839,1140,'gallery_images',''),(7840,1140,'video_url','https://www.youtube.com/embed/nrJtHemSPW4'),(7841,1140,'audio_url',''),(7842,1140,'quote_text',''),(7868,1140,'ekit_post_views_count','4'),(7896,1138,'ekit_post_views_count','42'),(7897,1136,'ekit_post_views_count','33'),(7930,578,'_eael_custom_js',''),(8071,1169,'_elementor_edit_mode','builder'),(8072,1169,'_elementor_template_type','page'),(8073,1169,'_elementor_version','3.14.1'),(8074,1169,'_elementor_pro_version','3.13.2'),(8075,1169,'_elementor_data','[{\"id\":\"4bcf31b1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":\"1106\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cover.png\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a728ac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b541495\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f42706e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3737870c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f5a6d74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=021f300\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e2160fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"X. Blog\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88673ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"EXHIBITION NEWS\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\",\"text_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=7467460\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#B7B7B7\",\"text_color\":\"#B8AA70\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b9c6375\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2115f2a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7afd55ec\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717d857c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d5bc6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog Post\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d963e47\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[\"date\"],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#B7B7B7\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#3C3C3C\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#595959\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"\",\"cards_card_bg_color\":\"#F9F2EC\",\"pagination_type\":\"prev_next\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"globals\\/colors?id=369660e\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"globals\\/colors?id=3d9aa51\",\"cards_meta_color\":\"globals\\/colors?id=224280e\",\"cards_meta_separator_color\":\"globals\\/colors?id=26318e7\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"globals\\/colors?id=021f300\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"globals\\/typography?id=04c45d0\",\"cards_meta_typography_typography\":\"globals\\/typography?id=accent\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"globals\\/typography?id=339e18a\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Mirza\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#696141\",\"cards_badge_color\":\"#E4E4E4\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#B7B7B7\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#696141\",\"pagination_color\":\"#171717\",\"pagination_hover_color\":\"#B8AA70\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"load_more_spinner\":{\"value\":\"fas fa-spinner\",\"library\":\"fa-solid\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8081,1169,'_elementor_page_assets','a:0:{}'),(8082,1169,'_eael_custom_js',''),(8083,1169,'_wp_page_template','elementor_header_footer'),(8084,1169,'envato_tk_source_kit','556'),(8085,1169,'envato_tk_source_index','8'),(8135,53927,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"fe6d6c9\";s:8:\"settings\";a:17:{s:3:\"gap\";s:2:\"no\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"80\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";s:8:\"isLinked\";b:0;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"60\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"60\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:16:\"background_color\";s:7:\"#F5F5F5\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:5:{s:2:\"id\";s:7:\"089d853\";s:8:\"settings\";a:13:{s:12:\"_column_size\";i:100;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"af7f48b\";s:8:\"settings\";a:12:{s:5:\"title\";s:19:\"Our Amazing Clients\";s:11:\"header_size\";s:2:\"h3\";s:5:\"align\";s:6:\"center\";s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:1;}s:15:\"_padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:5:{s:2:\"id\";s:7:\"f1b724a\";s:8:\"settings\";a:14:{s:3:\"gap\";s:2:\"no\";s:9:\"structure\";s:2:\"50\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:5:{i:0;a:5:{s:2:\"id\";s:7:\"05fc16b\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:20;s:12:\"_inline_size\";N;s:19:\"_inline_size_mobile\";i:50;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"c2df6a6\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:86:\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"428c9b0\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:20;s:12:\"_inline_size\";N;s:19:\"_inline_size_mobile\";i:50;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"6ff313d\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:86:\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"559e46f\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:20;s:12:\"_inline_size\";N;s:19:\"_inline_size_mobile\";i:50;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"fb2c798\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:86:\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"2c0b4b0\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:20;s:12:\"_inline_size\";N;s:19:\"_inline_size_mobile\";i:50;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"4c17a53\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:86:\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:4;a:5:{s:2:\"id\";s:7:\"7717fe2\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:20;s:12:\"_inline_size\";N;s:19:\"_inline_size_mobile\";i:50;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"3da1440\";s:8:\"settings\";a:9:{s:5:\"image\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:86:\"https://orchidcitybrass.org/wp-content/plugins/elementor/assets/images/placeholder.png\";}s:5:\"width\";a:3:{s:4:\"unit\";s:1:\"%\";s:4:\"size\";i:90;s:5:\"sizes\";a:0:{}}s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}'),(8239,580,'_eael_custom_js',''),(8312,1197,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:15:\"CoWorking Space\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:12:\"Home 1 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-1-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:22:\"screenshots/home-3.jpg\";s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:3;a:7:{s:4:\"name\";s:12:\"Home 4 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-4-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:4;a:7:{s:4:\"name\";s:10:\"Home 5 Pro\";s:10:\"screenshot\";s:26:\"screenshots/home-5-pro.jpg\";s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:5;a:7:{s:4:\"name\";s:7:\"About 1\";s:10:\"screenshot\";s:23:\"screenshots/about-1.jpg\";s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:13:\"About 2 (Pro)\";s:10:\"screenshot\";s:28:\"screenshots/about-2-pro-.jpg\";s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:7;a:7:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:13:\"Pricing (Pro)\";s:10:\"screenshot\";s:28:\"screenshots/pricing-pro-.jpg\";s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:10;a:7:{s:4:\"name\";s:8:\"Benefits\";s:10:\"screenshot\";s:24:\"screenshots/benefits.jpg\";s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:3:\"FAQ\";s:10:\"screenshot\";s:19:\"screenshots/faq.jpg\";s:6:\"source\";s:51:\"templates/faq-2b709df42e83c8e9e30403ecc0a8d66e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:15:\"Contact 2 (Pro)\";s:10:\"screenshot\";s:30:\"screenshots/contact-2-pro-.jpg\";s:6:\"source\";s:61:\"templates/contact-2-pro-0420b5103bdf34a39cb46282693647a2.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-5a6125ba2734724dfea1b972c14fd021.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:49:{i:0;a:5:{s:8:\"filename\";s:40:\"mika-baumeister-M1-cOZaGHbI-unsplash.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/mika-baumeister-M1-cOZaGHbI-unsplash-500x500.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:371158;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1920;}}i:1;a:5:{s:8:\"filename\";s:32:\"windows-C6T6vr1sQI0-unsplash.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/windows-C6T6vr1sQI0-unsplash-500x333.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:7;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}}s:8:\"filesize\";i:232206;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:2;a:5:{s:8:\"filename\";s:40:\"mika-baumeister-LaqL8nxiacc-unsplash.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/mika-baumeister-LaqL8nxiacc-unsplash-500x334.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:7;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}i:8;a:2:{s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:162847;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}}i:3;a:5:{s:8:\"filename\";s:41:\"christian-mackie-lDlU1zbjGQA-unsplash.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/christian-mackie-lDlU1zbjGQA-unsplash-500x333.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:7;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:8;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}i:9;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:208206;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:4;a:5:{s:8:\"filename\";s:48:\"standsome-worklifestyle-ZmwxGJxLoSk-unsplash.jpg\";s:13:\"thumbnail_url\";s:131:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/standsome-worklifestyle-ZmwxGJxLoSk-unsplash-500x334.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:212868;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}}i:5;a:5:{s:8:\"filename\";s:42:\"s-o-c-i-a-l-c-u-t-r0saAQNjEjQ-unsplash.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/s-o-c-i-a-l-c-u-t-r0saAQNjEjQ-unsplash-500x333.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-0420b5103bdf34a39cb46282693647a2.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:276053;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:6;a:5:{s:8:\"filename\";s:35:\"good-faces-Mff42ssF9XE-unsplash.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/good-faces-Mff42ssF9XE-unsplash-500x333.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:167202;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1278;}}i:7;a:5:{s:8:\"filename\";s:34:\"copernico-PXilGoBofu8-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/copernico-PXilGoBofu8-unsplash-500x333.jpg\";s:9:\"templates\";a:12:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:6;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:7;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:8;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:9;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}i:10;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}i:11;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-0420b5103bdf34a39cb46282693647a2.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:276209;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:8;a:5:{s:8:\"filename\";s:12:\"fe4a5cbf.jpg\";s:13:\"thumbnail_url\";s:87:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/fe4a5cbf.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}}s:8:\"filesize\";i:175925;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:9;a:5:{s:8:\"filename\";s:9:\"ava04.jpg\";s:13:\"thumbnail_url\";s:84:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/ava04.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:51:\"templates/faq-2b709df42e83c8e9e30403ecc0a8d66e.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:40292;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}}i:10;a:5:{s:8:\"filename\";s:9:\"ava09.jpg\";s:13:\"thumbnail_url\";s:84:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/ava09.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:51:\"templates/faq-2b709df42e83c8e9e30403ecc0a8d66e.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:28149;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}}i:11;a:5:{s:8:\"filename\";s:11:\"logo-08.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-08.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-1-pro-5dc6761160c6bbba948cf53f4b925276.json\";s:4:\"name\";s:12:\"Home 1 (Pro)\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}i:3;a:2:{s:6:\"source\";s:61:\"templates/contact-2-pro-0420b5103bdf34a39cb46282693647a2.json\";s:4:\"name\";s:15:\"Contact 2 (Pro)\";}}s:8:\"filesize\";i:8791;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:12;a:5:{s:8:\"filename\";s:15:\"upload_64px.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/upload_64px.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:1434;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:64;}}i:13;a:5:{s:8:\"filename\";s:14:\"happy_64px.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/happy_64px.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:1280;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:14;a:5:{s:8:\"filename\";s:21:\"presentation_64px.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/presentation_64px.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:699;s:10:\"dimensions\";a:2:{i:0;i:62;i:1;i:64;}}i:15;a:5:{s:8:\"filename\";s:15:\"laptop_64px.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/laptop_64px.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:481;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:64;}}i:16;a:5:{s:8:\"filename\";s:13:\"bike_64px.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/bike_64px.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:2002;s:10:\"dimensions\";a:2:{i:0;i:112;i:1;i:64;}}i:17;a:5:{s:8:\"filename\";s:16:\"map-pin_64px.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/map-pin_64px.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1291;s:10:\"dimensions\";a:2:{i:0;i:48;i:1;i:64;}}i:18;a:5:{s:8:\"filename\";s:35:\"disruptivo-G9nuywoBMcc-unsplash.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/disruptivo-G9nuywoBMcc-unsplash-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:3;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:318148;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:19;a:5:{s:8:\"filename\";s:48:\"jean-philippe-delberghe-PVQnaFyePvU-unsplash.jpg\";s:13:\"thumbnail_url\";s:131:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/jean-philippe-delberghe-PVQnaFyePvU-unsplash-500x750.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:2;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:212434;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:20;a:5:{s:8:\"filename\";s:16:\"3415097a27e7.jpg\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/3415097a27e7.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:365482;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}}i:21;a:5:{s:8:\"filename\";s:32:\"windows-W1N58KDE8r0-unsplash.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/windows-W1N58KDE8r0-unsplash-500x749.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:2;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}}s:8:\"filesize\";i:193453;s:10:\"dimensions\";a:2:{i:0;i:1281;i:1;i:1920;}}i:22;a:5:{s:8:\"filename\";s:36:\"jesse-smith-R0cJIcBpE70-unsplash.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/jesse-smith-R0cJIcBpE70-unsplash-500x667.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/about-2-pro-f3ace682a5f1f5f11e0bfbb05cbd0608.json\";s:4:\"name\";s:13:\"About 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:250970;s:10:\"dimensions\";a:2:{i:0;i:1440;i:1;i:1920;}}i:23;a:5:{s:8:\"filename\";s:39:\"laura-davidson-QBAH4IldaZY-unsplash.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/laura-davidson-QBAH4IldaZY-unsplash-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:3;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}}s:8:\"filesize\";i:141242;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:24;a:5:{s:8:\"filename\";s:11:\"2123967.jpg\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/2123967.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:51:\"templates/faq-2b709df42e83c8e9e30403ecc0a8d66e.json\";s:4:\"name\";s:3:\"FAQ\";}}s:8:\"filesize\";i:326830;s:10:\"dimensions\";a:2:{i:0;i:1982;i:1;i:1200;}}i:25;a:5:{s:8:\"filename\";s:11:\"logo-04.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-04.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-bc7afcadfea3a9d55769a261f9674d7d.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}}s:8:\"filesize\";i:9490;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:26;a:5:{s:8:\"filename\";s:18:\"lightbulb_64px.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/lightbulb_64px.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/benefits-254ec00519637398e3788d6fd53c08b9.json\";s:4:\"name\";s:8:\"Benefits\";}}s:8:\"filesize\";i:1089;s:10:\"dimensions\";a:2:{i:0;i:44;i:1;i:64;}}i:27;a:5:{s:8:\"filename\";s:11:\"logo-07.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-07.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:9891;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:28;a:5:{s:8:\"filename\";s:11:\"logo-06.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-06.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:8307;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:29;a:5:{s:8:\"filename\";s:11:\"logo-05.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-05.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:9933;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:30;a:5:{s:8:\"filename\";s:53:\"logo-3-omxh07mlaz11ahsjmn1ilr489bniwiilksm1pkn618.png\";s:13:\"thumbnail_url\";s:128:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-3-omxh07mlaz11ahsjmn1ilr489bniwiilksm1pkn618.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:7726;s:10:\"dimensions\";a:2:{i:0;i:130;i:1;i:46;}}i:31;a:5:{s:8:\"filename\";s:11:\"logo-03.png\";s:13:\"thumbnail_url\";s:86:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/logo-03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:8623;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:300;}}i:32;a:5:{s:8:\"filename\";s:15:\"pencil_64px.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/pencil_64px.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-1562af74153f4710e18caadd02976372.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/contact-2b2fb94e84272078e2962f14aa38f7a5.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:963;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:33;a:5:{s:8:\"filename\";s:13:\"downarrow.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/downarrow.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-4-pro-3500fb80b1e679f96bd1e0019092881b.json\";s:4:\"name\";s:12:\"Home 4 (Pro)\";}}s:8:\"filesize\";i:486;s:10:\"dimensions\";a:2:{i:0;i:48;i:1;i:100;}}i:34;a:5:{s:8:\"filename\";s:40:\"nordwood-themes-EZSm8xRjnX0-unsplash.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/nordwood-themes-EZSm8xRjnX0-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:1;a:2:{s:6:\"source\";s:59:\"templates/pricing-pro-5385519c054aa60364c08b403482c4b9.json\";s:4:\"name\";s:13:\"Pricing (Pro)\";}}s:8:\"filesize\";i:119663;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:35;a:5:{s:8:\"filename\";s:9:\"ava08.jpg\";s:13:\"thumbnail_url\";s:84:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/ava08.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:18049;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}}i:36;a:5:{s:8:\"filename\";s:38:\"michael-frattaroli-234665-unsplash.jpg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/michael-frattaroli-234665-unsplash.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:191498;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1600;}}i:37;a:5:{s:8:\"filename\";s:38:\"philipe-cavalcante-539505-unsplash.jpg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/philipe-cavalcante-539505-unsplash.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-5-pro-3461692111337374212db7966f2e79b9.json\";s:4:\"name\";s:10:\"Home 5 Pro\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:736217;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1600;}}i:38;a:5:{s:8:\"filename\";s:9:\"ava07.jpg\";s:13:\"thumbnail_url\";s:84:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/ava07.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-1-ec3dc674d6a4eb6ecd9040c95b959115.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:27187;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}}i:39;a:5:{s:8:\"filename\";s:19:\"downarrow_white.png\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/downarrow_white.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-107382f6d53d17bb427e16f75aa447b0.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:2093;s:10:\"dimensions\";a:2:{i:0;i:48;i:1;i:100;}}i:40;a:5:{s:8:\"filename\";s:49:\"beautiful-business-business-executive-2381069.jpg\";s:13:\"thumbnail_url\";s:132:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/beautiful-business-business-executive-2381069-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:98858;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:41;a:5:{s:8:\"filename\";s:24:\"pexels-photo-773371.jpeg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/pexels-photo-773371-500x333.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:128601;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:853;}}i:42;a:5:{s:8:\"filename\";s:40:\"44d999d1-9c76-4586-accf-abab3fe35f5d.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/44d999d1-9c76-4586-accf-abab3fe35f5d-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:775388;s:10:\"dimensions\";a:2:{i:0;i:2289;i:1;i:2289;}}i:43;a:5:{s:8:\"filename\";s:24:\"pexels-photo-428338.jpeg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/pexels-photo-428338-500x334.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:33246;s:10:\"dimensions\";a:2:{i:0;i:640;i:1;i:427;}}i:44;a:5:{s:8:\"filename\";s:24:\"pexels-photo-220453.jpeg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/pexels-photo-220453-500x749.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:74016;s:10:\"dimensions\";a:2:{i:0;i:640;i:1;i:959;}}i:45;a:5:{s:8:\"filename\";s:31:\"man-crazy-funny-dude-45882.jpeg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/man-crazy-funny-dude-45882-500x369.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:100686;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:944;}}i:46;a:5:{s:8:\"filename\";s:40:\"279a6fa9-c94a-42cd-8843-711aab5d6c4f.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2018/08/279a6fa9-c94a-42cd-8843-711aab5d6c4f-500x332.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}i:1;a:2:{s:6:\"source\";s:53:\"templates/popup-5a6125ba2734724dfea1b972c14fd021.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:352545;s:10:\"dimensions\";a:2:{i:0;i:2312;i:1;i:1536;}}i:47;a:5:{s:8:\"filename\";s:40:\"jordan-epperson-wDw5XKpR7Tc-unsplash.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/jordan-epperson-wDw5XKpR7Tc-unsplash-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:129954;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:48;a:5:{s:8:\"filename\";s:37:\"wander-fleur-lj-RMh2bOSc-unsplash.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-60/wp-content/uploads/sites/63/2021/04/wander-fleur-lj-RMh2bOSc-unsplash-500x319.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/team-7681ef8746f2a3113b8a84a69b2dd43e.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:153794;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1226;}}}}'),(8313,1197,'envato_tk_folder_name','038756abd87cab58ad08a3a05b850b3d'),(8314,1197,'envato_tk_builder','elementor'),(8315,1197,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/038756abd87cab58ad08a3a05b850b3d/source-1197.zip'),(8316,1197,'envato_elements_download_event','63-3-2bddc9385d91261d861c29775954a561'),(8317,1198,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:13:\"Notary Public\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:10:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:12:\"Home 3 (Pro)\";s:10:\"screenshot\";s:27:\"screenshots/home-3-pro-.jpg\";s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:8:{s:4:\"name\";s:14:\"Service Detail\";s:10:\"screenshot\";s:30:\"screenshots/service-detail.jpg\";s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:5;a:7:{s:4:\"name\";s:16:\"Services 2 (Pro)\";s:10:\"screenshot\";s:31:\"screenshots/services-2-pro-.jpg\";s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:16:\"About Us 2 (Pro)\";s:10:\"screenshot\";s:31:\"screenshots/about-us-2-pro-.jpg\";s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:0:{}}i:8;a:7:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:16:\"Contact Us (Pro)\";s:10:\"screenshot\";s:31:\"screenshots/contact-us-pro-.jpg\";s:6:\"source\";s:62:\"templates/contact-us-pro-93aa3a6e81e2bd67ef6a467f0f088706.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:27:{i:0;a:5:{s:8:\"filename\";s:25:\"three-women-in-office.jpg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/three-women-in-office-500x333.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:4:\"name\";s:14:\"Service Detail\";}i:5;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:6;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}i:7;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}i:8;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-93aa3a6e81e2bd67ef6a467f0f088706.json\";s:4:\"name\";s:16:\"Contact Us (Pro)\";}}s:8:\"filesize\";i:207853;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:1;a:5:{s:8:\"filename\";s:39:\"chris-brignola-X2CxUXFqKcM-unsplash.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/chris-brignola-X2CxUXFqKcM-unsplash-500x333.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:4:\"name\";s:14:\"Service Detail\";}i:5;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}i:7;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-93aa3a6e81e2bd67ef6a467f0f088706.json\";s:4:\"name\";s:16:\"Contact Us (Pro)\";}}s:8:\"filesize\";i:457350;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:2;a:5:{s:8:\"filename\";s:29:\"bluesuitbro_transparent-1.png\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/bluesuitbro_transparent-1-500x834.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:4:\"name\";s:14:\"Service Detail\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:770134;s:10:\"dimensions\";a:2:{i:0;i:618;i:1;i:1031;}}i:3;a:5:{s:8:\"filename\";s:15:\"ribbon_64px.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/ribbon_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:648;s:10:\"dimensions\";a:2:{i:0;i:56;i:1;i:64;}}i:4;a:5:{s:8:\"filename\";s:18:\"documents_64px.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/documents_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:592;s:10:\"dimensions\";a:2:{i:0;i:68;i:1;i:64;}}i:5;a:5:{s:8:\"filename\";s:15:\"pencil_64px.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/pencil_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:963;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:6;a:5:{s:8:\"filename\";s:37:\"luke-michael-DUV8TJtD2QY-unsplash.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/luke-michael-DUV8TJtD2QY-unsplash-500x331.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:206033;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1272;}}i:7;a:5:{s:8:\"filename\";s:26:\"business-women-working.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/business-women-working-500x333.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:4:\"name\";s:14:\"Service Detail\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:5;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:249342;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:8;a:5:{s:8:\"filename\";s:14:\"quote_64px.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/quote_64px.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d9b539fcf522c4a28c922e21a8b97426.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:1360;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:9;a:5:{s:8:\"filename\";s:46:\"modern-business-woman-portrait-transparent.png\";s:13:\"thumbnail_url\";s:131:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/modern-business-woman-portrait-transparent-500x709.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:868617;s:10:\"dimensions\";a:2:{i:0;i:705;i:1;i:1000;}}i:10;a:5:{s:8:\"filename\";s:13:\"edit_64px.png\";s:13:\"thumbnail_url\";s:90:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/edit_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}}s:8:\"filesize\";i:900;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:11;a:5:{s:8:\"filename\";s:15:\"wallet_64px.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/wallet_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}}s:8:\"filesize\";i:867;s:10:\"dimensions\";a:2:{i:0;i:76;i:1;i:64;}}i:12;a:5:{s:8:\"filename\";s:17:\"envelope_64px.png\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/envelope_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}}s:8:\"filesize\";i:1079;s:10:\"dimensions\";a:2:{i:0;i:76;i:1;i:64;}}i:13;a:5:{s:8:\"filename\";s:18:\"lifesaver_64px.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/lifesaver_64px.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-09289c00e408994a8d07a03d59d54e35.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}}s:8:\"filesize\";i:2025;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:14;a:5:{s:8:\"filename\";s:37:\"sean-pollock-PhYq704ffdA-unsplash.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/sean-pollock-PhYq704ffdA-unsplash-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/services-2-pro-2d79d5a0cbc9177d38079c484510fe64.json\";s:4:\"name\";s:16:\"Services 2 (Pro)\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:4;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:597511;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:15;a:5:{s:8:\"filename\";s:43:\"cytonn-photography-GJao3ZTX9gU-unsplash.jpg\";s:13:\"thumbnail_url\";s:128:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/cytonn-photography-GJao3ZTX9gU-unsplash-500x334.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/service-detail-add7109e7070621756920dba19f0a7b6.json\";s:4:\"name\";s:14:\"Service Detail\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:212177;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1282;}}i:16;a:5:{s:8:\"filename\";s:27:\"bluesuitbro_transparent.png\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/bluesuitbro_transparent-500x834.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:770134;s:10:\"dimensions\";a:2:{i:0;i:618;i:1;i:1031;}}i:17;a:5:{s:8:\"filename\";s:22:\"professional-woman.jpg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/professional-woman-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-b822bdaeabd2ed20de15f6d1f745589f.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:199561;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:18;a:5:{s:8:\"filename\";s:34:\"modern-business-woman-portrait.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/modern-business-woman-portrait-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:225419;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:19;a:5:{s:8:\"filename\";s:36:\"helloquence-OQMZwNd3ThU-unsplash.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/helloquence-OQMZwNd3ThU-unsplash-500x334.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/home-3-pro-d49981741788ccc7f41937343d08fe2c.json\";s:4:\"name\";s:12:\"Home 3 (Pro)\";}}s:8:\"filesize\";i:309074;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}}i:20;a:5:{s:8:\"filename\";s:12:\"client01.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/client01-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:14535;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:682;}}i:21;a:5:{s:8:\"filename\";s:11:\"client3.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/client3-500x332.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:19626;s:10:\"dimensions\";a:2:{i:0;i:1024;i:1;i:679;}}i:22;a:5:{s:8:\"filename\";s:11:\"client2.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/client2-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:16310;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:600;}}i:23;a:5:{s:8:\"filename\";s:11:\"client4.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/client4-500x333.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/services-f6a71f7caf42e3f50b924f4adfa2fa53.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:13737;s:10:\"dimensions\";a:2:{i:0;i:900;i:1;i:600;}}i:24;a:5:{s:8:\"filename\";s:34:\"beautiful-beauty-blond-1587009.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/beautiful-beauty-blond-1587009-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/about-us-2-pro-551f825c0a2b018227a3cfe2bb1c56d1.json\";s:4:\"name\";s:16:\"About Us 2 (Pro)\";}}s:8:\"filesize\";i:230449;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}}i:25;a:5:{s:8:\"filename\";s:10:\"map-bw.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/map-bw-500x146.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/contact-us-d6abd733870e20b1344e0d904c4dce12.json\";s:4:\"name\";s:10:\"Contact Us\";}i:1;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-93aa3a6e81e2bd67ef6a467f0f088706.json\";s:4:\"name\";s:16:\"Contact Us (Pro)\";}}s:8:\"filesize\";i:270663;s:10:\"dimensions\";a:2:{i:0;i:2144;i:1;i:627;}}i:26;a:5:{s:8:\"filename\";s:12:\"map_64px.png\";s:13:\"thumbnail_url\";s:89:\"https://wp.envatoextensions.com/kit-195/wp-content/uploads/sites/191/2019/10/map_64px.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/contact-us-pro-93aa3a6e81e2bd67ef6a467f0f088706.json\";s:4:\"name\";s:16:\"Contact Us (Pro)\";}}s:8:\"filesize\";i:2101;s:10:\"dimensions\";a:2:{i:0;i:82;i:1;i:64;}}}}'),(8318,1198,'envato_tk_folder_name','45ad540da96954aa46c8e26e19b860a6'),(8319,1198,'envato_tk_builder','elementor'),(8320,1198,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/45ad540da96954aa46c8e26e19b860a6/source-1198.zip'),(8321,1198,'envato_elements_download_event','191-3-70eb4764a3aad3cc77f142b87fa4920d'),(8478,1251,'_elementor_edit_mode','builder'),(8479,1251,'_elementor_template_type','section'),(8481,1251,'_elementor_version','3.14.1'),(8482,1251,'_elementor_pro_version','3.13.2'),(8483,1251,'_elementor_data','[{\"id\":\"2d7b9372\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.179999999999999993338661852249060757458209991455078125},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1199\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/chris-brignola-X2CxUXFqKcM-unsplash.jpg\"},\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-527,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"803edb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1215,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-1.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7e883cd5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":557},\"text_align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a81e560\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6aeb2630\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7a75e650\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":82},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.1999999999999999555910790149937383830547332763671875},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1214,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align_mobile\":\"center\",\"typography_text_transform\":\"capitalize\",\"header_size\":\"h1\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f74e70e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2997bb7c\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"668d5c02\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.4560000000000030695446184836328029632568359375,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f69d0cb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62b66e38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42e91e9c\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"title_color\":\"#a9b5bc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d168469\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal services you can trust.\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1216,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-2.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73dedb78\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1200\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/business-women-working.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"600\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"731aa993\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.5439999999999969304553815163671970367431640625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72bad5d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fa464ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a0786d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1201\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/three-women-in-office.jpg\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"600\"},\"align\":\"center\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4f4d7113\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"26720da2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"layout\":\"full_width\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ae660a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74ae1843\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Expertise\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f22202f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.\\u00a0<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2aa5ade8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3957a3f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Promise\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1219,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-5.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c91cd48\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"244c74b4\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0899999999999999966693309261245303787291049957275390625},\"content_position\":\"middle\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1202\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/beautiful-beauty-blond-1587009.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_size\":\"cover\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-620,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c23153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1221,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-7.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50a16649\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":620},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a9da684\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48115e90\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2b15634f\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c552ef7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1220,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-6.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"396927c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ba3864a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11edba5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38f7b947\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Jon Bakken\",\"title\":\"Journalist\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"65d2584\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Andrea Velle\",\"title\":\"Customer\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"ecd6699\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Elle Aasen\",\"title\":\"Journalist\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"fe64927\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Isa Holmgren\",\"title\":\"Customer\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"86c78e7\"}],\"layout\":\"image_above\",\"slides_per_view\":\"3\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100},\"autoplay\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":30},\"slide_background_color\":\"#ffffff\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slide_border_color\":\"rgba(0,0,0,0)\",\"slide_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":26},\"content_color\":\"#727982\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Hind\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"content_typography_font_weight\":\"400\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"name_color\":\"#384975\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Vidaloka\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"name_typography_font_weight\":\"400\",\"name_typography_font_style\":\"normal\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"rgba(99,115,129,0.5)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_font_style\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"image_size\":{\"unit\":\"px\",\"size\":50},\"image_gap\":{\"unit\":\"px\",\"size\":0},\"image_border_radius\":{\"unit\":\"px\",\"size\":100},\"arrows_color\":\"#16202f\",\"pagination_size\":{\"unit\":\"px\",\"size\":5},\"pagination_color\":\"#16202f\",\"slide_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44db1\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":1233,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-19.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fddb971\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1231,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-17.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d61cb4a\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60f0cd72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":22,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f13d3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get to know us\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28260c8b\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Team\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1223,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-9.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ce72ad1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"620480e4\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align_mobile\":\"center\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"2e15dcea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"17e49612\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"799a3ab1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6230c1a6\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Jon Bakken\",\"description_text_a\":\"Lawyer\",\"background_a_background\":\"classic\",\"background_a_color\":\"#e8effc\",\"background_a_image\":{\"id\":\"1204\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bluesuitbro_transparent.png\"},\"background_a_position\":\"top center\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(22,32,47,0.09)\",\"title_text_b\":\"Jon Bakken\",\"description_text_b\":\"Founder \\/ Ceo\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#ffffff\",\"background_b_image\":{\"id\":\"1204\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bluesuitbro_transparent.png\"},\"background_b_position\":\"top center\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1225,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-11.png\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true},{\"id\":\"7908d183\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f0b12fd\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Andrea Velle\",\"description_text_a\":\"Solicitor\",\"background_a_background\":\"classic\",\"background_a_color\":\"#16202f\",\"background_a_image\":{\"id\":\"1205\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/professional-woman.jpg\"},\"background_a_position\":\"center center\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(22,32,47,0.09)\",\"title_text_b\":\"Andrea Velle\",\"description_text_b\":\"HR Director\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#16202f\",\"background_b_image\":{\"id\":\"1205\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/professional-woman.jpg\"},\"background_b_position\":\"center center\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1227,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-13.png\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true},{\"id\":\"7e79c58f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4277325\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Elle Aasen\",\"description_text_a\":\"Court Translator\",\"background_a_background\":\"classic\",\"background_a_color\":\"#71bcf2\",\"background_a_image\":{\"id\":\"1206\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/modern-business-woman-portrait.jpg\"},\"background_a_position\":\"center left\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(109,170,232,0.09)\",\"title_text_b\":\"Elle Aasen\",\"description_text_b\":\"Lead Developer\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#16202f\",\"background_b_image\":{\"id\":\"1206\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/modern-business-woman-portrait.jpg\"},\"background_b_position\":\"initial\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1229,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-15.png\"},\"background_b_xpos\":{\"unit\":\"px\",\"size\":-285,\"sizes\":[]},\"background_b_ypos\":{\"unit\":\"px\",\"size\":-335,\"sizes\":[]},\"background_b_size\":\"auto\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9ffd33\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f4f7f9\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0899999999999999966693309261245303787291049957275390625},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_overlay_position\":\"bottom center\",\"background_overlay_size\":\"cover\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f6e893\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1243,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-29.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71a7c030\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"content_width\":{\"unit\":\"px\",\"size\":628},\"text_align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"586ecc7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6fc37e01\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"171e8f79\",\"elType\":\"widget\",\"settings\":{\"title\":\"our clients\",\"title_color\":\"rgba(99,115,129,0.5)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33444b6d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"700302c1\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"697da90e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1af37479\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1208\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client01.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3282d61a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bakken Inc\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1235,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-21.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"432dec7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37da6d25\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54795976\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1209\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5da27e93\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welle LTD\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1237,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-23.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e3a285e\",\"elType\":\"widget\",\"settings\":{\"title\":\"AD Agency\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"24b6dc3f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"449fe66f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1210\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6ae44038\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aasen Co.\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1239,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-25.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af3ff9a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design Firm\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2ad0944c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2593f368\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1211\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client4.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4338e42c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manage Lty\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1241,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-27.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c3d2986\",\"elType\":\"widget\",\"settings\":{\"title\":\"Managment\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"60ae4b46\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#313d4f\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_image\":{\"id\":\"1212\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/sean-pollock-PhYq704ffdA-unsplash.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"951085c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":38.59599999999999653255144949071109294891357421875,\"background_image\":{\"id\":1247,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-33.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"784f7b99\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"color\":\"rgba(192,201,209,0.59)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align_mobile\":\"center\",\"align\":\"left\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8484333\",\"elType\":\"widget\",\"settings\":{\"title\":\"got a question?\",\"title_color\":\"rgba(255,255,255,0.73)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a44d57d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us Today\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1245,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-31.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47d79e3d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a39dfdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.268000000000000682121026329696178436279296875,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7af1e354\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are a reporter looking for information on media services please contact us at:<\\/p>\\n<p>press@ourdomain.com<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"56bbf64a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.72200000000000130739863379858434200286865234375,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"110b6037\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"b0a5f71\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-whatsapp\",\"_id\":\"c6063b8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a145d07\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-envelope\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1956b36\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(99,115,129,0)\",\"icon_secondary_color\":\"rgba(255,255,255,0.5)\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0},\"icon_spacing\":{\"unit\":\"px\",\"size\":13},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#637381\",\"hover_animation\":\"float\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"488359cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":61.40400000000000346744855050928890705108642578125,\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"133abdf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"make an appointment\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":40},\"_background_image\":{\"id\":1249,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-35.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"align\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":38},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_transform\":\"capitalize\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"439289e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Open from 8am - 4pm M-F<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5b627d37\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"email\",\"field_type\":\"text\",\"required\":\"true\",\"field_label\":\"Your Name\",\"placeholder\":\"Your Name\",\"width\":\"50\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"email\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"_id\":\"cf07395\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"placeholder\":\"Tel:\",\"width\":\"50\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"field_3\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"_id\":\"e70080f\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"placeholder\":\"Email Address\",\"width\":\"100\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"e70080f\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"field_type\":\"date\",\"field_label\":\"Date\",\"placeholder\":\"\",\"required\":\"true\",\"use_native_date\":\"yes\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"e246820\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"field_type\":\"time\",\"field_label\":\"Time\",\"placeholder\":\"\",\"required\":\"true\",\"use_native_date\":\"yes\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"8573e51\",\"use_native_time\":\"yes\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"recaptcha_badge\":\"bottomright\"}],\"input_size\":\"md\",\"button_text\":\"Subscribe Now\",\"button_size\":\"md\",\"button_width\":\"\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"row_gap\":{\"unit\":\"px\",\"size\":22},\"field_text_color\":\"#637381\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Hind\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"px\",\"size\":40},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"field_background_color\":\"#f9f9f9\",\"field_border_color\":\"rgba(99,115,129,0.06)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_background_color\":\"#384975\",\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_background_hover_color\":\"rgba(37,41,48,0.93)\",\"button_hover_color\":\"#ffffff\",\"button_hover_animation\":\"float\",\"column_gap\":{\"unit\":\"px\",\"size\":15},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"45\",\"bottom\":\"17\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_spacing\":{\"unit\":\"px\",\"size\":12},\"label_color\":\"#637381\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Karla\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"label_typography_font_weight\":\"600\",\"label_typography_text_transform\":\"uppercase\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(8494,1251,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(8495,1251,'_eael_custom_js',''),(8497,1251,'_wp_page_template','default'),(8498,1251,'envato_tk_source_kit','1198'),(8499,1251,'envato_tk_source_index','7'),(8515,1260,'_elementor_edit_mode','builder'),(8516,1260,'_elementor_template_type','section'),(8517,1260,'_elementor_version','3.14.1'),(8518,1260,'_elementor_pro_version','3.13.2'),(8519,1260,'_elementor_data','[{\"id\":\"117355f7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.179999999999999993338661852249060757458209991455078125},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1199\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/chris-brignola-X2CxUXFqKcM-unsplash.jpg\"},\"background_overlay_position\":\"top center\",\"background_overlay_xpos\":{\"unit\":\"px\",\"size\":276,\"sizes\":[]},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-527,\"sizes\":[]},\"background_overlay_size\":\"cover\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"843719\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1224,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-10.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4673db71\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":557},\"text_align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1fbcf2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3618737\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4ee4627b\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":82},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1.1999999999999999555910790149937383830547332763671875},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1222,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-8.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":58},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align_mobile\":\"center\",\"typography_text_transform\":\"capitalize\",\"header_size\":\"h1\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5058a8ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30cfb461\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"687ba2fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.4560000000000030695446184836328029632568359375,\"background_image\":{\"id\":1228,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-14.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ce39c44\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f4210e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fb7cbc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"title_color\":\"#a9b5bc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f319fe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Legal services you can trust.\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1226,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-12.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7905c7db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1200\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/business-women-working.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"600\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7d8ff0c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.5439999999999969304553815163671970367431640625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fadc6d1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7063766f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3265cb6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1201\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/three-women-in-office.jpg\"},\"image_size\":\"full\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"600\"},\"align\":\"center\",\"open_lightbox\":\"yes\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c52e46\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6decdff7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"structure\":\"20\",\"layout\":\"full_width\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2949e9f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ec6084f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Expertise\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1230,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-16.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"223dd5af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.\\u00a0<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3bab0280\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d687b4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Promise\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1232,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-18.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"475ca313\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1da435cf\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0899999999999999966693309261245303787291049957275390625},\"content_position\":\"middle\",\"layout\":\"full_width\",\"background_background\":\"classic\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1202\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/beautiful-beauty-blond-1587009.jpg\"},\"background_overlay_position\":\"initial\",\"background_overlay_size\":\"cover\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"background_overlay_ypos\":{\"unit\":\"px\",\"size\":-620,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13c738da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1236,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-22.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27bae0c8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":620},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3128be05\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a272b1c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"34fb0efe\",\"elType\":\"widget\",\"settings\":{\"title\":\"What People Say\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e9d181\",\"elType\":\"widget\",\"settings\":{\"title\":\"Testimonials\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1234,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-20.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1cd909cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2ea56df2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1230},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d6a3086\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":2,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a2a699\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Jon Bakken\",\"title\":\"Journalist\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"65d2584\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Andrea Velle\",\"title\":\"Customer\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"ecd6699\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Elle Aasen\",\"title\":\"Journalist\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"fe64927\"},{\"content\":\"\\\"Vestibulum morbi blandit cursus risus at ultrices. Tristique sollicitudin nibh sit amet! Siverra lectus mauris ultrices eros in!\\\"\",\"name\":\"Isa Holmgren\",\"title\":\"Customer\",\"image\":{\"id\":\"1203\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/quote_64px.png\"},\"_id\":\"86c78e7\"}],\"layout\":\"image_above\",\"slides_per_view\":\"3\",\"slides_to_scroll\":\"1\",\"width\":{\"unit\":\"%\",\"size\":100},\"autoplay\":\"\",\"space_between\":{\"unit\":\"px\",\"size\":30},\"slide_background_color\":\"#ffffff\",\"slide_border_size\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"slide_border_color\":\"rgba(0,0,0,0)\",\"slide_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"content_gap\":{\"unit\":\"px\",\"size\":26},\"content_color\":\"#727982\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Hind\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"content_typography_font_weight\":\"400\",\"content_typography_font_style\":\"normal\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"name_color\":\"#384975\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Vidaloka\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":22},\"name_typography_font_weight\":\"400\",\"name_typography_font_style\":\"normal\",\"name_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"rgba(99,115,129,0.5)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_font_style\":\"normal\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":25},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"image_size\":{\"unit\":\"px\",\"size\":50},\"image_gap\":{\"unit\":\"px\",\"size\":0},\"image_border_radius\":{\"unit\":\"px\",\"size\":100},\"arrows_color\":\"#16202f\",\"pagination_size\":{\"unit\":\"px\",\"size\":5},\"pagination_color\":\"#16202f\",\"slide_border_radius\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6911050c\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":1248,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-34.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76c713a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1246,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-32.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ab7562c\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"352b7c4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":22,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6182398\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get to know us\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c467222\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Team\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1238,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-24.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"593f7802\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65f403aa\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align_mobile\":\"center\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"7188c8dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"65dce465\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65739681\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5703ebf3\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Jon Bakken\",\"description_text_a\":\"Lawyer\",\"background_a_background\":\"classic\",\"background_a_color\":\"#e8effc\",\"background_a_image\":{\"id\":\"1204\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bluesuitbro_transparent.png\"},\"background_a_position\":\"top center\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(22,32,47,0.09)\",\"title_text_b\":\"Jon Bakken\",\"description_text_b\":\"Founder \\/ Ceo\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#ffffff\",\"background_b_image\":{\"id\":\"1204\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bluesuitbro_transparent.png\"},\"background_b_position\":\"top center\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1240,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-26.png\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true},{\"id\":\"6774255c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b9d64d3\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Andrea Velle\",\"description_text_a\":\"Solicitor\",\"background_a_background\":\"classic\",\"background_a_color\":\"#16202f\",\"background_a_image\":{\"id\":\"1205\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/professional-woman.jpg\"},\"background_a_position\":\"center center\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(22,32,47,0.09)\",\"title_text_b\":\"Andrea Velle\",\"description_text_b\":\"HR Director\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#16202f\",\"background_b_image\":{\"id\":\"1205\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/professional-woman.jpg\"},\"background_b_position\":\"center center\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1242,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-28.png\"},\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true},{\"id\":\"19fe72fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"space_between_widgets\":2,\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1afcc64e\",\"elType\":\"widget\",\"settings\":{\"graphic_element\":\"none\",\"title_text_a\":\"Elle Aasen\",\"description_text_a\":\"Court Translator\",\"background_a_background\":\"classic\",\"background_a_color\":\"#71bcf2\",\"background_a_image\":{\"id\":\"1206\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/modern-business-woman-portrait.jpg\"},\"background_a_position\":\"center left\",\"background_a_repeat\":\"no-repeat\",\"background_a_size\":\"cover\",\"background_overlay_a\":\"rgba(109,170,232,0.09)\",\"title_text_b\":\"Elle Aasen\",\"description_text_b\":\"Lead Developer\",\"button_text\":\"Contact Me\",\"background_b_background\":\"classic\",\"background_b_color\":\"#16202f\",\"background_b_image\":{\"id\":\"1206\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/modern-business-woman-portrait.jpg\"},\"background_b_position\":\"initial\",\"background_b_repeat\":\"no-repeat\",\"background_overlay_b\":\"rgba(22,32,47,0.76)\",\"height\":{\"unit\":\"px\",\"size\":400},\"border_radius\":{\"unit\":\"px\",\"size\":0},\"flip_effect\":\"fade\",\"vertical_position_a\":\"bottom\",\"title_spacing_a\":{\"unit\":\"px\",\"size\":10},\"title_color_a\":\"#ffffff\",\"title_typography_a_typography\":\"custom\",\"title_typography_a_font_family\":\"Prata\",\"title_typography_a_font_size\":{\"unit\":\"px\",\"size\":26},\"title_typography_a_font_weight\":\"400\",\"title_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_color_a\":\"rgba(255,255,255,0.85)\",\"description_typography_a_typography\":\"custom\",\"description_typography_a_font_family\":\"Karla\",\"description_typography_a_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_a_font_weight\":\"700\",\"description_typography_a_text_transform\":\"uppercase\",\"description_typography_a_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_a_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"padding_b\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"vertical_position_b\":\"middle\",\"title_spacing_b\":{\"unit\":\"px\",\"size\":10},\"title_color_b\":\"#ffffff\",\"title_typography_b_typography\":\"custom\",\"title_typography_b_font_family\":\"Prata\",\"title_typography_b_font_size\":{\"unit\":\"px\",\"size\":28},\"title_typography_b_font_weight\":\"400\",\"title_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"description_spacing_b\":{\"unit\":\"px\",\"size\":38},\"description_color_b\":\"rgba(255,255,255,0.91)\",\"description_typography_b_typography\":\"custom\",\"description_typography_b_font_family\":\"Karla\",\"description_typography_b_font_size\":{\"unit\":\"px\",\"size\":14},\"description_typography_b_font_weight\":\"700\",\"description_typography_b_text_transform\":\"uppercase\",\"description_typography_b_line_height\":{\"unit\":\"em\",\"size\":1},\"description_typography_b_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_size\":\"lg\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"button_background_color\":\"#ffffff\",\"button_border_color\":\"#ffffff\",\"button_border_width\":{\"unit\":\"px\",\"size\":2},\"button_border_radius\":{\"unit\":\"px\",\"size\":4},\"button_hover_text_color\":\"#ffffff\",\"button_hover_background_color\":\"#1d1f23\",\"button_hover_border_color\":\"#1d1f23\",\"image\":{\"id\":1244,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-30.png\"},\"background_b_xpos\":{\"unit\":\"px\",\"size\":-285,\"sizes\":[]},\"background_b_ypos\":{\"unit\":\"px\",\"size\":-335,\"sizes\":[]},\"background_b_size\":\"auto\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"background_a_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_a_slideshow_gallery\":[],\"background_b_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_b_slideshow_gallery\":[],\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_hover_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flip-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fa08c67\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f4f7f9\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.0899999999999999966693309261245303787291049957275390625},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_overlay_position\":\"bottom center\",\"background_overlay_size\":\"cover\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"layout\":\"full_width\",\"content_position\":\"middle\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7be3154a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1256,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-40.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a2a4c11\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"content_width\":{\"unit\":\"px\",\"size\":628},\"text_align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f5d8e2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64415ad2\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"645bcddd\",\"elType\":\"widget\",\"settings\":{\"title\":\"our clients\",\"title_color\":\"rgba(99,115,129,0.5)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"52c9cf21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"22ebe756\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"428432d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"529dd421\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1208\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client01.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"422d61ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bakken Inc\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1250,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-36.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"75e2cf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6c6b2866\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7075f85d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1209\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client3.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53db3968\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welle LTD\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1252,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-37.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26ba2b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"AD Agency\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"60b4a651\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53a28d95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1210\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client2.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7a4a5124\",\"elType\":\"widget\",\"settings\":{\"title\":\"Aasen Co.\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1254,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-38.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f6edf6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design Firm\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"64c2dc4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"space_between_widgets\":2,\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bd36e26\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1211\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/client4.png\"},\"image_size\":\"full\",\"align\":\"center\",\"opacity\":{\"unit\":\"px\",\"size\":0.289999999999999980015985556747182272374629974365234375},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":56,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1759e63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Manage Lty\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"id\":1255,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-39.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"header_size\":\"h3\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"317a2704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Managment\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d90daaa\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#313d4f\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_image\":{\"id\":\"1212\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/sean-pollock-PhYq704ffdA-unsplash.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25d975a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":38.59599999999999653255144949071109294891357421875,\"background_image\":{\"id\":1258,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-42.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62926830\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"color\":\"rgba(192,201,209,0.59)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align_mobile\":\"center\",\"align\":\"left\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"246f64e5\",\"elType\":\"widget\",\"settings\":{\"title\":\"got a question?\",\"title_color\":\"rgba(255,255,255,0.73)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27a32688\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us Today\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1257,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-41.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2848a707\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11307b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.268000000000000682121026329696178436279296875,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32c9635\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are a reporter looking for information on media services please contact us at:<\\/p>\\n<p>press@ourdomain.com<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"656ffdf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45.72200000000000130739863379858434200286865234375,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23005ed1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"b0a5f71\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-whatsapp\",\"_id\":\"c6063b8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-linkedin\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a145d07\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-envelope\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"1956b36\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(99,115,129,0)\",\"icon_secondary_color\":\"rgba(255,255,255,0.5)\",\"icon_size\":{\"unit\":\"px\",\"size\":15},\"icon_padding\":{\"unit\":\"em\",\"size\":0},\"icon_spacing\":{\"unit\":\"px\",\"size\":13},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"#637381\",\"hover_animation\":\"float\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"right\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4e7527b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":61.40400000000000346744855050928890705108642578125,\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"30\",\"bottom\":\"60\",\"left\":\"30\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"413d4282\",\"elType\":\"widget\",\"settings\":{\"title\":\"make an appointment\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":36},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":40},\"_background_image\":{\"id\":1259,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-43.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"align\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":38},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_text_transform\":\"capitalize\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b30de05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Open from 8am - 4pm M-F<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align\":\"center\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54227a5e\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"email\",\"field_type\":\"text\",\"required\":\"true\",\"field_label\":\"Your Name\",\"placeholder\":\"Your Name\",\"width\":\"50\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"email\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"_id\":\"cf07395\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone\",\"placeholder\":\"Tel:\",\"width\":\"50\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"field_3\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"_id\":\"e70080f\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"placeholder\":\"Email Address\",\"width\":\"100\",\"field_value\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"custom_id\":\"e70080f\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"field_type\":\"date\",\"field_label\":\"Date\",\"placeholder\":\"\",\"required\":\"true\",\"use_native_date\":\"yes\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_1\",\"_id\":\"e246820\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_time\":\"\",\"recaptcha_badge\":\"bottomright\"},{\"field_type\":\"time\",\"field_label\":\"Time\",\"placeholder\":\"\",\"required\":\"true\",\"use_native_date\":\"yes\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"css_classes\":\"\",\"field_value\":\"\",\"custom_id\":\"field_2\",\"_id\":\"8573e51\",\"use_native_time\":\"yes\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"recaptcha_badge\":\"bottomright\"}],\"input_size\":\"md\",\"button_text\":\"Subscribe Now\",\"button_size\":\"md\",\"button_width\":\"\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"The form was sent successfully.\",\"error_message\":\"An error occured.\",\"required_field_message\":\"This field is required.\",\"invalid_message\":\"There\'s something wrong. The form is invalid.\",\"row_gap\":{\"unit\":\"px\",\"size\":22},\"field_text_color\":\"#637381\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Hind\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"px\",\"size\":40},\"field_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"field_background_color\":\"#f9f9f9\",\"field_border_color\":\"rgba(99,115,129,0.06)\",\"field_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"field_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_background_color\":\"#384975\",\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":13},\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"px\",\"size\":24},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_background_hover_color\":\"rgba(37,41,48,0.93)\",\"button_hover_color\":\"#ffffff\",\"button_hover_animation\":\"float\",\"column_gap\":{\"unit\":\"px\",\"size\":15},\"button_text_padding\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"45\",\"bottom\":\"17\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"label_spacing\":{\"unit\":\"px\",\"size\":12},\"label_color\":\"#637381\",\"label_typography_typography\":\"custom\",\"label_typography_font_family\":\"Karla\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"label_typography_font_weight\":\"600\",\"label_typography_text_transform\":\"uppercase\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"mailchimp_fields_map\":[],\"drip_fields_map\":[],\"activecampaign_fields_map\":[],\"getresponse_fields_map\":[],\"convertkit_fields_map\":[],\"mailerlite_fields_map\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":false}],\"isInner\":false}]'),(8525,1260,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(8526,1260,'_eael_custom_js',''),(8527,1260,'_wp_page_template','default'),(8528,1260,'envato_tk_source_kit','1198'),(8529,1260,'envato_tk_source_index','7'),(8857,42231,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"ada226d\";s:8:\"settings\";a:24:{s:13:\"custom_height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:500;s:5:\"sizes\";a:0:{}}s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:2:{s:2:\"id\";i:1299;s:3:\"url\";s:65:\"https://orchidcitybrass.org/wp-content/uploads/2023/07/about2.jpg\";}s:19:\"background_position\";s:13:\"center center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:15:\"background_size\";s:5:\"cover\";s:29:\"background_overlay_background\";s:7:\"classic\";s:24:\"background_overlay_color\";s:7:\"#151515\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:3:\"100\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"100\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"padding_tablet\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"50\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:1;}s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"45\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"45\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:0;}s:26:\"background_overlay_opacity\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"sizes\";a:0:{}}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"9c64608\";s:8:\"settings\";a:16:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:70;s:19:\"_inline_size_tablet\";i:100;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:4:{i:0;a:6:{s:2:\"id\";s:7:\"45db46e\";s:8:\"settings\";a:10:{s:5:\"title\";s:13:\"Our Services\n\";s:5:\"align\";s:6:\"center\";s:11:\"title_color\";s:7:\"#F5F5F5\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:7:\"eb3f7e6\";s:8:\"settings\";a:11:{s:5:\"align\";s:6:\"center\";s:12:\"align_tablet\";s:6:\"center\";s:6:\"editor\";s:56:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\";s:10:\"text_color\";s:7:\"#BDBDBD\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:7:\"4da11dc\";s:8:\"settings\";a:14:{s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"9de22a7\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#424242\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:10;s:4:\"blur\";i:20;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.2)\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"7\";s:5:\"right\";s:1:\"7\";s:6:\"bottom\";s:1:\"7\";s:4:\"left\";s:1:\"7\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"3deb1fd\";s:8:\"settings\";a:15:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"far fa-keyboard\";s:7:\"library\";s:10:\"fa-regular\";}s:10:\"title_text\";s:19:\"Suitable Subheading\";s:16:\"description_text\";s:106:\"Lorem ipsum dolor sit amet, consec tetur adipis cing elit. Ut elit tellus, luctus nec ullam corper mattis.\";s:13:\"primary_color\";s:7:\"#F5F5F5\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#BDBDBD\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:8:\"icon-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"30e3f52\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#424242\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:10;s:4:\"blur\";i:20;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.2)\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"7\";s:5:\"right\";s:1:\"7\";s:6:\"bottom\";s:1:\"7\";s:4:\"left\";s:1:\"7\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"4a3cde8\";s:8:\"settings\";a:15:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:16:\"far fa-newspaper\";s:7:\"library\";s:10:\"fa-regular\";}s:10:\"title_text\";s:19:\"Suitable Subheading\";s:16:\"description_text\";s:106:\"Lorem ipsum dolor sit amet, consec tetur adipis cing elit. Ut elit tellus, luctus nec ullam corper mattis.\";s:13:\"primary_color\";s:7:\"#F5F5F5\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#BDBDBD\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:8:\"icon-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}i:3;a:5:{s:2:\"id\";s:7:\"91cd1bd\";s:8:\"settings\";a:14:{s:9:\"structure\";s:2:\"20\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:7:\"4596153\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#424242\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:10;s:4:\"blur\";i:20;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.2)\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"7\";s:5:\"right\";s:1:\"7\";s:6:\"bottom\";s:1:\"7\";s:4:\"left\";s:1:\"7\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"7544a34\";s:8:\"settings\";a:15:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:15:\"far fa-list-alt\";s:7:\"library\";s:10:\"fa-regular\";}s:10:\"title_text\";s:19:\"Suitable Subheading\";s:16:\"description_text\";s:106:\"Lorem ipsum dolor sit amet, consec tetur adipis cing elit. Ut elit tellus, luctus nec ullam corper mattis.\";s:13:\"primary_color\";s:7:\"#F5F5F5\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#BDBDBD\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:8:\"icon-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"494282f\";s:8:\"settings\";a:21:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:1:\"%\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#424242\";s:26:\"box_shadow_box_shadow_type\";s:3:\"yes\";s:21:\"box_shadow_box_shadow\";a:5:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:10;s:4:\"blur\";i:20;s:6:\"spread\";i:0;s:5:\"color\";s:18:\"rgba(0, 0, 0, 0.2)\";}s:6:\"margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"15\";s:8:\"isLinked\";b:1;}s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"7\";s:5:\"right\";s:1:\"7\";s:6:\"bottom\";s:1:\"7\";s:4:\"left\";s:1:\"7\";s:8:\"isLinked\";b:1;}s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:7:\"7fe26c8\";s:8:\"settings\";a:15:{s:13:\"selected_icon\";a:2:{s:5:\"value\";s:19:\"far fa-object-group\";s:7:\"library\";s:10:\"fa-regular\";}s:10:\"title_text\";s:19:\"Suitable Subheading\";s:16:\"description_text\";s:106:\"Lorem ipsum dolor sit amet, consec tetur adipis cing elit. Ut elit tellus, luctus nec ullam corper mattis.\";s:13:\"primary_color\";s:7:\"#F5F5F5\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:35;s:5:\"sizes\";a:0:{}}s:10:\"text_align\";s:4:\"left\";s:11:\"title_color\";s:7:\"#FFFFFF\";s:17:\"description_color\";s:7:\"#BDBDBD\";s:17:\"_background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:26:\"_background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:29:\"_background_slideshow_gallery\";a:0:{}s:23:\"_background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:32:\"_background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:35:\"_background_hover_slideshow_gallery\";a:0:{}s:11:\"_mask_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:8:\"icon-box\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:7:\"e11149a\";s:8:\"settings\";a:15:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";d:29.96000000000000085265128291212022304534912109375;s:19:\"_inline_size_tablet\";i:100;s:16:\"background_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:25:\"background_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}s:22:\"background_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:31:\"background_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:34:\"background_hover_slideshow_gallery\";a:0:{}s:24:\"background_overlay_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:33:\"background_overlay_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:36:\"background_overlay_slideshow_gallery\";a:0:{}s:30:\"background_overlay_hover_image\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:39:\"background_overlay_hover_video_fallback\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";}s:42:\"background_overlay_hover_slideshow_gallery\";a:0:{}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}');
INSERT INTO `wp_postmeta` VALUES (8951,1321,'_elementor_edit_mode','builder'),(8952,1321,'_elementor_template_type','section'),(8953,1321,'_elementor_version','3.14.1'),(8954,1321,'_elementor_pro_version','3.13.2'),(8955,1321,'_elementor_data','[{\"id\":\"2968581c\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"content_width\":{\"unit\":\"px\",\"size\":1250,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"684245b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.6490000000000009094947017729282379150390625,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25cbfa4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"jen darry &amp; associates\",\"title_color\":\"#a9b5bc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40af3f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"notary service\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1308,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-44.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"typography_text_transform\":\"capitalize\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"758ccaf\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7a9ac6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"our process\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1309,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-45.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"typography_text_transform\":\"capitalize\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53ef2738\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed risus ultricies tristique nulla aliquet enim tortor at. Dictum varius duis at consectetur. Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at. Nunc consequat interdum varius sit.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4929c27f\",\"elType\":\"widget\",\"settings\":{\"text\":\"More about us\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"background_color\":\"#ffffff\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"5d71a078\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.3509999999999990905052982270717620849609375,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fbefe33\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d1ee7b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ec7801a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1201\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/three-women-in-office.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2eb229a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30d76008\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56e07a40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 1\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1311,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-47.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38e3125a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.\\u00a0Nulla aliquet enim tortor at.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a8b9676\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69c72832\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step 2\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28},\"typography_font_weight\":\"100\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1312,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-48.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14546658\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Faucibus in ornare quam viverra orci. Sapien pellentesque habitant morbi tristique senectus et netus. Nulla aliquet enim tortor at.\\u00a0Nulla aliquet enim tortor at.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e5665b7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b77e3ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1200\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/business-women-working.jpg\"},\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cb33af6\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"58aa6978\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":32.03999999999999914734871708787977695465087890625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"133230c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"notary service\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c28cbe7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Verification &amp; Lookup\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1313,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-49.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"align_mobile\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5265c411\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4439042a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.\\u00a0Fermentum posuere urna nec tincidunt. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3523752e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.940000000000001278976924368180334568023681640625,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#edf1f2\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51d9b301\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7156e457\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"534a4b7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.940000000000001278976924368180334568023681640625,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#edf1f2\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68f3d5c3\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"2636ff39\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":31.699000000000001620037437533028423786163330078125,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b4187c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"notary service\",\"title_color\":\"#c0c9d1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b83d7ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"What You\'ll Need\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":56},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1315,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-51.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"align_mobile\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6582c9cf\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f192bf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Siverra lectus mauris ultrices eros in. Eget egestas purus viverra accumsan in nisl nulla nisi scelerisque euvestibulum sed risus ultricies.\\u00a0Fermentum posuere urna nec tincidunt. Quis imperdiet massa tincidunt nunc pulvinar sapien et ligula ullamcorper.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"30a6f599\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1306\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/cytonn-photography-GJao3ZTX9gU-unsplash.jpg\"},\"background_position\":\"center left\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b9917fe\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51208543\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#05080c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"background_overlay_image\":{\"id\":\"1307\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/noisy-texture-100x100-o5-d10-c-f34379-t1.png\"},\"gap\":\"wider\",\"structure\":\"20\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66d145bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":31.4909999999999996589394868351519107818603515625,\"background_image\":{\"id\":1318,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-54.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b5f16d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"common questions\",\"title_color\":\"#a9b5bc\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41e1e53a\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQ\",\"title_color\":\"#384975\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1317,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-53.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d8cef3c\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":1.8000000000000000444089209850062616169452667236328125},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align_mobile\":\"center\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"232f2c99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are here to help you 7 days a week and respond within 24 hours. Plus, you can find most answers to your questions right on this page.<\\/p>\",\"text_color\":\"#727982\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"60a793f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68.5090000000000003410605131648480892181396484375,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"675ca33c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Aliquam tincidunt mauris eu risus.\",\"tab_content\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"c137e1d\"},{\"tab_title\":\"Nunc dignissim risus id metus.\",\"tab_content\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"cda4b07\"},{\"tab_title\":\"Cras ornare tristique elit.\",\"tab_content\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"96f82b0\"},{\"tab_title\":\"Vivamus vestibulum ntulla nec ante.\",\"tab_content\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"eae4890\"},{\"tab_title\":\"Praesent placerat risus quis eros.\",\"tab_content\":\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_id\":\"d81c171\"}],\"icon\":\"fa fa-angle-down\",\"icon_active\":\"fa fa-angle-up\",\"border_color\":\"rgba(99,115,129,0.27)\",\"title_background\":\"rgba(255,255,255,0)\",\"title_color\":\"#384975\",\"tab_active_color\":\"#a9b5bc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Vidaloka\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"300\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"title_padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"37\",\"bottom\":\"37\",\"left\":\"37\",\"isLinked\":true},\"icon_align\":\"right\",\"icon_color\":\"#384975\",\"icon_active_color\":\"#a9b5bc\",\"icon_space\":{\"unit\":\"px\",\"size\":12},\"content_background_color\":\"rgba(255,255,255,0)\",\"content_color\":\"#727982\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Hind\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"content_typography_font_weight\":\"400\",\"content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"content_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"rgba(99,115,129,0.27)\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"envato-kit-195-roundborders\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6670fd0\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"1199\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/chris-brignola-X2CxUXFqKcM-unsplash.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#313d4f\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8d203d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"169ed17e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c9f7c2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10ca1e74\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"398c1afd\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"rgba(255,255,255,0.82)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1def24ba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have a Question?\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Vidaloka\",\"typography_font_size\":{\"unit\":\"px\",\"size\":66},\"typography_font_weight\":\"300\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\"},\"_background_image\":{\"id\":1319,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-55.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":52},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"align_mobile\":\"left\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bfbb662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We are here to help you 7 days a week and respond within 24 hours. Plus, you can find most answers to your questions right on this page.<\\/p>\",\"text_color\":\"rgba(255,255,255,0.82)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Hind\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3a5c67f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f2d66c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51691bcd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#384975\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(8961,1321,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(8962,1321,'_eael_custom_js',''),(8963,1321,'_wp_page_template','default'),(8964,1321,'envato_tk_source_kit','1198'),(8965,1321,'envato_tk_source_index','4'),(9277,1125,'ekit_post_views_count','32'),(9289,1360,'_edit_last','1'),(9290,1360,'_wp_page_template','default'),(9291,1360,'_edit_lock','1694617734:1'),(9292,1360,'_elementor_edit_mode','builder'),(9293,1360,'_elementor_template_type','wp-page'),(9294,1360,'_elementor_version','3.15.3'),(9295,1360,'_elementor_pro_version','3.13.2'),(9307,1360,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9308,1360,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"12\",\"left\":\"11\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(9316,1360,'_elementor_page_assets','a:0:{}'),(9317,1360,'_eael_custom_js',''),(9374,1360,'_eael_widget_elements','a:1:{s:12:\"gravity-form\";s:12:\"gravity-form\";}'),(9661,1406,'_menu_item_type','post_type'),(9662,1406,'_menu_item_menu_item_parent','1747'),(9663,1406,'_menu_item_object_id','1360'),(9664,1406,'_menu_item_object','page'),(9665,1406,'_menu_item_target',''),(9666,1406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9667,1406,'_menu_item_xfn',''),(9668,1406,'_menu_item_url',''),(9670,55,'_wp_old_date','2023-07-16'),(9671,19,'_wp_old_date','2023-07-16'),(9672,628,'_wp_old_date','2023-07-16'),(9673,627,'_wp_old_date','2023-07-16'),(9675,622,'_wp_old_date','2023-07-16'),(9676,621,'_wp_old_date','2023-07-16'),(9677,620,'_wp_old_date','2023-07-16'),(9678,619,'_wp_old_date','2023-07-16'),(9679,630,'_wp_old_date','2023-07-16'),(9680,276,'_wp_old_date','2023-07-16'),(9895,1432,'_wp_attached_file','2023/08/2-removebg-preview.png'),(9896,1432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:821;s:6:\"height\";i:203;s:4:\"file\";s:30:\"2023/08/2-removebg-preview.png\";s:8:\"filesize\";i:77901;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2-removebg-preview-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14485;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"2-removebg-preview-768x190.png\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9897,1432,'_edit_lock','1691234611:1'),(9898,1433,'_wp_attached_file','2023/08/cropped-2-removebg-preview.png'),(9899,1433,'_wp_attachment_context','site-icon'),(9900,1433,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:38:\"2023/08/cropped-2-removebg-preview.png\";s:8:\"filesize\";i:129835;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"cropped-2-removebg-preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"cropped-2-removebg-preview-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24955;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:38:\"cropped-2-removebg-preview-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59145;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:38:\"cropped-2-removebg-preview-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36070;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:38:\"cropped-2-removebg-preview-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32992;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:36:\"cropped-2-removebg-preview-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9991,1447,'_elementor_edit_mode','builder'),(9992,1447,'_elementor_template_type','section'),(9993,1447,'_elementor_version','3.15.1'),(9994,1447,'_elementor_pro_version','3.13.2'),(9995,1447,'_elementor_data','[{\"id\":\"44bc721\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.67000000000000003996802888650563545525074005126953125},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38dbfcfd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65084a05\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c0562f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":41.8179999999999978399500832892954349517822265625,\"_inline_size_tablet\":37,\"_inline_size_mobile\":20,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52052684\",\"elType\":\"widget\",\"settings\":{\"color\":\"#afafaf\",\"width\":{\"unit\":\"%\",\"size\":30},\"align\":\"right\",\"gap\":{\"unit\":\"px\",\"size\":13},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"3f8133fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.983000000000000540012479177676141262054443359375,\"_inline_size_tablet\":25,\"_inline_size_mobile\":60,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"568f3a2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"LOGO Grid\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#2a75ff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quicksand\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4681537c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.53099999999999880628820392303168773651123046875,\"_inline_size_tablet\":37,\"_inline_size_mobile\":20,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b38d011\",\"elType\":\"widget\",\"settings\":{\"color\":\"#afafaf\",\"width\":{\"unit\":\"%\",\"size\":30},\"align\":\"left\",\"gap\":{\"unit\":\"px\",\"size\":13},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7c047048\",\"elType\":\"widget\",\"settings\":{\"title\":\"Partner Brands\",\"align\":\"center\",\"title_color\":\"#2a75ff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Quicksand\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":2.5},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2fac8b4e\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"50\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b5e7d41\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2a75ff\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#141414\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1442\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/digit.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"overlay_blend_mode\":\"lighten\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":59},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":148},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2da218c7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"5eb64482\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2a75ff\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#141414\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1443\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bastil.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"overlay_blend_mode\":\"lighten\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":59},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":148},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bad10c1\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"7d56bcc1\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2a75ff\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#141414\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1444\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/darkside.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"overlay_blend_mode\":\"lighten\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":59},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":148},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f89376e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"411cb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2a75ff\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#141414\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1445\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bolier.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"overlay_blend_mode\":\"lighten\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":59},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":148},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bfd535d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"1afddbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#2a75ff\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#141414\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"1446\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/armond.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.92000000000000003996802888650563545525074005126953125},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0},\"overlay_blend_mode\":\"lighten\",\"css_filters_hover_brightness\":{\"unit\":\"px\",\"size\":59},\"css_filters_hover_contrast\":{\"unit\":\"px\",\"size\":148},\"css_filters_hover_saturate\":{\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"569a4e1e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":115},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10001,1447,'_elementor_page_assets','a:0:{}'),(10002,1447,'_eael_custom_js',''),(10003,1447,'envato_elements_download_event','143-3-7969bb877702491bc5ca272e536ada9d-b00151094388c375d9984ebe5c3d3af8'),(10093,1460,'_wp_attached_file','2023/08/1.png'),(10094,1460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2023/08/1.png\";s:8:\"filesize\";i:19020;s:5:\"sizes\";a:1:{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:6582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10095,1461,'_wp_attached_file','2023/08/2.png'),(10096,1461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2023/08/2.png\";s:8:\"filesize\";i:37452;s:5:\"sizes\";a:1:{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:13667;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10097,1462,'_wp_attached_file','2023/08/3.png'),(10098,1462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2023/08/3.png\";s:8:\"filesize\";i:23160;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:8052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10099,1463,'_wp_attached_file','2023/08/4.png'),(10100,1463,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2023/08/4.png\";s:8:\"filesize\";i:74460;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10101,1464,'_wp_attached_file','2023/08/5.png'),(10102,1464,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:13:\"2023/08/5.png\";s:8:\"filesize\";i:24288;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10130,1468,'_wp_attached_file','2023/08/image16.jpg'),(10131,1468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1999;s:6:\"height\";i:1330;s:4:\"file\";s:19:\"2023/08/image16.jpg\";s:8:\"filesize\";i:207499;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13559;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image16-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image16-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53298;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image16-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157324;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10132,1469,'_wp_attached_file','2023/08/image18.png'),(10133,1469,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1999;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2023/08/image18.png\";s:8:\"filesize\";i:5470568;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image18-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103848;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image18-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:923301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image18-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:556967;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image18-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1829007;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10134,1470,'_wp_attached_file','2023/08/image19.jpg'),(10135,1470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1999;s:6:\"height\";i:1330;s:4:\"file\";s:19:\"2023/08/image19.jpg\";s:8:\"filesize\";i:305342;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16245;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image19-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114357;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image19-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71201;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image19-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10136,1471,'_wp_attached_file','2023/08/image20.png'),(10137,1471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:658;s:6:\"height\";i:505;s:4:\"file\";s:19:\"2023/08/image20.png\";s:8:\"filesize\";i:602438;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image20-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10138,1472,'_wp_attached_file','2023/08/image30.jpg'),(10139,1472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1998;s:6:\"height\";i:1999;s:4:\"file\";s:19:\"2023/08/image30.jpg\";s:8:\"filesize\";i:365279;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17421;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"image30-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6027;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image30-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image30-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10140,1473,'_wp_attached_file','2023/08/image29.png'),(10141,1473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1999;s:6:\"height\";i:1333;s:4:\"file\";s:19:\"2023/08/image29.png\";s:8:\"filesize\";i:5567633;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image29-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111444;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image29-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:960205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47049;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image29-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:582686;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"image29-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1886404;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10142,1474,'_wp_attached_file','2023/08/image28.png'),(10143,1474,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:19:\"2023/08/image28.png\";s:8:\"filesize\";i:2134061;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image28-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121086;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image28-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1162718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43733;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image28-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:702884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10144,1475,'_wp_attached_file','2023/08/image27.png'),(10145,1475,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:19:\"2023/08/image27.png\";s:8:\"filesize\";i:1443936;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image27-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141211;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image27-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:804661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10146,1476,'_wp_attached_file','2023/08/image26.png'),(10147,1476,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1397;s:6:\"height\";i:932;s:4:\"file\";s:19:\"2023/08/image26.png\";s:8:\"filesize\";i:2541348;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"image26-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134467;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"image26-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1381501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"image26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"image26-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:807116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10153,55,'_wp_old_date','2023-08-05'),(10154,19,'_wp_old_date','2023-08-05'),(10155,628,'_wp_old_date','2023-08-05'),(10156,627,'_wp_old_date','2023-08-05'),(10158,622,'_wp_old_date','2023-08-05'),(10159,621,'_wp_old_date','2023-08-05'),(10160,620,'_wp_old_date','2023-08-05'),(10161,619,'_wp_old_date','2023-08-05'),(10162,1406,'_wp_old_date','2023-08-05'),(10163,630,'_wp_old_date','2023-08-05'),(10164,276,'_wp_old_date','2023-08-05'),(10165,1480,'_edit_last','1'),(10166,1480,'_wp_page_template','default'),(10167,1480,'_edit_lock','1694672872:1'),(10168,1483,'_edit_last','1'),(10169,1483,'_wp_page_template','default'),(10170,1483,'_edit_lock','1694673854:1'),(10171,1485,'_edit_last','1'),(10172,1485,'_wp_page_template','default'),(10173,1485,'_edit_lock','1694673761:1'),(10174,1487,'_menu_item_type','post_type'),(10175,1487,'_menu_item_menu_item_parent','630'),(10176,1487,'_menu_item_object_id','1485'),(10177,1487,'_menu_item_object','page'),(10178,1487,'_menu_item_target',''),(10179,1487,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10180,1487,'_menu_item_xfn',''),(10181,1487,'_menu_item_url',''),(10183,1488,'_menu_item_type','post_type'),(10184,1488,'_menu_item_menu_item_parent','630'),(10185,1488,'_menu_item_object_id','1483'),(10186,1488,'_menu_item_object','page'),(10187,1488,'_menu_item_target',''),(10188,1488,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10189,1488,'_menu_item_xfn',''),(10190,1488,'_menu_item_url',''),(10192,1489,'_menu_item_type','post_type'),(10193,1489,'_menu_item_menu_item_parent','630'),(10194,1489,'_menu_item_object_id','1480'),(10195,1489,'_menu_item_object','page'),(10196,1489,'_menu_item_target',''),(10197,1489,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10198,1489,'_menu_item_xfn',''),(10199,1489,'_menu_item_url',''),(10201,1480,'_elementor_edit_mode','builder'),(10202,1480,'_elementor_template_type','wp-page'),(10203,1480,'_elementor_version','3.16.2'),(10204,1480,'_elementor_pro_version','3.13.2'),(10218,1480,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10219,1480,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10228,1480,'_elementor_page_assets','a:0:{}'),(10229,1480,'_eael_custom_js',''),(10359,1508,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:25:\"American Diner Restaurant\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:26:\"screenshots/home-2-pro.jpg\";s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:26:\"screenshots/home-3-pro.jpg\";s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:6:\"Home 4\";s:10:\"screenshot\";s:26:\"screenshots/home-4-pro.jpg\";s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:4;a:7:{s:4:\"name\";s:6:\"Menu 1\";s:10:\"screenshot\";s:22:\"screenshots/menu-1.jpg\";s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:6:\"Menu 2\";s:10:\"screenshot\";s:26:\"screenshots/menu-2-pro.jpg\";s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:6:\"Menu 3\";s:10:\"screenshot\";s:26:\"screenshots/menu-3-pro.jpg\";s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:7;a:7:{s:4:\"name\";s:10:\"Services 1\";s:10:\"screenshot\";s:26:\"screenshots/services-1.jpg\";s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:10:\"Services 2\";s:10:\"screenshot\";s:30:\"screenshots/services-2-pro.jpg\";s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:10;a:7:{s:4:\"name\";s:11:\"Our History\";s:10:\"screenshot\";s:27:\"screenshots/our-history.jpg\";s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:6:\"Events\";s:10:\"screenshot\";s:22:\"screenshots/events.jpg\";s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:9:\"Contact 1\";s:10:\"screenshot\";s:29:\"screenshots/contact-1-pro.jpg\";s:6:\"source\";s:57:\"templates/contact-1-49e28422da2c1ec9073cd152c76f1d74.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:13;a:7:{s:4:\"name\";s:9:\"Contact 2\";s:10:\"screenshot\";s:25:\"screenshots/contact-2.jpg\";s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-8e0641a595d7c79d71d1ea81f20718f2.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:0:{}s:6:\"images\";a:49:{i:0;a:5:{s:8:\"filename\";s:25:\"pexels-photo-1639565.jpeg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/pexels-photo-1639565-500x333.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:246032;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1279;}}i:1;a:5:{s:8:\"filename\";s:38:\"taylor-harding-507066-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/taylor-harding-507066-unsplash-min-500x281.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}}s:8:\"filesize\";i:628538;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1068;}}i:2;a:5:{s:8:\"filename\";s:39:\"thibaut-burckel-750962-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/thibaut-burckel-750962-unsplash-min-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:309113;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:3;a:5:{s:8:\"filename\";s:36:\"blake-guidry-719044-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/blake-guidry-719044-unsplash-min-500x398.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:447249;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1511;}}i:4;a:5:{s:8:\"filename\";s:36:\"nick-clement-199768-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/nick-clement-199768-unsplash-min-500x332.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:228867;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1262;}}i:5;a:5:{s:8:\"filename\";s:14:\"food-4-min.png\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-4-min-500x449.png\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:6;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:7;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}i:8;a:2:{s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:4:\"name\";s:9:\"Contact 2\";}i:9;a:2:{s:6:\"source\";s:53:\"templates/popup-8e0641a595d7c79d71d1ea81f20718f2.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:376060;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:6;a:5:{s:8:\"filename\";s:14:\"food-5-min.png\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-5-min-500x449.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:6;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:399207;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:7;a:5:{s:8:\"filename\";s:14:\"food-6-min.png\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-6-min-500x449.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:6;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:362984;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:8;a:5:{s:8:\"filename\";s:15:\"food-11-min.png\";s:13:\"thumbnail_url\";s:100:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-11-min-500x449.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:423206;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:9;a:5:{s:8:\"filename\";s:14:\"food-8-min.png\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-8-min-500x449.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:337651;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:10;a:5:{s:8:\"filename\";s:14:\"food-9-min.png\";s:13:\"thumbnail_url\";s:99:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-9-min-500x449.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:444073;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:11;a:5:{s:8:\"filename\";s:10:\"food-3.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-3-500x449.png\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:2108290;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:12;a:5:{s:8:\"filename\";s:10:\"food-1.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-1-500x449.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:1367541;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:13;a:5:{s:8:\"filename\";s:10:\"food-2.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/food-2-500x449.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}}s:8:\"filesize\";i:1661094;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1346;}}i:14;a:5:{s:8:\"filename\";s:37:\"court-prather-701623-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/court-prather-701623-unsplash-min-500x376.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}i:5;a:2:{s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:4:\"name\";s:9:\"Contact 2\";}}s:8:\"filesize\";i:383019;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1428;}}i:15;a:5:{s:8:\"filename\";s:19:\"transparent-min.png\";s:13:\"thumbnail_url\";s:96:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/transparent-min.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:3622;s:10:\"dimensions\";a:2:{i:0;i:300;i:1;i:96;}}i:16;a:5:{s:8:\"filename\";s:18:\"app-store-icon.jpg\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/app-store-icon.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:30683;s:10:\"dimensions\";a:2:{i:0;i:256;i:1;i:86;}}i:17;a:5:{s:8:\"filename\";s:20:\"google-play-icon.jpg\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/google-play-icon.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:23170;s:10:\"dimensions\";a:2:{i:0;i:256;i:1;i:86;}}i:18;a:5:{s:8:\"filename\";s:37:\"alora-griffiths-980713-unsplash-2.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/alora-griffiths-980713-unsplash-2-500x333.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:186911;s:10:\"dimensions\";a:2:{i:0;i:1400;i:1;i:933;}}i:19;a:5:{s:8:\"filename\";s:38:\"quentin-lagache-76503-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/quentin-lagache-76503-unsplash-min-500x333.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:321746;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:20;a:5:{s:8:\"filename\";s:36:\"wesual-click-645237-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/wesual-click-645237-unsplash-min-500x334.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:432771;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1269;}}i:21;a:5:{s:8:\"filename\";s:33:\"brian-chan-12169-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/brian-chan-12169-unsplash-min-500x333.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:235314;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:22;a:5:{s:8:\"filename\";s:32:\"madelon-1056456-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/madelon-1056456-unsplash-min-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:309208;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:23;a:5:{s:8:\"filename\";s:32:\"madelon-1044184-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/madelon-1044184-unsplash-min-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:195934;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:24;a:5:{s:8:\"filename\";s:24:\"pexels-photo-533347.jpeg\";s:13:\"thumbnail_url\";s:109:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/pexels-photo-533347-500x751.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-d673a54e32d0e1c22b3d54745fdf0d36.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:777900;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:2882;}}i:25;a:5:{s:8:\"filename\";s:39:\"paula-vermeulen-383310-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/paula-vermeulen-383310-unsplash-min-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/menu-2-b81a6c300cbde2a9ccc3990f5846dccc.json\";s:4:\"name\";s:6:\"Menu 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}i:4;a:2:{s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:4:\"name\";s:9:\"Contact 2\";}}s:8:\"filesize\";i:274466;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1264;}}i:26;a:5:{s:8:\"filename\";s:39:\"pixzolo-photography-699122-unsplash.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/pixzolo-photography-699122-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:4:\"name\";s:9:\"Contact 2\";}}s:8:\"filesize\";i:162325;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:27;a:5:{s:8:\"filename\";s:29:\"gilly-664450-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/gilly-664450-unsplash-min-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:164135;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:28;a:5:{s:8:\"filename\";s:37:\"alison-marras-361028-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/alison-marras-361028-unsplash-min-500x750.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-918bba5cd1d045782da1709ac80f52f0.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}}s:8:\"filesize\";i:439270;s:10:\"dimensions\";a:2:{i:0;i:1267;i:1;i:1900;}}i:29;a:5:{s:8:\"filename\";s:37:\"alora-griffiths-980713-unsplash-3.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/alora-griffiths-980713-unsplash-3-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/contact-1-49e28422da2c1ec9073cd152c76f1d74.json\";s:4:\"name\";s:9:\"Contact 1\";}}s:8:\"filesize\";i:174301;s:10:\"dimensions\";a:2:{i:0;i:1400;i:1;i:933;}}i:30;a:5:{s:8:\"filename\";s:38:\"edward-franklin-72304-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/edward-franklin-72304-unsplash-min-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-4-4aa590e8ebbefed064993da3129b7f5c.json\";s:4:\"name\";s:6:\"Home 4\";}}s:8:\"filesize\";i:110623;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:31;a:5:{s:8:\"filename\";s:11:\"photo-1.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/photo-1.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:2;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:59460;s:10:\"dimensions\";a:2:{i:0;i:400;i:1;i:400;}}i:32;a:5:{s:8:\"filename\";s:11:\"photo-2.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/photo-2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:45269;s:10:\"dimensions\";a:2:{i:0;i:400;i:1;i:400;}}i:33;a:5:{s:8:\"filename\";s:11:\"photo-3.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/photo-3.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:53224;s:10:\"dimensions\";a:2:{i:0;i:400;i:1;i:400;}}i:34;a:5:{s:8:\"filename\";s:11:\"photo-4.jpg\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/photo-4.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-1-7a5f7c0a66890defe03b8f0cef0f8ca6.json\";s:4:\"name\";s:6:\"Menu 1\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:60890;s:10:\"dimensions\";a:2:{i:0;i:400;i:1;i:400;}}i:35;a:5:{s:8:\"filename\";s:39:\"stephanie-mccabe-92136-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/stephanie-mccabe-92136-unsplash-min-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-3-4f45cea1c29aa873acda71548ce5dc7a.json\";s:4:\"name\";s:6:\"Menu 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/contact-2-4e81620e3b087aa72bbefd1dd34fe4ba.json\";s:4:\"name\";s:9:\"Contact 2\";}}s:8:\"filesize\";i:189953;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:36;a:5:{s:8:\"filename\";s:39:\"andersen-jensen-637701-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/andersen-jensen-637701-unsplash-min-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:252244;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1200;}}i:37;a:5:{s:8:\"filename\";s:33:\"zach-ward-484586-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/zach-ward-484586-unsplash-min-500x625.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:179927;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}}i:38;a:5:{s:8:\"filename\";s:34:\"kai-pilger-666758-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/kai-pilger-666758-unsplash-min-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:107055;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:533;}}i:39;a:5:{s:8:\"filename\";s:37:\"dogancan-ozturan-395-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/dogancan-ozturan-395-unsplash-min-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:111306;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:533;}}i:40;a:5:{s:8:\"filename\";s:38:\"christian-chen-735653-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/christian-chen-735653-unsplash-min-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:68378;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:533;}}i:41;a:5:{s:8:\"filename\";s:39:\"benjamin-ashton-483069-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:124:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/benjamin-ashton-483069-unsplash-min-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-1-f22a65824cbac473727407c1af5293ed.json\";s:4:\"name\";s:10:\"Services 1\";}}s:8:\"filesize\";i:71465;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:533;}}i:42;a:5:{s:8:\"filename\";s:35:\"alora-griffiths-980713-unsplash.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/alora-griffiths-980713-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:126134;s:10:\"dimensions\";a:2:{i:0;i:1400;i:1;i:933;}}i:43;a:5:{s:8:\"filename\";s:36:\"d402b11d61459a39858254da7b04cfb9.png\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/d402b11d61459a39858254da7b04cfb9.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-c540142a9c681e932b406f0a8a935a83.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:4938;s:10:\"dimensions\";a:2:{i:0;i:223;i:1;i:99;}}i:44;a:5:{s:8:\"filename\";s:25:\"pexels-photo-1828467.jpeg\";s:13:\"thumbnail_url\";s:110:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/pexels-photo-1828467-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:1149267;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:45;a:5:{s:8:\"filename\";s:37:\"court-prather-528633-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:122:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/court-prather-528633-unsplash-min-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/services-2-909d8bbab873fd99695caba71c216c37.json\";s:4:\"name\";s:10:\"Services 2\";}}s:8:\"filesize\";i:363712;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:46;a:5:{s:8:\"filename\";s:30:\"artem-bali-651777-unsplash.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/artem-bali-651777-unsplash-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:256589;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:47;a:5:{s:8:\"filename\";s:32:\"ben-konfrst-1096903-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/ben-konfrst-1096903-unsplash-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/our-history-5aa2ef8c08907100f9594874e54bd80b.json\";s:4:\"name\";s:11:\"Our History\";}}s:8:\"filesize\";i:228919;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:48;a:5:{s:8:\"filename\";s:35:\"jc-gellidon-705816-unsplash-min.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-127/wp-content/uploads/sites/130/2018/10/jc-gellidon-705816-unsplash-min-500x334.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/events-c4f8177040246839499d304a821aa625.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:159994;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1269;}}}}'),(10360,1508,'envato_tk_folder_name','01b0ec2fab5a7f0993085c28b3369708'),(10361,1508,'envato_tk_builder','elementor'),(10362,1508,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/01b0ec2fab5a7f0993085c28b3369708/source-1508.zip'),(10363,1508,'envato_elements_download_event','130-3-31c1d05e54265b2db2b15a941c410a59'),(10511,1527,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:16:\"Vegan Restaurant\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:15:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:26:\"screenshots/home-3-pro.jpg\";s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:15:\"Home 4 One-page\";s:10:\"screenshot\";s:31:\"screenshots/home-4-one-page.jpg\";s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:4;a:7:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:4:\"Menu\";s:10:\"screenshot\";s:20:\"screenshots/menu.jpg\";s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:6:\"Menu 2\";s:10:\"screenshot\";s:22:\"screenshots/menu-2.jpg\";s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:10:\"Menu 3 Pro\";s:10:\"screenshot\";s:26:\"screenshots/menu-3-pro.jpg\";s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:8;a:8:{s:4:\"name\";s:8:\"Specials\";s:10:\"screenshot\";s:24:\"screenshots/specials.jpg\";s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:9;a:7:{s:4:\"name\";s:7:\"Reviews\";s:10:\"screenshot\";s:23:\"screenshots/reviews.jpg\";s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:9:\"Reviews 2\";s:10:\"screenshot\";s:25:\"screenshots/reviews-2.jpg\";s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:13:\"Specials  Pro\";s:10:\"screenshot\";s:28:\"screenshots/specials-pro.jpg\";s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:0:{}}i:12;a:7:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:22:\"Booking & Location Pro\";s:10:\"screenshot\";s:36:\"screenshots/booking-location-pro.jpg\";s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-4884ad745598589e93b749bbb8341e2d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:59:{i:0;a:5:{s:8:\"filename\";s:35:\"background-chairs-colors-601169.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/background-chairs-colors-601169-500x334.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:6;a:2:{s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:4:\"name\";s:22:\"Booking & Location Pro\";}}s:8:\"filesize\";i:923555;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1068;}}i:1;a:5:{s:8:\"filename\";s:46:\"neha-deshmukh-9599-unsplash-e1558100347428.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/neha-deshmukh-9599-unsplash-500x675.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:407212;s:10:\"dimensions\";a:2:{i:0;i:1180;i:1;i:1593;}}i:2;a:5:{s:8:\"filename\";s:32:\"taylor-kiser-373479-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/taylor-kiser-373479-unsplash-500x750.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:803652;s:10:\"dimensions\";a:2:{i:0;i:1067;i:1;i:1600;}}i:3;a:5:{s:8:\"filename\";s:27:\"jo-sonn-580715-unsplash.jpg\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/jo-sonn-580715-unsplash-500x750.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:4;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:5;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}i:8;a:2:{s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:4:\"name\";s:22:\"Booking & Location Pro\";}}s:8:\"filesize\";i:1908247;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:2400;}}i:4;a:5:{s:8:\"filename\";s:50:\"heather-barnes-1461424-unsplash-e1558100437641.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/heather-barnes-1461424-unsplash-500x625.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:4;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:5;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:382637;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}}i:5;a:5:{s:8:\"filename\";s:57:\"the-creative-exchange-1309310-unsplash-e1558099626735.jpg\";s:13:\"thumbnail_url\";s:127:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/the-creative-exchange-1309310-unsplash-500x625.jpg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:4;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:6;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}i:7;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:342055;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}}i:6;a:5:{s:8:\"filename\";s:34:\"mike-kenneally-132068-unsplash.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/mike-kenneally-132068-unsplash-500x334.jpg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:4;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:563188;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1068;}}i:7;a:5:{s:8:\"filename\";s:31:\"alexa-suter-454469-unsplash.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/alexa-suter-454469-unsplash-500x765.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}}s:8:\"filesize\";i:2053631;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:2447;}}i:8;a:5:{s:8:\"filename\";s:30:\"bar-ceiling-chairs-1449773.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/bar-ceiling-chairs-1449773-500x375.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-f94528fc61a5fda87489f260f7a65fe8.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:1229126;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1200;}}i:9;a:5:{s:8:\"filename\";s:50:\"thabang-mokoena-722903-unsplash-e1558099810787.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/thabang-mokoena-722903-unsplash-500x447.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:2;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:151300;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1145;}}i:10;a:5:{s:8:\"filename\";s:31:\"toa-heftiba-166015-unsplash.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/toa-heftiba-166015-unsplash-500x290.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:750692;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:927;}}i:11;a:5:{s:8:\"filename\";s:30:\"baguette-blur-bread-208485.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/baguette-blur-bread-208485-500x375.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:348729;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1439;}}i:12;a:5:{s:8:\"filename\";s:57:\"the-creative-exchange-1309304-unsplash-e1558099667770.jpg\";s:13:\"thumbnail_url\";s:127:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/the-creative-exchange-1309304-unsplash-500x625.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:3;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:229510;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1600;}}i:13;a:5:{s:8:\"filename\";s:49:\"appetizer-cheese-chips-2092897-e1558099772343.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/appetizer-cheese-chips-2092897-500x375.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:3;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:4;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:263389;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:960;}}i:14;a:5:{s:8:\"filename\";s:32:\"bowl-chicken-close-up-674574.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/bowl-chicken-close-up-674574-500x279.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:2;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:491964;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:892;}}i:15;a:5:{s:8:\"filename\";s:51:\"cuisine-delicious-dinner-1860202-e1558100516626.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/cuisine-delicious-dinner-1860202-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:220858;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}}i:16;a:5:{s:8:\"filename\";s:38:\"lefteris-kallergis-524479-unsplash.jpg\";s:13:\"thumbnail_url\";s:123:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/lefteris-kallergis-524479-unsplash-500x334.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:866457;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1068;}}i:17;a:5:{s:8:\"filename\";s:32:\"pinar-kucuk-1468356-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/pinar-kucuk-1468356-unsplash-500x559.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:1262502;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1788;}}i:18;a:5:{s:8:\"filename\";s:26:\"cayla1-150730-unsplash.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/cayla1-150730-unsplash-500x771.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:766002;s:10:\"dimensions\";a:2:{i:0;i:1037;i:1;i:1600;}}i:19;a:5:{s:8:\"filename\";s:32:\"mary-copley-1129138-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/mary-copley-1129138-unsplash-500x448.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:1049550;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1432;}}i:20;a:5:{s:8:\"filename\";s:35:\"tran-mau-tri-tam-93020-unsplash.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/tran-mau-tri-tam-93020-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:874376;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:21;a:5:{s:8:\"filename\";s:46:\"blake-cheek-508457-unsplash-e1558100181832.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/blake-cheek-508457-unsplash-500x500.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-f2909268d52bc74e5b2230e5c879182c.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:105067;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:22;a:5:{s:8:\"filename\";s:42:\"adults-alcoholic-beverages-bar-1267699.jpg\";s:13:\"thumbnail_url\";s:127:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adults-alcoholic-beverages-bar-1267699-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:4:\"name\";s:10:\"Contact Us\";}i:3;a:2:{s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:4:\"name\";s:22:\"Booking & Location Pro\";}i:4;a:2:{s:6:\"source\";s:53:\"templates/popup-4884ad745598589e93b749bbb8341e2d.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:825998;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:23;a:5:{s:8:\"filename\";s:34:\"jeffrey-betts-1070600-unsplash.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/jeffrey-betts-1070600-unsplash-500x375.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:879901;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1200;}}i:24;a:5:{s:8:\"filename\";s:33:\"cream-creamy-delicious-221088.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/cream-creamy-delicious-221088-500x375.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:907818;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1200;}}i:25;a:5:{s:8:\"filename\";s:7:\"l93.png\";s:13:\"thumbnail_url\";s:92:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/l93-500x379.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:133062;s:10:\"dimensions\";a:2:{i:0;i:1095;i:1;i:830;}}i:26;a:5:{s:8:\"filename\";s:6:\"l4.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/l4-500x379.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:59944;s:10:\"dimensions\";a:2:{i:0;i:1095;i:1;i:830;}}i:27;a:5:{s:8:\"filename\";s:6:\"l6.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/l6-500x379.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:54200;s:10:\"dimensions\";a:2:{i:0;i:1095;i:1;i:830;}}i:28;a:5:{s:8:\"filename\";s:6:\"l9.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/l9-500x379.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:51644;s:10:\"dimensions\";a:2:{i:0;i:1095;i:1;i:830;}}i:29;a:5:{s:8:\"filename\";s:49:\"ben-konfrst-1141792-unsplash-1-e1558100219589.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/ben-konfrst-1141792-unsplash-1-500x500.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:97300;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:30;a:5:{s:8:\"filename\";s:55:\"joshua-rawson-harris-654811-unsplash-e1558100140109.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/joshua-rawson-harris-654811-unsplash-500x500.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:108805;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}}i:31;a:5:{s:8:\"filename\";s:48:\"eduardo-dutra-614570-unsplash-e1558100156705.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/eduardo-dutra-614570-unsplash-500x500.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:118558;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}}i:32;a:5:{s:8:\"filename\";s:34:\"beautiful-cafe-close-up-248021.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/beautiful-cafe-close-up-248021-500x277.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-e992d76712ce0c602b6bdd5b100daffb.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}i:3;a:2:{s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:4:\"name\";s:22:\"Booking & Location Pro\";}}s:8:\"filesize\";i:603934;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:887;}}i:33;a:5:{s:8:\"filename\";s:29:\"adult-casual-chef-1418355.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adult-casual-chef-1418355-500x346.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}}s:8:\"filesize\";i:734246;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1108;}}i:34;a:5:{s:8:\"filename\";s:27:\"chef-coffee-cook-887827.jpg\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/chef-coffee-cook-887827-500x334.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}}s:8:\"filesize\";i:534542;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1068;}}i:35;a:5:{s:8:\"filename\";s:41:\"adult-alcoholic-beverages-bar-1267696.jpg\";s:13:\"thumbnail_url\";s:126:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adult-alcoholic-beverages-bar-1267696-500x357.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:63:\"templates/home-4-one-page-bf0d8997d90d05fce8275b6004b736cb.json\";s:4:\"name\";s:15:\"Home 4 One-page\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/specials-pro-815a98be2f69d3ecf9e8ae1fcbcedea6.json\";s:4:\"name\";s:13:\"Specials  Pro\";}}s:8:\"filesize\";i:825799;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1143;}}i:36;a:5:{s:8:\"filename\";s:30:\"bake-bakery-baking-1251179.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/bake-bakery-baking-1251179-500x341.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:819596;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1091;}}i:37;a:5:{s:8:\"filename\";s:50:\"appetizers-chef-cuisine-1267320-e1558100493705.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/appetizers-chef-cuisine-1267320-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:175484;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:801;}}i:38;a:5:{s:8:\"filename\";s:6:\"l7.png\";s:13:\"thumbnail_url\";s:91:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/l7-500x379.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:56:\"templates/about-us-c4a68fa84f8bb9006e13f232584611cf.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:524763;s:10:\"dimensions\";a:2:{i:0;i:1095;i:1;i:830;}}i:39;a:5:{s:8:\"filename\";s:31:\"gemma-evans-105858-unsplash.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/gemma-evans-105858-unsplash-500x375.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:1087231;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1200;}}i:40;a:5:{s:8:\"filename\";s:36:\"jonathan-farber-1071239-unsplash.jpg\";s:13:\"thumbnail_url\";s:121:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/jonathan-farber-1071239-unsplash-500x333.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/menu-3-pro-b602d3770b02cb7f14acc9e7f4eeabb4.json\";s:4:\"name\";s:10:\"Menu 3 Pro\";}}s:8:\"filesize\";i:843566;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:41;a:5:{s:8:\"filename\";s:34:\"taylor-kiser-373479-unsplash-1.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/taylor-kiser-373479-unsplash-1-500x707.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:901905;s:10:\"dimensions\";a:2:{i:0;i:1131;i:1;i:1600;}}i:42;a:5:{s:8:\"filename\";s:32:\"kaitlyn-chow-554381-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/kaitlyn-chow-554381-unsplash-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:605917;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:43;a:5:{s:8:\"filename\";s:33:\"kobby-mendez-1394362-unsplash.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/kobby-mendez-1394362-unsplash-500x625.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:1246982;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1600;}}i:44;a:5:{s:8:\"filename\";s:33:\"bake-baked-baked-goods-357629.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/bake-baked-baked-goods-357629-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:901587;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:45;a:5:{s:8:\"filename\";s:30:\"artem-bali-590505-unsplash.jpg\";s:13:\"thumbnail_url\";s:115:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/artem-bali-590505-unsplash-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:52:\"templates/menu-5bf62c9aa0d0fcc483046f5c75457e2d.json\";s:4:\"name\";s:4:\"Menu\";}}s:8:\"filesize\";i:822510;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:46;a:5:{s:8:\"filename\";s:35:\"banquet-catering-chairs-1395967.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/banquet-catering-chairs-1395967-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:1055779;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}i:47;a:5:{s:8:\"filename\";s:29:\"blur-chef-close-up-262978.jpg\";s:13:\"thumbnail_url\";s:114:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/blur-chef-close-up-262978-500x326.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}}s:8:\"filesize\";i:548388;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1042;}}i:48;a:5:{s:8:\"filename\";s:32:\"adult-beautiful-bride-388240.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adult-beautiful-bride-388240-500x366.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}}s:8:\"filesize\";i:663859;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1172;}}i:49;a:5:{s:8:\"filename\";s:26:\"ali-inay-9858-unsplash.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/ali-inay-9858-unsplash-500x333.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}i:1;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}i:3;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}i:4;a:2:{s:6:\"source\";s:68:\"templates/booking-location-pro-cae3285bd75ec1d9c10115504b028064.json\";s:4:\"name\";s:22:\"Booking & Location Pro\";}}s:8:\"filesize\";i:1063444;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:50;a:5:{s:8:\"filename\";s:33:\"alexa-suter-454469-unsplash-1.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/alexa-suter-454469-unsplash-1-500x500.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/menu-2-98bb6dc55cfd576e93aeea06a005a5b3.json\";s:4:\"name\";s:6:\"Menu 2\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}}s:8:\"filesize\";i:1350226;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1600;}}i:51;a:5:{s:8:\"filename\";s:31:\"adult-bottle-chairs-1467942.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adult-bottle-chairs-1467942-500x313.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:56:\"templates/specials-4407c46e8f523ee567371448ee1cffad.json\";s:4:\"name\";s:8:\"Specials\";}i:1;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:862453;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1000;}}i:52;a:5:{s:8:\"filename\";s:48:\"alexa-suter-454469-unsplash-2-e1558100228923.jpg\";s:13:\"thumbnail_url\";s:118:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/alexa-suter-454469-unsplash-2-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:119384;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:53;a:5:{s:8:\"filename\";s:50:\"humphrey-muleba-779820-unsplash-e1558100247296.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/humphrey-muleba-779820-unsplash-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:132778;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:54;a:5:{s:8:\"filename\";s:47:\"autri-taheri-565290-unsplash-e1558100193322.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/autri-taheri-565290-unsplash-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:77988;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:55;a:5:{s:8:\"filename\";s:47:\"brooke-cagle-193476-unsplash-e1558100168203.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/brooke-cagle-193476-unsplash-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/reviews-9625786531ee40e6cc042c56860c460d.json\";s:4:\"name\";s:7:\"Reviews\";}}s:8:\"filesize\";i:94933;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}}i:56;a:5:{s:8:\"filename\";s:32:\"ben-konfrst-1141792-unsplash.jpg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/ben-konfrst-1141792-unsplash-500x500.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:57:\"templates/reviews-2-1a4854ed3c2ab6e3bce529840f9f2574.json\";s:4:\"name\";s:9:\"Reviews 2\";}}s:8:\"filesize\";i:895262;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1600;}}i:57;a:5:{s:8:\"filename\";s:35:\"cafeteria-canteen-chairs-914388.jpg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/cafeteria-canteen-chairs-914388-500x750.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:950823;s:10:\"dimensions\";a:2:{i:0;i:1067;i:1;i:1600;}}i:58;a:5:{s:8:\"filename\";s:40:\"adult-afternoon-architecture-1581554.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-165/wp-content/uploads/sites/161/2019/04/adult-afternoon-architecture-1581554-500x333.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/contact-us-ffd5a2d6f408a52d7c5f14e83c3e46e0.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:1197368;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}}}'),(10512,1527,'envato_tk_folder_name','98fb3f5ff2d507c3d634264c5e505293'),(10513,1527,'envato_tk_builder','elementor'),(10514,1527,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/98fb3f5ff2d507c3d634264c5e505293/source-1527.zip'),(10515,1527,'envato_elements_download_event','161-3-508652439d5efa2900033562c373f0cb'),(10558,1542,'_elementor_edit_mode','builder'),(10559,1542,'_elementor_template_type','section'),(10560,1542,'_elementor_version','3.15.1'),(10561,1542,'_elementor_pro_version','3.13.2'),(10562,1542,'_elementor_data','[{\"id\":\"121b6153\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":66,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"1528\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/mike-kenneally-132068-unsplash.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":20,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat_tablet\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.190000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"268aec82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b1905d2\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6858c7b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":100,\"content_position\":\"center\",\"align\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"608c2f63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Specials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":6,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4995b861\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-left\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13fff4cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1529\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/the-creative-exchange-1309304-unsplash-e1558099667770.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_delay\":100,\"z_index\":1,\"background_motion_fx_translateY_effect\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58f3e156\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"5ff1ce5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12bc4c75\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a897539\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79ef1d15\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lunch\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_text_transform\":\"uppercase\",\"_border_border\":\"solid\",\"_border_color\":\"#ffe082\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ee6c976\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"header_size\":\"h3\",\"title_color\":\"#7f7f7f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49419dbd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"background_color\":\"#ffffff\",\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"envato-kit-165-top-0\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3915df2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation_delay\":100,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":1,\"motion_fx_tilt_direction\":\"negative\",\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e7d007b\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Morning Brunch\",\"sub_heading\":\"Economical Brunch for All Day\",\"price\":\"19\",\"period\":\"(3 Add Ons)\",\"features_list\":[{\"item_text\":\"Choice of Two Entrees\",\"item_icon\":\"\",\"_id\":\"a364bbb\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Add Ons\",\"item_icon\":\"\",\"_id\":\"116c548\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Sides and Tortilla Chips\",\"item_icon\":\"\",\"_id\":\"4a81b18\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Espresso\\/Cappuccino $1.50 Supplement\",\"item_icon\":\"\",\"_id\":\"095b96c\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}}],\"button_text\":\"Order Now\",\"footer_additional_info\":\"*Pricing is per person and includes full service.\",\"ribbon_title\":\"Economy\",\"header_bg_color\":\"#ffffff\",\"header_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_color\":\"rgba(0,0,0,0.8)\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_weight\":\"200\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"heading_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"sub_heading_color\":\"rgba(0,0,0,0.54)\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_family\":\"Karla\",\"sub_heading_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"normal\",\"sub_heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"pricing_element_bg_color\":\"#f2f5f0\",\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"price_color\":\"rgba(0,0,0,0.8)\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Oswald\",\"price_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"price_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"price_typography_font_weight\":\"200\",\"period_typography_typography\":\"custom\",\"period_typography_font_family\":\"Karla\",\"period_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_weight\":\"normal\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"features_list_bg_color\":\"#f2f5f0\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_color\":\"#777777\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_family\":\"Karla\",\"features_list_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"features_list_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"features_list_typography_font_weight\":\"normal\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4199999999999999289457264239899814128875732421875,\"sizes\":[]},\"item_width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"item_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"divider_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"footer_bg_color\":\"#f2f5f0\",\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"button_typography_font_weight\":\"normal\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_background_color\":\"#bdb76b\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"additional_info_color\":\"#999999\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_family\":\"Karla\",\"additional_info_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"additional_info_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"ribbon_bg_color\":\"#8bc34a\",\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_family\":\"Karla\",\"ribbon_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"ribbon_typography_font_weight\":\"normal\",\"ribbon_typography_text_transform\":\"uppercase\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ribbon_horizontal_position\":\"right\",\"header_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"header_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pricing_element_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"pricing_element_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"features_list_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"footer_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_animation_delay\":100,\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"5a4f7cb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10663051\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Day Special\",\"sub_heading\":\"Heavy Lunch with Best Value\",\"price\":\"39\",\"period\":\"(3 Add Ons)\",\"features_list\":[{\"item_text\":\"Taco, Green Salad and Soup\",\"item_icon\":\"\",\"_id\":\"a364bbb\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Main Courses\",\"item_icon\":\"\",\"_id\":\"116c548\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Desserts and Coffee or TEa\",\"item_icon\":\"\",\"_id\":\"4a81b18\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Espresso\\/Cappuccino $1.50 Supplement\",\"item_icon\":\"\",\"_id\":\"095b96c\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}}],\"button_text\":\"Order Now\",\"footer_additional_info\":\"*Pricing is per person and includes full service.\",\"ribbon_title\":\"Best Value\",\"header_bg_color\":\"#f2f5f0\",\"header_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_color\":\"rgba(0,0,0,0.8)\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_weight\":\"200\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"heading_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"sub_heading_color\":\"rgba(0,0,0,0.54)\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_family\":\"Karla\",\"sub_heading_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"normal\",\"sub_heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"pricing_element_bg_color\":\"#ffffff\",\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"price_color\":\"rgba(0,0,0,0.8)\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Oswald\",\"price_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"price_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"price_typography_font_weight\":\"200\",\"period_typography_typography\":\"custom\",\"period_typography_font_family\":\"Karla\",\"period_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_weight\":\"normal\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"features_list_bg_color\":\"#ffffff\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_color\":\"#777777\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_family\":\"Karla\",\"features_list_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"features_list_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"features_list_typography_font_weight\":\"normal\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4199999999999999289457264239899814128875732421875,\"sizes\":[]},\"item_width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"item_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"divider_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"footer_bg_color\":\"#ffffff\",\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"button_typography_font_weight\":\"normal\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_background_color\":\"#bdb76b\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"additional_info_color\":\"#999999\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_family\":\"Karla\",\"additional_info_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"additional_info_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"ribbon_bg_color\":\"#bdb76b\",\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_family\":\"Karla\",\"ribbon_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"ribbon_typography_font_weight\":\"normal\",\"ribbon_typography_text_transform\":\"uppercase\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ribbon_horizontal_position\":\"right\",\"header_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"header_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pricing_element_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"pricing_element_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"features_list_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"footer_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c7fd056\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"1530\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/neha-deshmukh-9599-unsplash-e1558100347428.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#bdb76b\",\"css_classes\":\"envato-kit-165-top-0\",\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56874553\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cf8443e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"gap\":\"wider\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":100,\"content_position\":\"middle\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a09a963\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.830999999999999516830939683131873607635498046875,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"background_motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":17,\"end\":82}},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_mouseTrack_effect\":\"yes\",\"animation\":\"fadeIn\",\"animation_delay\":300,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":2,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"403af5b7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1531\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/mary-copley-1129138-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"350881cc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1532\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/the-creative-exchange-1309310-unsplash-e1558099626735.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"500\"},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6bd709e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.830999999999999516830939683131873607635498046875,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"background_motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":17,\"end\":82}},\"background_motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_motion_fx_mouseTrack_effect\":\"yes\",\"z_index\":2,\"animation_delay\":300,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77b84890\",\"elType\":\"widget\",\"settings\":{\"title\":\"$39\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_offset_x\":{\"size\":-30,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":20,\"unit\":\"px\"},\"_offset_y\":{\"size\":20,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":20,\"unit\":\"px\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#bdb76b\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4100f9c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1533\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/jo-sonn-580715-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"500\"},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"623da3ca\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1534\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/cayla1-150730-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"300\"},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6bc6cf9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"80\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"783c085e\",\"elType\":\"widget\",\"settings\":{\"title\":\"South Indian Bash\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"span\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74fbee3b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Idli DOsa &amp; Sambhar\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f577537\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"header_size\":\"h3\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":150,\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e7c784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Felis eget nunc lobortis mattis aliquam faucibus purus in massa. Eget mi proin sed libero enim sed faucibus turpis in. Ornare arcu odio ut sem nulla. Convallis convallis tellus id interdum velit.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"align_mobile\":\"center\",\"text_color\":\"#ffffff\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41b8d6f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Order Now\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"rgba(0,0,0,0.8)\",\"button_background_hover_color\":\"#ffffff\",\"button_hover_border_color\":\"#ffffff\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"size\":\"md\",\"border_border\":\"solid\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"75e6b922\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"background_color\":\"#ffffff\",\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"envato-kit-165-top-0\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6de3c786\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f89a39e\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":100,\"content_position\":\"middle\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"483ae535\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c96af70\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1535\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/appetizer-cheese-chips-2092897.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"75972c6f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Steamed Slider (V)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"3fe57373\",\"elType\":\"widget\",\"settings\":{\"title\":\"$8\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"17c4cb96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"134a0a3e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1528\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/mike-kenneally-132068-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"517a87bb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Vegetable Salad (V)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"346f1929\",\"elType\":\"widget\",\"settings\":{\"title\":\"$7\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6eea810d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74387fb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22ce1c2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1536\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/thabang-mokoena-722903-unsplash.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"408b7437\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Fried Potato Samosa (V)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"5389d464\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"356be3f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"287b32b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1537\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bowl-chicken-close-up-674574.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"53441c41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Idli Sambhar (V)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"76694834\",\"elType\":\"widget\",\"settings\":{\"title\":\"$12\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"62ae6eb1\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":300,\"content_position\":\"middle\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42c792af\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5c4baa7e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1538\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/cuisine-delicious-dinner-1860202.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d751df0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Sweet Potato Hommus (V)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"25fa0c2d\",\"elType\":\"widget\",\"settings\":{\"title\":\"$20\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"72c7990c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"animation_delay\":200,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f77e94c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1529\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/the-creative-exchange-1309304-unsplash-e1558099667770.jpg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"240\",\"height\":\"240\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"541b6305\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"thumbnail_size\":\"custom\",\"thumbnail_custom_dimension\":{\"width\":\"300\",\"height\":\"300\"},\"title_text\":\"Veg Noodles Special (GF)\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_color\":\"rgba(0,0,0,0.8)\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Karla\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"rgba(0,0,0,0.54)\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Karla\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"description_typography_font_weight\":\"normal\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":78,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e22e5b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"$12\",\"header_size\":\"span\",\"align\":\"right\",\"title_color\":\"rgba(0,0,0,0.8)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6513fd35\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-left\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"90de622\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1540\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/taylor-kiser-373479-unsplash.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_delay\":100,\"z_index\":1,\"background_motion_fx_translateY_effect\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"390316ff\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7d7d68d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"615116b8\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bb1bdb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b8fdb5d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-80\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"typography_text_transform\":\"uppercase\",\"_border_border\":\"solid\",\"_border_color\":\"#bdb76b\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39029f95\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"header_size\":\"h3\",\"title_color\":\"#7f7f7f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"172ed17\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"background_color\":\"#ffffff\",\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"envato-kit-165-top-0\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4eee1da0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4911ca79\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Value Buffet\",\"sub_heading\":\"Economical Dinner with Best Value\",\"price\":\"49\",\"period\":\"(3 Courses)\",\"features_list\":[{\"item_text\":\"Taco, Green Salad and Soup\",\"item_icon\":\"\",\"_id\":\"a364bbb\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Main Courses\",\"item_icon\":\"\",\"_id\":\"116c548\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Desserts and Coffee or Tea\",\"item_icon\":\"\",\"_id\":\"4a81b18\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Espresso\\/Cappuccino $1.50 Supplement\",\"item_icon\":\"\",\"_id\":\"095b96c\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}}],\"button_text\":\"Order Now\",\"footer_additional_info\":\"*Pricing is per person and includes full service.\",\"ribbon_title\":\"Best Value\",\"header_bg_color\":\"#ffffff\",\"header_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_color\":\"rgba(0,0,0,0.8)\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_weight\":\"200\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"heading_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"sub_heading_color\":\"rgba(0,0,0,0.54)\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_family\":\"Karla\",\"sub_heading_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"normal\",\"sub_heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"pricing_element_bg_color\":\"#f2f5f0\",\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"price_color\":\"rgba(0,0,0,0.8)\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Oswald\",\"price_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"price_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"price_typography_font_weight\":\"200\",\"period_typography_typography\":\"custom\",\"period_typography_font_family\":\"Karla\",\"period_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_weight\":\"normal\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"features_list_bg_color\":\"#f2f5f0\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_color\":\"#777777\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_family\":\"Karla\",\"features_list_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"features_list_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"features_list_typography_font_weight\":\"normal\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4199999999999999289457264239899814128875732421875,\"sizes\":[]},\"item_width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"item_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"divider_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"footer_bg_color\":\"#f2f5f0\",\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"button_typography_font_weight\":\"normal\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_background_color\":\"#bdb76b\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"additional_info_color\":\"#999999\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_family\":\"Karla\",\"additional_info_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"additional_info_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"ribbon_bg_color\":\"#8bc34a\",\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_family\":\"Karla\",\"ribbon_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"ribbon_typography_font_weight\":\"normal\",\"ribbon_typography_text_transform\":\"uppercase\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ribbon_horizontal_position\":\"right\",\"header_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"header_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pricing_element_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"pricing_element_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"features_list_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"footer_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false},{\"id\":\"1f62aafb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"z_index\":1,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28f30478\",\"elType\":\"widget\",\"settings\":{\"heading\":\"Wedding BUffet\",\"sub_heading\":\"Premium Wedding Dinner\",\"price\":\"59\",\"period\":\"(3 Courses)\",\"features_list\":[{\"item_text\":\"Soup or Green Salad\",\"item_icon\":\"\",\"_id\":\"a364bbb\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Main Courses\",\"item_icon\":\"\",\"_id\":\"116c548\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Choice of Three Desserts and Coffee or Tea\",\"item_icon\":\"\",\"_id\":\"4a81b18\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}},{\"item_text\":\"Espresso\\/Cappuccino $1.50 Supplement\",\"item_icon\":\"\",\"_id\":\"095b96c\",\"item_icon_color\":\"\",\"selected_item_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"}}],\"button_text\":\"Order Now\",\"footer_additional_info\":\"*Pricing is per person and includes full service.\",\"ribbon_title\":\"Premium\",\"header_bg_color\":\"#bdb76b\",\"header_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"heading_color\":\"#ffffff\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Oswald\",\"heading_typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"heading_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"heading_typography_font_weight\":\"300\",\"heading_typography_text_transform\":\"uppercase\",\"heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"heading_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"sub_heading_color\":\"rgba(255,255,255,0.7)\",\"sub_heading_typography_typography\":\"custom\",\"sub_heading_typography_font_family\":\"Karla\",\"sub_heading_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"sub_heading_typography_font_weight\":\"normal\",\"sub_heading_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"pricing_element_bg_color\":\"#ffffff\",\"pricing_element_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"price_color\":\"rgba(0,0,0,0.8)\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Oswald\",\"price_typography_font_size\":{\"unit\":\"rem\",\"size\":5,\"sizes\":[]},\"price_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"price_typography_font_weight\":\"200\",\"period_typography_typography\":\"custom\",\"period_typography_font_family\":\"Karla\",\"period_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"period_typography_font_weight\":\"normal\",\"period_typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"features_list_bg_color\":\"#ffffff\",\"features_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"features_list_color\":\"#777777\",\"features_list_typography_typography\":\"custom\",\"features_list_typography_font_family\":\"Karla\",\"features_list_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"features_list_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"features_list_typography_font_weight\":\"normal\",\"features_list_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"features_list_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.4199999999999999289457264239899814128875732421875,\"sizes\":[]},\"item_width\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"item_width_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"divider_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"footer_bg_color\":\"#ffffff\",\"footer_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"button_text_color\":\"#ffffff\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Karla\",\"button_typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"button_typography_font_weight\":\"normal\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_background_color\":\"#bdb76b\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"additional_info_color\":\"#999999\",\"additional_info_typography_typography\":\"custom\",\"additional_info_typography_font_family\":\"Karla\",\"additional_info_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"additional_info_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"ribbon_bg_color\":\"#f0e68c\",\"ribbon_typography_typography\":\"custom\",\"ribbon_typography_font_family\":\"Karla\",\"ribbon_typography_font_size\":{\"unit\":\"rem\",\"size\":0.8125,\"sizes\":[]},\"ribbon_typography_font_weight\":\"bold\",\"ribbon_typography_text_transform\":\"uppercase\",\"ribbon_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"ribbon_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"ribbon_horizontal_position\":\"right\",\"header_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"header_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"pricing_element_padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"pricing_element_padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"16\",\"left\":\"20\",\"isLinked\":false},\"features_list_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"footer_padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"footer_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"ribbon_text_color\":\"#bdb76b\",\"button_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"price-table\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"376ffaed\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":37,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"1541\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/adult-alcoholic-beverages-bar-1267696.jpg\"},\"background_position\":\"initial\",\"background_motion_fx_blur_direction\":\"in-out\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#2b2918\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_motion_fx_scrolling\":\"yes\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"background_motion_fx_translateY_effect\":\"yes\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.190000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"685f02a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"113d924d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37184597\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a994f35\",\"elType\":\"widget\",\"settings\":{\"title\":\"50% off your first visit\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41cf3213\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64d9756b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Make reservation\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"rgba(0,0,0,0.8)\",\"button_background_hover_color\":\"#ffffff\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10568,1542,'_elementor_page_assets','a:1:{s:6:\"styles\";a:26:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";}}'),(10569,1542,'_eael_custom_js',''),(10570,1542,'_wp_page_template','default'),(10571,1542,'envato_tk_source_kit','1527'),(10572,1542,'envato_tk_source_index','11'),(10882,1483,'_elementor_edit_mode','builder'),(10883,1483,'_elementor_template_type','wp-page'),(10884,1483,'_elementor_version','3.16.2'),(10885,1483,'_elementor_pro_version','3.13.2'),(10896,1483,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10897,1483,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9613ec4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"7025f80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e64379\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6035d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a7cc32d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"169f50a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91eb044\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\",\"eael_gravity_form_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(10905,1483,'_elementor_page_assets','a:0:{}'),(10906,1483,'_eael_custom_js',''),(10943,1590,'_elementor_edit_mode','builder'),(10944,1590,'_elementor_template_type','section'),(10945,1590,'_elementor_version','3.15.1'),(10946,1590,'_elementor_pro_version','3.13.2'),(10947,1590,'_elementor_data','[{\"id\":\"243be6f1\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":66,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"1532\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/the-creative-exchange-1309310-unsplash-e1558099626735.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0000\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":200,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":20,\"sizes\":[]},\"background_position_tablet\":\"center center\",\"background_repeat_tablet\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.2300000000000000099920072216264088638126850128173828125,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"683b53bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f385447\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"415e229e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"animation_delay\":100,\"content_position\":\"center\",\"align\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8b968\",\"elType\":\"widget\",\"settings\":{\"title\":\"our specials\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":6,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_text_transform\":\"uppercase\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63af5c0c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"124f795c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6305bc40\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b7f61c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"80\",\"bottom\":\"60\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77d49b20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dinner Packages\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_border_color\":\"#ffcc7f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5302aa8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Etiam erat velit scelerisque in dictum non. Augue lacus viverra vitae congue eu consequat ac felis. Vel facilisis volutpat est velit.\",\"header_size\":\"h3\",\"title_color\":\"#7f7f7f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45a368de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-right envato-kit-165-top-0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ff22029\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61de481e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cfd73a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":200,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_color\":\"#f5f5f5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16fc30f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Value Buffet\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_border_color\":\"#ffcc7f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4df61f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starters\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":150,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5de2a631\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Roasted mushroom and Jerusalem artichoke soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Spanish almond soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Asparagus, cucumber and rice salad\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1b5364dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f882e99\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Coconut chickpea curry\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Cashew Thai quinoa salad with peanut ginger sauce\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Loaded Taco salad bowl\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"50012dba\",\"elType\":\"widget\",\"settings\":{\"title\":\"Desserts\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":350,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51598c6d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Banana Cream Pie (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Tahini Chocolate Banana Soft Serve\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"579bbe93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Order Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#bdb76b\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"button_hover_border_color\":\"#777777\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_color\":\"#cccccc\",\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"size\":\"md\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c65a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1529\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/the-creative-exchange-1309304-unsplash-e1558099667770.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":500,\"z_index\":1,\"background_motion_fx_translateY_effect\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"323b408a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$39\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_offset_x\":{\"size\":137,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":20,\"unit\":\"px\"},\"_offset_y\":{\"size\":875.9769999999999754436430521309375762939453125,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":20,\"unit\":\"px\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#bdb76b\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"555cf0d4\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":215,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52d78fe5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-left envato-kit-165-top-0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7110d57b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1586\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/adult-beautiful-bride-388240.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":100,\"z_index\":1,\"background_motion_fx_translateY_effect\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"flex-end\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4315f1c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$59\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_offset_x\":{\"size\":137,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":20,\"unit\":\"px\"},\"_offset_y\":{\"size\":875.9769999999999754436430521309375762939453125,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":20,\"unit\":\"px\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"-50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#bdb76b\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7089295f\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":215,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"7dab0d8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"369da592\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"33\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2eb73d54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":200,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_color\":\"#f1f8e9\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"22fbd33e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wedding Buffet\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_border_color\":\"#ffcc7f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56f0c56d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starters\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":150,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69d1eb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Roasted mushroom and Jerusalem artichoke soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Spanish almond soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Asparagus, cucumber and rice salad\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20888ae2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77872338\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Coconut chickpea curry\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Cashew Thai quinoa salad with peanut ginger sauce\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Loaded Taco salad bowl\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"72687b1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Desserts\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":350,\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"56603bc9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Banana Cream Pie (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Tahini Chocolate Banana Soft Serve\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1e31bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Order Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#bdb76b\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"button_hover_border_color\":\"#777777\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_color\":\"#cccccc\",\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"size\":\"md\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e66f83d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-right envato-kit-165-top-0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c31aeb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf27b18\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"33\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f1f6229\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":200,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"background_color\":\"#f5f5f5\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bfe8cf4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Friends Party\",\"title_color\":\"rgba(0,0,0,0.75)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_border_color\":\"#ffcc7f\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-30\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"578e25bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Starters\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c0f9f53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Roasted mushroom and Jerusalem artichoke soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Spanish almond soup\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Asparagus, cucumber and rice salad\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"48d1adef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Main\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21110eb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Coconut chickpea curry\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Cashew Thai quinoa salad with peanut ginger sauce\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Loaded Taco salad bowl\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"39810ca1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Desserts\",\"title_color\":\"rgba(0,0,0,0.54)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a0898e2\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Fluffy 1-Bowl Sugar Cookies (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6ec2304\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Banana Cream Pie (Vegan + GF)\",\"icon\":\"fa fa-check-circle\",\"_id\":\"6222e58\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}},{\"text\":\"Tahini Chocolate Banana Soft Serve\",\"icon\":\"fa fa-check-circle\",\"_id\":\"0cc2161\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_color\":\"rgba(0,0,0,0.3)\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_color\":\"rgba(0,0,0,0.62)\",\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Karla\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17ac2f84\",\"elType\":\"widget\",\"settings\":{\"text\":\"Order Now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#bdb76b\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(189,183,107,0.53)\",\"button_hover_border_color\":\"#777777\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"border_color\":\"#cccccc\",\"text_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"size\":\"md\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"68fb4d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1587\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/ali-inay-9858-unsplash.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_motion_fx_translateY_speed\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"animation\":\"fadeIn\",\"animation_delay\":400,\"z_index\":1,\"background_motion_fx_translateY_effect\":\"yes\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25580be0\",\"elType\":\"widget\",\"settings\":{\"title\":\"$49\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_offset_x\":{\"size\":137,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":20,\"unit\":\"px\"},\"_offset_y\":{\"size\":875.9769999999999754436430521309375762939453125,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":20,\"unit\":\"px\"},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_style\":\"normal\",\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_text_transform\":\"uppercase\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#bdb76b\",\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"header_size\":\"span\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70298c06\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":215,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53fbe4b3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.95999999999999996447286321199499070644378662109375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"css_classes\":\"envato-kit-165-flush-left\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8f4f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1588\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/adult-bottle-chairs-1467942.jpg\"},\"background_position\":\"initial\",\"background_ypos\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"animation\":\"fadeIn\",\"animation_delay\":100,\"z_index\":1,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"60\",\"bottom\":\"90\",\"left\":\"60\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#bdb76b\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.14000000000000001332267629550187848508358001708984375,\"sizes\":[]},\"overlay_blend_mode\":\"overlay\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fbf61ce\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"320c167b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"324a313a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":510,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c360007\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":15,\"vertical\":15,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.03)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation_delay\":200,\"margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"space_between_widgets\":0,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"60\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f4bb064\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#bdb76b\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-80,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"e37e5bb\",\"elType\":\"widget\",\"settings\":{\"title\":\"The dinner packages of Vegan Restaurant are impressive. I was able to organize a grand party in fairly economical price. The quality of food is beyond the ordinary.\",\"header_size\":\"p\",\"title_color\":\"#7f7f7f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"typography_font_style\":\"italic\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"313599db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Katherine Rivera\",\"header_size\":\"span\",\"title_color\":\"rgba(0,0,0,0.7)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d7647bc\",\"elType\":\"widget\",\"settings\":{\"rating\":4.5,\"star_style\":\"star_unicode\",\"align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":250,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"6062caab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Co Founder, The Vegan Club\",\"header_size\":\"span\",\"title_color\":\"#999999\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33639ce3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1020,\"sizes\":[]},\"background_background\":\"classic\",\"background_xpos\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"background_ypos\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_motion_fx_blur_level\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.320000000000000006661338147750939242541790008544921875,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"1589\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/toa-heftiba-166015-unsplash.jpg\"},\"background_position\":\"top center\",\"background_attachment\":\"fixed\",\"background_motion_fx_translateY_effect\":\"yes\",\"background_motion_fx_blur_direction\":\"in-out\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#595531\",\"background_motion_fx_scale_effect\":\"yes\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40fbe885\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75f99d1e\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":760,\"sizes\":[]},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":100,\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"690ae21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"609f06dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need custom menu?\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Oswald\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"200\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1599999999999999200639422269887290894985198974609375,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.125,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1699999999999999289457264239899814128875732421875,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1487f0ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\",\"header_size\":\"h3\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3300000000000000710542735760100185871124267578125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6365dd3a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"normal\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_color\":\"rgba(0,0,0,0.8)\",\"button_background_hover_color\":\"#ffffff\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_animation\":\"fadeIn\",\"_animation_delay\":300,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10953,1590,'_elementor_page_assets','a:1:{s:6:\"styles\";a:36:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";i:34;s:12:\"e-animations\";i:35;s:12:\"e-animations\";}}'),(10954,1590,'_eael_custom_js',''),(10955,1590,'_wp_page_template','default'),(10956,1590,'envato_tk_source_kit','1527'),(10957,1590,'envato_tk_source_index','8'),(10998,1597,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:6:\"Artist\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:21:{i:0;a:7:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:26:\"screenshots/home-2-pro.jpg\";s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:3;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:22:\"screenshots/home-3.jpg\";s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:22:\"Services &amp; Pricing\";s:10:\"screenshot\";s:36:\"screenshots/services-amp-pricing.jpg\";s:6:\"source\";s:68:\"templates/services-amp-pricing-8f1dddb1575c10e9ed54b76acc1aee99.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:22:\"Services &amp; Pricing\";s:10:\"screenshot\";s:40:\"screenshots/services-amp-pricing-pro.jpg\";s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:6;a:7:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:53:\"templates/about-cc6a37af37fb739feb816bc5e8baced1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:25:\"screenshots/about-pro.jpg\";s:6:\"source\";s:53:\"templates/about-60821e3e543541bafa704619d28bfcab.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:8;a:7:{s:4:\"name\";s:7:\"About 2\";s:10:\"screenshot\";s:23:\"screenshots/about-2.jpg\";s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:7:\"About 3\";s:10:\"screenshot\";s:27:\"screenshots/about-3-pro.jpg\";s:6:\"source\";s:55:\"templates/about-3-8adf313c9bc08fb28bf79da5264974e3.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;s:7:\"imports\";a:0:{}}i:10;a:7:{s:4:\"name\";s:6:\"Events\";s:10:\"screenshot\";s:22:\"screenshots/events.jpg\";s:6:\"source\";s:54:\"templates/events-d455c46f2aa3c7141404988d5e3d584e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:11:\"Exhibitions\";s:10:\"screenshot\";s:27:\"screenshots/exhibitions.jpg\";s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:23:\"screenshots/gallery.jpg\";s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:13;a:7:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:27:\"screenshots/gallery-pro.jpg\";s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:14;a:7:{s:4:\"name\";s:9:\"Q &amp; A\";s:10:\"screenshot\";s:23:\"screenshots/q-amp-a.jpg\";s:6:\"source\";s:55:\"templates/q-amp-a-c1f37ac8c71db2c2586abfe5eebb803d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:15;a:7:{s:4:\"name\";s:9:\"Q &amp; A\";s:10:\"screenshot\";s:27:\"screenshots/q-amp-a-pro.jpg\";s:6:\"source\";s:55:\"templates/q-amp-a-23247967b319b6e1ea136614df5e2870.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:16;a:7:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:55:\"templates/contact-965e11ab15fc4b43c6ce1050f890523f.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:17;a:7:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:27:\"screenshots/contact-pro.jpg\";s:6:\"source\";s:55:\"templates/contact-1c9a36072f310aeef23990c15e0072b1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:18;a:7:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:27:\"screenshots/coming-soon.jpg\";s:6:\"source\";s:59:\"templates/coming-soon-73c1e235ccf13f12e8052c1512e09b83.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:19;a:7:{s:4:\"name\";s:11:\"Coming Soon\";s:10:\"screenshot\";s:31:\"screenshots/coming-soon-pro.jpg\";s:6:\"source\";s:59:\"templates/coming-soon-46a2439286c4d2bc041c44da7e50a330.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}i:20;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-e8c2ba500d03cfb3e692871125a2bd2c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:34:{i:0;a:5:{s:8:\"filename\";s:52:\"photo-1505962758314-85bfe836a5b9-e1595582041875.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1505962758314-85bfe836a5b9-500x750.jpeg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/about-cc6a37af37fb739feb816bc5e8baced1.json\";s:4:\"name\";s:5:\"About\";}i:3;a:2:{s:6:\"source\";s:53:\"templates/about-60821e3e543541bafa704619d28bfcab.json\";s:4:\"name\";s:5:\"About\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/about-3-8adf313c9bc08fb28bf79da5264974e3.json\";s:4:\"name\";s:7:\"About 3\";}i:6;a:2:{s:6:\"source\";s:59:\"templates/coming-soon-46a2439286c4d2bc041c44da7e50a330.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:342442;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}i:1;a:5:{s:8:\"filename\";s:52:\"photo-1515405295579-ba7b45403062-e1595582465487.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1515405295579-ba7b45403062-500x500.jpeg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:53:\"templates/about-cc6a37af37fb739feb816bc5e8baced1.json\";s:4:\"name\";s:5:\"About\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:6;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}i:8;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}i:9;a:2:{s:6:\"source\";s:55:\"templates/contact-965e11ab15fc4b43c6ce1050f890523f.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:285765;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1200;}}i:2;a:5:{s:8:\"filename\";s:52:\"photo-1533122250115-6bb28e9a48c3-e1595582308138.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1533122250115-6bb28e9a48c3-500x667.jpeg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:54:\"templates/events-d455c46f2aa3c7141404988d5e3d584e.json\";s:4:\"name\";s:6:\"Events\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:197976;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}}i:3;a:5:{s:8:\"filename\";s:52:\"photo-1533644756484-bb7b29ac7fcd-e1595581964468.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1533644756484-bb7b29ac7fcd-500x500.jpeg\";s:9:\"templates\";a:14:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-8f1dddb1575c10e9ed54b76acc1aee99.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:5;a:2:{s:6:\"source\";s:53:\"templates/about-60821e3e543541bafa704619d28bfcab.json\";s:4:\"name\";s:5:\"About\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/about-3-8adf313c9bc08fb28bf79da5264974e3.json\";s:4:\"name\";s:7:\"About 3\";}i:7;a:2:{s:6:\"source\";s:54:\"templates/events-d455c46f2aa3c7141404988d5e3d584e.json\";s:4:\"name\";s:6:\"Events\";}i:8;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:9;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}i:10;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}i:11;a:2:{s:6:\"source\";s:55:\"templates/q-amp-a-c1f37ac8c71db2c2586abfe5eebb803d.json\";s:4:\"name\";s:9:\"Q &amp; A\";}i:12;a:2:{s:6:\"source\";s:55:\"templates/q-amp-a-23247967b319b6e1ea136614df5e2870.json\";s:4:\"name\";s:9:\"Q &amp; A\";}i:13;a:2:{s:6:\"source\";s:55:\"templates/contact-1c9a36072f310aeef23990c15e0072b1.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:586679;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1900;}}i:4;a:5:{s:8:\"filename\";s:52:\"photo-1538656746348-d6ea692948ad-e1595582556783.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1538656746348-d6ea692948ad-500x356.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:502796;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1141;}}i:5;a:5:{s:8:\"filename\";s:52:\"photo-1530669244764-0909211cd8e8-e1595582425502.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1530669244764-0909211cd8e8-500x750.jpeg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:547974;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}i:6;a:5:{s:8:\"filename\";s:52:\"photo-1515543268959-01b0ccaeb357-e1595582091371.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1515543268959-01b0ccaeb357-500x500.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:396273;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1900;}}i:7;a:5:{s:8:\"filename\";s:52:\"photo-1533157950006-c38844053d55-e1595582529703.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1533157950006-c38844053d55-500x625.jpeg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:407690;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}}i:8;a:5:{s:8:\"filename\";s:52:\"photo-1530017421197-2ca7a184d808-e1595582450750.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1530017421197-2ca7a184d808-500x333.jpeg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}i:7;a:2:{s:6:\"source\";s:55:\"templates/q-amp-a-c1f37ac8c71db2c2586abfe5eebb803d.json\";s:4:\"name\";s:9:\"Q &amp; A\";}}s:8:\"filesize\";i:419068;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:9;a:5:{s:8:\"filename\";s:52:\"photo-1532949293134-3eb646d213f1-e1595581980144.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1532949293134-3eb646d213f1-500x333.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:438839;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:10;a:5:{s:8:\"filename\";s:52:\"photo-1532438334293-2e8cdda53312-e1595582397841.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1532438334293-2e8cdda53312-500x278.jpeg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:5;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:6;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:470480;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1055;}}i:11;a:5:{s:8:\"filename\";s:11:\"retouch.png\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/retouch-500x500.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-8f1dddb1575c10e9ed54b76acc1aee99.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:5;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}}s:8:\"filesize\";i:18318;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:12;a:5:{s:8:\"filename\";s:12:\"painting.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/painting-500x500.png\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-8f1dddb1575c10e9ed54b76acc1aee99.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:5;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:6;a:2:{s:6:\"source\";s:53:\"templates/about-60821e3e543541bafa704619d28bfcab.json\";s:4:\"name\";s:5:\"About\";}i:7;a:2:{s:6:\"source\";s:53:\"templates/popup-e8c2ba500d03cfb3e692871125a2bd2c.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:24181;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:13;a:5:{s:8:\"filename\";s:12:\"pictoric.png\";s:13:\"thumbnail_url\";s:95:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/pictoric-500x500.png\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:4;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-8f1dddb1575c10e9ed54b76acc1aee99.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:5;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}}s:8:\"filesize\";i:14775;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}}i:14;a:5:{s:8:\"filename\";s:51:\"photo-1519345182560-3f2917c472ef-e1595582661913.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1519345182560-3f2917c472ef-500x750.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:290352;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1500;}}i:15;a:5:{s:8:\"filename\";s:51:\"photo-1510678960173-b52e15cbcfb4-e1595582693746.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1510678960173-b52e15cbcfb4-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:54898;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:667;}}i:16;a:5:{s:8:\"filename\";s:51:\"photo-1523303821445-f2983744a23e-e1595582684988.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1523303821445-f2983744a23e-500x333.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:76069;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:667;}}i:17;a:5:{s:8:\"filename\";s:51:\"photo-1532660621034-fb55e2e59762-e1595582704546.jpg\";s:13:\"thumbnail_url\";s:119:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1532660621034-fb55e2e59762-500x625.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-63b2f06864d276411c1c31508ae6bb2f.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-0844898f2fdabe00049058f9cdb82a53.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-2-5970f5a0a1a015a51600c43b765f71bb.json\";s:4:\"name\";s:6:\"Home 2\";}i:3;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:142808;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1250;}}i:18;a:5:{s:8:\"filename\";s:52:\"photo-1516148220038-197c4760d259-e1595582266614.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1516148220038-197c4760d259-500x333.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:299514;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1266;}}i:19;a:5:{s:8:\"filename\";s:52:\"photo-1532876902559-2b01f3d079a8-e1595582387609.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1532876902559-2b01f3d079a8-500x342.jpeg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-c9435adf558223b9773fe91f2fb88f21.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:3;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}i:4;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:571858;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1299;}}i:20;a:5:{s:8:\"filename\";s:52:\"photo-1524840127331-f2ca773ec28f-e1595582241656.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1524840127331-f2ca773ec28f-500x375.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}}s:8:\"filesize\";i:599422;s:10:\"dimensions\";a:2:{i:0;i:1800;i:1;i:1350;}}i:21;a:5:{s:8:\"filename\";s:52:\"photo-1524940341013-28b7a45da417-e1595582364102.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1524940341013-28b7a45da417-500x625.jpeg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:68:\"templates/services-amp-pricing-a34e6bd2381130f27d9ea95d3b9ff939.json\";s:4:\"name\";s:22:\"Services &amp; Pricing\";}i:1;a:2:{s:6:\"source\";s:53:\"templates/about-cc6a37af37fb739feb816bc5e8baced1.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:140076;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}}i:22;a:5:{s:8:\"filename\";s:49:\"photo-1526389157-6a5cc2bb4afa-e1595582516289.jpeg\";s:13:\"thumbnail_url\";s:117:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1526389157-6a5cc2bb4afa-500x752.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:53:\"templates/about-60821e3e543541bafa704619d28bfcab.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:314118;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1806;}}i:23;a:5:{s:8:\"filename\";s:57:\"photo-1514222323905552197-0610a4d8fd73-e1595582253205.jpg\";s:13:\"thumbnail_url\";s:125:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1514222323905552197-0610a4d8fd73-500x333.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/events-d455c46f2aa3c7141404988d5e3d584e.json\";s:4:\"name\";s:6:\"Events\";}i:2;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:218242;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:1067;}}i:24;a:5:{s:8:\"filename\";s:52:\"photo-1533894632201-916419cb4a39-e1595582376118.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1533894632201-916419cb4a39-500x750.jpeg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}i:3;a:2:{s:6:\"source\";s:53:\"templates/popup-e8c2ba500d03cfb3e692871125a2bd2c.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:582812;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}i:25;a:5:{s:8:\"filename\";s:52:\"photo-1532026860073-508dfd54b1b2-e1595582408934.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1532026860073-508dfd54b1b2-500x351.jpeg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-2-bb9cd32836b63ef96942c87983587a5f.json\";s:4:\"name\";s:7:\"About 2\";}i:1;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/gallery-82b14c615966197a8297aeb98fb3728a.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:565230;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1336;}}i:26;a:5:{s:8:\"filename\";s:52:\"photo-1537692140784-f7272f4b0938-e1595582119214.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1537692140784-f7272f4b0938-500x709.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/about-3-8adf313c9bc08fb28bf79da5264974e3.json\";s:4:\"name\";s:7:\"About 3\";}}s:8:\"filesize\";i:349849;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1703;}}i:27;a:5:{s:8:\"filename\";s:52:\"photo-1501343957693-ab86601b938d-e1595582159968.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1501343957693-ab86601b938d-500x750.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:172540;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}i:28;a:5:{s:8:\"filename\";s:52:\"photo-1519017524945-ed31bb7a3786-e1595582504120.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1519017524945-ed31bb7a3786-500x281.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:178958;s:10:\"dimensions\";a:2:{i:0;i:1600;i:1;i:900;}}i:29;a:5:{s:8:\"filename\";s:52:\"photo-1528491836309-55b4a140b78a-e1595582057922.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1528491836309-55b4a140b78a-500x667.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/exhibitions-9af4d6f90e056815b71b4002e102ca1d.json\";s:4:\"name\";s:11:\"Exhibitions\";}}s:8:\"filesize\";i:390671;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1600;}}i:30;a:5:{s:8:\"filename\";s:52:\"photo-1524664496767-aec93fabd0a7-e1595582227906.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1524664496767-aec93fabd0a7-500x333.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:480152;s:10:\"dimensions\";a:2:{i:0;i:1900;i:1;i:1267;}}i:31;a:5:{s:8:\"filename\";s:52:\"photo-1536926075406-963839830fb6-e1595582568810.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1536926075406-963839830fb6-500x328.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:55:\"templates/gallery-aee3c38cb0687ee28f575b793e5c7d4e.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:219790;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:788;}}i:32;a:5:{s:8:\"filename\";s:17:\"4512312543132.jpg\";s:13:\"thumbnail_url\";s:100:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/4512312543132-500x281.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:55:\"templates/q-amp-a-23247967b319b6e1ea136614df5e2870.json\";s:4:\"name\";s:9:\"Q &amp; A\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/contact-965e11ab15fc4b43c6ce1050f890523f.json\";s:4:\"name\";s:7:\"Contact\";}i:2;a:2:{s:6:\"source\";s:55:\"templates/contact-1c9a36072f310aeef23990c15e0072b1.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1560527;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1080;}}i:33;a:5:{s:8:\"filename\";s:52:\"photo-1537445204651-fb71edf8040b-e1595582172690.jpeg\";s:13:\"thumbnail_url\";s:120:\"https://wp.envatoextensions.com/kit-99/wp-content/uploads/sites/90/2018/10/photo-1537445204651-fb71edf8040b-500x750.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:59:\"templates/coming-soon-73c1e235ccf13f12e8052c1512e09b83.json\";s:4:\"name\";s:11:\"Coming Soon\";}}s:8:\"filesize\";i:143068;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}}}}'),(10999,1597,'envato_tk_folder_name','1aef47415e3a195808c341d9d0a2411b'),(11000,1597,'envato_tk_builder','elementor'),(11001,1597,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/1aef47415e3a195808c341d9d0a2411b/source-1597.zip'),(11002,1597,'envato_elements_download_event','90-3-42c9da990d4e42ffe3ff30a9b7e17e5b'),(11012,1601,'_elementor_edit_mode','builder'),(11013,1601,'_elementor_template_type','section'),(11014,1601,'_elementor_version','3.15.1'),(11015,1601,'_elementor_pro_version','3.13.2'),(11016,1601,'_elementor_data','[{\"id\":\"763f936d\",\"elType\":\"section\",\"settings\":{\"gap\":\"wider\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79a5f0e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.8769999999999953388396534137427806854248046875,\"content_position\":\"center\",\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b115a1\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d67f68e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4660ef34\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h4\",\"title_color\":\"rgba(43,43,43,0.3)\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b425d18\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline_zigzag\",\"before_text\":\"Sam\",\"highlighted_text\":\"Vettriano\",\"rotating_text\":\"Sam Vettriano\",\"alignment\":\"left\",\"tag\":\"h1\",\"marker_color\":\"rgba(43,43,43,0.16)\",\"stroke_width\":{\"unit\":\"px\",\"size\":7},\"rounded_edges\":\"yes\",\"title_color\":\"#0c0c0c\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Prata\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":90},\"title_typography_font_weight\":\"400\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":90},\"words_color\":\"#0c0c0c\",\"words_typography_typography\":\"custom\",\"words_typography_font_family\":\"Prata\",\"words_typography_font_weight\":\"400\",\"words_typography_line_height\":{\"unit\":\"px\",\"size\":110},\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":55},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":0.5},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1a69b978\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute irure.\\u00a0Facilisis sed odio morbi quis commodo<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_line_height\":{\"unit\":\"px\",\"size\":33},\"text_color\":\"#797979\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42dd7fc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#797979\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3c87048a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29ceb48e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a9d3798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clients\",\"header_size\":\"h3\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"160618ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#797979\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"395e057e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33d9b7ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"Awards\",\"header_size\":\"h3\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"453eff6b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Vel quam elementum pulvinar etiam. Nunc vel risus commodo viverra maecenas. Sit amet justo donec enim diam vulputate ut. 2018 Facilisis sed odio morbi quis commodo odio aenean. Sit amet est placerat.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Muli\",\"typography_line_height\":{\"unit\":\"px\",\"size\":27},\"text_color\":\"#797979\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1c34a64d\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a6e7d2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dd28323\",\"elType\":\"widget\",\"settings\":{\"title\":\"Feel free to get in touch with me\",\"header_size\":\"h3\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68968d4a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact me\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#0c0c0c\",\"hover_animation\":\"float\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#0c0c0c\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"37\",\"bottom\":\"18\",\"left\":\"37\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"15c261ae\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social\":\"fa fa-facebook\",\"_id\":\"750f84f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-twitter\",\"_id\":\"936ea2c\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social\":\"fa fa-pinterest\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5f67305\",\"social_icon\":{\"value\":\"fab fa-wordpress\",\"library\":\"fa-brands\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(12,12,12,0)\",\"icon_secondary_color\":\"rgba(12,12,12,0.4)\",\"icon_size\":{\"unit\":\"px\",\"size\":14},\"icon_padding\":{\"unit\":\"em\",\"size\":0.5},\"hover_primary_color\":\"rgba(0,0,0,0)\",\"hover_secondary_color\":\"rgba(43,43,43,0.4)\",\"hover_animation\":\"float\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6666fd08\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.12299999999999755573298898525536060333251953125,\"space_between_widgets\":40,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8c700a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1598\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/photo-1505962758314-85bfe836a5b9.jpeg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"1030\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-40\",\"bottom\":\"60\",\"left\":\"40\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12df3824\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1599\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/photo-1537692140784-f7272f4b0938.jpeg\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"1030\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a4fd3d4\",\"elType\":\"section\",\"settings\":{\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#d8dadc\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_image\":{\"id\":\"1600\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/photo-1533644756484-bb7b29ac7fcd.jpeg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222428\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875},\"css_filters_blur\":{\"unit\":\"px\",\"size\":8.199999999999999289457264239899814128875732421875},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":121},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":92},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#222428\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1980f298\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10183ffc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":675},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b395498\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14e812d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Order a Hand Painted Oil Portrait\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Prata\",\"typography_font_size\":{\"unit\":\"px\",\"size\":62},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":82},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":40},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":50},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d2cb837\",\"elType\":\"widget\",\"settings\":{\"text\":\"Find out more\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"rgba(255,255,255,0)\",\"hover_animation\":\"float\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(255,255,255,0.39)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"38\",\"bottom\":\"18\",\"left\":\"38\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#ffffff\",\"link\":{\"url\":\"#envato-kit-99-faq-form\",\"is_external\":\"\",\"nofollow\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11022,1601,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(11023,1601,'_eael_custom_js',''),(11024,1601,'_wp_page_template','default'),(11025,1601,'envato_tk_source_kit','1597'),(11026,1601,'envato_tk_source_index','9'),(11027,1603,'envato_tk_manifest','a:8:{s:16:\"manifest_version\";s:5:\"1.0.9\";s:5:\"title\";s:7:\"Science\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"2.0.1\";s:9:\"templates\";a:17:{i:0;a:8:{s:4:\"name\";s:6:\"Home 1\";s:10:\"screenshot\";s:22:\"screenshots/home-1.jpg\";s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:1;a:7:{s:4:\"name\";s:6:\"Home 2\";s:10:\"screenshot\";s:22:\"screenshots/home-2.jpg\";s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:2;a:7:{s:4:\"name\";s:6:\"Home 3\";s:10:\"screenshot\";s:22:\"screenshots/home-3.jpg\";s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:3;a:7:{s:4:\"name\";s:10:\"Projects 1\";s:10:\"screenshot\";s:26:\"screenshots/projects-1.jpg\";s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:4;a:7:{s:4:\"name\";s:10:\"Projects 2\";s:10:\"screenshot\";s:26:\"screenshots/projects-2.jpg\";s:6:\"source\";s:58:\"templates/projects-2-76b8500bdd4ff6848e36bdba72da66eb.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:5;a:7:{s:4:\"name\";s:10:\"Projects 3\";s:10:\"screenshot\";s:26:\"screenshots/projects-3.jpg\";s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:6;a:7:{s:4:\"name\";s:10:\"Lab Team 1\";s:10:\"screenshot\";s:26:\"screenshots/lab-team-1.jpg\";s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:7;a:7:{s:4:\"name\";s:10:\"Lab Team 2\";s:10:\"screenshot\";s:26:\"screenshots/lab-team-2.jpg\";s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:8;a:7:{s:4:\"name\";s:7:\"About 1\";s:10:\"screenshot\";s:23:\"screenshots/about-1.jpg\";s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:9;a:7:{s:4:\"name\";s:10:\"About Us 2\";s:10:\"screenshot\";s:26:\"screenshots/about-us-2.jpg\";s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:10;a:7:{s:4:\"name\";s:2:\"CV\";s:10:\"screenshot\";s:18:\"screenshots/cv.jpg\";s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:11;a:7:{s:4:\"name\";s:14:\"Publications 1\";s:10:\"screenshot\";s:30:\"screenshots/publications-1.jpg\";s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:12;a:7:{s:4:\"name\";s:14:\"Publications 2\";s:10:\"screenshot\";s:30:\"screenshots/publications-2.jpg\";s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:13;a:7:{s:4:\"name\";s:12:\"Contact Us 1\";s:10:\"screenshot\";s:28:\"screenshots/contact-us-1.jpg\";s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:14;a:7:{s:4:\"name\";s:12:\"Contact Us 2\";s:10:\"screenshot\";s:28:\"screenshots/contact-us-2.jpg\";s:6:\"source\";s:60:\"templates/contact-us-2-64781fdac882da3e5d92c31a77eed16b.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:15;a:7:{s:4:\"name\";s:6:\"Donate\";s:10:\"screenshot\";s:22:\"screenshots/donate.jpg\";s:6:\"source\";s:54:\"templates/donate-90db2c47e788014af219c0367b5bc22a.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:0;}s:22:\"elementor_pro_required\";b:0;}i:16;a:7:{s:4:\"name\";s:5:\"Popup\";s:10:\"screenshot\";s:21:\"screenshots/popup.jpg\";s:6:\"source\";s:53:\"templates/popup-6c5a70bbe7d2f655a404f91938741da1.json\";s:11:\"preview_url\";b:0;s:4:\"type\";s:7:\"section\";s:8:\"metadata\";a:2:{s:13:\"template_type\";s:7:\"section\";s:22:\"elementor_pro_required\";b:1;}s:22:\"elementor_pro_required\";b:1;}}s:16:\"required_plugins\";a:2:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:13:\"Elementor Pro\";s:7:\"version\";s:5:\"2.9.6\";s:4:\"file\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:12:\"required_css\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:51:\"These styles are added to the WordPress Customizer.\";s:4:\"file\";s:18:\"css/customizer.css\";}}s:6:\"images\";a:30:{i:0;a:5:{s:8:\"filename\";s:31:\"abstract-glare-visual-art-1.jpg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/abstract-glare-visual-art-1.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:4:\"name\";s:10:\"Projects 3\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:7;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:8;a:2:{s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:4:\"name\";s:14:\"Publications 1\";}i:9;a:2:{s:6:\"source\";s:54:\"templates/donate-90db2c47e788014af219c0367b5bc22a.json\";s:4:\"name\";s:6:\"Donate\";}}s:8:\"filesize\";i:364823;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:1;a:5:{s:8:\"filename\";s:24:\"pexels-photo-753271.jpeg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-753271.jpeg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/projects-2-76b8500bdd4ff6848e36bdba72da66eb.json\";s:4:\"name\";s:10:\"Projects 2\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:4:\"name\";s:10:\"Projects 3\";}i:5;a:2:{s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:4:\"name\";s:7:\"About 1\";}i:6;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:7;a:2:{s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:4:\"name\";s:14:\"Publications 1\";}}s:8:\"filesize\";i:263618;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1204;}}i:2;a:5:{s:8:\"filename\";s:25:\"pexels-photo-1374360.jpeg\";s:13:\"thumbnail_url\";s:107:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-1374360.jpeg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:4:\"name\";s:10:\"Projects 3\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:6;a:2:{s:6:\"source\";s:54:\"templates/donate-90db2c47e788014af219c0367b5bc22a.json\";s:4:\"name\";s:6:\"Donate\";}}s:8:\"filesize\";i:354514;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:3;a:5:{s:8:\"filename\";s:24:\"pexels-photo-256302.jpeg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-256302.jpeg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/projects-2-76b8500bdd4ff6848e36bdba72da66eb.json\";s:4:\"name\";s:10:\"Projects 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:4:\"name\";s:10:\"Projects 3\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:5;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:6;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:7;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}i:8;a:2:{s:6:\"source\";s:60:\"templates/contact-us-2-64781fdac882da3e5d92c31a77eed16b.json\";s:4:\"name\";s:12:\"Contact Us 2\";}}s:8:\"filesize\";i:390359;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1285;}}i:4;a:5:{s:8:\"filename\";s:34:\"ramon-salinero-271002-unsplash.jpg\";s:13:\"thumbnail_url\";s:116:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/ramon-salinero-271002-unsplash.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:4:\"name\";s:14:\"Publications 1\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:340008;s:10:\"dimensions\";a:2:{i:0;i:5184;i:1;i:3456;}}i:5;a:5:{s:8:\"filename\";s:49:\"white-blood-cell-cell-blood-cell-blood-45239.jpeg\";s:13:\"thumbnail_url\";s:131:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/white-blood-cell-cell-blood-cell-blood-45239.jpeg\";s:9:\"templates\";a:8:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-1-d1b05cf2b0a69f8266e12af7a97f4c1b.json\";s:4:\"name\";s:6:\"Home 1\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/projects-2-76b8500bdd4ff6848e36bdba72da66eb.json\";s:4:\"name\";s:10:\"Projects 2\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/projects-3-dd8d7d45e75770ae7be81cf567f67146.json\";s:4:\"name\";s:10:\"Projects 3\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:5;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:6;a:2:{s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:4:\"name\";s:14:\"Publications 1\";}i:7;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:438131;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1690;}}i:6;a:5:{s:8:\"filename\";s:31:\"blue-abstract-balls-spheres.jpg\";s:13:\"thumbnail_url\";s:113:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/blue-abstract-balls-spheres.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:565522;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:7;a:5:{s:8:\"filename\";s:30:\"abstract-art-bubble-221189.jpg\";s:13:\"thumbnail_url\";s:112:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/abstract-art-bubble-221189.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}}s:8:\"filesize\";i:570099;s:10:\"dimensions\";a:2:{i:0;i:2284;i:1;i:1523;}}i:8;a:5:{s:8:\"filename\";s:24:\"pexels-photo-325682.jpeg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-325682.jpeg\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:3;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:4;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:5;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:6;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:32855;s:10:\"dimensions\";a:2:{i:0;i:640;i:1;i:426;}}i:9;a:5:{s:8:\"filename\";s:24:\"pexels-photo-356040.jpeg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-356040.jpeg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/contact-us-2-64781fdac882da3e5d92c31a77eed16b.json\";s:4:\"name\";s:12:\"Contact Us 2\";}}s:8:\"filesize\";i:280882;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}}i:10;a:5:{s:8:\"filename\";s:6:\"p2.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/p2.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-2-393c19100a467e2b57ba15c8b548af50.json\";s:4:\"name\";s:6:\"Home 2\";}i:1;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}}s:8:\"filesize\";i:217164;s:10:\"dimensions\";a:2:{i:0;i:350;i:1;i:500;}}i:11;a:5:{s:8:\"filename\";s:6:\"i3.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/i3.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:221663;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:400;}}i:12;a:5:{s:8:\"filename\";s:6:\"i4.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/i4.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:143225;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:400;}}i:13;a:5:{s:8:\"filename\";s:15:\"006-physics.png\";s:13:\"thumbnail_url\";s:97:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/006-physics.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/popup-6c5a70bbe7d2f655a404f91938741da1.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:3314;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:14;a:5:{s:8:\"filename\";s:11:\"004-dna.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/004-dna.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/popup-6c5a70bbe7d2f655a404f91938741da1.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:2459;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:15;a:5:{s:8:\"filename\";s:12:\"002-cell.png\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/002-cell.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:4:\"name\";s:7:\"About 1\";}i:2;a:2:{s:6:\"source\";s:53:\"templates/popup-6c5a70bbe7d2f655a404f91938741da1.json\";s:4:\"name\";s:5:\"Popup\";}}s:8:\"filesize\";i:2013;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:16;a:5:{s:8:\"filename\";s:16:\"001-bacteria.png\";s:13:\"thumbnail_url\";s:98:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/001-bacteria.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:55:\"templates/about-1-38b77a49adcafe058049a31e76ac7db4.json\";s:4:\"name\";s:7:\"About 1\";}}s:8:\"filesize\";i:2051;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}}i:17;a:5:{s:8:\"filename\";s:22:\"research-4-370x209.jpg\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/research-4-370x209.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/projects-2-76b8500bdd4ff6848e36bdba72da66eb.json\";s:4:\"name\";s:10:\"Projects 2\";}i:2;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:9758;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:209;}}i:18;a:5:{s:8:\"filename\";s:6:\"P1.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/P1.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:54:\"templates/home-3-7d453de31081b04c804441b0d77909c1.json\";s:4:\"name\";s:6:\"Home 3\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:242052;s:10:\"dimensions\";a:2:{i:0;i:350;i:1;i:500;}}i:19;a:5:{s:8:\"filename\";s:6:\"i7.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/i7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}}s:8:\"filesize\";i:122765;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:400;}}i:20;a:5:{s:8:\"filename\";s:11:\"client5.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/client5.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:2;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:3026;s:10:\"dimensions\";a:2:{i:0;i:200;i:1;i:120;}}i:21;a:5:{s:8:\"filename\";s:11:\"client6.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/client6.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:2;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:3532;s:10:\"dimensions\";a:2:{i:0;i:200;i:1;i:120;}}i:22;a:5:{s:8:\"filename\";s:11:\"client4.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/client4.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:2;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:4022;s:10:\"dimensions\";a:2:{i:0;i:200;i:1;i:120;}}i:23;a:5:{s:8:\"filename\";s:11:\"client1.png\";s:13:\"thumbnail_url\";s:93:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/client1.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/projects-1-28c1cc25122af084389a1547b4e814f1.json\";s:4:\"name\";s:10:\"Projects 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:2;a:2:{s:6:\"source\";s:50:\"templates/cv-d5eae2de6e40cc3d1d9e4346e69f7796.json\";s:4:\"name\";s:2:\"CV\";}i:3;a:2:{s:6:\"source\";s:62:\"templates/publications-2-98bf55be5aa9ddba80a381aa95c76c2b.json\";s:4:\"name\";s:14:\"Publications 2\";}}s:8:\"filesize\";i:3625;s:10:\"dimensions\";a:2:{i:0;i:200;i:1;i:120;}}i:24;a:5:{s:8:\"filename\";s:6:\"b1.png\";s:13:\"thumbnail_url\";s:88:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/b1.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:2;a:2:{s:6:\"source\";s:58:\"templates/about-us-2-f963a8375eeba1cce01775a05a5be66c.json\";s:4:\"name\";s:10:\"About Us 2\";}i:3;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:1011799;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:800;}}i:25;a:5:{s:8:\"filename\";s:12:\"unsplach.jpg\";s:13:\"thumbnail_url\";s:94:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/unsplach.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:129203;s:10:\"dimensions\";a:2:{i:0;i:1551;i:1;i:1200;}}i:26;a:5:{s:8:\"filename\";s:22:\"research-6-370x209.jpg\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/research-6-370x209.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:9406;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:209;}}i:27;a:5:{s:8:\"filename\";s:22:\"research-5-370x209.jpg\";s:13:\"thumbnail_url\";s:104:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/research-5-370x209.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:58:\"templates/lab-team-1-7266f39fd8c56d094761eca72a3d228d.json\";s:4:\"name\";s:10:\"Lab Team 1\";}i:1;a:2:{s:6:\"source\";s:58:\"templates/lab-team-2-264190db9de2dc30b0125e4e126768f1.json\";s:4:\"name\";s:10:\"Lab Team 2\";}i:2;a:2:{s:6:\"source\";s:60:\"templates/contact-us-1-894f64e1fb837c66f6de76ac26ef6b92.json\";s:4:\"name\";s:12:\"Contact Us 1\";}}s:8:\"filesize\";i:12757;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:209;}}i:28;a:5:{s:8:\"filename\";s:24:\"pexels-photo-669610.jpeg\";s:13:\"thumbnail_url\";s:106:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/pexels-photo-669610.jpeg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:62:\"templates/publications-1-4c2cb1acb868711b945616b77531a903.json\";s:4:\"name\";s:14:\"Publications 1\";}}s:8:\"filesize\";i:420136;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1271;}}i:29;a:5:{s:8:\"filename\";s:29:\"neonbrand-426918-unsplash.jpg\";s:13:\"thumbnail_url\";s:111:\"https://wp.envatoextensions.com/collection-32/wp-content/uploads/sites/35/2018/07/neonbrand-426918-unsplash.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:54:\"templates/donate-90db2c47e788014af219c0367b5bc22a.json\";s:4:\"name\";s:6:\"Donate\";}}s:8:\"filesize\";i:645329;s:10:\"dimensions\";a:2:{i:0;i:4839;i:1;i:3012;}}}}'),(11028,1603,'envato_tk_folder_name','acf3809a67e260bdcfc0f30ed4fa23f4'),(11029,1603,'envato_tk_builder','elementor'),(11030,1603,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/acf3809a67e260bdcfc0f30ed4fa23f4/source-1603.zip'),(11031,1603,'envato_elements_download_event','35-3-a43aa380ee95c6921ab0b4bf2bf63b68'),(11053,1611,'_elementor_edit_mode','builder'),(11054,1611,'_elementor_template_type','section'),(11055,1611,'_elementor_version','3.15.1'),(11056,1611,'_elementor_pro_version','3.13.2'),(11057,1611,'_elementor_data','[{\"id\":\"27d34498\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"1604\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/abstract-glare-visual-art-1.jpg\"},\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.939999999999999946709294817992486059665679931640625},\"custom_height\":{\"unit\":\"vh\",\"size\":75},\"stretch_section\":\"section-stretched\",\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":\"1604\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/abstract-glare-visual-art-1.jpg\"},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"content_width\":{\"unit\":\"px\",\"size\":740},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":200},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a7bf8f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b5a1df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Curiosity.\\nInnovation.\\nAdvancement.\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo Black\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4.5},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_animation\":\"fadeInDown\",\"animation_duration\":\"slow\",\"_animation_delay\":100,\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30f7a926\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Projects\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"button_text_color\":\"#ffffff\",\"background_color\":\"#ef697d\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#80c9ff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"typography_font_family\":\"Archivo\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b08be10\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cee80fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"bef2259\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-connectdevelop\",\"primary_color\":\"#fc7176\",\"size\":{\"unit\":\"px\",\"size\":17},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1e4aaba1\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ac88445\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6867c318\",\"elType\":\"widget\",\"settings\":{\"title\":\"Science Labs offers innovative laboratory curricula and corresponding kits to enhance the science learning experience, improve success and aid teachers regardless of their teaching ability or science knowledge.\\n\\n\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ae09747\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17326cd5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bbcbdcd\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Research Center\",\"description_text\":\"Lorem ipsum dolor sit amet, at sed viderer invidunt reprehendunt, ex eam facilis legendos delicatissimi\\n\\n\",\"primary_color\":\"#333333\",\"icon_size\":{\"unit\":\"px\",\"size\":35},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"title_typography_font_weight\":\"600\",\"description_color\":\"#898989\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"icon_space\":{\"unit\":\"px\",\"size\":10},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"view\":\"framed\",\"title_size\":\"h4\",\"secondary_color\":\"#ffffff\",\"hover_primary_color\":\"#fc7176\",\"hover_secondary_color\":\"#ffffff\",\"title_typography_font_family\":\"Archivo\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"description_typography_font_family\":\"Karla\",\"selected_icon\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c888f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d956ffa\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-connectdevelop\",\"title_text\":\"Lab Technicians\",\"description_text\":\"Usu ad ipsum viderer. Timeam omittantur pro ei, ex his mutat praesent.\\n\\n\",\"primary_color\":\"#333333\",\"icon_size\":{\"unit\":\"px\",\"size\":35},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"title_typography_font_weight\":\"600\",\"description_color\":\"#898989\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"icon_space\":{\"unit\":\"px\",\"size\":10},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"view\":\"framed\",\"title_size\":\"h4\",\"secondary_color\":\"#ffffff\",\"hover_primary_color\":\"#fc7176\",\"hover_secondary_color\":\"#ffffff\",\"title_typography_font_family\":\"Archivo\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"description_typography_font_family\":\"Karla\",\"selected_icon\":{\"value\":\"fab fa-connectdevelop\",\"library\":\"fa-brands\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"7e97b78d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ca94d23\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-support\",\"title_text\":\"Fast Results\",\"description_text\":\"Cu eam nominati sententiae, inani fabulas accusam qui ad, sumo nulla putant te pri.\\n\",\"primary_color\":\"#333333\",\"icon_size\":{\"unit\":\"px\",\"size\":35},\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10},\"title_color\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"title_typography_font_weight\":\"600\",\"description_color\":\"#898989\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"icon_space\":{\"unit\":\"px\",\"size\":10},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14},\"_padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"50\",\"bottom\":\"60\",\"left\":\"50\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"view\":\"framed\",\"title_size\":\"h4\",\"secondary_color\":\"#ffffff\",\"hover_primary_color\":\"#fc7176\",\"hover_secondary_color\":\"#ffffff\",\"title_typography_font_family\":\"Archivo\",\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"description_typography_font_family\":\"Karla\",\"selected_icon\":{\"value\":\"far fa-life-ring\",\"library\":\"fa-regular\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2280f5f9\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"1605\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/pexels-photo-753271.jpeg\"},\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.200000000000000011102230246251565404236316680908203125},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"270a258e\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77cf3f31\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":120,\"title\":\" journal articles\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Archivo Black\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.5},\"typography_number_font_weight\":\"900\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.5},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Karla\",\"typography_title_font_size\":{\"unit\":\"rem\",\"size\":1.5},\"typography_title_font_weight\":\"bold\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"48e3a64\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32d6208c\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":5,\"title\":\"million USD grants\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Archivo Black\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.5},\"typography_number_font_weight\":\"900\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.5},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Karla\",\"typography_title_font_size\":{\"unit\":\"rem\",\"size\":1.5},\"typography_title_font_weight\":\"bold\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"4987299d\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eac69\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":75,\"title\":\"research members\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_family\":\"Archivo Black\",\"typography_number_font_size\":{\"unit\":\"em\",\"size\":4.5},\"typography_number_font_weight\":\"900\",\"typography_number_line_height\":{\"unit\":\"em\",\"size\":1.5},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Karla\",\"typography_title_font_size\":{\"unit\":\"rem\",\"size\":1.5},\"typography_title_font_weight\":\"bold\",\"typography_title_text_transform\":\"capitalize\",\"typography_title_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f7f091c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2aebc29c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1606\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/pexels-photo-1374360.jpeg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f2e546d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"32c45df8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42b133e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Our Group\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_font_family\":\"Archivo Black\",\"align_mobile\":\"center\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ed4ba91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci.<\\/p><p>Faucibus interdum posuere lorem ipsum dolor sit amet consectetur adipiscing. Viverra justo nec ultrices dui sapien eget mi proin. Tortor vitae purus faucibus ornare suspendisse. Lectus magna fringilla urna porttitor rhoncus dolor purus non. Sit amet risus nullam eget felis eget. A cras semper auctor neque vitae.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"719a156e\",\"elType\":\"widget\",\"settings\":{\"text\":\"donate now\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1},\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"button_text_color\":\"#ffffff\",\"background_color\":\"#ef697d\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#80c9ff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"typography_font_family\":\"Archivo\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1ba808e6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"eb3e20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74dabc46\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project 1: Cell Death Kinetics\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_font_family\":\"Archivo Black\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c168bca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci. Nibh venenatis cras sed felis eget. Porta nibh venenatis cras sed felis eget velit. Ut faucibus pulvinar elementum integer. Curabitur vitae nunc sed velit dignissim sodales ut. Ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Enim nulla aliquet porttitor lacus luctus accumsan tortor posuere. Varius vel pharetra vel turpis nunc. Aliquam nulla facilisi cras fermentum odio eu. Tellus rutrum tellus pellentesque eu tincidunt tortor aliquam nulla. Nibh tellus molestie nunc non blandit massa enim. Commodo ullamcorper a lacus vestibulum sed arcu non. Nibh tellus molestie nunc non blandit massa enim nec dui.<\\/p><p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. Interdum consectetur libero id faucibus nisl tincidunt eget. Tincidunt vitae semper quis lectus nulla at volutpat. Fusce ut placerat orci nulla pellentesque dignissim enim. Curabitur vitae nunc sed velit dignissim sodales ut eu. Lectus proin nibh nisl condimentum id venenatis. Nec sagittis aliquam malesuada bibendum. Dui vivamus arcu felis bibendum. Sagittis vitae et leo duis ut diam quam nulla.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"447f63a1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"button_text_color\":\"#000000\",\"background_color\":\"rgba(128,201,255,0)\",\"hover_color\":\"#ea2842\",\"button_background_hover_color\":\"rgba(239,105,125,0)\",\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Archivo\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"button_hover_border_color\":\"#ea2842\",\"hover_animation\":\"hang\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2aca8f3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1607\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/pexels-photo-256302.jpeg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#e8003a\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":46},\"overlay_blend_mode\":\"screen\",\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":251},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57849b76\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":416},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"558385a0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67c81fae\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1608\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/ramon-salinero-271002-unsplash.jpg\"},\"background_position\":\"top right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#333333\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":6},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":131},\"css_filters_hue\":{\"unit\":\"px\",\"size\":145},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ced25bb\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":600},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"34c62c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fe21c92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Project 2: Analysis of Ferroptosis\\n\",\"header_size\":\"h3\",\"align\":\"left\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"typography_font_family\":\"Archivo Black\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ec17e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mi eget mauris pharetra et ultrices neque ornare. Aenean et tortor at risus viverra adipiscing at. Faucibus in ornare quam viverra orci sagittis eu. Adipiscing enim eu turpis egestas pretium aenean. Varius sit amet mattis vulputate enim. Id leo in vitae turpis massa sed elementum tempus. Felis imperdiet proin fermentum leo vel orci. Nibh venenatis cras sed felis eget. Porta nibh venenatis cras sed felis eget velit. Ut faucibus pulvinar elementum integer. Curabitur vitae nunc sed velit dignissim sodales ut. Ipsum dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Enim nulla aliquet porttitor lacus luctus accumsan tortor posuere. Varius vel pharetra vel turpis nunc.\\u00a0<\\/p><p>Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. Interdum consectetur libero id faucibus nisl tincidunt eget. Tincidunt vitae semper quis lectus nulla at volutpat. Fusce ut placerat orci nulla pellentesque dignissim enim. Curabitur vitae nunc sed velit dignissim sodales ut eu. Lectus proin nibh nisl condimentum id venenatis.\\u00a0<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39aa9e05\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.90000000000000002220446049250313080847263336181640625},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"button_text_color\":\"#000000\",\"background_color\":\"rgba(128,201,255,0)\",\"hover_color\":\"#ea2842\",\"button_background_hover_color\":\"rgba(239,105,125,0)\",\"border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"typography_font_family\":\"Archivo\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"button_hover_border_color\":\"#ea2842\",\"hover_animation\":\"hang\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1331a914\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60439396\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f42d156\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":740},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fc5e05e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f49ea0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Publications\\n\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#0c0c0c\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2},\"typography_font_family\":\"Archivo Black\",\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e6961b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. \\n\\n\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52a32eaf\",\"elType\":\"widget\",\"settings\":{\"icon\":\"fa fa-connectdevelop\",\"primary_color\":\"#b7b7b7\",\"size\":{\"unit\":\"px\",\"size\":17},\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"14bffb88\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"gap\":\"no\",\"content_position\":\"top\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34481afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"3\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"content_position\":\"top\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#ededed\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12a26b16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"1609\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/white-blood-cell-cell-blood-cell-blood-45239.jpeg\"},\"image_border_radius\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"600\",\"height\":\"300\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":110},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":89},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":81},\"css_filters_hue\":{\"unit\":\"px\",\"size\":48},\"width_tablet\":{\"unit\":\"%\",\"size\":100},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"47ef81a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Behavioral learning\",\"align\":\"left\",\"icon\":\"fa fa-external-link\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":24},\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"button_text_color\":\"#ea3a52\",\"background_color\":\"rgba(0,0,0,0)\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_css_classes\":\"envato-kit-32-link-btn\",\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7cdc021f\",\"elType\":\"widget\",\"settings\":{\"title\":\"CBE-Life Sciences Education, 17(1), ar10., 2018\\n\",\"header_size\":\"p\",\"align\":\"left\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ba7c88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Trust, growth mindset, and student commitment to active learning in a college science course.\\u00a0<em>Cavanagh, A.J., Chen, X., Frederick, J., Hanauer, D.I., &amp; Graham, M.J. (2018).<\\/em><\\/p>\",\"align\":\"left\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"511037f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"inclusive research-education community (iREC)\",\"align\":\"left\",\"icon\":\"fa fa-external-link\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":24},\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"button_text_color\":\"#ea3a52\",\"background_color\":\"rgba(0,0,0,0)\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_css_classes\":\"envato-kit-32-link-btn\",\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"651e22c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"National Academy of Science (PNAS), 114(51), 13531-13536.\\n\",\"header_size\":\"p\",\"align\":\"left\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ca867d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a0A model for student engagement in science. <em>Hanauer, D.I, Graham, M.J., SEA-PHAGES, Betancur, L., Bobrownicki, A., Cresawn, S.G., Garlena, R.A., Jacobs-Sera, D., Kaufmann, N., Pope, W.H., Russell, W.R. Jacobs, D.A., Sivanathan, V., Asai, D.J., &amp; Hatfull, G.F. (2017).\\u00a0<\\/em><\\/p>\",\"align\":\"left\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2ff259f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"_inline_size_tablet\":100,\"content_position\":\"top\",\"animation\":\"fadeIn\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"237a0cea\",\"elType\":\"widget\",\"settings\":{\"text\":\"The impact of NGH on cancer cell death\",\"align\":\"left\",\"icon\":\"fa fa-external-link\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":24},\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"button_text_color\":\"#ea3a52\",\"background_color\":\"rgba(0,0,0,0)\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_css_classes\":\"envato-kit-32-link-btn\",\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4ca528df\",\"elType\":\"widget\",\"settings\":{\"title\":\"Critical Reviews in Molecular & Cell Biology\\u00a053: 99-114.(2018)\\n\",\"header_size\":\"p\",\"align\":\"left\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d0bd9aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\\u00a0<em>\\u00a0Inde Z,\\u00a0Dixon SJ.\\u00a0<\\/em><\\/p>\",\"align\":\"left\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5c9173a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Newest Technologies\",\"align\":\"left\",\"icon\":\"fa fa-external-link\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":24},\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"button_text_color\":\"#ea3a52\",\"background_color\":\"rgba(0,0,0,0)\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_css_classes\":\"envato-kit-32-link-btn\",\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"2195cf82\",\"elType\":\"widget\",\"settings\":{\"title\":\"CBE-Life Sciences Education, 17(1), ar10., 2018\\n\",\"header_size\":\"p\",\"align\":\"left\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c6b26bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco, consectetur adipisicing elit, sed do eiusmod.<em>Moss-Racusin, C., van der Toorn, J., Dovidio, J., Brescoll, V., Graham, M.J., &amp; Handelsman, J.<\\/em>\\u00a0<\\/p>\",\"align\":\"left\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1c77a71\",\"elType\":\"widget\",\"settings\":{\"text\":\"Scientific diversity interventions. \",\"align\":\"left\",\"icon\":\"fa fa-external-link\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":24},\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"button_text_color\":\"#ea3a52\",\"background_color\":\"rgba(0,0,0,0)\",\"text_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_css_classes\":\"envato-kit-32-link-btn\",\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"align_mobile\":\"left\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7971a662\",\"elType\":\"widget\",\"settings\":{\"title\":\"Science, 343(6171), 615-616. (2014). \\n\",\"header_size\":\"p\",\"align\":\"left\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Archivo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":0.8000000000000000444089209850062616169452667236328125},\"typography_font_weight\":\"100\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c12a8f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco, consectetur adipisicing elit, sed do eiusmod.<\\/p>\",\"align\":\"left\",\"text_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_background_color\":\"#ffffff\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.08)\"},\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"yes\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":30,\"spread\":0,\"color\":\"rgba(0,0,0,0.05)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a393d93\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":\"\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5038556e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a7de6a9\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"div\",\"content_width\":{\"unit\":\"px\",\"size\":740},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cebef19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d19a1bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Us\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.29999999999999982236431605997495353221893310546875},\"typography_font_family\":\"Archivo Black\",\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3da8a66a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tortor pretium viverra suspendisse potenti nullam ac. Fermentum posuere urna nec tincidunt. Nulla facilisi nullam vehicula ipsum. \\n\\n\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cc295a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Today\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6999999999999999555910790149937383830547332763671875},\"button_text_color\":\"#ffffff\",\"background_color\":\"#80c9ff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#ef697d\",\"border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"45\",\"bottom\":\"15\",\"left\":\"45\",\"isLinked\":false},\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11063,1611,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(11064,1611,'_eael_custom_js',''),(11065,1611,'_wp_page_template','default'),(11066,1611,'envato_tk_source_kit','1603'),(11067,1611,'envato_tk_source_index','0'),(11092,1483,'_eael_widget_elements','a:1:{s:12:\"gravity-form\";s:12:\"gravity-form\";}'),(11274,1637,'_edit_last','1'),(11275,1637,'_edit_lock','1691417037:1'),(11276,1637,'ctshowcase_job_title','Graphic Designer'),(11277,1637,'ctshowcase_email',''),(11278,1637,'ctshowcase_phone',''),(11279,1637,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(11280,1637,'ctshowcase_location',''),(11281,1637,'ctshowcase_personal_site',''),(11282,1637,'ctshowcase_external_url',''),(11283,1637,'ctshowcase_social_facebook_link',''),(11284,1637,'ctshowcase_social_twitter_link',''),(11285,1637,'ctshowcase_social_linkedin_link',''),(11286,1637,'ctshowcase_social_google_plus_link',''),(11287,1637,'ctshowcase_social_instagram_link',''),(11288,1637,'ctshowcase_social_youtube_link',''),(11289,1637,'ctshowcase_social_vimeo_link',''),(11290,1637,'ctshowcase_social_yelp_link',''),(11291,1637,'ctshowcase_social_pinterest_link',''),(11292,1637,'ctshowcase_social_behance_link',''),(11293,1637,'ctshowcase_social_github_link',''),(11294,1639,'_edit_last','1'),(11295,1639,'_edit_lock','1692139801:1'),(11296,1639,'ctshowcase_job_title','PRESIDENT'),(11297,1639,'ctshowcase_email',''),(11298,1639,'ctshowcase_phone',''),(11299,1639,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(11300,1639,'ctshowcase_location',''),(11301,1639,'ctshowcase_personal_site',''),(11302,1639,'ctshowcase_external_url',''),(11303,1639,'ctshowcase_social_facebook_link',''),(11304,1639,'ctshowcase_social_twitter_link',''),(11305,1639,'ctshowcase_social_linkedin_link',''),(11306,1639,'ctshowcase_social_google_plus_link',''),(11307,1639,'ctshowcase_social_instagram_link',''),(11308,1639,'ctshowcase_social_youtube_link',''),(11309,1639,'ctshowcase_social_vimeo_link',''),(11310,1639,'ctshowcase_social_yelp_link',''),(11311,1639,'ctshowcase_social_pinterest_link',''),(11312,1639,'ctshowcase_social_behance_link',''),(11313,1639,'ctshowcase_social_github_link',''),(11314,1641,'ctshowcase_shortcode_general_data','a:28:{s:16:\"shortcode_layout\";s:11:\"normal-grid\";s:20:\"number_posts_to_load\";s:2:\"10\";s:17:\"groups_to_include\";a:1:{i:0;s:2:\"26\";}s:10:\"entry_link\";s:10:\"left-modal\";s:14:\"ids_to_include\";a:0:{}s:14:\"ids_to_exclude\";a:0:{}s:8:\"order_by\";s:10:\"menu_order\";s:5:\"order\";s:4:\"DESC\";s:8:\"modal_bg\";s:7:\"#000000\";s:15:\"modal_header_bg\";s:7:\"#92288f\";s:21:\"modal_main_text_color\";s:7:\"#decccc\";s:20:\"modal_main_font_size\";s:2:\"14\";s:32:\"modal_team_member_name_font_size\";s:2:\"30\";s:28:\"modal_team_member_name_color\";s:4:\"#fff\";s:37:\"modal_team_member_job_title_font_size\";s:2:\"20\";s:38:\"modal_team_member_job_title_font_color\";s:7:\"#dcc073\";s:30:\"modal_other_headings_font_size\";s:2:\"25\";s:31:\"modal_other_headings_font_color\";s:4:\"#fff\";s:18:\"modal_skill_bar_bg\";s:7:\"#171717\";s:21:\"modal_separator_color\";s:7:\"#4c4c4c\";s:31:\"modal_social_media_bar_bg_color\";s:7:\"#212121\";s:29:\"modal_social_media_font_color\";s:4:\"#fff\";s:24:\"modal_header_icons_color\";s:4:\"#fff\";s:18:\"modal_skills_title\";s:6:\"Skills\";s:20:\"modal_location_title\";s:8:\"Location\";s:17:\"modal_email_title\";s:5:\"Email\";s:17:\"modal_phone_title\";s:5:\"Phone\";s:25:\"modal_personal_site_title\";s:13:\"Personal site\";}'),(11315,1641,'ctshowcase_shortcode_wave_data','a:31:{s:16:\"wave_theme_color\";s:7:\"#32c5d8\";s:27:\"wave_team_member_name_color\";s:4:\"#000\";s:36:\"wave_team_member_job_title_font_size\";s:2:\"20\";s:20:\"wave_display_heading\";s:3:\"yes\";s:23:\"wave_display_subheading\";s:3:\"yes\";s:12:\"wave_heading\";s:8:\"Our Team\";s:18:\"wave_heading_color\";s:4:\"#000\";s:22:\"wave_heading_font_size\";s:2:\"42\";s:15:\"wave_subheading\";s:13:\"The Rockstars\";s:21:\"wave_subheading_color\";s:7:\"#32c5d8\";s:25:\"wave_subheading_font_size\";s:2:\"20\";s:34:\"wave_xl_team_member_name_font_size\";s:2:\"42\";s:34:\"wave_lg_team_member_name_font_size\";s:2:\"40\";s:34:\"wave_md_team_member_name_font_size\";s:2:\"36\";s:34:\"wave_sm_team_member_name_font_size\";s:2:\"24\";s:34:\"wave_xs_team_member_name_font_size\";s:2:\"18\";s:25:\"wave_xl_heading_font_size\";s:2:\"42\";s:25:\"wave_lg_heading_font_size\";s:2:\"40\";s:25:\"wave_md_heading_font_size\";s:2:\"36\";s:25:\"wave_sm_heading_font_size\";s:2:\"24\";s:25:\"wave_xs_heading_font_size\";s:2:\"18\";s:28:\"wave_xl_subheading_font_size\";s:2:\"20\";s:28:\"wave_lg_subheading_font_size\";s:2:\"20\";s:28:\"wave_md_subheading_font_size\";s:2:\"18\";s:28:\"wave_sm_subheading_font_size\";s:2:\"16\";s:28:\"wave_xs_subheading_font_size\";s:2:\"16\";s:39:\"wave_xl_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_lg_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_md_team_member_job_title_font_size\";s:2:\"18\";s:39:\"wave_sm_team_member_job_title_font_size\";s:2:\"16\";s:39:\"wave_xs_team_member_job_title_font_size\";s:2:\"16\";}'),(11316,1641,'ctshowcase_shortcode_mosaic_data','a:31:{s:23:\"mosaic_even_theme_color\";s:7:\"#ef4939\";s:21:\"mosaic_row_members_no\";s:1:\"2\";s:34:\"mosaic_even_team_member_name_color\";s:4:\"#fff\";s:27:\"mosaic_display_social_icons\";s:2:\"no\";s:29:\"mosaic_display_read_more_link\";s:2:\"no\";s:21:\"mosaic_read_more_text\";s:9:\"Read More\";s:38:\"mosaic_even_team_member_name_font_size\";s:2:\"20\";s:39:\"mosaic_even_team_member_job_title_color\";s:4:\"#fff\";s:30:\"mosaic_even_social_icons_color\";s:4:\"#fff\";s:27:\"mosaic_even_read_more_color\";s:4:\"#fff\";s:22:\"mosaic_odd_theme_color\";s:7:\"#f2673c\";s:33:\"mosaic_odd_team_member_name_color\";s:4:\"#fff\";s:37:\"mosaic_odd_team_member_name_font_size\";s:2:\"20\";s:38:\"mosaic_odd_team_member_job_title_color\";s:4:\"#fff\";s:29:\"mosaic_odd_social_icons_color\";s:4:\"#fff\";s:26:\"mosaic_odd_read_more_color\";s:4:\"#fff\";s:36:\"mosaic_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"mosaic_md_team_member_name_font_size\";s:2:\"20\";s:36:\"mosaic_sm_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"mosaic_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"mosaic_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"mosaic_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"mosaic_xl_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_lg_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_md_social_icons_font_size\";s:2:\"14\";s:32:\"mosaic_sm_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_xs_social_icons_font_size\";s:2:\"14\";}'),(11317,1641,'ctshowcase_shortcode_hex_data','a:20:{s:22:\"hex_background_overlay\";s:19:\"rgba(0, 0, 0, 0.85)\";s:14:\"no_of_hexagons\";s:1:\"4\";s:26:\"hex_team_member_name_color\";s:7:\"#dd3333\";s:31:\"hex_team_member_name_font_style\";s:6:\"italic\";s:31:\"hex_team_member_job_title_color\";s:4:\"#fff\";s:17:\"hex_enable_filter\";s:2:\"no\";s:35:\"hex_filter_inactive_link_font_color\";s:4:\"#fff\";s:33:\"hex_filter_inactive_link_bg_color\";s:7:\"#424242\";s:33:\"hex_filter_active_link_font_color\";s:4:\"#fff\";s:31:\"hex_filter_active_link_bg_color\";s:7:\"#dd3333\";s:33:\"hex_xl_team_member_name_font_size\";s:2:\"24\";s:33:\"hex_lg_team_member_name_font_size\";s:2:\"22\";s:33:\"hex_md_team_member_name_font_size\";s:2:\"20\";s:33:\"hex_sm_team_member_name_font_size\";s:2:\"18\";s:33:\"hex_xs_team_member_name_font_size\";s:2:\"16\";s:38:\"hex_xl_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_lg_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_md_team_member_job_title_font_size\";s:2:\"15\";s:38:\"hex_sm_team_member_job_title_font_size\";s:2:\"13\";s:38:\"hex_xs_team_member_job_title_font_size\";s:2:\"13\";}'),(11318,1641,'ctshowcase_shortcode_inlinePreview_data','a:27:{s:18:\"inlinePreview_type\";s:3:\"hex\";s:24:\"inlinePreview_no_of_cols\";s:1:\"4\";s:25:\"inlinePreview_list_col_bg\";s:7:\"#404f50\";s:29:\"inlinePreview_display_heading\";s:3:\"yes\";s:21:\"inlinePreview_heading\";s:8:\"Our Team\";s:27:\"inlinePreview_heading_color\";s:4:\"#fff\";s:31:\"inlinePreview_heading_font_size\";s:2:\"40\";s:35:\"inlinePreview_member_details_col_bg\";s:7:\"#192231\";s:29:\"inlinePreview_main_text_color\";s:4:\"#fff\";s:28:\"inlinePreview_main_font_size\";s:2:\"14\";s:40:\"inlinePreview_team_member_name_font_size\";s:2:\"30\";s:36:\"inlinePreview_team_member_name_color\";s:4:\"#fff\";s:45:\"inlinePreview_team_member_job_title_font_size\";s:2:\"20\";s:46:\"inlinePreview_team_member_job_title_font_color\";s:7:\"#46d0d0\";s:38:\"inlinePreview_other_headings_font_size\";s:2:\"25\";s:39:\"inlinePreview_other_headings_font_color\";s:4:\"#fff\";s:26:\"inlinePreview_skill_bar_bg\";s:7:\"#171717\";s:29:\"inlinePreview_separator_color\";s:7:\"#4c4c4c\";s:39:\"inlinePreview_social_media_bar_bg_color\";s:7:\"#c12b2b\";s:36:\"inlinePreview_social_media_font_size\";s:2:\"14\";s:37:\"inlinePreview_social_media_font_color\";s:4:\"#fff\";s:32:\"inlinePreview_header_icons_color\";s:4:\"#fff\";s:26:\"inlinePreview_skills_title\";s:6:\"Skills\";s:28:\"inlinePreview_location_title\";s:8:\"Location\";s:25:\"inlinePreview_email_title\";s:5:\"Email\";s:25:\"inlinePreview_phone_title\";s:5:\"Phone\";s:33:\"inlinePreview_personal_site_title\";s:13:\"Personal site\";}'),(11319,1641,'ctshowcase_shortcode_normalGrid_data','a:37:{s:15:\"normalGrid_type\";s:6:\"square\";s:16:\"normalGrid_style\";s:7:\"style-2\";s:18:\"normalGrid_onHover\";s:4:\"zoom\";s:21:\"normalGrid_no_of_cols\";s:1:\"3\";s:21:\"normalGrid_bg_overlay\";s:7:\"#000000\";s:33:\"normalGrid_team_member_name_color\";s:4:\"#fff\";s:35:\"normalGrid_team_member_name_bgColor\";s:7:\"#c706d8\";s:38:\"normalGrid_team_member_job_title_color\";s:4:\"#fff\";s:40:\"normalGrid_team_member_job_title_bgColor\";s:4:\"#000\";s:31:\"normalGrid_display_social_icons\";s:2:\"no\";s:29:\"normalGrid_display_circle_bar\";s:2:\"no\";s:34:\"normalGrid_team_social_icons_color\";s:4:\"#fff\";s:26:\"normalGrid_info_icon_color\";s:4:\"#fff\";s:28:\"normalGrid_info_icon_bgColor\";s:7:\"#c706d8\";s:29:\"normalGrid_circle_bar_bgColor\";s:19:\"rgba(0, 0, 0, 0.05)\";s:35:\"normalGrid_circle_bar_filling_color\";s:7:\"#c706d8\";s:17:\"normalGrid_offset\";s:3:\"yes\";s:24:\"normalGrid_enable_filter\";s:2:\"no\";s:42:\"normalGrid_filter_inactive_link_font_color\";s:4:\"#000\";s:40:\"normalGrid_filter_inactive_link_bg_color\";s:4:\"#eee\";s:40:\"normalGrid_filter_active_link_font_color\";s:4:\"#fff\";s:38:\"normalGrid_filter_active_link_bg_color\";s:7:\"#c706d8\";s:40:\"normalGrid_xl_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_lg_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_md_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_sm_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_xs_team_member_name_font_size\";s:2:\"18\";s:45:\"normalGrid_xl_team_member_job_title_font_size\";s:2:\"18\";s:45:\"normalGrid_lg_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_md_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_sm_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_xs_team_member_job_title_font_size\";s:2:\"16\";s:36:\"normalGrid_xl_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_lg_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_md_social_icons_font_size\";s:2:\"14\";s:36:\"normalGrid_sm_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_xs_social_icons_font_size\";s:2:\"14\";}'),(11320,1641,'ctshowcase_shortcode_slider_data','a:26:{s:11:\"slider_type\";s:6:\"square\";s:14:\"slider_onHover\";s:11:\"zoom-rotate\";s:22:\"slider_arrows_bg_color\";s:7:\"#6d6d6d\";s:19:\"slider_arrows_color\";s:4:\"#fff\";s:19:\"slider_no_of_slides\";s:1:\"4\";s:13:\"slider_offset\";s:3:\"yes\";s:17:\"slider_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:29:\"slider_team_member_name_color\";s:7:\"#dd3333\";s:34:\"slider_team_member_job_title_color\";s:4:\"#fff\";s:27:\"slider_display_social_icons\";s:2:\"no\";s:30:\"slider_team_social_icons_color\";s:4:\"#fff\";s:36:\"slider_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"slider_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"slider_md_team_member_name_font_size\";s:2:\"20\";s:36:\"slider_sm_team_member_name_font_size\";s:2:\"18\";s:36:\"slider_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"slider_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"slider_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"slider_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"slider_xl_social_icons_font_size\";s:2:\"16\";s:32:\"slider_lg_social_icons_font_size\";s:2:\"16\";s:32:\"slider_md_social_icons_font_size\";s:2:\"14\";s:32:\"slider_sm_social_icons_font_size\";s:2:\"14\";s:32:\"slider_xs_social_icons_font_size\";s:2:\"14\";}'),(11321,1641,'_edit_last','1'),(11322,1641,'_edit_lock','1692139698:1'),(11323,1642,'_edit_last','1'),(11324,1642,'_edit_lock','1694624148:1'),(11325,1642,'_wp_page_template','default'),(11347,1485,'_elementor_edit_mode','builder'),(11348,1485,'_elementor_template_type','wp-page'),(11349,1485,'_elementor_version','3.16.2'),(11350,1485,'_elementor_pro_version','3.13.2'),(11361,1485,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11362,1485,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11370,1485,'_elementor_page_assets','a:0:{}'),(11371,1485,'_eael_custom_js',''),(11380,1650,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:62:\"Notrav - Notary Public & Legal Services Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:19:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:22:\"https://askproject.net\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/notrav/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:2;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/notrav/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:8:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:48:\"https://askproject.net/notrav/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:4;a:8:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:20:\"templates/about.json\";s:11:\"preview_url\";s:49:\"https://askproject.net/notrav/template-kit/about/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:9:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:52:\"https://askproject.net/notrav/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:6;a:8:{s:4:\"name\";s:14:\"Form Quotation\";s:10:\"screenshot\";s:30:\"screenshots/form-quotation.jpg\";s:6:\"source\";s:29:\"templates/form-quotation.json\";s:11:\"preview_url\";s:58:\"https://askproject.net/notrav/template-kit/form-quotation/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:14:\"Service Detail\";s:10:\"screenshot\";s:30:\"screenshots/service-detail.jpg\";s:6:\"source\";s:29:\"templates/service-detail.json\";s:11:\"preview_url\";s:58:\"https://askproject.net/notrav/template-kit/service-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:12:\"Form Contact\";s:10:\"screenshot\";s:28:\"screenshots/form-contact.jpg\";s:6:\"source\";s:27:\"templates/form-contact.json\";s:11:\"preview_url\";s:56:\"https://askproject.net/notrav/template-kit/form-contact/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:51:\"https://askproject.net/notrav/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:48:\"https://askproject.net/notrav/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:8:\"Projects\";s:10:\"screenshot\";s:24:\"screenshots/projects.jpg\";s:6:\"source\";s:23:\"templates/projects.json\";s:11:\"preview_url\";s:52:\"https://askproject.net/notrav/template-kit/projects/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:51:\"https://askproject.net/notrav/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:4:\"FAQs\";s:10:\"screenshot\";s:20:\"screenshots/faqs.jpg\";s:6:\"source\";s:19:\"templates/faqs.json\";s:11:\"preview_url\";s:48:\"https://askproject.net/notrav/template-kit/faqs/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:8:{s:4:\"name\";s:6:\"Career\";s:10:\"screenshot\";s:22:\"screenshots/career.jpg\";s:6:\"source\";s:21:\"templates/career.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/notrav/template-kit/career/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:8:{s:4:\"name\";s:15:\"Form Newsletter\";s:10:\"screenshot\";s:31:\"screenshots/form-newsletter.jpg\";s:6:\"source\";s:30:\"templates/form-newsletter.json\";s:11:\"preview_url\";s:59:\"https://askproject.net/notrav/template-kit/form-newsletter/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:48:\"https://askproject.net/notrav/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:17;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:55:\"https://askproject.net/notrav/template-kit/single-post/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:18;a:8:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:52:\"https://askproject.net/notrav/template-kit/404-page/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:19:\"Gum Elementor Addon\";s:7:\"version\";s:6:\"1.2.22\";s:4:\"file\";s:43:\"gum-elementor-addon/gum-elementor-addon.php\";s:6:\"author\";s:7:\"TemeGUM\";}i:1;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"3.3.2\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:6:\"3.13.1\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:3;a:4:{s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";s:7:\"version\";s:6:\"1.6.14\";s:4:\"file\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"author\";s:31:\"Brainstorm Force, Nikhil Chavan\";}}s:6:\"images\";a:48:{i:0;a:8:{s:8:\"filename\";s:18:\"logo_Asset-1-1.png\";s:13:\"thumbnail_url\";s:92:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/logo_Asset-1-1-800x184.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:15478;s:10:\"dimensions\";a:2:{i:0;i:1001;i:1;i:230;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:1;a:8:{s:8:\"filename\";s:16:\"logo_Asset-2.png\";s:13:\"thumbnail_url\";s:90:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/logo_Asset-2-800x184.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:16431;s:10:\"dimensions\";a:2:{i:0;i:1001;i:1;i:230;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:2;a:8:{s:8:\"filename\";s:13:\"footerbg2.png\";s:13:\"thumbnail_url\";s:87:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/footerbg2-800x400.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:28235;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1200;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:13:\"footerbg3.png\";s:13:\"thumbnail_url\";s:87:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/footerbg3-800x667.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:45631;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:2000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:4;a:8:{s:8:\"filename\";s:28:\"footerbg4-e1683724890397.png\";s:13:\"thumbnail_url\";s:94:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/footerbg4-e1683724890397.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:23434;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:2000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:5;a:8:{s:8:\"filename\";s:11:\"homebg3.png\";s:13:\"thumbnail_url\";s:85:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/homebg3-800x533.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:43230;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:6;a:8:{s:8:\"filename\";s:61:\"business-documents-auditor-businesswoman-searchin-8FUDU2U.jpg\";s:13:\"thumbnail_url\";s:135:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/business-documents-auditor-businesswoman-searchin-8FUDU2U-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:141335;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8FUDU2U\";}i:7;a:8:{s:8:\"filename\";s:60:\"legal-business-consultant-legal-advisor-female-l-9ZHD7P8.jpg\";s:13:\"thumbnail_url\";s:134:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/legal-business-consultant-legal-advisor-female-l-9ZHD7P8-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:235214;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-9ZHD7P8\";}i:8;a:8:{s:8:\"filename\";s:61:\"legal-advisor-is-explaining-the-offense-under-the-896G6TV.jpg\";s:13:\"thumbnail_url\";s:135:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/legal-advisor-is-explaining-the-offense-under-the-896G6TV-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:223218;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-896G6TV\";}i:9;a:8:{s:8:\"filename\";s:60:\"legal-business-consultant-legal-advisor-female-l-QCPSK9S.jpg\";s:13:\"thumbnail_url\";s:134:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/legal-business-consultant-legal-advisor-female-l-QCPSK9S-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:21:\"templates/career.json\";s:4:\"name\";s:6:\"Career\";}}s:8:\"filesize\";i:182962;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QCPSK9S\";}i:10;a:8:{s:8:\"filename\";s:62:\"legal-counsel-presents-to-the-client-a-signed-cont-ZR6D2U2.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/legal-counsel-presents-to-the-client-a-signed-cont-ZR6D2U2-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:134275;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ZR6D2U2\";}i:11;a:8:{s:8:\"filename\";s:58:\"team-of-lawyers-listening-to-a-client-portrait-CSUC9DZ.jpg\";s:13:\"thumbnail_url\";s:132:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/team-of-lawyers-listening-to-a-client-portrait-CSUC9DZ-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}}s:8:\"filesize\";i:171869;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-CSUC9DZ\";}i:12;a:8:{s:8:\"filename\";s:61:\"sign-the-agreement-the-concept-of-legal-procedure-GQUSA4S.jpg\";s:13:\"thumbnail_url\";s:135:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/sign-the-agreement-the-concept-of-legal-procedure-GQUSA4S-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:157343;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GQUSA4S\";}i:13;a:8:{s:8:\"filename\";s:30:\"successful-lawyers-U9AUSBZ.jpg\";s:13:\"thumbnail_url\";s:104:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/successful-lawyers-U9AUSBZ-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}}s:8:\"filesize\";i:153931;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-U9AUSBZ\";}i:14;a:8:{s:8:\"filename\";s:63:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-800x533.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:4;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}i:5;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:131035;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NR2QMAW\";}i:15;a:8:{s:8:\"filename\";s:61:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg\";s:13:\"thumbnail_url\";s:135:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}}s:8:\"filesize\";i:173243;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GFEB2YX\";}i:16;a:8:{s:8:\"filename\";s:62:\"the-symbol-of-justice-and-justice-is-a-statuette-o-KR37EUK.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/the-symbol-of-justice-and-justice-is-a-statuette-o-KR37EUK-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}}s:8:\"filesize\";i:129024;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KR37EUK\";}i:17;a:8:{s:8:\"filename\";s:54:\"business-people-sitting-at-meeting-in-cafe-A2TXDV8.jpg\";s:13:\"thumbnail_url\";s:128:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/business-people-sitting-at-meeting-in-cafe-A2TXDV8-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:211897;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-A2TXDV8\";}i:18;a:8:{s:8:\"filename\";s:13:\"bgoverlay.png\";s:13:\"thumbnail_url\";s:87:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/bgoverlay-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:30283;s:10:\"dimensions\";a:2:{i:0;i:2500;i:1;i:2500;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:19;a:8:{s:8:\"filename\";s:14:\"bgoverlay2.png\";s:13:\"thumbnail_url\";s:88:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/bgoverlay2-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:30276;s:10:\"dimensions\";a:2:{i:0;i:2500;i:1;i:2500;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:20;a:8:{s:8:\"filename\";s:63:\"cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:160998;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-NASGBBF\";}i:21;a:8:{s:8:\"filename\";s:59:\"collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg\";s:13:\"thumbnail_url\";s:133:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:89270;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:855;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SSDYHJT\";}i:22;a:8:{s:8:\"filename\";s:59:\"collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg\";s:13:\"thumbnail_url\";s:133:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:123106;s:10:\"dimensions\";a:2:{i:0;i:853;i:1;i:853;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SSDYHJT\";}i:23;a:8:{s:8:\"filename\";s:59:\"collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg\";s:13:\"thumbnail_url\";s:133:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-800x799.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:85245;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:854;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SSDYHJT\";}i:24;a:8:{s:8:\"filename\";s:11:\"number1.png\";s:13:\"thumbnail_url\";s:85:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/number1-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:21833;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:25;a:8:{s:8:\"filename\";s:11:\"number2.png\";s:13:\"thumbnail_url\";s:85:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/number2-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:24571;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:26;a:8:{s:8:\"filename\";s:11:\"number3.png\";s:13:\"thumbnail_url\";s:85:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/number3-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:25694;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:27;a:8:{s:8:\"filename\";s:11:\"number4.png\";s:13:\"thumbnail_url\";s:85:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/number4-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:23464;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:28;a:8:{s:8:\"filename\";s:37:\"young-woman-in-the-office-3CNF7ZN.jpg\";s:13:\"thumbnail_url\";s:112:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/young-woman-in-the-office-3CNF7ZN-800x1200.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}}s:8:\"filesize\";i:134760;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-3CNF7ZN\";}i:29;a:8:{s:8:\"filename\";s:16:\"sectionbg2-1.png\";s:13:\"thumbnail_url\";s:90:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/sectionbg2-1-800x400.png\";s:9:\"templates\";a:11:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:4;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:5;a:2:{s:6:\"source\";s:23:\"templates/projects.json\";s:4:\"name\";s:8:\"Projects\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:7;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:8;a:2:{s:6:\"source\";s:21:\"templates/career.json\";s:4:\"name\";s:6:\"Career\";}i:9;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:10;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:33183;s:10:\"dimensions\";a:2:{i:0;i:2400;i:1;i:1200;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:30;a:8:{s:8:\"filename\";s:12:\"client_1.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_1-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:15423;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:31;a:8:{s:8:\"filename\";s:12:\"client_2.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_2-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:17538;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:32;a:8:{s:8:\"filename\";s:12:\"client_3.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_3-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:12499;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:33;a:8:{s:8:\"filename\";s:12:\"client_4.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_4-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:10631;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:34;a:8:{s:8:\"filename\";s:12:\"client_5.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_5-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:14555;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:35;a:8:{s:8:\"filename\";s:12:\"client_6.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_6-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:8567;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:36;a:8:{s:8:\"filename\";s:12:\"client_7.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_7-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:21419;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:37;a:8:{s:8:\"filename\";s:12:\"client_8.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_8-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:11820;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:38;a:8:{s:8:\"filename\";s:12:\"client_9.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_9-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:12529;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:39;a:8:{s:8:\"filename\";s:13:\"client_10.png\";s:13:\"thumbnail_url\";s:87:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/client_10-800x480.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:15420;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:40;a:8:{s:8:\"filename\";s:59:\"business-concept-portrait-handsome-business-man-YV9ABZR.jpg\";s:13:\"thumbnail_url\";s:125:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/business-concept-portrait-handsome-business-man-YV9ABZR.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:67647;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YV9ABZR\";}i:41;a:8:{s:8:\"filename\";s:60:\"business-is-good-studio-portrait-of-a-successful-8L6V5VH.jpg\";s:13:\"thumbnail_url\";s:126:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/business-is-good-studio-portrait-of-a-successful-8L6V5VH.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:76287;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8L6V5VH\";}i:42;a:8:{s:8:\"filename\";s:67:\"confident-businessman-looking-satisfied-and-pointi-CECGSTZ-copy.jpg\";s:13:\"thumbnail_url\";s:133:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/confident-businessman-looking-satisfied-and-pointi-CECGSTZ-copy.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:76758;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-CECGSTZ\";}i:43;a:8:{s:8:\"filename\";s:75:\"lawyer-working-at-office-asian-lawyer-doing-with-8MXYCE8-e1683693252785.jpg\";s:13:\"thumbnail_url\";s:149:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/lawyer-working-at-office-asian-lawyer-doing-with-8MXYCE8-e1683693252785-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}}s:8:\"filesize\";i:250982;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8MXYCE8\";}i:44;a:8:{s:8:\"filename\";s:33:\"confident-businessman-HZ7428F.jpg\";s:13:\"thumbnail_url\";s:99:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/confident-businessman-HZ7428F.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:72167;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-HZ7428F\";}i:45;a:8:{s:8:\"filename\";s:61:\"business-is-his-fort-full-length-of-a-young-busin-99Y8LMT.jpg\";s:13:\"thumbnail_url\";s:127:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/business-is-his-fort-full-length-of-a-young-busin-99Y8LMT.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:55521;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-99Y8LMT\";}i:46;a:8:{s:8:\"filename\";s:43:\"businessman-on-white-background-AYAHGS7.jpg\";s:13:\"thumbnail_url\";s:109:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/businessman-on-white-background-AYAHGS7.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:61954;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-AYAHGS7\";}i:47;a:8:{s:8:\"filename\";s:15:\"404_Asset-4.png\";s:13:\"thumbnail_url\";s:89:\"http://askproject.net/notrav/wp-content/uploads/sites/141/2023/05/404_Asset-4-800x315.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:11875;s:10:\"dimensions\";a:2:{i:0;i:1001;i:1;i:394;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(11381,1650,'envato_tk_folder_name','1da92a0e8cccead432c1a12b6141c415'),(11382,1650,'envato_tk_builder','elementor'),(11383,1650,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/1da92a0e8cccead432c1a12b6141c415/source-1650.zip'),(11384,1650,'envato_elements_download_event','GD7WZ9W'),(11385,1651,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:58:\"Insurve - Insurance Business Agency Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:18:{i:0;a:8:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:22:\"https://askproject.net\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;}i:1;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:51:\"https://askproject.net/insurve/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:2;a:8:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:51:\"https://askproject.net/insurve/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:49:\"https://askproject.net/insurve/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:4;a:8:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:20:\"templates/about.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/insurve/template-kit/about/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:53:\"https://askproject.net/insurve/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:9:{s:4:\"name\";s:14:\"Service Detail\";s:10:\"screenshot\";s:30:\"screenshots/service-detail.jpg\";s:6:\"source\";s:29:\"templates/service-detail.json\";s:11:\"preview_url\";s:59:\"https://askproject.net/insurve/template-kit/service-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:7;a:8:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:52:\"https://askproject.net/insurve/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:11:\"Testimonial\";s:10:\"screenshot\";s:27:\"screenshots/testimonial.jpg\";s:6:\"source\";s:26:\"templates/testimonial.json\";s:11:\"preview_url\";s:56:\"https://askproject.net/insurve/template-kit/testimonial/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:49:\"https://askproject.net/insurve/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:4:\"FAQs\";s:10:\"screenshot\";s:20:\"screenshots/faqs.jpg\";s:6:\"source\";s:19:\"templates/faqs.json\";s:11:\"preview_url\";s:49:\"https://askproject.net/insurve/template-kit/faqs/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:52:\"https://askproject.net/insurve/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:5:\"Claim\";s:10:\"screenshot\";s:21:\"screenshots/claim.jpg\";s:6:\"source\";s:20:\"templates/claim.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/insurve/template-kit/claim/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:5:\"Cases\";s:10:\"screenshot\";s:21:\"screenshots/cases.jpg\";s:6:\"source\";s:20:\"templates/cases.json\";s:11:\"preview_url\";s:50:\"https://askproject.net/insurve/template-kit/cases/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:9:{s:4:\"name\";s:11:\"Case Detail\";s:10:\"screenshot\";s:27:\"screenshots/case-detail.jpg\";s:6:\"source\";s:26:\"templates/case-detail.json\";s:11:\"preview_url\";s:56:\"https://askproject.net/insurve/template-kit/case-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:0:{}}i:15;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:49:\"https://askproject.net/insurve/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:56:\"https://askproject.net/insurve/template-kit/single-post/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-post\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:17;a:8:{s:4:\"name\";s:8:\"404 Page\";s:10:\"screenshot\";s:24:\"screenshots/404-page.jpg\";s:6:\"source\";s:23:\"templates/404-page.json\";s:11:\"preview_url\";s:53:\"https://askproject.net/insurve/template-kit/404-page/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:10:\"single-404\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:19:\"Gum Elementor Addon\";s:7:\"version\";s:6:\"1.2.18\";s:4:\"file\";s:43:\"gum-elementor-addon/gum-elementor-addon.php\";s:6:\"author\";s:7:\"TemeGUM\";}i:1;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:6:\"3.10.0\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:2;a:4:{s:4:\"name\";s:12:\"WPForms Lite\";s:7:\"version\";s:7:\"1.7.9.1\";s:4:\"file\";s:24:\"wpforms-lite/wpforms.php\";s:6:\"author\";s:7:\"WPForms\";}i:3;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.8.1\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}}s:6:\"images\";a:48:{i:0;a:8:{s:8:\"filename\";s:16:\"logo_Asset-3.png\";s:13:\"thumbnail_url\";s:91:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/logo_Asset-3-800x271.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:20197;s:10:\"dimensions\";a:2:{i:0;i:1236;i:1;i:418;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:1;a:8:{s:8:\"filename\";s:7:\"bg2.png\";s:13:\"thumbnail_url\";s:82:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/bg2-800x800.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:30283;s:10:\"dimensions\";a:2:{i:0;i:2500;i:1;i:2500;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:2;a:8:{s:8:\"filename\";s:7:\"bg4.png\";s:13:\"thumbnail_url\";s:82:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/bg4-800x800.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:30286;s:10:\"dimensions\";a:2:{i:0;i:2500;i:1;i:2500;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:3;a:8:{s:8:\"filename\";s:48:\"insurance-agent-filling-data-in-form-HD9BCP8.jpg\";s:13:\"thumbnail_url\";s:123:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/insurance-agent-filling-data-in-form-HD9BCP8-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:198895;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-HD9BCP8\";}i:4;a:8:{s:8:\"filename\";s:52:\"family-filling-travel-insurance-document-J535FLS.jpg\";s:13:\"thumbnail_url\";s:127:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/family-filling-travel-insurance-document-J535FLS-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:150062;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-J535FLS\";}i:5;a:8:{s:8:\"filename\";s:62:\"mature-couple-meeting-financial-advisor-for-invest-UZLNDWX.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/mature-couple-meeting-financial-advisor-for-invest-UZLNDWX-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:181663;s:10:\"dimensions\";a:2:{i:0;i:1500;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-UZLNDWX\";}i:6;a:8:{s:8:\"filename\";s:62:\"investment-advisor-consulting-with-retired-woman-a-69SMML5.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/investment-advisor-consulting-with-retired-woman-a-69SMML5-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:201353;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-69SMML5\";}i:7;a:8:{s:8:\"filename\";s:62:\"happy-couple-with-a-dog-having-a-meeting-with-insu-TBKVKBG.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-couple-with-a-dog-having-a-meeting-with-insu-TBKVKBG-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/claim.json\";s:4:\"name\";s:5:\"Claim\";}}s:8:\"filesize\";i:201227;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TBKVKBG\";}i:8;a:8:{s:8:\"filename\";s:11:\"client1.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client1-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:15450;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:9;a:8:{s:8:\"filename\";s:11:\"client2.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client2-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:17541;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:10;a:8:{s:8:\"filename\";s:11:\"client4.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client4-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:10624;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:11;a:8:{s:8:\"filename\";s:11:\"client3.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client3-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:12483;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:12;a:8:{s:8:\"filename\";s:11:\"client5.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client5-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:14549;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:13;a:8:{s:8:\"filename\";s:11:\"client6.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client6-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:8540;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:14;a:8:{s:8:\"filename\";s:11:\"client7.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client7-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:21378;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:15;a:8:{s:8:\"filename\";s:11:\"client8.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client8-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:11805;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:16;a:8:{s:8:\"filename\";s:11:\"client9.png\";s:13:\"thumbnail_url\";s:86:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client9-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:12515;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:17;a:8:{s:8:\"filename\";s:12:\"client10.png\";s:13:\"thumbnail_url\";s:87:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/client10-800x480.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:15389;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:600;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:18;a:8:{s:8:\"filename\";s:8:\"bg61.png\";s:13:\"thumbnail_url\";s:83:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/bg61-800x800.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:21229;s:10:\"dimensions\";a:2:{i:0;i:2000;i:1;i:2000;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:19;a:8:{s:8:\"filename\";s:62:\"insurance-agent-and-couple-signing-a-contract-duri-PXP8VSK.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/insurance-agent-and-couple-signing-a-contract-duri-PXP8VSK-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:198590;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PXP8VSK\";}i:20;a:8:{s:8:\"filename\";s:62:\"vertical-portrait-of-a-small-toddler-kid-child-son-6BSNW9M.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/vertical-portrait-of-a-small-toddler-kid-child-son-6BSNW9M-800x1199.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:169655;s:10:\"dimensions\";a:2:{i:0;i:1201;i:1;i:1800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6BSNW9M\";}i:21;a:8:{s:8:\"filename\";s:62:\"happy-mature-insurance-agent-taking-notes-during-a-WEYBZCZ.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-mature-insurance-agent-taking-notes-during-a-WEYBZCZ-800x1200.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:170375;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-WEYBZCZ\";}i:22;a:8:{s:8:\"filename\";s:64:\"collection-of-multiethnic-business-people-portrait11-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:139:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait11-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:791664;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:23;a:8:{s:8:\"filename\";s:63:\"collection-of-multiethnic-business-people-portrait6-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait6-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:606253;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:24;a:8:{s:8:\"filename\";s:64:\"collection-of-multiethnic-business-people-portrait16-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:139:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait16-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:718070;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:25;a:8:{s:8:\"filename\";s:63:\"collection-of-multiethnic-business-people-portrait9-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait9-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:613084;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:26;a:8:{s:8:\"filename\";s:62:\"happy-real-estate-agent-shaking-hands-with-her-cli-E99ZCNQ.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-real-estate-agent-shaking-hands-with-her-cli-E99ZCNQ-800x1200.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:151851;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-E99ZCNQ\";}i:27;a:8:{s:8:\"filename\";s:63:\"composite-creative-collage-of-happy-diverse-multic1-FYHGU27.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/composite-creative-collage-of-happy-diverse-multic1-FYHGU27-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:77644;s:10:\"dimensions\";a:2:{i:0;i:863;i:1;i:863;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FYHGU27\";}i:28;a:8:{s:8:\"filename\";s:63:\"composite-creative-collage-of-happy-diverse-multic2-FYHGU27.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/composite-creative-collage-of-happy-diverse-multic2-FYHGU27-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:75376;s:10:\"dimensions\";a:2:{i:0;i:860;i:1;i:860;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FYHGU27\";}i:29;a:8:{s:8:\"filename\";s:63:\"composite-creative-collage-of-happy-diverse-multic3-FYHGU27.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/composite-creative-collage-of-happy-diverse-multic3-FYHGU27-800x800.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:94099;s:10:\"dimensions\";a:2:{i:0;i:863;i:1;i:863;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FYHGU27\";}i:30;a:8:{s:8:\"filename\";s:63:\"composite-creative-collage-of-happy-diverse-multic4-FYHGU27.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/composite-creative-collage-of-happy-diverse-multic4-FYHGU27-800x800.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:3;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:99594;s:10:\"dimensions\";a:2:{i:0;i:863;i:1;i:863;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FYHGU27\";}i:31;a:8:{s:8:\"filename\";s:62:\"happy-insurance-agent-working-while-having-a-meeti-TAU28Q6.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-insurance-agent-working-while-having-a-meeti-TAU28Q6-800x533.jpg\";s:9:\"templates\";a:11:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:5;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}i:6;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:7;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:8;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}i:9;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:10;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:183061;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TAU28Q6\";}i:32;a:8:{s:8:\"filename\";s:62:\"business-of-insurance-client-feedback-service-conc-EHUJNQB.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/business-of-insurance-client-feedback-service-conc-EHUJNQB-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:1;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}}s:8:\"filesize\";i:102006;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-EHUJNQB\";}i:33;a:8:{s:8:\"filename\";s:60:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg\";s:13:\"thumbnail_url\";s:135:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/case-detail.json\";s:4:\"name\";s:11:\"Case Detail\";}}s:8:\"filesize\";i:124748;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-BAWSXDA\";}i:34;a:8:{s:8:\"filename\";s:61:\"happy-aged-couple-consulting-with-insurance-agent-RKPKLHL.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-aged-couple-consulting-with-insurance-agent-RKPKLHL-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:187876;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-RKPKLHL\";}i:35;a:8:{s:8:\"filename\";s:62:\"shot-of-a-young-couple-meeting-with-their-home-ins-R2BGA46.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/shot-of-a-young-couple-meeting-with-their-home-ins-R2BGA46-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/testimonial.json\";s:4:\"name\";s:11:\"Testimonial\";}}s:8:\"filesize\";i:167027;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-R2BGA46\";}i:36;a:8:{s:8:\"filename\";s:61:\"adult-smiling-insurance-agent-showing-contract-to-RBGLGAS.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/adult-smiling-insurance-agent-showing-contract-to-RBGLGAS-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:195270;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-RBGLGAS\";}i:37;a:8:{s:8:\"filename\";s:63:\"collection-of-multiethnic-business-people-portrait8-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait8-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:629598;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:38;a:8:{s:8:\"filename\";s:64:\"collection-of-multiethnic-business-people-portrait15-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:139:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait15-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:709079;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:39;a:8:{s:8:\"filename\";s:63:\"collection-of-multiethnic-business-people-portrait1-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait1-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:685649;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:40;a:8:{s:8:\"filename\";s:63:\"collection-of-multiethnic-business-people-portrait3-YK2UXCU.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/collection-of-multiethnic-business-people-portrait3-YK2UXCU-800x800.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:585158;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YK2UXCU\";}i:41;a:8:{s:8:\"filename\";s:61:\"happy-couple-signing-a-contract-on-a-meeting-with-4PHH287.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/happy-couple-signing-a-contract-on-a-meeting-with-4PHH287-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}}s:8:\"filesize\";i:197271;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4PHH287\";}i:42;a:8:{s:8:\"filename\";s:62:\"professional-business-person-typing-on-computer-la-ATCSTXT.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/professional-business-person-typing-on-computer-la-ATCSTXT-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/case-detail.json\";s:4:\"name\";s:11:\"Case Detail\";}}s:8:\"filesize\";i:156193;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ATCSTXT\";}i:43;a:8:{s:8:\"filename\";s:61:\"health-insurance-for-newborn-babies-life-insuranc-BKGQJTR.jpg\";s:13:\"thumbnail_url\";s:136:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/health-insurance-for-newborn-babies-life-insuranc-BKGQJTR-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/cases.json\";s:4:\"name\";s:5:\"Cases\";}}s:8:\"filesize\";i:99980;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-BKGQJTR\";}i:44;a:8:{s:8:\"filename\";s:62:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg\";s:13:\"thumbnail_url\";s:138:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-800x1000.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/case-detail.json\";s:4:\"name\";s:11:\"Case Detail\";}}s:8:\"filesize\";i:123406;s:10:\"dimensions\";a:2:{i:0;i:1200;i:1;i:1500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QXTZWG2\";}i:45;a:8:{s:8:\"filename\";s:62:\"young-couple-advising-with-their-insurance-agent-d-5RMG6VL.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/young-couple-advising-with-their-insurance-agent-d-5RMG6VL-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:220837;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5RMG6VL\";}i:46;a:8:{s:8:\"filename\";s:62:\"young-happy-couple-communicating-with-their-insura-BLJ3NEL.jpg\";s:13:\"thumbnail_url\";s:137:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/young-happy-couple-communicating-with-their-insura-BLJ3NEL-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:165075;s:10:\"dimensions\";a:2:{i:0;i:2100;i:1;i:1400;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-BLJ3NEL\";}i:47;a:8:{s:8:\"filename\";s:15:\"404_Asset-4.png\";s:13:\"thumbnail_url\";s:90:\"http://askproject.net/insurve/wp-content/uploads/sites/127/2023/01/404_Asset-4-800x344.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/404-page.json\";s:4:\"name\";s:8:\"404 Page\";}}s:8:\"filesize\";i:12277;s:10:\"dimensions\";a:2:{i:0;i:1001;i:1;i:430;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(11386,1651,'envato_tk_folder_name','c2abab422862e57a2c4809c42d4cb187'),(11387,1651,'envato_tk_builder','elementor'),(11388,1651,'envato_tk_source_zip_url','https://orchidcitybrass.org/wp-content/uploads/template-kits/c2abab422862e57a2c4809c42d4cb187/source-1651.zip'),(11389,1651,'envato_elements_download_event','WAFFQNH'),(11402,1656,'_elementor_edit_mode','builder'),(11403,1656,'_elementor_template_type','page'),(11404,1656,'_elementor_version','3.15.2'),(11405,1656,'_elementor_pro_version','3.13.2'),(11410,1656,'_wp_page_template','elementor_header_footer'),(11411,1656,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(11412,1656,'_elementor_data','[{\"id\":\"2600160f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_position_mobile\":\"top left\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"z_index\":5,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74bbb79\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50409575\",\"elType\":\"widget\",\"settings\":{\"title\":\"Service Detail\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e7ce9f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"385dcd1\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"3a1f63c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"icon_align\":\"center\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b4679fb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"height_inner\":\"min-height\",\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1652,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/business-of-insurance-client-feedback-service-conc-EHUJNQB.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"-200\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"-150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b5a5fec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3609514f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8e2720\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"22\",\"background_color\":\"#F4F4F9\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e0e307b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":69.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1744f5ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1653,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d2c3101\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Services<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1085a597\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home Insurance\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a61f842\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis, ipsum nec vestibulum consequat, tellus tellus auctor est, eu laoreet quam ex vulputate justo. Morbi vitae dapibus sapien, sed malesuada enim. Donec ultrices in dui ac auctor. Aliquam eu ante orci. Proin non viverra felis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c12177e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<i>\\\"You are a human, and not policy, leave that on us\\\"<\\/i>\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=d8d7091\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fbc168f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fusce id justo mattis, euismod neque in, rhoncus ligula. Integer nec elit ut dui vestibulum porta. Sed feugiat turpis sagittis eros sodales imperdiet. Praesent luctus nec lacus eget hendrerit. Aliquam in tortor nisl. Mauris imperdiet turpis consectetur ante lacinia, vel feugiat est euismod. Aenean blandit ligula a purus viverra, sed dignissim quam elementum.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1760796\",\"elType\":\"widget\",\"settings\":{\"title\":\"This is how we work\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d8d7091\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"564d06ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nulla ac fringilla nibh. Ut molestie purus quam, ac finibus ante dapibus nec. Aliquam erat volutpat. Praesent dictum commodo massa, tempus varius ligula finibus ac.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7ee7dfb2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":400,\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a0b93fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":6,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":6,\"_inline_size_mobile\":12,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"546102\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>01<\\/b>\",\"header_size\":\"div\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"79918285\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":94,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":88,\"_inline_size_mobile\":88,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65bf1dd2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Quotation\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bf4f4ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71c1d985\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":500,\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ff9835\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":6,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":6,\"_inline_size_mobile\":12,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31f7eecf\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>02<\\/b>\",\"header_size\":\"div\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1279fd2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":94,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":88,\"_inline_size_mobile\":88,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dab55aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill the Application\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5dc462a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5567cf1f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":600,\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39667b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":6,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":6,\"_inline_size_mobile\":12,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30dd730b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>03<\\/b>\",\"header_size\":\"div\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1dd1ba8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":94,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":88,\"_inline_size_mobile\":88,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ce34a36\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Insured & Covered\\n\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ce04cbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9334f3d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"507fdbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15067b5a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam sit amet enim in ligula viverra scelerisque eget et nulla. Fusce in tincidunt augue. Etiam semper ac mi eget rhoncus. Pellentesque dictum, tortor vel accumsan consectetur, diam ipsum posuere justo, non facilisis nulla lacus quis arcu. Morbi consequat iaculis lectus porta congue.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2f1e892e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19ecb413\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Mauris sed dui pellentesque, tristique\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"65438e4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Aenean laoreet nulla semper magna\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"954c843\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Mauris sed dui pellentesque\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"c1d9168\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Aenean laoreet nulla semper magna\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"bcd2652\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cras ultrices non enim quis hendrerit\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"c3540b3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\"},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5d32b757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":30,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57627783\",\"elType\":\"widget\",\"settings\":{\"title\":\"Other Service:\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f310b6\",\"elType\":\"section\",\"settings\":{\"border_border\":\"dashed\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#13103A1C\",\"border_hover_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10e19b80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7336064a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Life Insurance\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"42a01041\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cca9bc9\",\"elType\":\"section\",\"settings\":{\"border_border\":\"dashed\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#13103A1C\",\"border_hover_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66e7b1fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52532f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vehicle Insurance\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a814519\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"13fd7fff\",\"elType\":\"section\",\"settings\":{\"border_border\":\"dashed\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#13103A1C\",\"border_hover_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ce541ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e2b024d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child Insurance\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39054e2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e037caa\",\"elType\":\"section\",\"settings\":{\"border_border\":\"dashed\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#13103A1C\",\"border_hover_border\":\"solid\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"border_hover_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e926a55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c556ef3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Travel Insurance\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d6e2cc2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"27393368\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"394ead6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cf420d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7efbc9bb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#FFFFFF42\",\"gap\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"style\":\"dashed\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"61693c8a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing.<\\/p>\",\"text_color\":\"#FFFFFFA8\",\"_margin\":{\"unit\":\"px\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19201b7b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Live Chat\",\"selected_icon\":{\"value\":\"icon icon-bubble\",\"library\":\"ekiticons\"},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#BB8E5D00\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\",\"hover_color\":\"globals\\/colors?id=accent\",\"button_hover_border_color\":\"globals\\/colors?id=accent\"},\"hover_color\":\"#78F098\",\"border_color\":\"#FFFFFF36\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27728393\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45eff3a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f5805e7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"animation\":\"fadeInUp\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43e9b976\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d88127\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get Started<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"308e7264\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get Your {{Insurance}} Today!\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=2b503fe\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":1654,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"71de215\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4f70c01b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Insurance\",\"align\":\"left\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7e30d779\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1655,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/happy-insurance-agent-working-while-having-a-meeti-TAU28Q6.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1eea0d9e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11420,1656,'_elementor_page_assets','a:1:{s:6:\"styles\";a:13:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";}}'),(11421,1656,'_eael_custom_js',''),(11422,1656,'envato_tk_source_kit','1651'),(11423,1656,'envato_tk_source_index','6'),(11543,1692,'_elementor_edit_mode','builder'),(11544,1692,'_elementor_template_type','section'),(11545,1692,'_elementor_version','3.15.2'),(11546,1692,'_elementor_pro_version','3.13.2'),(11551,1692,'_wp_page_template','elementor_header_footer'),(11552,1692,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(11553,1692,'_elementor_data','[{\"id\":\"2d893255\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":1668,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bg2.png\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69bf4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1663,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/family-filling-travel-insurance-document-J535FLS.jpg\"},{\"id\":1664,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/mature-couple-meeting-financial-advisor-for-invest-UZLNDWX.jpg\"},{\"id\":1665,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/investment-advisor-consulting-with-retired-woman-a-69SMML5.jpg\"},{\"id\":1667,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/happy-couple-with-a-dog-having-a-meeting-with-insu-TBKVKBG.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"65e4f197\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"20d8995e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"140\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29c12d66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to Insurve<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"78f3a03a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Best Insurances for {{Everything}} Right Here\",\"ekit_heading_title_tag\":\"h1\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"8\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=2b503fe\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=primary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=primary\"},\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"3e744664\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"70d23fa9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"button_background_hover_color\":\"#015924\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"35a576a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#015924\",\"background_color\":\"#01592400\",\"hover_color\":\"#78F098\",\"button_background_hover_color\":\"#01592400\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInUp\",\"_animation_delay\":700,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"button_background_hover_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5687b757\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c00787f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47,\"_inline_size_tablet\":100,\"border_border\":\"dashed\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#00000026\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":800,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3864e1ab\",\"elType\":\"widget\",\"settings\":{\"ending_number\":1000,\"prefix\":\"$\",\"suffix\":\"K\",\"title\":\"\",\"number_color\":\"#000000\",\"title_color\":\"#015924\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=text\",\"typography_number_typography\":\"globals\\/typography?id=d648ed5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"5f3f6649\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Up to Coverage<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"23b2c93a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":53,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":900,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79f092c2\",\"elType\":\"widget\",\"settings\":{\"ending_number\":800,\"suffix\":\"+\",\"title\":\"\",\"number_color\":\"#000000\",\"title_color\":\"#015924\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_title_typography\":\"globals\\/typography?id=text\",\"typography_number_typography\":\"globals\\/typography?id=d648ed5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"},{\"id\":\"1764e663\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Member Insurance<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-1\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"15\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"28784259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7978cd8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d93a34c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Meet Our Holders<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d5861a1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21894826\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38eeb89e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1669,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client1.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"728a195b\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1670,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client2.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a90469a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1671,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client4.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94c18f3\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1672,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client3.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c40ef86\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1673,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client5.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3dcf8490\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a3ff4a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"space-between\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c5098f4\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1674,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client6.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63244fbc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1675,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client7.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c5b70fa\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1676,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client8.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"224f925e\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1677,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client9.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1445742a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_element_width\":\"auto\",\"image\":{\"id\":1678,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/client10.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5efc74f4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6af2cf59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"535f9699\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c7e2b94\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c883b55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Services<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"75e60e3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Protect You for {{Better}} Futures\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"44e1325c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d2fec80\",\"elType\":\"widget\",\"settings\":{\"text\":\"All Insurance\",\"align\":\"right\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1b3f0d42\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"40\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27e57e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b35f9a7\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-home\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Home Insurance\",\"ekit_icon_box_description_text\":\"Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.\",\"ekit_icon_box_btn_text\":\"Learn More \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#0000000F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#015924\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"#015924\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_description_color\":\"#7A7A7A\",\"ekit_icon_description_color_hover\":\"#FFFFFFA1\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_icon_primary_color\":\"#015924\",\"ekit_icon_box_hover_primary_color\":\"#78F098\",\"ekit_icon_box_icons_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#02010100\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_color_group_color\":\"#0000002B\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_color\":\"#FFFFFFA3\",\"__globals__\":{\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"\",\"ekit_icon_title_color\":\"globals\\/colors?id=primary\",\"ekit_icon_title_typography_group_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_icon_description_color\":\"globals\\/colors?id=text\",\"ekit_icon_description_typography_group_typography\":\"globals\\/typography?id=text\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_secondary_color_normal\":\"\",\"ekit_icon_box_hover_primary_color\":\"globals\\/colors?id=accent\",\"ekit_icon_box_typography_group_typography\":\"globals\\/typography?id=accent\",\"ekit_icon_box_button_text_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_btn_hover_color\":\"globals\\/colors?id=2b503fe\"},\"ekit_icon_box_header_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_icon_box_water_mark_icons\":{\"value\":\"icon icon-review\",\"library\":\"ekiticons\"},\"ekit_icon_box_infobox_bg_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_slideshow_gallery\":[],\"ekit_icon_box_infobox_bg_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_slideshow_gallery\":[],\"ekit_icon_box_show_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_image_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_hv_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_gallery\":[],\"ekit_icon_box_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"7f801679\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3f92064f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-heart-pulse\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Health Insurance\",\"ekit_icon_box_description_text\":\"Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.\",\"ekit_icon_box_btn_text\":\"Learn More \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#0000000F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#015924\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"#015924\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_description_color\":\"#7A7A7A\",\"ekit_icon_description_color_hover\":\"#FFFFFFA1\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_icon_primary_color\":\"#015924\",\"ekit_icon_box_hover_primary_color\":\"#78F098\",\"ekit_icon_box_icons_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#02010100\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_color_group_color\":\"#0000002B\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_color\":\"#FFFFFFA3\",\"__globals__\":{\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"\",\"ekit_icon_title_color\":\"globals\\/colors?id=primary\",\"ekit_icon_title_typography_group_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_icon_description_color\":\"globals\\/colors?id=text\",\"ekit_icon_description_typography_group_typography\":\"globals\\/typography?id=text\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_secondary_color_normal\":\"\",\"ekit_icon_box_hover_primary_color\":\"globals\\/colors?id=accent\",\"ekit_icon_box_typography_group_typography\":\"globals\\/typography?id=accent\",\"ekit_icon_box_button_text_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_btn_hover_color\":\"globals\\/colors?id=2b503fe\"},\"ekit_icon_box_header_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_icon_box_water_mark_icons\":{\"value\":\"icon icon-review\",\"library\":\"ekiticons\"},\"ekit_icon_box_infobox_bg_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_slideshow_gallery\":[],\"ekit_icon_box_infobox_bg_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_slideshow_gallery\":[],\"ekit_icon_box_show_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_image_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_hv_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_gallery\":[],\"ekit_icon_box_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"20ae0a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dcb47bb\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-car-1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Vehicle Insurance\",\"ekit_icon_box_description_text\":\"Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.\",\"ekit_icon_box_btn_text\":\"Learn More \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#0000000F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#015924\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"#015924\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_description_color\":\"#7A7A7A\",\"ekit_icon_description_color_hover\":\"#FFFFFFA1\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_icon_primary_color\":\"#015924\",\"ekit_icon_box_hover_primary_color\":\"#78F098\",\"ekit_icon_box_icons_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#02010100\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_color_group_color\":\"#0000002B\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_color\":\"#FFFFFFA3\",\"__globals__\":{\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"\",\"ekit_icon_title_color\":\"globals\\/colors?id=primary\",\"ekit_icon_title_typography_group_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_icon_description_color\":\"globals\\/colors?id=text\",\"ekit_icon_description_typography_group_typography\":\"globals\\/typography?id=text\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_secondary_color_normal\":\"\",\"ekit_icon_box_hover_primary_color\":\"globals\\/colors?id=accent\",\"ekit_icon_box_typography_group_typography\":\"globals\\/typography?id=accent\",\"ekit_icon_box_button_text_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_btn_hover_color\":\"globals\\/colors?id=2b503fe\"},\"ekit_icon_box_header_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_icon_box_water_mark_icons\":{\"value\":\"icon icon-review\",\"library\":\"ekiticons\"},\"ekit_icon_box_infobox_bg_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_slideshow_gallery\":[],\"ekit_icon_box_infobox_bg_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_slideshow_gallery\":[],\"ekit_icon_box_show_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_image_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_hv_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_gallery\":[],\"ekit_icon_box_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true},{\"id\":\"2436d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":700,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77d64bc8\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-train\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Travel Insurance\",\"ekit_icon_box_description_text\":\"Mauris sed cursus quam. Nulla dolor est, accumsan id pretium, maximus.\",\"ekit_icon_box_btn_text\":\"Learn More \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_enable_btn\":\"yes\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#0000000F\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#015924\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"#015924\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color_hover\":\"#FFFFFF\",\"ekit_icon_description_color\":\"#7A7A7A\",\"ekit_icon_description_color_hover\":\"#FFFFFFA1\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_icon_primary_color\":\"#015924\",\"ekit_icon_box_hover_primary_color\":\"#78F098\",\"ekit_icon_box_icons_hover_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_btn_background_group_background\":\"classic\",\"ekit_icon_box_btn_background_group_color\":\"#02010100\",\"ekit_icon_box_button_border_color_group_border\":\"solid\",\"ekit_icon_box_button_border_color_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_color_group_color\":\"#0000002B\",\"ekit_icon_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_button_border_hv_color_group_border\":\"solid\",\"ekit_icon_box_button_border_hv_color_group_color\":\"#FFFFFFA3\",\"__globals__\":{\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"\",\"ekit_icon_title_color\":\"globals\\/colors?id=primary\",\"ekit_icon_title_typography_group_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_icon_description_color\":\"globals\\/colors?id=text\",\"ekit_icon_description_typography_group_typography\":\"globals\\/typography?id=text\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_icon_secondary_color_normal\":\"\",\"ekit_icon_box_hover_primary_color\":\"globals\\/colors?id=accent\",\"ekit_icon_box_typography_group_typography\":\"globals\\/typography?id=accent\",\"ekit_icon_box_button_text_color\":\"globals\\/colors?id=secondary\",\"ekit_icon_box_btn_hover_color\":\"globals\\/colors?id=2b503fe\"},\"ekit_icon_box_header_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_icon_box_water_mark_icons\":{\"value\":\"icon icon-review\",\"library\":\"ekiticons\"},\"ekit_icon_box_infobox_bg_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_slideshow_gallery\":[],\"ekit_icon_box_infobox_bg_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_slideshow_gallery\":[],\"ekit_icon_box_btn_background_hover_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_slideshow_gallery\":[],\"ekit_icon_box_show_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"ekit_icon_box_image_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_slideshow_gallery\":[],\"ekit_icon_box_bg_ovelry_color_hv_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_gallery\":[],\"ekit_icon_box_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa3d964\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47db7aee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1680,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bg61.png\"},\"background_position\":\"center left\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"692cae50\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1679,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-and-couple-signing-a-contract-duri-PXP8VSK.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e2dbbaa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"745a6db4\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_video_popup_btn_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"ekit_video_popup_btn_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"ekit_video_popup_btn_bg_color_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_hover_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\"},\"ekit_video_player_self_hosted\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"self_poster_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"46ee2c56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46582c26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>About Us<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62cd3e7d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"A Better value of {{Better}} Protection\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=2b503fe\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_left\",\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5c20a8c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Integer id odio tempus, mattis nunc id, eleifend nulla. Fusce vitae quam pharetra dolor tempor eleifend. Sed malesuada nibh eu tortor vehicula efficitur. Aenean dui mi, hendrerit vitae semper sed.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"17463017\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Curabitur dignissim eros est, et consectetur\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"f5220e4\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Donec tristique faucibus augue ornare\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2197878\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Phasellus sodales ultricies sapien, sagittis\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"1834a54\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"52ebf796\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"left\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":800,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"left\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b3ae056\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"104d63ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"120\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6242bcf3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why Choose Us<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cbcc023\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"The {{Insurance}} That Keeps You Ahead\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61c35865\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-diamond1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"Permanent Life Insurance\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.\",\"position\":\"left\",\"primary_color\":\"#015924\",\"secondary_color\":\"#F9FFD8\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Manrope\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"none\",\"title_typography_font_style\":\"normal\",\"title_typography_text_decoration\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Manrope\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_weight\":\"500\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_color\":\"#FFFFFF\",\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=0c948d0\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"_background_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"54e2a908\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-leaf\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"Term Life Insurance\",\"description_text\":\"Quisque in urna vitae tellus scelerisque hendrerit. Pellentesque accumsan aliquam elementum.\",\"position\":\"left\",\"primary_color\":\"#015924\",\"secondary_color\":\"#F9FFD8\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":500,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=0c948d0\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"5b948d15\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hourglass\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"title_text\":\"Long-Term Care Insurance\",\"description_text\":\"Suspendisse eget metus a sapien porta dapibus sed ac neque. Sed lacinia pretium mauris vitae faucibus.\",\"position\":\"left\",\"primary_color\":\"#015924\",\"secondary_color\":\"#F9FFD8\",\"icon_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"\",\"title_typography_typography\":\"globals\\/typography?id=0c948d0\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4a263f7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f21f935\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":440,\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":625,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51a1c3be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1681,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/vertical-portrait-of-a-small-toddler-kid-child-son-6BSNW9M.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d1cba1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true},{\"id\":\"6a69d34f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":1682,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/happy-mature-insurance-agent-taking-notes-during-a-WEYBZCZ.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"560fb66c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68492e1f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13fe3865\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43931cc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Process<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e5459ce\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Think {{Future}} Think Insurance\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=2b503fe\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_align_mobile\":\"text_left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"3fac19cd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19bf79d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16ed9cba\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-pencil\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6ca9bc91\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"208e195d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"534343a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Quotation\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e13497a\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18915016\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4bb05b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34f128ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-edit1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f6d61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Second Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"310fccef\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77799e19\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill the Application\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"122f2881\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24d7574c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Forms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3dce9291\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a3d26e9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medal1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"80f60c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Third Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f9b9115\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"46f6e63d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Insured & Covered\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17d50377\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4ae3cd94\",\"elType\":\"widget\",\"settings\":{\"text\":\"Give a Review\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"78781235\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52b26e5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"780a46bf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ca7c006\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75b800c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Team<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6be1cf76\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Meet Our {{Professional}} Staff\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"6ddab991\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e8886c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Staff\",\"align\":\"right\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2b11f1f8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"40\",\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bcea1c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28a92d0f\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":1683,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collection-of-multiethnic-business-people-portrait11-YK2UXCU.jpg\"},\"ekit_team_name\":\"\",\"ekit_team_position\":\"\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"eec6c70\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"d43c502\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"b6e9e31\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"}],\"ekit_team_chose_popup\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#6DD68985\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_image_radius\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_text_content_color\":\"#FFFFFF\",\"ekit_team_text_content_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_name_typography_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=1b4ec68\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_close_icon_changes\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-team\"},{\"id\":\"ae87b6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Alan Houston\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e04f7b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Company CEO<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7ae2d324\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58d8ee94\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":1684,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collection-of-multiethnic-business-people-portrait6-YK2UXCU.jpg\"},\"ekit_team_name\":\"\",\"ekit_team_position\":\"\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"eec6c70\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"d43c502\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"b6e9e31\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"}],\"ekit_team_chose_popup\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#6DD68985\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_image_radius\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_text_content_color\":\"#FFFFFF\",\"ekit_team_text_content_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_name_typography_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=1b4ec68\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_close_icon_changes\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-team\"},{\"id\":\"2cb4b057\",\"elType\":\"widget\",\"settings\":{\"title\":\"Damian Kings\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cd9f64b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Marketing<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"11d9e6a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c8d0592\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":1685,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collection-of-multiethnic-business-people-portrait16-YK2UXCU.jpg\"},\"ekit_team_name\":\"\",\"ekit_team_position\":\"\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"eec6c70\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"d43c502\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"b6e9e31\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"}],\"ekit_team_chose_popup\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#6DD68985\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_image_radius\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_text_content_color\":\"#FFFFFF\",\"ekit_team_text_content_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_name_typography_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=1b4ec68\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_close_icon_changes\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-team\"},{\"id\":\"4faa397e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Natasha Park\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f2f09b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"480db35f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":700,\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b340056\",\"elType\":\"widget\",\"settings\":{\"ekit_team_style\":\"overlay\",\"ekit_team_image\":{\"id\":1686,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collection-of-multiethnic-business-people-portrait9-YK2UXCU.jpg\"},\"ekit_team_name\":\"\",\"ekit_team_position\":\"\",\"ekit_team_short_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_social_icons\":[{\"ekit_team_label\":\"Facebook\",\"_id\":\"eec6c70\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_icons\":{\"value\":\"icon icon-facebook\",\"library\":\"ekiticons\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Twitter\",\"ekit_team_icons\":{\"value\":\"icon icon-twitter\",\"library\":\"ekiticons\"},\"_id\":\"d43c502\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"},{\"ekit_team_label\":\"Pinterest\",\"ekit_team_icons\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"b6e9e31\",\"ekit_team_socialmedia_icon_bg_color\":\"#FFFFFF\",\"ekit_team_socialmedia_icon_hover_color\":\"#FFFFFF\",\"__globals__\":{\"ekit_team_socialmedia_icon_color\":\"globals\\/colors?id=secondary\",\"ekit_team_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=secondary\"},\"ekit_team_link\":{\"url\":\"https:\\/\\/facebook.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_team_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_team_socialmedia_border_border\":\"\",\"ekit_team_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_color\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_normal_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_box_shadow_position\":\" \",\"ekit_team_socialmedia_icon_hover_bg_color\":\"#3b5998\",\"ekit_team_socialmedia_border_hover_border\":\"\",\"ekit_team_socialmedia_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_team_socialmedia_border_hover_color\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow_type\":\"\",\"ekit_team_socialmedia_icon_hover_text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_type\":\"\",\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_team_socialmedai_list_box_shadow_hover_box_shadow_position\":\" \"}],\"ekit_team_chose_popup\":\"\",\"ekit_team_description\":\"A small river named Duden flows by their place and supplies it with the necessary\",\"ekit_team_phone\":\"+1 (859) 254-6589\",\"ekit_team_email\":\"info@example.com\",\"ekit_team_background_content_hover_background\":\"classic\",\"ekit_team_background_content_hover_color\":\"#6DD68985\",\"ekit_team_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_inner_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_content_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"ekit_team_image_height_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_team_image_radius\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_team_name_color\":\"#FFFFFF\",\"ekit_team_name_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_position_color\":\"#FFFFFF\",\"ekit_team_position_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_team_text_content_color\":\"#FFFFFF\",\"ekit_team_text_content_margin_bottom\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_socialmedai_list_style_use_height_and_width\":\"yes\",\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"ekit_team_background_content_hover_color\":\"\",\"ekit_team_name_typography_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_team_position_typography_typography\":\"globals\\/typography?id=1b4ec68\",\"ekit_team_text_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_socialmedai_list_typography_typography\":\"globals\\/typography?id=accent\"},\"ekit_team_top_icons\":{\"value\":\"icon icon-team1\",\"library\":\"ekiticons\"},\"ekit_team_close_icon_changes\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"ekit_team_background_content_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_normal_slideshow_gallery\":[],\"ekit_team_background_content_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_content_hover_slideshow_gallery\":[],\"ekit_team_content_overly_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_content_overly_color_slideshow_gallery\":[],\"ekit_team_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_image_background_slideshow_gallery\":[],\"ekit_team_default_img_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_default_img_overlay_slideshow_gallery\":[],\"ekit_team_background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_background_overlay_slideshow_gallery\":[],\"ekit_team_modal_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_team_modal_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-team\"},{\"id\":\"1f7183b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Louis Thomson\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"749c8f5c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Call Support<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a858a88\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"522497d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37,\"background_background\":\"classic\",\"background_image\":{\"id\":1687,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/happy-real-estate-agent-shaking-hands-with-her-cli-E99ZCNQ.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"180\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dcc9cbc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false},{\"id\":\"15b14a67\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63,\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d1465ab\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style5\",\"ekit_testimonial_data\":[{\"client_name\":\"Thomas Torres\",\"_id\":\"970d7c7\",\"designation\":\"Customer\",\"review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.\",\"client_photo\":{\"id\":1688,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/composite-creative-collage-of-happy-diverse-multic1-FYHGU27.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Junior Timmy\",\"_id\":\"0359b03\",\"designation\":\"Customer\",\"review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.\",\"client_photo\":{\"id\":1689,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/composite-creative-collage-of-happy-diverse-multic2-FYHGU27.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Tommy Smiths\",\"_id\":\"9414480\",\"designation\":\"Customer\",\"review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.\",\"client_photo\":{\"id\":1690,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/composite-creative-collage-of-happy-diverse-multic3-FYHGU27.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Blake Wistone\",\"designation\":\"Customer\",\"review\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse pulvinar urna et enim consectetur euismod. Quisque lacinia scelerisque interdum. Nullam eleifend accumsan arcu.\",\"client_photo\":{\"id\":1691,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/composite-creative-collage-of-happy-diverse-multic4-FYHGU27.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"b21b184\",\"client_logo_active\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"}],\"ekit_testimonial_left_right_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_top_bottom_spacing_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_slidetoshow\":2,\"ekit_testimonial_slidetoshow_tablet\":1,\"ekit_testimonial_slidetoshow_mobile\":1,\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"35\",\"left\":\"40\",\"isLinked\":false},\"ekit_testimonial_layout_padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":false},\"ekit_testimonial_layout_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_testimonial_layout_background_background\":\"classic\",\"ekit_testimonial_layout_background_color\":\"#FFFFFF\",\"ekit_testimonial_layout_border_border\":\"solid\",\"ekit_testimonial_layout_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_testimonial_layout_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_layout_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_review_ratting_color\":\"#FCCD56\",\"ekit_testimonial_review_ratting_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_testimonial_review_ratting_right_spacing\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"ekit_testimonial_review_ratting_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_review_ratting_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_section_wathermark_color\":\"#01592440\",\"ekit_testimonial_section_wathermark_typography\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"ekit_testimonial_section_wathermark_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_section_wathermark_icon_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_testimonial_client_dot_bottom\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#FFFFFF1F\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-15\",\"bottom\":\"0\",\"left\":\"-150\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"ekit_testimonial_description_typography_typography\":\"globals\\/typography?id=2fe55cc\",\"ekit_testimonial_description_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_review_ratting_color\":\"\",\"ekit_testimonial_section_wathermark_color\":\"\",\"ekit_testimonial_client_name_normal_color\":\"globals\\/colors?id=primary\",\"ekit_testimonial_client_name_typography_typography\":\"globals\\/typography?id=1b4ec68\",\"ekit_testimonial_designation_normal_color\":\"globals\\/colors?id=secondary\",\"ekit_testimonial_designation_typography_typography\":\"globals\\/typography?id=8c18317\",\"ekit_testimonial_client_dot_active_background_color\":\"\",\"ekit_testimonial_layout_background_color\":\"\",\"ekit_testimonial_layout_active_border_color\":\"\",\"ekit_testimonial_layout_active_background_color\":\"globals\\/colors?id=2b503fe\",\"ekit_testimonial_description_active_color\":\"globals\\/colors?id=primary\"},\"ekit_testimonial_client_dot_active_background_color\":\"#FFFFFFEB\",\"ekit_testimonial_layout_border_color\":\"#00000017\",\"ekit_testimonial_layout_active_background_background\":\"classic\",\"ekit_testimonial_layout_active_background_color\":\"#F9FFD8\",\"ekit_testimonial_layout_active_border_color\":\"#00000017\",\"ekit_testimonial_description_color\":\"#7A7A7A\",\"ekit_testimonial_description_active_color\":\"#000000\",\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"#015924\",\"ekit_testimonial_wartermarks\":{\"value\":\"icon icon-quote\",\"library\":\"ekiticons\"},\"ekit_testimonial_left_arrows\":{\"value\":\"icon icon-left-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_right_arrows\":{\"value\":\"icon icon-right-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_slideshow_gallery\":[],\"ekit_testimonial_layout_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_slideshow_gallery\":[],\"ekit_testimonial_active_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_slideshow_gallery\":[],\"ekit_testimonial_client_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_slideshow_gallery\":[],\"ekit_testimonial_nav_background_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_slideshow_gallery\":[],\"ekit_testimonial_nav_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec3d585\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76b8771e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1039e3e5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>FAQs<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align\":\"center\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79d6270a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Frequently {{Asked}} Questions\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_align_mobile\":\"text_center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"3d753363\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar leo.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"50\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"50\",\"left\":\"120\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cbecd70\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"641c0ca8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"98e108f\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How long has Insurve been in the insurance business?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"773c2dc\"},{\"acc_title\":\"What plans does Insurve Insurance offer?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"b9afb33\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What is the maximum amount of money that I can claim?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"34b697f\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What payment methods do you provide?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"504cdfb\",\"ekit_acc_is_active\":\"no\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"fas fa-chevron-left\",\"library\":\"fa-solid\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#015924\",\"ekit_accordion_title_border_open_border\":\"solid\",\"ekit_accordion_title_border_open_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_accordion_title_border_open_color\":\"#015924\",\"ekit_accordion_border_radious_curve_shape_open\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FFFFFF\",\"ekit_accordion_title_border_close_border\":\"solid\",\"ekit_accordion_title_border_close_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_accordion_title_border_close_color\":\"#0000000F\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_content_color\":\"#7A7A7A\",\"ekit_accordion_content_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_border_radious_closed\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_section_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_color_close\":\"#015924\",\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_accordion_icon_color\":\"#78F098\",\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=0acc88c\",\"ekit_accordion_background_color\":\"globals\\/colors?id=secondary\",\"ekit_accordion_content_color\":\"globals\\/colors?id=text\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_accordion_title_border_open_color\":\"globals\\/colors?id=secondary\",\"ekit_accordion_title_color_close\":\"globals\\/colors?id=primary\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=secondary\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_title_color\":\"\"},\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_right_icons\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"ekit_accordion_title_color\":\"#FFFFFF\",\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_title_margin_bottom_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true},{\"id\":\"5d32a86d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33113dad\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"How long has Insurve been in the insurance business?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"ekit_acc_is_active\":\"\",\"_id\":\"773c2dc\"},{\"acc_title\":\"What plans does Insurve Insurance offer?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"b9afb33\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What is the maximum amount of money that I can claim?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"34b697f\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What payment methods do you provide?\",\"acc_content\":\"<p>Morbi molestie, metus vel viverra feugiat, lorem turpis lobortis felis, sit amet maximus mi eros a erat. Aliquam congue ac justo vel dignissim. Lorem ipsum dolor sit amet.<\\/p>\",\"_id\":\"504cdfb\",\"ekit_acc_is_active\":\"no\"}],\"ekit_accordion_right_icon_actives\":{\"value\":\"fas fa-chevron-left\",\"library\":\"fa-solid\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#015924\",\"ekit_accordion_title_border_open_border\":\"solid\",\"ekit_accordion_title_border_open_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_accordion_title_border_open_color\":\"#015924\",\"ekit_accordion_border_radious_curve_shape_open\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_title_color_close\":\"#000000\",\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FFFFFF\",\"ekit_accordion_title_border_close_border\":\"solid\",\"ekit_accordion_title_border_close_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_accordion_title_border_close_color\":\"#0000000F\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"50\",\"bottom\":\"16\",\"left\":\"30\",\"isLinked\":false},\"ekit_accordion_content_color\":\"#7A7A7A\",\"ekit_accordion_content_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"ekit_accordion_border_radious_closed\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"ekit_accordion_section_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_color_close\":\"#015924\",\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_accordion_icon_color\":\"#78F098\",\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=0acc88c\",\"ekit_accordion_background_color\":\"globals\\/colors?id=secondary\",\"ekit_accordion_content_color\":\"globals\\/colors?id=text\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_accordion_title_border_open_color\":\"globals\\/colors?id=secondary\",\"ekit_accordion_title_color_close\":\"globals\\/colors?id=primary\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=secondary\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=accent\",\"ekit_accordion_title_color\":\"\"},\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_right_icons\":{\"value\":\"fas fa-chevron-down\",\"library\":\"fa-solid\"},\"ekit_accordion_title_color\":\"#FFFFFF\",\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_accordion_title_margin_bottom_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"ekit_accordion_left_icons\":{\"value\":\"icon icon-down-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-up-arrow1\",\"library\":\"ekiticons\"},\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7dbfbff5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31c58021\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bbcd5d9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":2,\"vertical\":2,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"animation\":\"fadeInUp\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=2b503fe\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4377d605\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"772781ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get Started<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5afb067d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get Your {{Insurance}} Today!\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4ed8cb20\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25bb4e4e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Insurance\",\"align\":\"left\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"6ebb25dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"1655\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/happy-insurance-agent-working-while-having-a-meeti-TAU28Q6.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e60ff93\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19f68c50\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3dbc07a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cc7df69\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f80213a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4eea3808\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blog News<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2af59b66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Read Our {{Latest}} Articles\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1654\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"1ccdd592\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16a4f859\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"align\":\"right\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"32\",\"bottom\":\"16\",\"left\":\"32\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ba85744\",\"elType\":\"widget\",\"settings\":{\"ekit_blog_posts_layout_style\":\"elementskit-post-image-card\",\"ekit_blog_posts_content\":\"\",\"ekit_blog_posts_is_manual_selection\":\"recent\",\"ekit_blog_posts_cats\":[\"19\",\"13\",\"9\",\"10\"],\"ekit_blog_posts_floating_category\":\"yes\",\"ekit_blog_posts_title_position\":\"before_meta\",\"ekit_blog_posts_meta_select\":[\"author\",\"date\"],\"ekit_blog_posts_meta_date_icons\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"ekit_blog_posts_btn_text\":\"Read More\",\"ekit_blog_posts_background_background\":\"classic\",\"ekit_blog_posts_background_hover_background\":\"classic\",\"ekit_blog_posts_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_blog_posts_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"ekit_blog_posts_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_text_content_wraper_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_blog_posts_feature_img_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_feature_img_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_category_top_pos\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]},\"ekit_blog_posts_floating_category_top_pos_tablet\":{\"unit\":\"px\",\"size\":212,\"sizes\":[]},\"ekit_blog_posts_floating_category_top_pos_mobile\":{\"unit\":\"px\",\"size\":195,\"sizes\":[]},\"ekit_blog_posts_floating_category_left_pos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_blog_posts_floating_category_padding_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_floating_category_margin_right\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"ekit_blog_posts_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"ekit_blog_posts_background_color\":\"\",\"ekit_blog_posts_meta_typography_typography\":\"globals\\/typography?id=8c18317\",\"ekit_blog_posts_meta_color_normal\":\"globals\\/colors?id=text\",\"ekit_blog_posts_floating_category_typography_typography\":\"globals\\/typography?id=8c18317\",\"ekit_blog_posts_floating_category_color\":\"globals\\/colors?id=secondary\",\"ekit_blog_posts_title_typography_typography\":\"globals\\/typography?id=0c948d0\",\"ekit_blog_posts_background_hover_color\":\"globals\\/colors?id=2b503fe\",\"ekit_blog_posts_floating_category_bg_color\":\"globals\\/colors?id=b63fba7\",\"ekit_blog_posts_title_color\":\"globals\\/colors?id=primary\",\"ekit_blog_posts_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_blog_posts_btn_text_color\":\"globals\\/colors?id=secondary\",\"ekit_blog_posts_btn_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_blog_posts_meta_color_icon_normal\":\"globals\\/colors?id=text\"},\"ekit_blog_posts_author_image\":\"\",\"ekit_blog_posts_meta_author_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_meta_comment_icons\":{\"value\":\"fas fa-comment\",\"library\":\"fa-solid\"},\"ekit_blog_posts_background_color\":\"#FFFFFF\",\"ekit_blog_posts_shadow_box_shadow_type\":\"yes\",\"ekit_blog_posts_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"ekit_blog_posts_background_hover_color\":\"#000000\",\"ekit_blog_posts_border_border\":\"solid\",\"ekit_blog_posts_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_blog_posts_border_color\":\"#00000012\",\"ekit_blog_posts_meta_icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_blog_posts_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_btn_bg_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_color_color\":\"#02010100\",\"ekit_blog_posts_btn_bg_hover_color_background\":\"classic\",\"ekit_blog_posts_btn_bg_hover_color_color\":\"#02010100\",\"ekit_blog_posts_btn_border_style\":\"solid\",\"ekit_blog_posts_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_btn_border_color\":\"#00000026\",\"ekit_blog_posts_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_blog_posts_meta_category_icons\":{\"value\":\"icon icon-folder\",\"library\":\"ekiticons\"},\"ekit_blog_posts_btn_icons\":{\"value\":\"\",\"library\":\"\"},\"ekit_blog_posts_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_slideshow_gallery\":[],\"ekit_blog_posts_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_normal_slideshow_gallery\":[],\"ekit_blog_posts_meta_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_meta_background_hover_slideshow_gallery\":[],\"ekit_blog_posts_floating_date_bg_color_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_floating_date_bg_color_group_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_border_highlight_bg_color_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_border_highlight_bg_color_hover_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_color_slideshow_gallery\":[],\"ekit_blog_posts_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_blog_posts_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-blog-posts\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (11561,1692,'_elementor_page_assets','a:1:{s:6:\"styles\";a:54:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";i:34;s:12:\"e-animations\";i:35;s:12:\"e-animations\";i:36;s:12:\"e-animations\";i:37;s:12:\"e-animations\";i:38;s:12:\"e-animations\";i:39;s:12:\"e-animations\";i:40;s:12:\"e-animations\";i:41;s:12:\"e-animations\";i:42;s:12:\"e-animations\";i:43;s:12:\"e-animations\";i:44;s:12:\"e-animations\";i:45;s:12:\"e-animations\";i:46;s:12:\"e-animations\";i:47;s:12:\"e-animations\";i:48;s:12:\"e-animations\";i:49;s:12:\"e-animations\";i:50;s:12:\"e-animations\";i:51;s:12:\"e-animations\";i:52;s:12:\"e-animations\";i:53;s:12:\"e-animations\";}}'),(11562,1692,'_eael_custom_js',''),(11563,1692,'envato_tk_source_kit','1651'),(11564,1692,'envato_tk_source_index','3'),(11968,1745,'_menu_item_type','post_type'),(11969,1745,'_menu_item_menu_item_parent','1747'),(11970,1745,'_menu_item_object_id','234'),(11971,1745,'_menu_item_object','page'),(11972,1745,'_menu_item_target',''),(11973,1745,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11974,1745,'_menu_item_xfn',''),(11975,1745,'_menu_item_url',''),(11977,55,'_wp_old_date','2023-08-06'),(11978,19,'_wp_old_date','2023-08-06'),(11979,628,'_wp_old_date','2023-08-06'),(11980,627,'_wp_old_date','2023-08-06'),(11981,622,'_wp_old_date','2023-08-06'),(11982,621,'_wp_old_date','2023-08-06'),(11983,620,'_wp_old_date','2023-08-06'),(11984,619,'_wp_old_date','2023-08-06'),(11985,1406,'_wp_old_date','2023-08-06'),(11986,630,'_wp_old_date','2023-08-06'),(11987,1489,'_wp_old_date','2023-08-06'),(11988,1488,'_wp_old_date','2023-08-06'),(11989,1487,'_wp_old_date','2023-08-06'),(11990,276,'_wp_old_date','2023-08-06'),(12000,1747,'_menu_item_type','custom'),(12001,1747,'_menu_item_menu_item_parent','0'),(12002,1747,'_menu_item_object_id','1747'),(12003,1747,'_menu_item_object','custom'),(12004,1747,'_menu_item_target',''),(12005,1747,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12006,1747,'_menu_item_xfn',''),(12007,1747,'_menu_item_url','#'),(12085,234,'_elementor_pro_version','3.13.2'),(12110,1760,'_wp_attached_file','2023/08/placeholder.png'),(12111,1760,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2023/08/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:23:\"placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12112,1760,'_elementor_source_image_hash','88d42d2a7ad2d03b66dfd41184c97fffe3ff3254'),(12113,1761,'_wp_attached_file','2023/08/professional-business-person-typing-on-computer-la-ATCSTXT.jpg'),(12114,1761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:70:\"2023/08/professional-business-person-typing-on-computer-la-ATCSTXT.jpg\";s:8:\"filesize\";i:156193;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"professional-business-person-typing-on-computer-la-ATCSTXT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32723;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"professional-business-person-typing-on-computer-la-ATCSTXT-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"professional-business-person-typing-on-computer-la-ATCSTXT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27357;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"professional-business-person-typing-on-computer-la-ATCSTXT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64929;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:70:\"professional-business-person-typing-on-computer-la-ATCSTXT-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60873;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:72:\"professional-business-person-typing-on-computer-la-ATCSTXT-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148279;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:72:\"professional-business-person-typing-on-computer-la-ATCSTXT-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216904;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:197:\"business of insurance client feedback service concept, businessman are work on marketing management with satisfaction guarantee for support a corporate company for the best of quality on cyberspace\";s:17:\"created_timestamp\";s:10:\"1651471007\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:96:\"professional business person typing on computer laptop desk at office, using keyboard technology\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:48:{i:0;s:6:\"client\";i:1;s:7:\"service\";i:2;s:8:\"feedback\";i:3;s:9:\"insurance\";i:4;s:8:\"business\";i:5;s:12:\"satisfaction\";i:6;s:9:\"guarantee\";i:7;s:10:\"management\";i:8;s:9:\"marketing\";i:9;s:7:\"support\";i:10;s:11:\"businessman\";i:11;s:7:\"company\";i:12;s:9:\"corporate\";i:13;s:10:\"cyberspace\";i:14;s:7:\"quality\";i:15;s:9:\"assurance\";i:16;s:4:\"best\";i:17;s:6:\"person\";i:18;s:10:\"assistance\";i:19;s:11:\"performance\";i:20;s:13:\"communication\";i:21;s:7:\"concept\";i:22;s:11:\"certificate\";i:23;s:10:\"evaluation\";i:24;s:11:\"improvement\";i:25;s:6:\"review\";i:26;s:4:\"care\";i:27;s:10:\"technology\";i:28;s:4:\"icon\";i:29;s:6:\"agency\";i:30;s:8:\"approval\";i:31;s:9:\"excellent\";i:32;s:4:\"help\";i:33;s:11:\"information\";i:34;s:3:\"job\";i:35;s:7:\"meeting\";i:36;s:8:\"planning\";i:37;s:9:\"procedure\";i:38;s:7:\"process\";i:39;s:10:\"production\";i:40;s:12:\"professional\";i:41;s:8:\"proposal\";i:42;s:8:\"security\";i:43;s:4:\"show\";i:44;s:8:\"standard\";i:45;s:10:\"compliance\";i:46;s:10:\"industrial\";i:47;s:6:\"office\";}}}'),(12115,1761,'_elementor_source_image_hash','b99a3c90002636dfa1e5ec575d5fbc590514396a'),(12116,1762,'_wp_attached_file','2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg'),(12117,1762,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1500;s:4:\"file\";s:70:\"2023/08/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg\";s:8:\"filesize\";i:123406;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37651;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96572;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:70:\"real-estate-broker-agent-presenting-and-consult-to-QXTZWG2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-E3\";s:7:\"caption\";s:190:\"Real estate broker agent presenting and consult to customer to decision making sign insurance form agreement, buy and sell home model, concerning mortgage loan offer for and house insurance.\";s:17:\"created_timestamp\";s:10:\"1647443267\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:189:\"Real estate broker agent presenting and consult to customer to decision making sign insurance form agreement, buy and sell home model, concerning mortgage loan offer for and house insurance\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:9:\"signature\";i:1;s:9:\"calculate\";i:2;s:8:\"mortgage\";i:3;s:8:\"approval\";i:4;s:6:\"broker\";i:5;s:4:\"rent\";i:6;s:6:\"agency\";i:7;s:4:\"loan\";i:8;s:8:\"property\";i:9;s:5:\"agent\";i:10;s:6:\"budget\";i:11;s:8:\"contract\";i:12;s:4:\"deal\";i:13;s:6:\"giving\";i:14;s:9:\"insurance\";i:15;s:5:\"price\";i:16;s:8:\"purchase\";i:17;s:9:\"agreement\";i:18;s:9:\"architect\";i:19;s:6:\"client\";i:20;s:6:\"rental\";i:21;s:11:\"residential\";i:22;s:10:\"investment\";i:23;s:4:\"real\";i:24;s:3:\"key\";i:25;s:6:\"estate\";i:26;s:7:\"banking\";i:27;s:9:\"financial\";i:28;s:4:\"sale\";i:29;s:6:\"buying\";i:30;s:5:\"model\";i:31;s:9:\"apartment\";i:32;s:7:\"finance\";i:33;s:9:\"ownership\";i:34;s:7:\"realtor\";i:35;s:7:\"signing\";i:36;s:7:\"approve\";i:37;s:5:\"buyer\";i:38;s:9:\"homeowner\";i:39;s:6:\"seller\";i:40;s:10:\"dealership\";i:41;s:4:\"home\";i:42;s:8:\"business\";i:43;s:5:\"house\";i:44;s:12:\"construction\";i:45;s:8:\"building\";i:46;s:10:\"agreements\";i:47;s:8:\"assessor\";i:48;s:8:\"landlord\";i:49;s:9:\"valuation\";}}}'),(12118,1762,'_elementor_source_image_hash','53a892d38aa3889059daafaf79f4ea69f9fb28ff'),(12119,1763,'_wp_attached_file','2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg'),(12120,1763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:68:\"2023/08/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg\";s:8:\"filesize\";i:124748;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30838;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26218;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57664;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:68:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56160;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:70:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123427;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:70:\"hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 6_2\";s:7:\"caption\";s:59:\"Hand protecting the icon house - the concept of insurance..\";s:17:\"created_timestamp\";s:10:\"1653896374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:59:\"Hand protecting the icon house - the concept of insurance..\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:9:\"insurance\";i:1;s:7:\"support\";i:2;s:8:\"security\";i:3;s:8:\"business\";i:4;s:6:\"family\";i:5;s:4:\"home\";i:6;s:7:\"concept\";i:7;s:4:\"hand\";i:8;s:5:\"house\";i:9;s:4:\"icon\";i:10;s:10:\"background\";i:11;s:6:\"secure\";i:12;s:7:\"success\";i:13;s:11:\"businessman\";i:14;s:7:\"finance\";i:15;s:11:\"health care\";i:16;s:10:\"investment\";i:17;s:4:\"life\";i:18;s:7:\"protect\";i:19;s:4:\"safe\";i:20;s:6:\"saving\";i:21;s:4:\"care\";i:22;s:3:\"man\";i:23;s:5:\"money\";i:24;s:10:\"protection\";i:25;s:10:\"protective\";i:26;s:6:\"safety\";i:27;s:7:\"service\";i:28;s:5:\"white\";i:29;s:3:\"car\";i:30;s:12:\"construction\";i:31;s:6:\"design\";i:32;s:6:\"symbol\";i:33;s:8:\"building\";i:34;s:5:\"agent\";i:35;s:6:\"estate\";i:36;s:7:\"housing\";i:37;s:8:\"mortgage\";i:38;s:7:\"parents\";i:39;s:8:\"property\";i:40;s:4:\"real\";i:41;s:4:\"rent\";i:42;s:11:\"residential\";i:43;s:4:\"idea\";i:44;s:8:\"customer\";i:45;s:7:\"holding\";i:46;s:3:\"buy\";}}}'),(12121,1763,'_elementor_source_image_hash','319b73727238bf9d1c50b61ac28b76dc43f0fad5'),(12122,1764,'_wp_attached_file','2023/08/placeholder-1.png'),(12123,1764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2023/08/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:25:\"placeholder-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4796;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12124,1764,'_elementor_source_image_hash','cc3cb050f90db6da2ca73ddf421d8fb76b69e416'),(12125,1765,'_elementor_edit_mode','builder'),(12126,1765,'_elementor_template_type','page'),(12127,1765,'_elementor_version','3.15.2'),(12128,1765,'_elementor_pro_version','3.13.2'),(12133,1765,'_wp_page_template','elementor_header_footer'),(12134,1765,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(12135,1765,'_elementor_data','[{\"id\":\"275ef85f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_position_mobile\":\"top left\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"200\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"z_index\":5,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2cc54e12\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2903ae5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Case Detail\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3232d66d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"385dcd1\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Cases\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"3a1f63c\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-15\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"globals\\/typography?id=1b4ec68\"},\"icon_align\":\"center\",\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3f0ee6b8\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"height_inner\":\"min-height\",\"custom_height_inner_tablet\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"custom_height_inner_mobile\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1761,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/professional-business-person-typing-on-computer-la-ATCSTXT.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"70\",\"right\":0,\"bottom\":\"-200\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"-150\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeIn\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33362d8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"387debd3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19569ae4\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"551c8b1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2642be76\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"281cfe43\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":40,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"45289749\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1762,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/real-estate-broker-agent-presenting-and-consult-to-QXTZWG2.jpg\"},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7b3b07d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":59.66599999999999681676854379475116729736328125,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3819366f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Case<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3bb218c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Build Your House Without Worry With Us\",\"align\":\"left\",\"align_mobile\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":200,\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ef6085d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in magna orci. Duis dapibus, tortor a vulputate venenatis, purus odio gravida nulla, vel viverra tortor sem sed urna. Ut finibus sem ante, a viverra leo molestie interdum.<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6b56a3c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Date :\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"10\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0acc88c\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#E8F368\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3cfda676\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>24 August 2022<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37d5c5fa\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4ab59bf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Category :\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"10\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0acc88c\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#E8F368\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26a6b5b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Home, Insurance<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b08d81e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"791c45c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags :\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"10\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0acc88c\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#E8F368\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33a2c0cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>House, Build<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30661096\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"1d21fe02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Client :\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"10\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0acc88c\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#E8F368\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d33dc6f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Jimmy Doe<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0acc88c\"},\"text_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3ac15d6a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1504cf1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55fe7cd8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Case Overviews\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d8d7091\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"266069c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Sed mollis tellus nulla, et sodales tortor efficitur id. Cras accumsan scelerisque lacus vehicula egestas. Curabitur ac rutrum augue. Sed sed nisi turpis. Quisque id ullamcorper erat. Vivamus maximus congue sem non finibus. In hac habitasse platea dictumst. Nunc cursus, magna eu placerat tincidunt, nulla augue tincidunt magna, vitae facilisis mi velit et ex. Donec tincidunt, turpis sed placerat placerat, est felis bibendum elit, a feugiat dui arcu non nisl.<\\/p><p>Mauris id commodo sem, vel vehicula tortor. Ut sagittis nulla sit amet rutrum pellentesque. Pellentesque sed elit a est imperdiet scelerisque. Curabitur eget convallis massa, in commodo tellus. Aliquam hendrerit libero vel arcu consectetur euismod. Aliquam laoreet ullamcorper velit at consequat.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7f4165ba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"432d7adb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73ad7e86\",\"elType\":\"widget\",\"settings\":{\"title\":\"Step by Step Case Solved\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d8d7091\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1845b4eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam pellentesque, tortor vitae faucibus tincidunt, purus odio fermentum ipsum, vel aliquet nisi dui vitae risus. Aliquam mollis, lorem ut elementum sagittis, ligula nulla ornare lorem, in pulvinar nulla turpis ac massa.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"27ab9c40\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Etiam ante magna, posuere sit amet quam id\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"5114b4b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Vivamus maximus lorem in augue vulputate\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"6da7e40\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Nullam quis sapien fermentum, sagittis est vel\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"870f7fe\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Praesent vulputate magna vel leo commodo\",\"selected_icon\":{\"value\":\"icon icon-check\",\"library\":\"ekiticons\"},\"_id\":\"55c6315\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color_hover\":\"globals\\/colors?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_animation\":\"fadeIn\",\"_animation_delay\":600,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6c129a53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":1763,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/hand-protecting-the-icon-house-the-concept-of-in-BAWSXDA.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color\":\"#FFFFFF\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"color\",\"background_overlay_hover_color\":\"#FFFFFF\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_overlay_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58a5eb7a\",\"elType\":\"widget\",\"settings\":{\"ekit_video_popup_button_title\":\"Play Video\",\"ekit_video_popup_button_icons\":{\"value\":\"icon icon-play-button\",\"library\":\"ekiticons\"},\"ekit_video_popup_url\":\"https:\\/\\/www.youtube.com\\/\",\"ekit_video_self_external_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/uploads\\/2022\\/11\\/selfhosted_video.mp4\",\"ekit_video_popup_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"ekit_video_popup_icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"ekit_video_popup_btn_width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"ekit_video_popup_btn_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"ekit_video_popup_btn_line_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"ekit_video_popup_btn_bg_color_background\":\"classic\",\"ekit_video_popup_btn_bg_color_color\":\"#FFFFFF\",\"ekit_video_popup_btn_bg_hover_color_background\":\"classic\",\"__globals__\":{\"ekit_video_popup_btn_typography_typography\":\"globals\\/typography?id=accent\",\"ekit_video_popup_btn_glow_color\":\"globals\\/colors?id=accent\",\"ekit_video_popup_btn_text_color\":\"globals\\/colors?id=secondary\",\"ekit_video_popup_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\"},\"ekit_video_player_self_hosted\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"self_poster_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_color_slideshow_gallery\":[],\"ekit_video_popup_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_video_popup_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-video\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14005fcb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=b63fba7\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9bbe6ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ac7e2ee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Process<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=cf2aa04\"},\"align\":\"center\",\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2f74d9bf\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Simple Step to Get Your {{Insured}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"3\",\"left\":\"15\",\"isLinked\":false},\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_focused_title_secondary_bg_background\":\"classic\",\"ekit_heading_focused_title_secondary_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_focused_title_secondary_bg_color\":\"globals\\/colors?id=2b503fe\",\"ekit_heading_title_color\":\"globals\\/colors?id=primary\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=primary\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=secondary\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=secondary\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_align_mobile\":\"text_left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_seperator_image\":{\"id\":1764,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6939cb1c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16370c78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d08b0e0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-pencil\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3c392211\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2879e162\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"630fb5b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Quotation\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f93bafc\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5e6289b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Quote\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"3e7d04f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61e1089b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-edit1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"718b039a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Second Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3be31a86\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c96b7eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fill the Application\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8b765cf\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"41bf9e75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Forms\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4c221062\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cb37525\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medal1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#015924\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6874ad9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Third Step\",\"title_color\":\"#0159247D\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d648ed5\",\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40cee862\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"70a19f75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Insured & Covered\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=0c948d0\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ce15618\",\"elType\":\"widget\",\"settings\":{\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"244175a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Give a Review\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Manrope\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"button_text_color\":\"#015924\",\"background_color\":\"#78F09800\",\"hover_color\":\"#000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#0000002E\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=primary\",\"border_color\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(12143,1765,'_elementor_page_assets','a:1:{s:6:\"styles\";a:8:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";}}'),(12144,1765,'_eael_custom_js',''),(12145,1765,'envato_tk_source_kit','1651'),(12146,1765,'envato_tk_source_index','14'),(12442,1802,'_wp_attached_file','2023/08/sectionbg2-1.png'),(12443,1802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2023/08/sectionbg2-1.png\";s:8:\"filesize\";i:33183;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sectionbg2-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2318;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"sectionbg2-1-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sectionbg2-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:681;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"sectionbg2-1-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8058;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:24:\"sectionbg2-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4059;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"sectionbg2-1-1536x768.png\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19790;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"sectionbg2-1-2048x1024.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12444,1802,'_elementor_source_image_hash','7d5b34d8e2fa64ccd6ae69131dc49049ea61c633'),(12445,1803,'_wp_attached_file','2023/08/judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg'),(12446,1803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:69:\"2023/08/judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg\";s:8:\"filesize\";i:173243;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34698;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72385;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:69:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167702;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247244;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:101:\"Group of Asian female lawyers discussing legal issues in conference room, advice and justice concept.\";s:17:\"created_timestamp\";s:10:\"1670382380\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:64:\"Group of Asian female lawyers discussing legal issues in confere\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:6:\"lawyer\";i:1;s:5:\"woman\";i:2;s:6:\"office\";i:3;s:6:\"person\";i:4;s:3:\"law\";i:5;s:8:\"business\";i:6;s:7:\"justice\";i:7;s:5:\"legal\";i:8;s:8:\"document\";i:9;s:4:\"work\";i:10;s:6:\"female\";i:11;s:8:\"contract\";i:12;s:4:\"desk\";i:13;s:7:\"adviser\";i:14;s:13:\"businesswoman\";i:15;s:5:\"court\";i:16;s:11:\"legislation\";i:17;s:9:\"agreement\";i:18;s:4:\"hand\";i:19;s:8:\"attorney\";i:20;s:5:\"judge\";i:21;s:7:\"verdict\";i:22;s:7:\"concept\";i:23;s:9:\"authority\";i:24;s:9:\"executive\";i:25;s:5:\"trial\";i:26;s:6:\"notary\";i:27;s:5:\"crime\";i:28;s:8:\"criminal\";i:29;s:9:\"judgement\";i:30;s:9:\"workplace\";i:31;s:8:\"computer\";i:32;s:6:\"symbol\";i:33;s:5:\"table\";i:34;s:10:\"courthouse\";i:35;s:9:\"courtroom\";i:36;s:4:\"lady\";i:37;s:9:\"paperwork\";i:38;s:5:\"paper\";i:39;s:6:\"advice\";i:40;s:9:\"corporate\";i:41;s:7:\"indoors\";i:42;s:3:\"job\";i:43;s:7:\"meeting\";i:44;s:12:\"professional\";i:45;s:6:\"hammer\";i:46;s:3:\"man\";i:47;s:7:\"closeup\";i:48;s:10:\"consultant\";i:49;s:6:\"laptop\";}}}'),(12447,1803,'_elementor_source_image_hash','130a437864060a530474ee7a981fa34350c63812'),(12448,1804,'_wp_attached_file','2023/08/bgoverlay.png'),(12449,1804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:2500;s:4:\"file\";s:21:\"2023/08/bgoverlay.png\";s:8:\"filesize\";i:30283;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"bgoverlay-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:824;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"bgoverlay-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"bgoverlay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"bgoverlay-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3444;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"bgoverlay-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2322;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"bgoverlay-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12763;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"bgoverlay-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12450,1804,'_elementor_source_image_hash','91f2f1a963c9c224b8bab180162679810c9b7b0a'),(12451,1805,'_wp_attached_file','2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg'),(12452,1805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:71:\"2023/08/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg\";s:8:\"filesize\";i:160998;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84560;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:71:\"cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12453,1805,'_elementor_source_image_hash','7fd4462229666571bbafb643fab491ff2d9d6fb3'),(12454,1806,'_wp_attached_file','2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg'),(12455,1806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:855;s:6:\"height\";i:855;s:4:\"file\";s:67:\"2023/08/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg\";s:8:\"filesize\";i:89270;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46590;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40469;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81241;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men1-SSDYHJT-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:191:\"Handsome Males Faces Collage. Portraits Of Smiling Multiethnic Men Smiling Over Different Colorful Studio Backgrounds. Row Of Happy Guys Headshots. Masculinity And Diversity Concept, Panorama\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:46:\"Collage set of happy diverse multicultural men\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:6:\"people\";i:1;s:5:\"faces\";i:2;s:3:\"men\";i:3;s:5:\"happy\";i:4;s:7:\"collage\";i:5;s:7:\"emotion\";i:6;s:6:\"mosaic\";i:7;s:10:\"background\";i:8;s:5:\"young\";i:9;s:6:\"person\";i:10;s:3:\"fun\";i:11;s:5:\"group\";i:12;s:3:\"man\";i:13;s:7:\"diverse\";i:14;s:16:\"african american\";i:15;s:5:\"adult\";i:16;s:5:\"smile\";i:17;s:5:\"black\";i:18;s:8:\"business\";i:19;s:8:\"portrait\";i:20;s:8:\"panorama\";i:21;s:5:\"human\";i:22;s:6:\"series\";i:23;s:10:\"collection\";i:24;s:13:\"multicultural\";i:25;s:7:\"variety\";i:26;s:11:\"multiracial\";i:27;s:7:\"society\";i:28;s:17:\"facial expression\";i:29;s:7:\"feeling\";i:30;s:6:\"avatar\";i:31;s:4:\"male\";i:32;s:11:\"multiethnic\";i:33;s:8:\"multiple\";i:34;s:9:\"different\";i:35;s:6:\"bright\";i:36;s:3:\"set\";i:37;s:3:\"row\";i:38;s:4:\"line\";i:39;s:9:\"composite\";i:40;s:9:\"variation\";i:41;s:3:\"guy\";i:42;s:5:\"range\";i:43;s:6:\"casual\";i:44;s:11:\"masculinity\";i:45;s:9:\"headshots\";i:46;s:4:\"only\";i:47;s:8:\"handsome\";i:48;s:11:\"businessman\";}}}'),(12456,1806,'_elementor_source_image_hash','2fafb88e06fae3a5409a32df71a283b3e39753c1'),(12457,1807,'_wp_attached_file','2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg'),(12458,1807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:853;s:6:\"height\";i:853;s:4:\"file\";s:67:\"2023/08/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg\";s:8:\"filesize\";i:123106;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41837;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106875;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men2-SSDYHJT-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:191:\"Handsome Males Faces Collage. Portraits Of Smiling Multiethnic Men Smiling Over Different Colorful Studio Backgrounds. Row Of Happy Guys Headshots. Masculinity And Diversity Concept, Panorama\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:46:\"Collage set of happy diverse multicultural men\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:6:\"people\";i:1;s:5:\"faces\";i:2;s:3:\"men\";i:3;s:5:\"happy\";i:4;s:7:\"collage\";i:5;s:7:\"emotion\";i:6;s:6:\"mosaic\";i:7;s:10:\"background\";i:8;s:5:\"young\";i:9;s:6:\"person\";i:10;s:3:\"fun\";i:11;s:5:\"group\";i:12;s:3:\"man\";i:13;s:7:\"diverse\";i:14;s:16:\"african american\";i:15;s:5:\"adult\";i:16;s:5:\"smile\";i:17;s:5:\"black\";i:18;s:8:\"business\";i:19;s:8:\"portrait\";i:20;s:8:\"panorama\";i:21;s:5:\"human\";i:22;s:6:\"series\";i:23;s:10:\"collection\";i:24;s:13:\"multicultural\";i:25;s:7:\"variety\";i:26;s:11:\"multiracial\";i:27;s:7:\"society\";i:28;s:17:\"facial expression\";i:29;s:7:\"feeling\";i:30;s:6:\"avatar\";i:31;s:4:\"male\";i:32;s:11:\"multiethnic\";i:33;s:8:\"multiple\";i:34;s:9:\"different\";i:35;s:6:\"bright\";i:36;s:3:\"set\";i:37;s:3:\"row\";i:38;s:4:\"line\";i:39;s:9:\"composite\";i:40;s:9:\"variation\";i:41;s:3:\"guy\";i:42;s:5:\"range\";i:43;s:6:\"casual\";i:44;s:11:\"masculinity\";i:45;s:9:\"headshots\";i:46;s:4:\"only\";i:47;s:8:\"handsome\";i:48;s:11:\"businessman\";}}}'),(12459,1807,'_elementor_source_image_hash','4a2081088c6e557a943f422b3cf19ac15300ac52'),(12460,1808,'_wp_attached_file','2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg'),(12461,1808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:855;s:6:\"height\";i:854;s:4:\"file\";s:67:\"2023/08/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg\";s:8:\"filesize\";i:85245;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39657;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77466;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:67:\"collage-set-of-happy-diverse-multicultural-men4-SSDYHJT-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:191:\"Handsome Males Faces Collage. Portraits Of Smiling Multiethnic Men Smiling Over Different Colorful Studio Backgrounds. Row Of Happy Guys Headshots. Masculinity And Diversity Concept, Panorama\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:46:\"Collage set of happy diverse multicultural men\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:6:\"people\";i:1;s:5:\"faces\";i:2;s:3:\"men\";i:3;s:5:\"happy\";i:4;s:7:\"collage\";i:5;s:7:\"emotion\";i:6;s:6:\"mosaic\";i:7;s:10:\"background\";i:8;s:5:\"young\";i:9;s:6:\"person\";i:10;s:3:\"fun\";i:11;s:5:\"group\";i:12;s:3:\"man\";i:13;s:7:\"diverse\";i:14;s:16:\"african american\";i:15;s:5:\"adult\";i:16;s:5:\"smile\";i:17;s:5:\"black\";i:18;s:8:\"business\";i:19;s:8:\"portrait\";i:20;s:8:\"panorama\";i:21;s:5:\"human\";i:22;s:6:\"series\";i:23;s:10:\"collection\";i:24;s:13:\"multicultural\";i:25;s:7:\"variety\";i:26;s:11:\"multiracial\";i:27;s:7:\"society\";i:28;s:17:\"facial expression\";i:29;s:7:\"feeling\";i:30;s:6:\"avatar\";i:31;s:4:\"male\";i:32;s:11:\"multiethnic\";i:33;s:8:\"multiple\";i:34;s:9:\"different\";i:35;s:6:\"bright\";i:36;s:3:\"set\";i:37;s:3:\"row\";i:38;s:4:\"line\";i:39;s:9:\"composite\";i:40;s:9:\"variation\";i:41;s:3:\"guy\";i:42;s:5:\"range\";i:43;s:6:\"casual\";i:44;s:11:\"masculinity\";i:45;s:9:\"headshots\";i:46;s:4:\"only\";i:47;s:8:\"handsome\";i:48;s:11:\"businessman\";}}}'),(12462,1808,'_elementor_source_image_hash','e217a1721442c5e6ddcc0600b6478beacd6018bd'),(12463,1809,'_wp_attached_file','2023/08/asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg'),(12464,1809,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2100;s:6:\"height\";i:1400;s:4:\"file\";s:71:\"2023/08/asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg\";s:8:\"filesize\";i:131035;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30410;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24809;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58942;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:71:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52638;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:73:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129121;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:73:\"asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186159;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:79:\"Asian female lawyer talking on the phone consulting with a client in a lawsuit.\";s:17:\"created_timestamp\";s:10:\"1659686307\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:64:\"Asian female lawyer talking on the phone consulting with a clien\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:8:\"attorney\";i:1;s:7:\"justice\";i:2;s:6:\"lawyer\";i:3;s:5:\"legal\";i:4;s:5:\"agree\";i:5;s:3:\"law\";i:6;s:4:\"talk\";i:7;s:8:\"chatting\";i:8;s:8:\"contract\";i:9;s:5:\"court\";i:10;s:9:\"agreement\";i:11;s:6:\"client\";i:12;s:12:\"entrepreneur\";i:13;s:12:\"mobile phone\";i:14;s:5:\"crime\";i:15;s:7:\"support\";i:16;s:7:\"talking\";i:17;s:4:\"call\";i:18;s:9:\"cellphone\";i:19;s:8:\"document\";i:20;s:9:\"confident\";i:21;s:11:\"legislation\";i:22;s:13:\"businesswoman\";i:23;s:4:\"lady\";i:24;s:6:\"laptop\";i:25;s:5:\"smile\";i:26;s:7:\"company\";i:27;s:12:\"professional\";i:28;s:9:\"judgement\";i:29;s:7:\"verdict\";i:30;s:7:\"lawsuit\";i:31;s:6:\"office\";i:32;s:10:\"smartphone\";i:33;s:7:\"calling\";i:34;s:6:\"person\";i:35;s:6:\"people\";i:36;s:7:\"sitting\";i:37;s:4:\"work\";i:38;s:5:\"phone\";i:39;s:8:\"computer\";i:40;s:6:\"female\";i:41;s:8:\"business\";i:42;s:10:\"technology\";i:43;s:5:\"woman\";i:44;s:5:\"young\";i:45;s:9:\"caucasian\";i:46;s:4:\"girl\";i:47;s:5:\"asian\";i:48;s:9:\"beautiful\";}}}'),(12465,1809,'_elementor_source_image_hash','5a0773f0891c8b5686e380bc350d907ef7a3b846'),(12466,1810,'_elementor_edit_mode','builder'),(12467,1810,'_elementor_template_type','page'),(12468,1810,'_elementor_version','3.15.2'),(12469,1810,'_elementor_pro_version','3.13.2'),(12474,1810,'_wp_page_template','elementor_header_footer'),(12475,1810,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(12476,1810,'_elementor_data','[{\"id\":\"288b8712\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":15,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":1802,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/sectionbg2-1.png\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6eb17c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2731cdb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Services\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c4a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"484c6e0\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"_id\":\"7489567\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_align\":\"center\",\"text_color\":\"#FFFFFFA1\",\"text_color_hover\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"icon_color\":\"globals\\/colors?id=text\",\"icon_typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6243356f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"724263a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6aa9b847\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Services<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"text_color\":\"#041A1387\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"57e25c62\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Professional and {{Reliable}} Notary {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#041A13\",\"ekit_heading_title_color_hover\":\"#041A13\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#041A13\",\"ekit_heading_focused_title_color_hover\":\"#041A13\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"50\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"18605c2a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"60\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ecd4a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"775350f4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mobile Notary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5cc164c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"65c90143\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1287120e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"307b8717\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12a97c62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Estate Planning\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33bac15c\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4d4c5cb1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1f21b457\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"180a45eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"203f6c41\",\"elType\":\"widget\",\"settings\":{\"title\":\"Online Notary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bb1213d\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"149c7ae8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"52507e09\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6041dadc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ee49bbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"306aab66\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Notary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"716bc474\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"424cd174\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2f2235c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2269ed69\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"897582c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Apostille Service\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2105ef47\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6258db7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"483fb418\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"70acc4f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"space-between\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13200ccd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Public Notary\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=51895b3\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e5dd5b5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"13\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":600,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"11\",\"left\":\"12\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"62551e74\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#041A1329\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"477b7c7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"47af8468\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6b46531\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44d05cda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64c7005e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pricing<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"text_color\":\"#041A1387\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33e75e56\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Affordable Pricing {{Package}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#041A13\",\"ekit_heading_title_color_hover\":\"#041A13\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#041A13\",\"ekit_heading_focused_title_color_hover\":\"#041A13\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"50\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1f4efc64\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2f72ee19\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation_delay\":200,\"__globals__\":{\"background_color\":\"globals\\/colors?id=f13df96\",\"border_hover_color\":\"\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c193b2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"$400\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2113c59c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\/ Project<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15269a4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Basic Package\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=1b1f644\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c61be3c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1e24f882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#041A1333\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"603b1866\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included?\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47fc80cc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free Consultation\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"344e1ca\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Document Template\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"a31ac1d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Professional Team\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"e48a59e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24\\/7 Full Support\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"8e327a6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_color\":\"#0F0F0F\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"663cf7c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"34\",\"bottom\":\"18\",\"left\":\"34\",\"isLinked\":false},\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":800,\"align\":\"justify\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5307001e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Terms and Conditions apply<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=36b184d\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"18b44df4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation_delay\":300,\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=primary\",\"border_hover_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"background_background\":\"classic\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cef99d9\",\"elType\":\"widget\",\"settings\":{\"title\":\"$650\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=f13df96\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76844713\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\/ Project<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#F5F2EFA6\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6760cee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Regular Package\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=1b1f644\",\"title_color\":\"globals\\/colors?id=f13df96\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4e6513\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF8F\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32706036\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#F5F2EF36\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"34ca7402\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included?\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=f13df96\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f05dd68\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free Consultation\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"344e1ca\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Document Template\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"a31ac1d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Professional Team\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"e48a59e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24\\/7 Full Support\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"8e327a6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=f13df96\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_color\":\"#041A13\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"text_color\":\"#FFFFFF8F\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"104c8991\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"34\",\"bottom\":\"18\",\"left\":\"34\",\"isLinked\":false},\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=f13df96\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":800,\"align\":\"justify\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3d4dd64b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Terms and Conditions apply<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=36b184d\",\"text_color\":\"\"},\"text_color\":\"#FFFFFF8F\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"4fb6fad6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"40\",\"bottom\":\"50\",\"left\":\"40\",\"isLinked\":false},\"animation_delay\":400,\"__globals__\":{\"background_color\":\"globals\\/colors?id=f13df96\",\"border_hover_color\":\"\",\"border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a7813cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"$900\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-12\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22ea6e31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\/ Project<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"text_color\":\"globals\\/colors?id=text\"},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e8b7d69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Deluxe Package\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=1b1f644\",\"title_color\":\"globals\\/colors?id=primary\"},\"header_size\":\"h3\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d0db9a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consec tetur adipiscing elit.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"drop_cap_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"64a6ea01\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\"},\"color\":\"#041A1333\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4a438658\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included?\",\"header_size\":\"p\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59b390b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Free Consultation\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"344e1ca\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Document Template\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"a31ac1d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Professional Team\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"e48a59e\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"24\\/7 Full Support\",\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"_id\":\"8e327a6\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\",\"icon_color\":\"globals\\/colors?id=primary\",\"icon_typography_typography\":\"globals\\/typography?id=text\"},\"icon_color\":\"#0F0F0F\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12995dd4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"34\",\"bottom\":\"18\",\"left\":\"34\",\"isLinked\":false},\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation_delay\":800,\"align\":\"justify\",\"align_mobile\":\"justify\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"669f4611\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>*Terms and Conditions apply<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=36b184d\",\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"75fcfe0d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f13df96\",\"border_color\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_color\":\"#041A134F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d79fb90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_hover_border\":\"solid\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\",\"border_hover_color\":\"\"},\"background_color\":\"#1C1C1C00\",\"border_color\":\"#1C1C1C2E\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"20\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2027004b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Need a custom pricing plan?<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"42939859\",\"elType\":\"widget\",\"settings\":{\"text\":\"Let\'s Talk\",\"align\":\"left\",\"background_color\":\"#FFFFFF00\",\"button_background_hover_color\":\"#FFFFFF00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":600,\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"button_text_color\":\"globals\\/colors?id=accent\",\"border_color\":\"\",\"hover_color\":\"globals\\/colors?id=primary\",\"button_hover_border_color\":\"globals\\/colors?id=primary\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"button_hover_border_color\":\"#141414\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"679f912d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"id\":1803,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/judge-gavel-justice-lawyers-business-woman-in-sui-GFEB2YX.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":1804,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/bgoverlay.png\"},\"background_overlay_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/notrav\\/wp-content\\/uploads\\/sites\\/141\\/2023\\/05\\/bgoverlay2.png\",\"id\":200,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"541bcc24\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41c7f5e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Why choose us<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"text_color\":\"#F5F2EF80\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"551150f7\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We Are the Nicest {{Notaries}} in the {{Country}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#F5F2EF\",\"ekit_heading_title_color_hover\":\"#F5F2EF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#F5F2EF\",\"ekit_heading_focused_title_color_hover\":\"#F5F2EF\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2d600eef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"text_color\":\"#FFFFFF8F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"618aba1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d5b0b05\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ccb8a94\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Certified Expert\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"primary_color\":\"#F5F2EF1F\",\"secondary_color\":\"#F5F2EF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"description_color\":\"#FFFFFF8F\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=f13df96\",\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=f13df96\",\"title_typography_typography\":\"globals\\/typography?id=1b1f644\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"26cf279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"213c110f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Legal Validity\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"primary_color\":\"#F5F2EF1F\",\"secondary_color\":\"#F5F2EF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"description_color\":\"#FFFFFF8F\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=f13df96\",\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=f13df96\",\"title_typography_typography\":\"globals\\/typography?id=1b1f644\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d9acf2c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48539fb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7cf65183\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Free Template\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"primary_color\":\"#F5F2EF1F\",\"secondary_color\":\"#F5F2EF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"description_color\":\"#FFFFFF8F\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=f13df96\",\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=f13df96\",\"title_typography_typography\":\"globals\\/typography?id=1b1f644\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"4cd989e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76e6f37e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-tick\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"24\\/7 Full Support\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"primary_color\":\"#F5F2EF1F\",\"secondary_color\":\"#F5F2EF\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\",\"description_color\":\"#FFFFFF8F\",\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=f13df96\",\"primary_color\":\"\",\"title_color\":\"globals\\/colors?id=f13df96\",\"title_typography_typography\":\"globals\\/typography?id=1b1f644\",\"description_typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"51827e12\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11bcaafa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26676176\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"667687d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"40b735c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Testimonial<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"text_color\":\"#041A1387\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7caea9ed\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Positive {{Reviews}} From Our {{Clients}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#041A13\",\"ekit_heading_title_color_hover\":\"#041A13\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#041A13\",\"ekit_heading_focused_title_color_hover\":\"#041A13\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"350\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"c9b3d34\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"458fb49e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View More\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"34\",\"bottom\":\"18\",\"left\":\"34\",\"isLinked\":false},\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=f13df96\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation\":\"fadeInUp\",\"_animation_delay\":800,\"align\":\"right\",\"align_mobile\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d12b533\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"70\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ed44903\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"477f48a8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1805,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/cropped-portrait-of-a-handsome-young-man-posing-in2-NASGBBF.jpg\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6be16ff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2de0aa57\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-testimonial-quote\",\"library\":\"ekiticons\"},\"align\":\"left\",\"primary_color\":\"#041A1378\",\"size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"7\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7d7cd342\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Nunc bibendum est nec nibh mollis, in egestas metus commodo. Integer dignissim elit odio, vitae imperdiet justo elementum id. In eu dolor eget dolor placerat sodales. Nullam ex quam, tempor a ex mollis, accumsan tristique metus. In tincidunt elit vitae velit elementum lacinia.\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"testimonial_name\":\"James Danver\",\"testimonial_job\":\"Company CEO\",\"testimonial_alignment\":\"left\",\"__globals__\":{\"content_typography_typography\":\"globals\\/typography?id=text\",\"name_typography_typography\":\"globals\\/typography?id=1b1f644\",\"job_typography_typography\":\"globals\\/typography?id=accent\"},\"_animation\":\"fadeInUp\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53e00f6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64db2f93\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"196736ce\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-testimonial-quote\",\"library\":\"ekiticons\"},\"align\":\"left\",\"primary_color\":\"#041A1378\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cd34eca\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\",\"testimonial_image\":{\"id\":1806,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collage-set-of-happy-diverse-multicultural-men1-SSDYHJT.jpg\"},\"testimonial_name\":\"Lucas Frans\",\"testimonial_job\":\"Teacher\",\"testimonial_alignment\":\"left\",\"__globals__\":{\"content_typography_typography\":\"globals\\/typography?id=text\",\"name_typography_typography\":\"globals\\/typography?id=1b1f644\",\"job_typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"24fa6d36\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6781e460\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-testimonial-quote\",\"library\":\"ekiticons\"},\"align\":\"left\",\"primary_color\":\"#041A1378\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3b407e7b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\",\"testimonial_image\":{\"id\":1807,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collage-set-of-happy-diverse-multicultural-men2-SSDYHJT.jpg\"},\"testimonial_name\":\"Matt Reidle\",\"testimonial_job\":\"Manager\",\"testimonial_alignment\":\"left\",\"__globals__\":{\"content_typography_typography\":\"globals\\/typography?id=text\",\"name_typography_typography\":\"globals\\/typography?id=1b1f644\",\"job_typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"3eaf0223\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"688c727b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-testimonial-quote\",\"library\":\"ekiticons\"},\"align\":\"left\",\"primary_color\":\"#041A1378\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"26f1a973\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Proin dapibus ornare sem, at lacinia urna volutpat nec. Maecenas congue, tortor at rutrum sollicitudin, arcu eros vulputate velit, quis volutpat ligula nunc in ante.\",\"testimonial_image\":{\"id\":1808,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/collage-set-of-happy-diverse-multicultural-men4-SSDYHJT.jpg\"},\"testimonial_name\":\"Thomas Jhon\",\"testimonial_job\":\"Freelancer\",\"testimonial_alignment\":\"left\",\"__globals__\":{\"content_typography_typography\":\"globals\\/typography?id=text\",\"name_typography_typography\":\"globals\\/typography?id=1b1f644\",\"job_typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"61c3db51\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6b46531\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"556ed601\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eb6156f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>FAQs<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"center\",\"_animation\":\"fadeInUp\",\"text_color\":\"#041A1387\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb411a0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Frequently Asked {{Questions}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#041A13\",\"ekit_heading_title_color_hover\":\"#041A13\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#041A13\",\"ekit_heading_focused_title_color_hover\":\"#041A13\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"300\",\"bottom\":\"50\",\"left\":\"300\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"80\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"3f737b25\",\"elType\":\"widget\",\"settings\":{\"ekit_accordion_items\":[{\"acc_title\":\"Can I do a consultation first about my needs?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.<\\/p>\",\"ekit_acc_is_active\":\"yes\",\"_id\":\"a6e3305\"},{\"acc_title\":\"Can I use the services of more than one virtual assistant?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.<\\/p>\",\"_id\":\"ed795eb\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What is the cheapest monthly fee for one virtual assistant?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.<\\/p>\",\"_id\":\"3ec797f\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"Can I cancel your service? Can I get a refund?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.<\\/p>\",\"_id\":\"e752d5a\",\"ekit_acc_is_active\":\"no\"},{\"acc_title\":\"What payment methods do you provide for me?\",\"acc_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam rhoncus neque eget eros aliquet, sit amet dignissim nisl venenatis. Etiam erat arcu, dapibus at bibendum eget, blandit ut eros. Cras feugiat, sapien eget. Mauris sed ex a velit semper tristique.<\\/p>\",\"_id\":\"631383d\",\"ekit_acc_is_active\":\"no\"}],\"ekit_accordion_left_icons\":{\"value\":\"icon icon-chevron-down\",\"library\":\"ekiticons\"},\"ekit_accordion_left_icon_actives\":{\"value\":\"icon icon-chevron-right\",\"library\":\"ekiticons\"},\"ekit_accordion_background_background\":\"classic\",\"ekit_accordion_background_color\":\"#FBFBFB00\",\"ekit_accordion_title_border_open_border\":\"solid\",\"ekit_accordion_title_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_radious_curve_shape_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_background_close_background\":\"classic\",\"ekit_accordion_background_close_color\":\"#FCFCFC00\",\"ekit_accordion_title_border_close_border\":\"solid\",\"ekit_accordion_title_border_close_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false},\"__globals__\":{\"ekit_accordion_title_typography_typography\":\"globals\\/typography?id=5b2e1b7\",\"ekit_accordion_title_color\":\"globals\\/colors?id=primary\",\"ekit_accordion_title_color_close\":\"globals\\/colors?id=primary\",\"ekit_accordion_title_border_open_color\":\"\",\"ekit_accordion_content_typography_typography\":\"globals\\/typography?id=text\",\"ekit_accordion_content_color\":\"globals\\/colors?id=text\",\"ekit_accordion_icon_color_close\":\"globals\\/colors?id=primary\",\"ekit_accordion_icon_color\":\"globals\\/colors?id=f13df96\",\"ekit_accordion_title_border_close_color\":\"globals\\/colors?id=primary\",\"ekit_accordion_border_open_color\":\"\",\"ekit_accordion_icon_box_bg_color\":\"globals\\/colors?id=6b46531\",\"ekit_accordion_closed_icon_bg_color\":\"globals\\/colors?id=accent\"},\"_animation_delay\":400,\"ekit_accordion_open_first_slide\":\"\",\"ekit_accordion_right_icon_actives\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"ekit_accordion_section_icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_color\":\"#041A13\",\"ekit_accordion_title_border_open_color\":\"#00000000\",\"ekit_accordion_title_color_close\":\"#041A13\",\"ekit_accordion_title_border_close_color\":\"#041A13\",\"ekit_accordion_border_radious_close\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_title_margin_bottom\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_accordion_content_color\":\"#7A7A7A\",\"ekit_accordion_content_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_content_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_open_border\":\"solid\",\"ekit_accordion_border_open_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_border_open_color\":\"#00000030\",\"ekit_accordion_border_radious_open\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_section_icon_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_accordion_icon_color_close\":\"#041A13\",\"ekit_accordion_icon_typography_close\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_accordion_icon_color\":\"#E34248\",\"ekit_accordion_icon_typography\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"ekit_accordion_icon_box_bg_background\":\"classic\",\"ekit_accordion_closed_icon_bg_background\":\"classic\",\"ekit_accordion_icon_border_radious\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"ekit_accordion_icon_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":false},\"ekit_accordion_right_icons\":{\"value\":\"icon icon-plus\",\"library\":\"ekiticons\"},\"ekit_accordion_icon_box_bg_color\":\"#E34248\",\"ekit_accordion_closed_icon_bg_color\":\"#041A13\",\"ekit_accordion_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_slideshow_gallery\":[],\"ekit_accordion_background_close_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_background_close_slideshow_gallery\":[],\"ekit_accordion_content_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_content_background_slideshow_gallery\":[],\"ekit_accordion_icon_box_open_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_open_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_bg_slideshow_gallery\":[],\"ekit_accordion_icon_box_close_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_icon_box_close_bg_slideshow_gallery\":[],\"ekit_accordion_closed_icon_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_accordion_closed_icon_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"26576727\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":1809,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/asian-female-lawyer-talking-on-the-phone-consultin2-NR2QMAW.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e5dcb7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#444D48AB\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"52\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeIn\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_maskimage\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c9721d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get Started<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=e91ff51\"},\"align\":\"left\",\"_animation\":\"fadeInUp\",\"text_color\":\"#FFFFFFA8\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"323a5aa7\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"We\\u2019re In The {{Business}} of Helping {{You}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#F5F2EF\",\"ekit_heading_title_color_hover\":\"#F5F2EF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_focused_title_color\":\"#F5F2EF\",\"ekit_heading_focused_title_color_hover\":\"#F5F2EF\",\"ekit_heading_focused_title_secondary_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":200,\"__globals__\":{\"ekit_heading_title_color\":\"\",\"ekit_heading_title_color_hover\":\"\",\"ekit_heading_focused_title_color\":\"\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=secondary\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=b4414bd\"},\"ekit_heading_seperator_image\":{\"id\":\"1764\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/placeholder-1.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"107b6303\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis dapibus leo.<\\/p>\",\"text_color\":\"#FFFFFF8F\",\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b5ef118\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Started\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"34\",\"bottom\":\"18\",\"left\":\"34\",\"isLinked\":false},\"_element_vertical_align\":\"center\",\"__globals__\":{\"hover_color\":\"globals\\/colors?id=primary\",\"button_background_hover_color\":\"globals\\/colors?id=f13df96\",\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=f13df96\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_animation\":\"fadeInUp\",\"_animation_delay\":600,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(12484,1810,'_elementor_page_assets','a:1:{s:6:\"styles\";a:41:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";i:34;s:12:\"e-animations\";i:35;s:12:\"e-animations\";i:36;s:12:\"e-animations\";i:37;s:12:\"e-animations\";i:38;s:12:\"e-animations\";i:39;s:12:\"e-animations\";i:40;s:12:\"e-animations\";}}'),(12485,1810,'_eael_custom_js',''),(12486,1810,'envato_tk_source_kit','1650'),(12487,1810,'envato_tk_source_index','5'),(12735,1844,'_wp_attached_file','2023/08/Sonntag-1.jpg'),(12736,1844,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2474;s:6:\"height\";i:2472;s:4:\"file\";s:21:\"2023/08/Sonntag-1.jpg\";s:8:\"filesize\";i:2184985;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Sonntag-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25926;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Sonntag-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Sonntag-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:15795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Sonntag-1-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80516;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"Sonntag-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57372;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Sonntag-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237604;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Sonntag-1-2048x2046.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2046;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:384622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867655\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12737,1845,'_wp_attached_file','2023/08/Patsis-1.jpg'),(12738,1845,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1543;s:6:\"height\";i:1545;s:4:\"file\";s:20:\"2023/08/Patsis-1.jpg\";s:8:\"filesize\";i:1576322;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Patsis-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29138;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Patsis-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Patsis-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:17103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Patsis-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102955;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"Patsis-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69506;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Patsis-1-1534x1536.jpg\";s:5:\"width\";i:1534;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:374412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867554\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12739,1846,'_wp_attached_file','2023/08/Cavallo-1.jpg'),(12740,1846,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:359;s:6:\"height\";i:359;s:4:\"file\";s:21:\"2023/08/Cavallo-1.jpg\";s:8:\"filesize\";i:27819;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Cavallo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Cavallo-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:14368;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:11:\"79870683600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12741,1639,'_thumbnail_id','1865'),(12742,1848,'_edit_last','1'),(12743,1848,'_edit_lock','1692139801:1'),(12744,1849,'_wp_attached_file','2023/08/sherwood_g_2.jpg'),(12745,1849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1198;s:6:\"height\";i:1552;s:4:\"file\";s:24:\"2023/08/sherwood_g_2.jpg\";s:8:\"filesize\";i:989169;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sherwood_g_2-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31676;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"sherwood_g_2-790x1024.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sherwood_g_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:22154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"sherwood_g_2-768x995.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:995;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121464;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:24:\"sherwood_g_2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75275;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"sherwood_g_2-1186x1536.jpg\";s:5:\"width\";i:1186;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230341;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435157863\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:3:\"171\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12746,1848,'_thumbnail_id','1866'),(12747,1848,'ctshowcase_job_title','VICE PRESIDENT'),(12748,1848,'ctshowcase_email',''),(12749,1848,'ctshowcase_phone',''),(12750,1848,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(12751,1848,'ctshowcase_location',''),(12752,1848,'ctshowcase_personal_site',''),(12753,1848,'ctshowcase_external_url',''),(12754,1848,'ctshowcase_social_facebook_link',''),(12755,1848,'ctshowcase_social_twitter_link',''),(12756,1848,'ctshowcase_social_linkedin_link',''),(12757,1848,'ctshowcase_social_google_plus_link',''),(12758,1848,'ctshowcase_social_instagram_link',''),(12759,1848,'ctshowcase_social_youtube_link',''),(12760,1848,'ctshowcase_social_vimeo_link',''),(12761,1848,'ctshowcase_social_yelp_link',''),(12762,1848,'ctshowcase_social_pinterest_link',''),(12763,1848,'ctshowcase_social_behance_link',''),(12764,1848,'ctshowcase_social_github_link',''),(12767,1637,'_wp_desired_post_slug','maximo-mauk'),(12768,1852,'_wp_attached_file','2023/08/Jim_e.jpg'),(12769,1852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:601;s:4:\"file\";s:17:\"2023/08/Jim_e.jpg\";s:8:\"filesize\";i:25704;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Jim_e-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Jim_e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12770,1854,'_edit_last','1'),(12771,1854,'_edit_lock','1692139800:1'),(12772,1854,'_thumbnail_id','1867'),(12773,1854,'ctshowcase_job_title','SECRETARY &amp; TREASURER'),(12774,1854,'ctshowcase_email',''),(12775,1854,'ctshowcase_phone',''),(12776,1854,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(12777,1854,'ctshowcase_location',''),(12778,1854,'ctshowcase_personal_site',''),(12779,1854,'ctshowcase_external_url',''),(12780,1854,'ctshowcase_social_facebook_link',''),(12781,1854,'ctshowcase_social_twitter_link',''),(12782,1854,'ctshowcase_social_linkedin_link',''),(12783,1854,'ctshowcase_social_google_plus_link',''),(12784,1854,'ctshowcase_social_instagram_link',''),(12785,1854,'ctshowcase_social_youtube_link',''),(12786,1854,'ctshowcase_social_vimeo_link',''),(12787,1854,'ctshowcase_social_yelp_link',''),(12788,1854,'ctshowcase_social_pinterest_link',''),(12789,1854,'ctshowcase_social_behance_link',''),(12790,1854,'ctshowcase_social_github_link',''),(12791,1854,'_post_views_count','1'),(12792,1854,'ekit_post_views_count','2'),(12793,1848,'_post_views_count','2'),(12794,1848,'ekit_post_views_count','3'),(12795,1856,'_wp_attached_file','2023/08/Smitter-1.jpg'),(12796,1856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2507;s:6:\"height\";i:2509;s:4:\"file\";s:21:\"2023/08/Smitter-1.jpg\";s:8:\"filesize\";i:4103036;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Smitter-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28038;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Smitter-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Smitter-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:16575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Smitter-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94319;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"Smitter-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65792;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Smitter-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281147;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Smitter-1-2046x2048.jpg\";s:5:\"width\";i:2046;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:448172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867588\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12850,1865,'_wp_attached_file','2023/08/1-1.png'),(12851,1865,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2023/08/1-1.png\";s:8:\"filesize\";i:337250;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"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:139810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"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:44740;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12852,1866,'_wp_attached_file','2023/08/2-1.png'),(12853,1866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2023/08/2-1.png\";s:8:\"filesize\";i:395851;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-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:144453;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-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:43681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12854,1867,'_wp_attached_file','2023/08/3-1.png'),(12855,1867,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2023/08/3-1.png\";s:8:\"filesize\";i:453109;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"3-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:146423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"3-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:40417;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13024,1886,'_edit_last','1'),(13025,1886,'_edit_lock','1692140612:1'),(13026,1887,'_wp_attached_file','2023/08/1-2.png'),(13027,1887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2023/08/1-2.png\";s:8:\"filesize\";i:21619;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"1-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:4457;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"1-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:1867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13028,1888,'_wp_attached_file','2023/08/2-2.png'),(13029,1888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2023/08/2-2.png\";s:8:\"filesize\";i:31777;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-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:7777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-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:2921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13030,1886,'_thumbnail_id','1888'),(13031,1886,'ctshowcase_job_title','Member'),(13032,1886,'ctshowcase_email',''),(13033,1886,'ctshowcase_phone',''),(13034,1886,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13035,1886,'ctshowcase_location',''),(13036,1886,'ctshowcase_personal_site',''),(13037,1886,'ctshowcase_external_url',''),(13038,1886,'ctshowcase_social_facebook_link',''),(13039,1886,'ctshowcase_social_twitter_link',''),(13040,1886,'ctshowcase_social_linkedin_link',''),(13041,1886,'ctshowcase_social_google_plus_link',''),(13042,1886,'ctshowcase_social_instagram_link',''),(13043,1886,'ctshowcase_social_youtube_link',''),(13044,1886,'ctshowcase_social_vimeo_link',''),(13045,1886,'ctshowcase_social_yelp_link',''),(13046,1886,'ctshowcase_social_pinterest_link',''),(13047,1886,'ctshowcase_social_behance_link',''),(13048,1886,'ctshowcase_social_github_link',''),(13049,1890,'_edit_last','1'),(13050,1890,'_edit_lock','1692140803:1'),(13051,1891,'_wp_attached_file','2023/08/member3.png'),(13052,1891,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2023/08/member3.png\";s:8:\"filesize\";i:380818;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"member3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"member3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13053,1890,'_thumbnail_id','1891'),(13054,1890,'ctshowcase_job_title','Member'),(13055,1890,'ctshowcase_email',''),(13056,1890,'ctshowcase_phone',''),(13057,1890,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13058,1890,'ctshowcase_location',''),(13059,1890,'ctshowcase_personal_site',''),(13060,1890,'ctshowcase_external_url',''),(13061,1890,'ctshowcase_social_facebook_link',''),(13062,1890,'ctshowcase_social_twitter_link',''),(13063,1890,'ctshowcase_social_linkedin_link',''),(13064,1890,'ctshowcase_social_google_plus_link',''),(13065,1890,'ctshowcase_social_instagram_link',''),(13066,1890,'ctshowcase_social_youtube_link',''),(13067,1890,'ctshowcase_social_vimeo_link',''),(13068,1890,'ctshowcase_social_yelp_link',''),(13069,1890,'ctshowcase_social_pinterest_link',''),(13070,1890,'ctshowcase_social_behance_link',''),(13071,1890,'ctshowcase_social_github_link',''),(13072,1893,'_edit_last','1'),(13073,1893,'_edit_lock','1694449838:1'),(13074,1894,'_wp_attached_file','2023/08/Patsis.png'),(13075,1894,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2023/08/Patsis.png\";s:8:\"filesize\";i:483149;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Patsis-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Patsis-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13076,1893,'_thumbnail_id','1894'),(13077,1893,'ctshowcase_job_title','Solo Cornet'),(13078,1893,'ctshowcase_email',''),(13079,1893,'ctshowcase_phone',''),(13080,1893,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13081,1893,'ctshowcase_location',''),(13082,1893,'ctshowcase_personal_site',''),(13083,1893,'ctshowcase_external_url',''),(13084,1893,'ctshowcase_social_facebook_link',''),(13085,1893,'ctshowcase_social_twitter_link',''),(13086,1893,'ctshowcase_social_linkedin_link',''),(13087,1893,'ctshowcase_social_google_plus_link',''),(13088,1893,'ctshowcase_social_instagram_link',''),(13089,1893,'ctshowcase_social_youtube_link',''),(13090,1893,'ctshowcase_social_vimeo_link',''),(13091,1893,'ctshowcase_social_yelp_link',''),(13092,1893,'ctshowcase_social_pinterest_link',''),(13093,1893,'ctshowcase_social_behance_link',''),(13094,1893,'ctshowcase_social_github_link',''),(13095,1896,'_edit_last','1'),(13096,1896,'_edit_lock','1692141986:1'),(13097,1896,'_thumbnail_id','1888'),(13098,1896,'ctshowcase_job_title','Member'),(13099,1896,'ctshowcase_email',''),(13100,1896,'ctshowcase_phone',''),(13101,1896,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13102,1896,'ctshowcase_location',''),(13103,1896,'ctshowcase_personal_site',''),(13104,1896,'ctshowcase_external_url',''),(13105,1896,'ctshowcase_social_facebook_link',''),(13106,1896,'ctshowcase_social_twitter_link',''),(13107,1896,'ctshowcase_social_linkedin_link',''),(13108,1896,'ctshowcase_social_google_plus_link',''),(13109,1896,'ctshowcase_social_instagram_link',''),(13110,1896,'ctshowcase_social_youtube_link',''),(13111,1896,'ctshowcase_social_vimeo_link',''),(13112,1896,'ctshowcase_social_yelp_link',''),(13113,1896,'ctshowcase_social_pinterest_link',''),(13114,1896,'ctshowcase_social_behance_link',''),(13115,1896,'ctshowcase_social_github_link',''),(13116,1898,'_edit_last','1'),(13117,1898,'_edit_lock','1692141987:1'),(13118,1898,'_thumbnail_id','1888'),(13119,1898,'ctshowcase_job_title','Member'),(13120,1898,'ctshowcase_email',''),(13121,1898,'ctshowcase_phone',''),(13122,1898,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13123,1898,'ctshowcase_location',''),(13124,1898,'ctshowcase_personal_site',''),(13125,1898,'ctshowcase_external_url',''),(13126,1898,'ctshowcase_social_facebook_link',''),(13127,1898,'ctshowcase_social_twitter_link',''),(13128,1898,'ctshowcase_social_linkedin_link',''),(13129,1898,'ctshowcase_social_google_plus_link',''),(13130,1898,'ctshowcase_social_instagram_link',''),(13131,1898,'ctshowcase_social_youtube_link',''),(13132,1898,'ctshowcase_social_vimeo_link',''),(13133,1898,'ctshowcase_social_yelp_link',''),(13134,1898,'ctshowcase_social_pinterest_link',''),(13135,1898,'ctshowcase_social_behance_link',''),(13136,1898,'ctshowcase_social_github_link',''),(13137,1900,'_edit_last','1'),(13138,1900,'_edit_lock','1692141470:1'),(13139,1901,'_wp_attached_file','2023/08/Bass-Trombone.png'),(13140,1901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2023/08/Bass-Trombone.png\";s:8:\"filesize\";i:488180;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Bass-Trombone-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Bass-Trombone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13141,1900,'_thumbnail_id','1901'),(13142,1900,'ctshowcase_job_title','Bass Trombone'),(13143,1900,'ctshowcase_email',''),(13144,1900,'ctshowcase_phone',''),(13145,1900,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13146,1900,'ctshowcase_location',''),(13147,1900,'ctshowcase_personal_site',''),(13148,1900,'ctshowcase_external_url',''),(13149,1900,'ctshowcase_social_facebook_link',''),(13150,1900,'ctshowcase_social_twitter_link',''),(13151,1900,'ctshowcase_social_linkedin_link',''),(13152,1900,'ctshowcase_social_google_plus_link',''),(13153,1900,'ctshowcase_social_instagram_link',''),(13154,1900,'ctshowcase_social_youtube_link',''),(13155,1900,'ctshowcase_social_vimeo_link',''),(13156,1900,'ctshowcase_social_yelp_link',''),(13157,1900,'ctshowcase_social_pinterest_link',''),(13158,1900,'ctshowcase_social_behance_link',''),(13159,1900,'ctshowcase_social_github_link',''),(13160,1903,'ctshowcase_shortcode_general_data','a:28:{s:16:\"shortcode_layout\";s:11:\"normal-grid\";s:20:\"number_posts_to_load\";s:1:\"0\";s:17:\"groups_to_include\";a:1:{i:0;s:2:\"29\";}s:10:\"entry_link\";s:10:\"left-modal\";s:14:\"ids_to_include\";a:0:{}s:14:\"ids_to_exclude\";a:0:{}s:8:\"order_by\";s:10:\"menu_order\";s:5:\"order\";s:4:\"DESC\";s:8:\"modal_bg\";s:7:\"#000000\";s:15:\"modal_header_bg\";s:7:\"#92288f\";s:21:\"modal_main_text_color\";s:7:\"#decccc\";s:20:\"modal_main_font_size\";s:2:\"14\";s:32:\"modal_team_member_name_font_size\";s:2:\"30\";s:28:\"modal_team_member_name_color\";s:4:\"#fff\";s:37:\"modal_team_member_job_title_font_size\";s:2:\"20\";s:38:\"modal_team_member_job_title_font_color\";s:7:\"#dcc073\";s:30:\"modal_other_headings_font_size\";s:2:\"25\";s:31:\"modal_other_headings_font_color\";s:4:\"#fff\";s:18:\"modal_skill_bar_bg\";s:7:\"#000000\";s:21:\"modal_separator_color\";s:7:\"#4c4c4c\";s:31:\"modal_social_media_bar_bg_color\";s:7:\"#212121\";s:29:\"modal_social_media_font_color\";s:4:\"#fff\";s:24:\"modal_header_icons_color\";s:4:\"#fff\";s:18:\"modal_skills_title\";s:6:\"Skills\";s:20:\"modal_location_title\";s:8:\"Location\";s:17:\"modal_email_title\";s:5:\"Email\";s:17:\"modal_phone_title\";s:5:\"Phone\";s:25:\"modal_personal_site_title\";s:13:\"Personal site\";}'),(13161,1903,'ctshowcase_shortcode_wave_data','a:31:{s:16:\"wave_theme_color\";s:7:\"#32c5d8\";s:27:\"wave_team_member_name_color\";s:4:\"#000\";s:36:\"wave_team_member_job_title_font_size\";s:2:\"20\";s:20:\"wave_display_heading\";s:3:\"yes\";s:23:\"wave_display_subheading\";s:3:\"yes\";s:12:\"wave_heading\";s:8:\"Our Team\";s:18:\"wave_heading_color\";s:4:\"#000\";s:22:\"wave_heading_font_size\";s:2:\"42\";s:15:\"wave_subheading\";s:13:\"The Rockstars\";s:21:\"wave_subheading_color\";s:7:\"#32c5d8\";s:25:\"wave_subheading_font_size\";s:2:\"20\";s:34:\"wave_xl_team_member_name_font_size\";s:2:\"42\";s:34:\"wave_lg_team_member_name_font_size\";s:2:\"40\";s:34:\"wave_md_team_member_name_font_size\";s:2:\"36\";s:34:\"wave_sm_team_member_name_font_size\";s:2:\"24\";s:34:\"wave_xs_team_member_name_font_size\";s:2:\"18\";s:25:\"wave_xl_heading_font_size\";s:2:\"42\";s:25:\"wave_lg_heading_font_size\";s:2:\"40\";s:25:\"wave_md_heading_font_size\";s:2:\"36\";s:25:\"wave_sm_heading_font_size\";s:2:\"24\";s:25:\"wave_xs_heading_font_size\";s:2:\"18\";s:28:\"wave_xl_subheading_font_size\";s:2:\"20\";s:28:\"wave_lg_subheading_font_size\";s:2:\"20\";s:28:\"wave_md_subheading_font_size\";s:2:\"18\";s:28:\"wave_sm_subheading_font_size\";s:2:\"16\";s:28:\"wave_xs_subheading_font_size\";s:2:\"16\";s:39:\"wave_xl_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_lg_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_md_team_member_job_title_font_size\";s:2:\"18\";s:39:\"wave_sm_team_member_job_title_font_size\";s:2:\"16\";s:39:\"wave_xs_team_member_job_title_font_size\";s:2:\"16\";}'),(13162,1903,'ctshowcase_shortcode_mosaic_data','a:31:{s:23:\"mosaic_even_theme_color\";s:7:\"#ef4939\";s:21:\"mosaic_row_members_no\";s:1:\"2\";s:34:\"mosaic_even_team_member_name_color\";s:4:\"#fff\";s:27:\"mosaic_display_social_icons\";s:2:\"no\";s:29:\"mosaic_display_read_more_link\";s:2:\"no\";s:21:\"mosaic_read_more_text\";s:9:\"Read More\";s:38:\"mosaic_even_team_member_name_font_size\";s:2:\"20\";s:39:\"mosaic_even_team_member_job_title_color\";s:4:\"#fff\";s:30:\"mosaic_even_social_icons_color\";s:4:\"#fff\";s:27:\"mosaic_even_read_more_color\";s:4:\"#fff\";s:22:\"mosaic_odd_theme_color\";s:7:\"#f2673c\";s:33:\"mosaic_odd_team_member_name_color\";s:4:\"#fff\";s:37:\"mosaic_odd_team_member_name_font_size\";s:2:\"20\";s:38:\"mosaic_odd_team_member_job_title_color\";s:4:\"#fff\";s:29:\"mosaic_odd_social_icons_color\";s:4:\"#fff\";s:26:\"mosaic_odd_read_more_color\";s:4:\"#fff\";s:36:\"mosaic_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"mosaic_md_team_member_name_font_size\";s:2:\"20\";s:36:\"mosaic_sm_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"mosaic_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"mosaic_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"mosaic_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"mosaic_xl_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_lg_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_md_social_icons_font_size\";s:2:\"14\";s:32:\"mosaic_sm_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_xs_social_icons_font_size\";s:2:\"14\";}'),(13163,1903,'ctshowcase_shortcode_hex_data','a:20:{s:22:\"hex_background_overlay\";s:19:\"rgba(0, 0, 0, 0.85)\";s:14:\"no_of_hexagons\";s:1:\"4\";s:26:\"hex_team_member_name_color\";s:7:\"#dd3333\";s:31:\"hex_team_member_name_font_style\";s:6:\"italic\";s:31:\"hex_team_member_job_title_color\";s:4:\"#fff\";s:17:\"hex_enable_filter\";s:2:\"no\";s:35:\"hex_filter_inactive_link_font_color\";s:4:\"#fff\";s:33:\"hex_filter_inactive_link_bg_color\";s:7:\"#424242\";s:33:\"hex_filter_active_link_font_color\";s:4:\"#fff\";s:31:\"hex_filter_active_link_bg_color\";s:7:\"#dd3333\";s:33:\"hex_xl_team_member_name_font_size\";s:2:\"24\";s:33:\"hex_lg_team_member_name_font_size\";s:2:\"22\";s:33:\"hex_md_team_member_name_font_size\";s:2:\"20\";s:33:\"hex_sm_team_member_name_font_size\";s:2:\"18\";s:33:\"hex_xs_team_member_name_font_size\";s:2:\"16\";s:38:\"hex_xl_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_lg_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_md_team_member_job_title_font_size\";s:2:\"15\";s:38:\"hex_sm_team_member_job_title_font_size\";s:2:\"13\";s:38:\"hex_xs_team_member_job_title_font_size\";s:2:\"13\";}'),(13164,1903,'ctshowcase_shortcode_inlinePreview_data','a:27:{s:18:\"inlinePreview_type\";s:3:\"hex\";s:24:\"inlinePreview_no_of_cols\";s:1:\"4\";s:25:\"inlinePreview_list_col_bg\";s:7:\"#404f50\";s:29:\"inlinePreview_display_heading\";s:3:\"yes\";s:21:\"inlinePreview_heading\";s:8:\"Our Team\";s:27:\"inlinePreview_heading_color\";s:4:\"#fff\";s:31:\"inlinePreview_heading_font_size\";s:2:\"40\";s:35:\"inlinePreview_member_details_col_bg\";s:7:\"#192231\";s:29:\"inlinePreview_main_text_color\";s:4:\"#fff\";s:28:\"inlinePreview_main_font_size\";s:2:\"14\";s:40:\"inlinePreview_team_member_name_font_size\";s:2:\"30\";s:36:\"inlinePreview_team_member_name_color\";s:4:\"#fff\";s:45:\"inlinePreview_team_member_job_title_font_size\";s:2:\"20\";s:46:\"inlinePreview_team_member_job_title_font_color\";s:7:\"#46d0d0\";s:38:\"inlinePreview_other_headings_font_size\";s:2:\"25\";s:39:\"inlinePreview_other_headings_font_color\";s:4:\"#fff\";s:26:\"inlinePreview_skill_bar_bg\";s:7:\"#171717\";s:29:\"inlinePreview_separator_color\";s:7:\"#4c4c4c\";s:39:\"inlinePreview_social_media_bar_bg_color\";s:7:\"#c12b2b\";s:36:\"inlinePreview_social_media_font_size\";s:2:\"14\";s:37:\"inlinePreview_social_media_font_color\";s:4:\"#fff\";s:32:\"inlinePreview_header_icons_color\";s:4:\"#fff\";s:26:\"inlinePreview_skills_title\";s:6:\"Skills\";s:28:\"inlinePreview_location_title\";s:8:\"Location\";s:25:\"inlinePreview_email_title\";s:5:\"Email\";s:25:\"inlinePreview_phone_title\";s:5:\"Phone\";s:33:\"inlinePreview_personal_site_title\";s:13:\"Personal site\";}'),(13165,1903,'ctshowcase_shortcode_normalGrid_data','a:37:{s:15:\"normalGrid_type\";s:6:\"square\";s:16:\"normalGrid_style\";s:7:\"style-1\";s:18:\"normalGrid_onHover\";s:4:\"zoom\";s:21:\"normalGrid_no_of_cols\";s:1:\"1\";s:21:\"normalGrid_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:33:\"normalGrid_team_member_name_color\";s:4:\"#fff\";s:35:\"normalGrid_team_member_name_bgColor\";s:7:\"#c706d8\";s:38:\"normalGrid_team_member_job_title_color\";s:4:\"#fff\";s:40:\"normalGrid_team_member_job_title_bgColor\";s:4:\"#000\";s:31:\"normalGrid_display_social_icons\";s:2:\"no\";s:29:\"normalGrid_display_circle_bar\";s:2:\"no\";s:34:\"normalGrid_team_social_icons_color\";s:4:\"#fff\";s:26:\"normalGrid_info_icon_color\";s:4:\"#fff\";s:28:\"normalGrid_info_icon_bgColor\";s:7:\"#c706d8\";s:29:\"normalGrid_circle_bar_bgColor\";s:19:\"rgba(0, 0, 0, 0.05)\";s:35:\"normalGrid_circle_bar_filling_color\";s:7:\"#c706d8\";s:17:\"normalGrid_offset\";s:3:\"yes\";s:24:\"normalGrid_enable_filter\";s:2:\"no\";s:42:\"normalGrid_filter_inactive_link_font_color\";s:4:\"#000\";s:40:\"normalGrid_filter_inactive_link_bg_color\";s:4:\"#eee\";s:40:\"normalGrid_filter_active_link_font_color\";s:4:\"#fff\";s:38:\"normalGrid_filter_active_link_bg_color\";s:7:\"#c706d8\";s:40:\"normalGrid_xl_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_lg_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_md_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_sm_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_xs_team_member_name_font_size\";s:2:\"18\";s:45:\"normalGrid_xl_team_member_job_title_font_size\";s:2:\"18\";s:45:\"normalGrid_lg_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_md_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_sm_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_xs_team_member_job_title_font_size\";s:2:\"16\";s:36:\"normalGrid_xl_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_lg_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_md_social_icons_font_size\";s:2:\"14\";s:36:\"normalGrid_sm_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_xs_social_icons_font_size\";s:2:\"14\";}'),(13166,1903,'ctshowcase_shortcode_slider_data','a:26:{s:11:\"slider_type\";s:6:\"square\";s:14:\"slider_onHover\";s:11:\"zoom-rotate\";s:22:\"slider_arrows_bg_color\";s:7:\"#6d6d6d\";s:19:\"slider_arrows_color\";s:4:\"#fff\";s:19:\"slider_no_of_slides\";s:1:\"4\";s:13:\"slider_offset\";s:3:\"yes\";s:17:\"slider_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:29:\"slider_team_member_name_color\";s:7:\"#dd3333\";s:34:\"slider_team_member_job_title_color\";s:4:\"#fff\";s:27:\"slider_display_social_icons\";s:2:\"no\";s:30:\"slider_team_social_icons_color\";s:4:\"#fff\";s:36:\"slider_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"slider_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"slider_md_team_member_name_font_size\";s:2:\"20\";s:36:\"slider_sm_team_member_name_font_size\";s:2:\"18\";s:36:\"slider_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"slider_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"slider_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"slider_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"slider_xl_social_icons_font_size\";s:2:\"16\";s:32:\"slider_lg_social_icons_font_size\";s:2:\"16\";s:32:\"slider_md_social_icons_font_size\";s:2:\"14\";s:32:\"slider_sm_social_icons_font_size\";s:2:\"14\";s:32:\"slider_xs_social_icons_font_size\";s:2:\"14\";}'),(13167,1903,'ctshowcase_shortcode_general_data','a:28:{s:16:\"shortcode_layout\";s:11:\"normal-grid\";s:20:\"number_posts_to_load\";s:1:\"0\";s:17:\"groups_to_include\";a:1:{i:0;s:2:\"29\";}s:10:\"entry_link\";s:10:\"left-modal\";s:14:\"ids_to_include\";a:0:{}s:14:\"ids_to_exclude\";a:0:{}s:8:\"order_by\";s:10:\"menu_order\";s:5:\"order\";s:4:\"DESC\";s:8:\"modal_bg\";s:7:\"#000000\";s:15:\"modal_header_bg\";s:7:\"#92288f\";s:21:\"modal_main_text_color\";s:7:\"#decccc\";s:20:\"modal_main_font_size\";s:2:\"14\";s:32:\"modal_team_member_name_font_size\";s:2:\"30\";s:28:\"modal_team_member_name_color\";s:4:\"#fff\";s:37:\"modal_team_member_job_title_font_size\";s:2:\"20\";s:38:\"modal_team_member_job_title_font_color\";s:7:\"#dcc073\";s:30:\"modal_other_headings_font_size\";s:2:\"25\";s:31:\"modal_other_headings_font_color\";s:4:\"#fff\";s:18:\"modal_skill_bar_bg\";s:7:\"#000000\";s:21:\"modal_separator_color\";s:7:\"#4c4c4c\";s:31:\"modal_social_media_bar_bg_color\";s:7:\"#212121\";s:29:\"modal_social_media_font_color\";s:4:\"#fff\";s:24:\"modal_header_icons_color\";s:4:\"#fff\";s:18:\"modal_skills_title\";s:6:\"Skills\";s:20:\"modal_location_title\";s:8:\"Location\";s:17:\"modal_email_title\";s:5:\"Email\";s:17:\"modal_phone_title\";s:5:\"Phone\";s:25:\"modal_personal_site_title\";s:13:\"Personal site\";}'),(13168,1903,'ctshowcase_shortcode_wave_data','a:31:{s:16:\"wave_theme_color\";s:7:\"#32c5d8\";s:27:\"wave_team_member_name_color\";s:4:\"#000\";s:36:\"wave_team_member_job_title_font_size\";s:2:\"20\";s:20:\"wave_display_heading\";s:3:\"yes\";s:23:\"wave_display_subheading\";s:3:\"yes\";s:12:\"wave_heading\";s:8:\"Our Team\";s:18:\"wave_heading_color\";s:4:\"#000\";s:22:\"wave_heading_font_size\";s:2:\"42\";s:15:\"wave_subheading\";s:13:\"The Rockstars\";s:21:\"wave_subheading_color\";s:7:\"#32c5d8\";s:25:\"wave_subheading_font_size\";s:2:\"20\";s:34:\"wave_xl_team_member_name_font_size\";s:2:\"42\";s:34:\"wave_lg_team_member_name_font_size\";s:2:\"40\";s:34:\"wave_md_team_member_name_font_size\";s:2:\"36\";s:34:\"wave_sm_team_member_name_font_size\";s:2:\"24\";s:34:\"wave_xs_team_member_name_font_size\";s:2:\"18\";s:25:\"wave_xl_heading_font_size\";s:2:\"42\";s:25:\"wave_lg_heading_font_size\";s:2:\"40\";s:25:\"wave_md_heading_font_size\";s:2:\"36\";s:25:\"wave_sm_heading_font_size\";s:2:\"24\";s:25:\"wave_xs_heading_font_size\";s:2:\"18\";s:28:\"wave_xl_subheading_font_size\";s:2:\"20\";s:28:\"wave_lg_subheading_font_size\";s:2:\"20\";s:28:\"wave_md_subheading_font_size\";s:2:\"18\";s:28:\"wave_sm_subheading_font_size\";s:2:\"16\";s:28:\"wave_xs_subheading_font_size\";s:2:\"16\";s:39:\"wave_xl_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_lg_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_md_team_member_job_title_font_size\";s:2:\"18\";s:39:\"wave_sm_team_member_job_title_font_size\";s:2:\"16\";s:39:\"wave_xs_team_member_job_title_font_size\";s:2:\"16\";}'),(13169,1903,'ctshowcase_shortcode_mosaic_data','a:31:{s:23:\"mosaic_even_theme_color\";s:7:\"#ef4939\";s:21:\"mosaic_row_members_no\";s:1:\"2\";s:34:\"mosaic_even_team_member_name_color\";s:4:\"#fff\";s:27:\"mosaic_display_social_icons\";s:2:\"no\";s:29:\"mosaic_display_read_more_link\";s:2:\"no\";s:21:\"mosaic_read_more_text\";s:9:\"Read More\";s:38:\"mosaic_even_team_member_name_font_size\";s:2:\"20\";s:39:\"mosaic_even_team_member_job_title_color\";s:4:\"#fff\";s:30:\"mosaic_even_social_icons_color\";s:4:\"#fff\";s:27:\"mosaic_even_read_more_color\";s:4:\"#fff\";s:22:\"mosaic_odd_theme_color\";s:7:\"#f2673c\";s:33:\"mosaic_odd_team_member_name_color\";s:4:\"#fff\";s:37:\"mosaic_odd_team_member_name_font_size\";s:2:\"20\";s:38:\"mosaic_odd_team_member_job_title_color\";s:4:\"#fff\";s:29:\"mosaic_odd_social_icons_color\";s:4:\"#fff\";s:26:\"mosaic_odd_read_more_color\";s:4:\"#fff\";s:36:\"mosaic_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"mosaic_md_team_member_name_font_size\";s:2:\"20\";s:36:\"mosaic_sm_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"mosaic_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"mosaic_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"mosaic_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"mosaic_xl_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_lg_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_md_social_icons_font_size\";s:2:\"14\";s:32:\"mosaic_sm_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_xs_social_icons_font_size\";s:2:\"14\";}'),(13170,1903,'ctshowcase_shortcode_hex_data','a:20:{s:22:\"hex_background_overlay\";s:19:\"rgba(0, 0, 0, 0.85)\";s:14:\"no_of_hexagons\";s:1:\"4\";s:26:\"hex_team_member_name_color\";s:7:\"#dd3333\";s:31:\"hex_team_member_name_font_style\";s:6:\"italic\";s:31:\"hex_team_member_job_title_color\";s:4:\"#fff\";s:17:\"hex_enable_filter\";s:2:\"no\";s:35:\"hex_filter_inactive_link_font_color\";s:4:\"#fff\";s:33:\"hex_filter_inactive_link_bg_color\";s:7:\"#424242\";s:33:\"hex_filter_active_link_font_color\";s:4:\"#fff\";s:31:\"hex_filter_active_link_bg_color\";s:7:\"#dd3333\";s:33:\"hex_xl_team_member_name_font_size\";s:2:\"24\";s:33:\"hex_lg_team_member_name_font_size\";s:2:\"22\";s:33:\"hex_md_team_member_name_font_size\";s:2:\"20\";s:33:\"hex_sm_team_member_name_font_size\";s:2:\"18\";s:33:\"hex_xs_team_member_name_font_size\";s:2:\"16\";s:38:\"hex_xl_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_lg_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_md_team_member_job_title_font_size\";s:2:\"15\";s:38:\"hex_sm_team_member_job_title_font_size\";s:2:\"13\";s:38:\"hex_xs_team_member_job_title_font_size\";s:2:\"13\";}'),(13171,1903,'ctshowcase_shortcode_inlinePreview_data','a:27:{s:18:\"inlinePreview_type\";s:3:\"hex\";s:24:\"inlinePreview_no_of_cols\";s:1:\"4\";s:25:\"inlinePreview_list_col_bg\";s:7:\"#404f50\";s:29:\"inlinePreview_display_heading\";s:3:\"yes\";s:21:\"inlinePreview_heading\";s:8:\"Our Team\";s:27:\"inlinePreview_heading_color\";s:4:\"#fff\";s:31:\"inlinePreview_heading_font_size\";s:2:\"40\";s:35:\"inlinePreview_member_details_col_bg\";s:7:\"#192231\";s:29:\"inlinePreview_main_text_color\";s:4:\"#fff\";s:28:\"inlinePreview_main_font_size\";s:2:\"14\";s:40:\"inlinePreview_team_member_name_font_size\";s:2:\"30\";s:36:\"inlinePreview_team_member_name_color\";s:4:\"#fff\";s:45:\"inlinePreview_team_member_job_title_font_size\";s:2:\"20\";s:46:\"inlinePreview_team_member_job_title_font_color\";s:7:\"#46d0d0\";s:38:\"inlinePreview_other_headings_font_size\";s:2:\"25\";s:39:\"inlinePreview_other_headings_font_color\";s:4:\"#fff\";s:26:\"inlinePreview_skill_bar_bg\";s:7:\"#171717\";s:29:\"inlinePreview_separator_color\";s:7:\"#4c4c4c\";s:39:\"inlinePreview_social_media_bar_bg_color\";s:7:\"#c12b2b\";s:36:\"inlinePreview_social_media_font_size\";s:2:\"14\";s:37:\"inlinePreview_social_media_font_color\";s:4:\"#fff\";s:32:\"inlinePreview_header_icons_color\";s:4:\"#fff\";s:26:\"inlinePreview_skills_title\";s:6:\"Skills\";s:28:\"inlinePreview_location_title\";s:8:\"Location\";s:25:\"inlinePreview_email_title\";s:5:\"Email\";s:25:\"inlinePreview_phone_title\";s:5:\"Phone\";s:33:\"inlinePreview_personal_site_title\";s:13:\"Personal site\";}'),(13172,1903,'ctshowcase_shortcode_normalGrid_data','a:37:{s:15:\"normalGrid_type\";s:6:\"square\";s:16:\"normalGrid_style\";s:7:\"style-1\";s:18:\"normalGrid_onHover\";s:4:\"zoom\";s:21:\"normalGrid_no_of_cols\";s:1:\"1\";s:21:\"normalGrid_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:33:\"normalGrid_team_member_name_color\";s:4:\"#fff\";s:35:\"normalGrid_team_member_name_bgColor\";s:7:\"#c706d8\";s:38:\"normalGrid_team_member_job_title_color\";s:4:\"#fff\";s:40:\"normalGrid_team_member_job_title_bgColor\";s:4:\"#000\";s:31:\"normalGrid_display_social_icons\";s:2:\"no\";s:29:\"normalGrid_display_circle_bar\";s:2:\"no\";s:34:\"normalGrid_team_social_icons_color\";s:4:\"#fff\";s:26:\"normalGrid_info_icon_color\";s:4:\"#fff\";s:28:\"normalGrid_info_icon_bgColor\";s:7:\"#c706d8\";s:29:\"normalGrid_circle_bar_bgColor\";s:19:\"rgba(0, 0, 0, 0.05)\";s:35:\"normalGrid_circle_bar_filling_color\";s:7:\"#c706d8\";s:17:\"normalGrid_offset\";s:3:\"yes\";s:24:\"normalGrid_enable_filter\";s:2:\"no\";s:42:\"normalGrid_filter_inactive_link_font_color\";s:4:\"#000\";s:40:\"normalGrid_filter_inactive_link_bg_color\";s:4:\"#eee\";s:40:\"normalGrid_filter_active_link_font_color\";s:4:\"#fff\";s:38:\"normalGrid_filter_active_link_bg_color\";s:7:\"#c706d8\";s:40:\"normalGrid_xl_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_lg_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_md_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_sm_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_xs_team_member_name_font_size\";s:2:\"18\";s:45:\"normalGrid_xl_team_member_job_title_font_size\";s:2:\"18\";s:45:\"normalGrid_lg_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_md_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_sm_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_xs_team_member_job_title_font_size\";s:2:\"16\";s:36:\"normalGrid_xl_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_lg_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_md_social_icons_font_size\";s:2:\"14\";s:36:\"normalGrid_sm_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_xs_social_icons_font_size\";s:2:\"14\";}'),(13173,1903,'ctshowcase_shortcode_slider_data','a:26:{s:11:\"slider_type\";s:6:\"square\";s:14:\"slider_onHover\";s:11:\"zoom-rotate\";s:22:\"slider_arrows_bg_color\";s:7:\"#6d6d6d\";s:19:\"slider_arrows_color\";s:4:\"#fff\";s:19:\"slider_no_of_slides\";s:1:\"4\";s:13:\"slider_offset\";s:3:\"yes\";s:17:\"slider_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:29:\"slider_team_member_name_color\";s:7:\"#dd3333\";s:34:\"slider_team_member_job_title_color\";s:4:\"#fff\";s:27:\"slider_display_social_icons\";s:2:\"no\";s:30:\"slider_team_social_icons_color\";s:4:\"#fff\";s:36:\"slider_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"slider_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"slider_md_team_member_name_font_size\";s:2:\"20\";s:36:\"slider_sm_team_member_name_font_size\";s:2:\"18\";s:36:\"slider_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"slider_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"slider_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"slider_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"slider_xl_social_icons_font_size\";s:2:\"16\";s:32:\"slider_lg_social_icons_font_size\";s:2:\"16\";s:32:\"slider_md_social_icons_font_size\";s:2:\"14\";s:32:\"slider_sm_social_icons_font_size\";s:2:\"14\";s:32:\"slider_xs_social_icons_font_size\";s:2:\"14\";}'),(13174,1903,'_edit_last','1'),(13175,1903,'_edit_lock','1693228169:1'),(13232,1911,'_edit_last','1'),(13233,1911,'_edit_lock','1693228619:1'),(13234,1911,'ctshowcase_job_title',''),(13235,1911,'ctshowcase_email',''),(13236,1911,'ctshowcase_phone',''),(13237,1911,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13238,1911,'ctshowcase_location',''),(13239,1911,'ctshowcase_personal_site',''),(13240,1911,'ctshowcase_external_url',''),(13241,1911,'ctshowcase_social_facebook_link',''),(13242,1911,'ctshowcase_social_twitter_link',''),(13243,1911,'ctshowcase_social_linkedin_link',''),(13244,1911,'ctshowcase_social_google_plus_link',''),(13245,1911,'ctshowcase_social_instagram_link',''),(13246,1911,'ctshowcase_social_youtube_link',''),(13247,1911,'ctshowcase_social_vimeo_link',''),(13248,1911,'ctshowcase_social_yelp_link',''),(13249,1911,'ctshowcase_social_pinterest_link',''),(13250,1911,'ctshowcase_social_behance_link',''),(13251,1911,'ctshowcase_social_github_link',''),(13252,1913,'_wp_attached_file','2023/08/Gary-D.-Green.png'),(13253,1913,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2023/08/Gary-D.-Green.png\";s:8:\"filesize\";i:360020;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Gary-D.-Green-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Gary-D.-Green-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13254,1911,'_thumbnail_id','1913'),(13255,1914,'_edit_last','1'),(13256,1914,'_edit_lock','1692142127:1'),(13257,1915,'_wp_attached_file','2023/08/Gary-D.-Green-1.png'),(13258,1915,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2023/08/Gary-D.-Green-1.png\";s:8:\"filesize\";i:360020;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Gary-D.-Green-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:121077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Gary-D.-Green-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:34551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13259,1916,'_wp_attached_file','2023/08/Randy-Sonntag.png'),(13260,1916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2023/08/Randy-Sonntag.png\";s:8:\"filesize\";i:479176;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Randy-Sonntag-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Randy-Sonntag-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44257;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13261,1914,'_thumbnail_id','1916'),(13262,1914,'ctshowcase_job_title','Eb Soprano Cornet'),(13263,1914,'ctshowcase_email',''),(13264,1914,'ctshowcase_phone',''),(13265,1914,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13266,1914,'ctshowcase_location',''),(13267,1914,'ctshowcase_personal_site',''),(13268,1914,'ctshowcase_external_url',''),(13269,1914,'ctshowcase_social_facebook_link',''),(13270,1914,'ctshowcase_social_twitter_link',''),(13271,1914,'ctshowcase_social_linkedin_link',''),(13272,1914,'ctshowcase_social_google_plus_link',''),(13273,1914,'ctshowcase_social_instagram_link',''),(13274,1914,'ctshowcase_social_youtube_link',''),(13275,1914,'ctshowcase_social_vimeo_link',''),(13276,1914,'ctshowcase_social_yelp_link',''),(13277,1914,'ctshowcase_social_pinterest_link',''),(13278,1914,'ctshowcase_social_behance_link',''),(13279,1914,'ctshowcase_social_github_link',''),(13280,1918,'_edit_last','1'),(13281,1918,'_edit_lock','1694449639:1'),(13282,1919,'_wp_attached_file','2023/08/Trudy-Cavalo.png'),(13283,1919,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2023/08/Trudy-Cavalo.png\";s:8:\"filesize\";i:467959;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Trudy-Cavalo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Trudy-Cavalo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13284,1918,'_thumbnail_id','1919'),(13285,1918,'ctshowcase_job_title','Solo Cornet'),(13286,1918,'ctshowcase_email',''),(13287,1918,'ctshowcase_phone',''),(13288,1918,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13289,1918,'ctshowcase_location',''),(13290,1918,'ctshowcase_personal_site',''),(13291,1918,'ctshowcase_external_url',''),(13292,1918,'ctshowcase_social_facebook_link',''),(13293,1918,'ctshowcase_social_twitter_link',''),(13294,1918,'ctshowcase_social_linkedin_link',''),(13295,1918,'ctshowcase_social_google_plus_link',''),(13296,1918,'ctshowcase_social_instagram_link',''),(13297,1918,'ctshowcase_social_youtube_link',''),(13298,1918,'ctshowcase_social_vimeo_link',''),(13299,1918,'ctshowcase_social_yelp_link',''),(13300,1918,'ctshowcase_social_pinterest_link',''),(13301,1918,'ctshowcase_social_behance_link',''),(13302,1918,'ctshowcase_social_github_link',''),(13303,1921,'_edit_last','1'),(13304,1921,'_edit_lock','1694449623:1'),(13305,1922,'_wp_attached_file','2023/08/James-Estes.png'),(13306,1922,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2023/08/James-Estes.png\";s:8:\"filesize\";i:480329;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"James-Estes-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"James-Estes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13307,1921,'_thumbnail_id','1922'),(13308,1921,'ctshowcase_job_title','Solo Cornet'),(13309,1921,'ctshowcase_email',''),(13310,1921,'ctshowcase_phone',''),(13311,1921,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13312,1921,'ctshowcase_location',''),(13313,1921,'ctshowcase_personal_site',''),(13314,1921,'ctshowcase_external_url',''),(13315,1921,'ctshowcase_social_facebook_link',''),(13316,1921,'ctshowcase_social_twitter_link',''),(13317,1921,'ctshowcase_social_linkedin_link',''),(13318,1921,'ctshowcase_social_google_plus_link',''),(13319,1921,'ctshowcase_social_instagram_link',''),(13320,1921,'ctshowcase_social_youtube_link',''),(13321,1921,'ctshowcase_social_vimeo_link',''),(13322,1921,'ctshowcase_social_yelp_link',''),(13323,1921,'ctshowcase_social_pinterest_link',''),(13324,1921,'ctshowcase_social_behance_link',''),(13325,1921,'ctshowcase_social_github_link',''),(13326,1924,'_edit_last','1'),(13327,1924,'_edit_lock','1692142988:1'),(13328,1924,'_thumbnail_id','1888'),(13329,1924,'ctshowcase_job_title','Solo Cornet'),(13330,1924,'ctshowcase_email',''),(13331,1924,'ctshowcase_phone',''),(13332,1924,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13333,1924,'ctshowcase_location',''),(13334,1924,'ctshowcase_personal_site',''),(13335,1924,'ctshowcase_external_url',''),(13336,1924,'ctshowcase_social_facebook_link',''),(13337,1924,'ctshowcase_social_twitter_link',''),(13338,1924,'ctshowcase_social_linkedin_link',''),(13339,1924,'ctshowcase_social_google_plus_link',''),(13340,1924,'ctshowcase_social_instagram_link',''),(13341,1924,'ctshowcase_social_youtube_link',''),(13342,1924,'ctshowcase_social_vimeo_link',''),(13343,1924,'ctshowcase_social_yelp_link',''),(13344,1924,'ctshowcase_social_pinterest_link',''),(13345,1924,'ctshowcase_social_behance_link',''),(13346,1924,'ctshowcase_social_github_link',''),(13347,1927,'_edit_last','1'),(13348,1927,'_edit_lock','1692143478:1'),(13349,1928,'_wp_attached_file','2023/08/Pamela-Smitter.png'),(13350,1928,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2023/08/Pamela-Smitter.png\";s:8:\"filesize\";i:383885;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Pamela-Smitter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149721;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Pamela-Smitter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13351,1927,'_thumbnail_id','1928'),(13352,1927,'ctshowcase_job_title','Solo Cornet'),(13353,1927,'ctshowcase_email',''),(13354,1927,'ctshowcase_phone',''),(13355,1927,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13356,1927,'ctshowcase_location',''),(13357,1927,'ctshowcase_personal_site',''),(13358,1927,'ctshowcase_external_url',''),(13359,1927,'ctshowcase_social_facebook_link',''),(13360,1927,'ctshowcase_social_twitter_link',''),(13361,1927,'ctshowcase_social_linkedin_link',''),(13362,1927,'ctshowcase_social_google_plus_link',''),(13363,1927,'ctshowcase_social_instagram_link',''),(13364,1927,'ctshowcase_social_youtube_link',''),(13365,1927,'ctshowcase_social_vimeo_link',''),(13366,1927,'ctshowcase_social_yelp_link',''),(13367,1927,'ctshowcase_social_pinterest_link',''),(13368,1927,'ctshowcase_social_behance_link',''),(13369,1927,'ctshowcase_social_github_link',''),(13370,1930,'ctshowcase_shortcode_general_data','a:28:{s:16:\"shortcode_layout\";s:11:\"normal-grid\";s:20:\"number_posts_to_load\";s:1:\"0\";s:17:\"groups_to_include\";a:1:{i:0;s:2:\"28\";}s:10:\"entry_link\";s:10:\"left-modal\";s:14:\"ids_to_include\";a:0:{}s:14:\"ids_to_exclude\";a:0:{}s:8:\"order_by\";s:10:\"menu_order\";s:5:\"order\";s:4:\"DESC\";s:8:\"modal_bg\";s:7:\"#000000\";s:15:\"modal_header_bg\";s:7:\"#92288f\";s:21:\"modal_main_text_color\";s:7:\"#decccc\";s:20:\"modal_main_font_size\";s:2:\"14\";s:32:\"modal_team_member_name_font_size\";s:2:\"30\";s:28:\"modal_team_member_name_color\";s:4:\"#fff\";s:37:\"modal_team_member_job_title_font_size\";s:2:\"20\";s:38:\"modal_team_member_job_title_font_color\";s:7:\"#dcc073\";s:30:\"modal_other_headings_font_size\";s:2:\"25\";s:31:\"modal_other_headings_font_color\";s:4:\"#fff\";s:18:\"modal_skill_bar_bg\";s:7:\"#000000\";s:21:\"modal_separator_color\";s:7:\"#4c4c4c\";s:31:\"modal_social_media_bar_bg_color\";s:7:\"#212121\";s:29:\"modal_social_media_font_color\";s:4:\"#fff\";s:24:\"modal_header_icons_color\";s:4:\"#fff\";s:18:\"modal_skills_title\";s:6:\"Skills\";s:20:\"modal_location_title\";s:8:\"Location\";s:17:\"modal_email_title\";s:5:\"Email\";s:17:\"modal_phone_title\";s:5:\"Phone\";s:25:\"modal_personal_site_title\";s:13:\"Personal site\";}'),(13371,1930,'ctshowcase_shortcode_wave_data','a:31:{s:16:\"wave_theme_color\";s:7:\"#32c5d8\";s:27:\"wave_team_member_name_color\";s:4:\"#000\";s:36:\"wave_team_member_job_title_font_size\";s:2:\"20\";s:20:\"wave_display_heading\";s:3:\"yes\";s:23:\"wave_display_subheading\";s:3:\"yes\";s:12:\"wave_heading\";s:8:\"Our Team\";s:18:\"wave_heading_color\";s:4:\"#000\";s:22:\"wave_heading_font_size\";s:2:\"42\";s:15:\"wave_subheading\";s:13:\"The Rockstars\";s:21:\"wave_subheading_color\";s:7:\"#32c5d8\";s:25:\"wave_subheading_font_size\";s:2:\"20\";s:34:\"wave_xl_team_member_name_font_size\";s:2:\"42\";s:34:\"wave_lg_team_member_name_font_size\";s:2:\"40\";s:34:\"wave_md_team_member_name_font_size\";s:2:\"36\";s:34:\"wave_sm_team_member_name_font_size\";s:2:\"24\";s:34:\"wave_xs_team_member_name_font_size\";s:2:\"18\";s:25:\"wave_xl_heading_font_size\";s:2:\"42\";s:25:\"wave_lg_heading_font_size\";s:2:\"40\";s:25:\"wave_md_heading_font_size\";s:2:\"36\";s:25:\"wave_sm_heading_font_size\";s:2:\"24\";s:25:\"wave_xs_heading_font_size\";s:2:\"18\";s:28:\"wave_xl_subheading_font_size\";s:2:\"20\";s:28:\"wave_lg_subheading_font_size\";s:2:\"20\";s:28:\"wave_md_subheading_font_size\";s:2:\"18\";s:28:\"wave_sm_subheading_font_size\";s:2:\"16\";s:28:\"wave_xs_subheading_font_size\";s:2:\"16\";s:39:\"wave_xl_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_lg_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_md_team_member_job_title_font_size\";s:2:\"18\";s:39:\"wave_sm_team_member_job_title_font_size\";s:2:\"16\";s:39:\"wave_xs_team_member_job_title_font_size\";s:2:\"16\";}'),(13372,1930,'ctshowcase_shortcode_mosaic_data','a:31:{s:23:\"mosaic_even_theme_color\";s:7:\"#ef4939\";s:21:\"mosaic_row_members_no\";s:1:\"2\";s:34:\"mosaic_even_team_member_name_color\";s:4:\"#fff\";s:27:\"mosaic_display_social_icons\";s:2:\"no\";s:29:\"mosaic_display_read_more_link\";s:2:\"no\";s:21:\"mosaic_read_more_text\";s:9:\"Read More\";s:38:\"mosaic_even_team_member_name_font_size\";s:2:\"20\";s:39:\"mosaic_even_team_member_job_title_color\";s:4:\"#fff\";s:30:\"mosaic_even_social_icons_color\";s:4:\"#fff\";s:27:\"mosaic_even_read_more_color\";s:4:\"#fff\";s:22:\"mosaic_odd_theme_color\";s:7:\"#f2673c\";s:33:\"mosaic_odd_team_member_name_color\";s:4:\"#fff\";s:37:\"mosaic_odd_team_member_name_font_size\";s:2:\"20\";s:38:\"mosaic_odd_team_member_job_title_color\";s:4:\"#fff\";s:29:\"mosaic_odd_social_icons_color\";s:4:\"#fff\";s:26:\"mosaic_odd_read_more_color\";s:4:\"#fff\";s:36:\"mosaic_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"mosaic_md_team_member_name_font_size\";s:2:\"20\";s:36:\"mosaic_sm_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"mosaic_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"mosaic_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"mosaic_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"mosaic_xl_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_lg_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_md_social_icons_font_size\";s:2:\"14\";s:32:\"mosaic_sm_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_xs_social_icons_font_size\";s:2:\"14\";}'),(13373,1930,'ctshowcase_shortcode_hex_data','a:20:{s:22:\"hex_background_overlay\";s:19:\"rgba(0, 0, 0, 0.85)\";s:14:\"no_of_hexagons\";s:1:\"4\";s:26:\"hex_team_member_name_color\";s:7:\"#dd3333\";s:31:\"hex_team_member_name_font_style\";s:6:\"italic\";s:31:\"hex_team_member_job_title_color\";s:4:\"#fff\";s:17:\"hex_enable_filter\";s:2:\"no\";s:35:\"hex_filter_inactive_link_font_color\";s:4:\"#fff\";s:33:\"hex_filter_inactive_link_bg_color\";s:7:\"#424242\";s:33:\"hex_filter_active_link_font_color\";s:4:\"#fff\";s:31:\"hex_filter_active_link_bg_color\";s:7:\"#dd3333\";s:33:\"hex_xl_team_member_name_font_size\";s:2:\"24\";s:33:\"hex_lg_team_member_name_font_size\";s:2:\"22\";s:33:\"hex_md_team_member_name_font_size\";s:2:\"20\";s:33:\"hex_sm_team_member_name_font_size\";s:2:\"18\";s:33:\"hex_xs_team_member_name_font_size\";s:2:\"16\";s:38:\"hex_xl_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_lg_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_md_team_member_job_title_font_size\";s:2:\"15\";s:38:\"hex_sm_team_member_job_title_font_size\";s:2:\"13\";s:38:\"hex_xs_team_member_job_title_font_size\";s:2:\"13\";}'),(13374,1930,'ctshowcase_shortcode_inlinePreview_data','a:27:{s:18:\"inlinePreview_type\";s:3:\"hex\";s:24:\"inlinePreview_no_of_cols\";s:1:\"4\";s:25:\"inlinePreview_list_col_bg\";s:7:\"#404f50\";s:29:\"inlinePreview_display_heading\";s:3:\"yes\";s:21:\"inlinePreview_heading\";s:8:\"Our Team\";s:27:\"inlinePreview_heading_color\";s:4:\"#fff\";s:31:\"inlinePreview_heading_font_size\";s:2:\"40\";s:35:\"inlinePreview_member_details_col_bg\";s:7:\"#192231\";s:29:\"inlinePreview_main_text_color\";s:4:\"#fff\";s:28:\"inlinePreview_main_font_size\";s:2:\"14\";s:40:\"inlinePreview_team_member_name_font_size\";s:2:\"30\";s:36:\"inlinePreview_team_member_name_color\";s:4:\"#fff\";s:45:\"inlinePreview_team_member_job_title_font_size\";s:2:\"20\";s:46:\"inlinePreview_team_member_job_title_font_color\";s:7:\"#46d0d0\";s:38:\"inlinePreview_other_headings_font_size\";s:2:\"25\";s:39:\"inlinePreview_other_headings_font_color\";s:4:\"#fff\";s:26:\"inlinePreview_skill_bar_bg\";s:7:\"#171717\";s:29:\"inlinePreview_separator_color\";s:7:\"#4c4c4c\";s:39:\"inlinePreview_social_media_bar_bg_color\";s:7:\"#c12b2b\";s:36:\"inlinePreview_social_media_font_size\";s:2:\"14\";s:37:\"inlinePreview_social_media_font_color\";s:4:\"#fff\";s:32:\"inlinePreview_header_icons_color\";s:4:\"#fff\";s:26:\"inlinePreview_skills_title\";s:6:\"Skills\";s:28:\"inlinePreview_location_title\";s:8:\"Location\";s:25:\"inlinePreview_email_title\";s:5:\"Email\";s:25:\"inlinePreview_phone_title\";s:5:\"Phone\";s:33:\"inlinePreview_personal_site_title\";s:13:\"Personal site\";}'),(13375,1930,'ctshowcase_shortcode_normalGrid_data','a:37:{s:15:\"normalGrid_type\";s:6:\"square\";s:16:\"normalGrid_style\";s:7:\"style-2\";s:18:\"normalGrid_onHover\";s:4:\"zoom\";s:21:\"normalGrid_no_of_cols\";s:1:\"3\";s:21:\"normalGrid_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:33:\"normalGrid_team_member_name_color\";s:4:\"#fff\";s:35:\"normalGrid_team_member_name_bgColor\";s:7:\"#c706d8\";s:38:\"normalGrid_team_member_job_title_color\";s:4:\"#fff\";s:40:\"normalGrid_team_member_job_title_bgColor\";s:4:\"#000\";s:31:\"normalGrid_display_social_icons\";s:2:\"no\";s:29:\"normalGrid_display_circle_bar\";s:2:\"no\";s:34:\"normalGrid_team_social_icons_color\";s:4:\"#fff\";s:26:\"normalGrid_info_icon_color\";s:4:\"#fff\";s:28:\"normalGrid_info_icon_bgColor\";s:7:\"#c706d8\";s:29:\"normalGrid_circle_bar_bgColor\";s:19:\"rgba(0, 0, 0, 0.05)\";s:35:\"normalGrid_circle_bar_filling_color\";s:7:\"#c706d8\";s:17:\"normalGrid_offset\";s:3:\"yes\";s:24:\"normalGrid_enable_filter\";s:2:\"no\";s:42:\"normalGrid_filter_inactive_link_font_color\";s:4:\"#000\";s:40:\"normalGrid_filter_inactive_link_bg_color\";s:4:\"#eee\";s:40:\"normalGrid_filter_active_link_font_color\";s:4:\"#fff\";s:38:\"normalGrid_filter_active_link_bg_color\";s:7:\"#c706d8\";s:40:\"normalGrid_xl_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_lg_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_md_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_sm_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_xs_team_member_name_font_size\";s:2:\"18\";s:45:\"normalGrid_xl_team_member_job_title_font_size\";s:2:\"18\";s:45:\"normalGrid_lg_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_md_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_sm_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_xs_team_member_job_title_font_size\";s:2:\"16\";s:36:\"normalGrid_xl_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_lg_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_md_social_icons_font_size\";s:2:\"14\";s:36:\"normalGrid_sm_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_xs_social_icons_font_size\";s:2:\"14\";}'),(13376,1930,'ctshowcase_shortcode_slider_data','a:26:{s:11:\"slider_type\";s:6:\"square\";s:14:\"slider_onHover\";s:11:\"zoom-rotate\";s:22:\"slider_arrows_bg_color\";s:7:\"#6d6d6d\";s:19:\"slider_arrows_color\";s:4:\"#fff\";s:19:\"slider_no_of_slides\";s:1:\"4\";s:13:\"slider_offset\";s:3:\"yes\";s:17:\"slider_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:29:\"slider_team_member_name_color\";s:7:\"#dd3333\";s:34:\"slider_team_member_job_title_color\";s:4:\"#fff\";s:27:\"slider_display_social_icons\";s:2:\"no\";s:30:\"slider_team_social_icons_color\";s:4:\"#fff\";s:36:\"slider_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"slider_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"slider_md_team_member_name_font_size\";s:2:\"20\";s:36:\"slider_sm_team_member_name_font_size\";s:2:\"18\";s:36:\"slider_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"slider_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"slider_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"slider_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"slider_xl_social_icons_font_size\";s:2:\"16\";s:32:\"slider_lg_social_icons_font_size\";s:2:\"16\";s:32:\"slider_md_social_icons_font_size\";s:2:\"14\";s:32:\"slider_sm_social_icons_font_size\";s:2:\"14\";s:32:\"slider_xs_social_icons_font_size\";s:2:\"14\";}'),(13377,1930,'ctshowcase_shortcode_general_data','a:28:{s:16:\"shortcode_layout\";s:11:\"normal-grid\";s:20:\"number_posts_to_load\";s:1:\"0\";s:17:\"groups_to_include\";a:1:{i:0;s:2:\"28\";}s:10:\"entry_link\";s:10:\"left-modal\";s:14:\"ids_to_include\";a:0:{}s:14:\"ids_to_exclude\";a:0:{}s:8:\"order_by\";s:10:\"menu_order\";s:5:\"order\";s:4:\"DESC\";s:8:\"modal_bg\";s:7:\"#000000\";s:15:\"modal_header_bg\";s:7:\"#92288f\";s:21:\"modal_main_text_color\";s:7:\"#decccc\";s:20:\"modal_main_font_size\";s:2:\"14\";s:32:\"modal_team_member_name_font_size\";s:2:\"30\";s:28:\"modal_team_member_name_color\";s:4:\"#fff\";s:37:\"modal_team_member_job_title_font_size\";s:2:\"20\";s:38:\"modal_team_member_job_title_font_color\";s:7:\"#dcc073\";s:30:\"modal_other_headings_font_size\";s:2:\"25\";s:31:\"modal_other_headings_font_color\";s:4:\"#fff\";s:18:\"modal_skill_bar_bg\";s:7:\"#000000\";s:21:\"modal_separator_color\";s:7:\"#4c4c4c\";s:31:\"modal_social_media_bar_bg_color\";s:7:\"#212121\";s:29:\"modal_social_media_font_color\";s:4:\"#fff\";s:24:\"modal_header_icons_color\";s:4:\"#fff\";s:18:\"modal_skills_title\";s:6:\"Skills\";s:20:\"modal_location_title\";s:8:\"Location\";s:17:\"modal_email_title\";s:5:\"Email\";s:17:\"modal_phone_title\";s:5:\"Phone\";s:25:\"modal_personal_site_title\";s:13:\"Personal site\";}'),(13378,1930,'ctshowcase_shortcode_wave_data','a:31:{s:16:\"wave_theme_color\";s:7:\"#32c5d8\";s:27:\"wave_team_member_name_color\";s:4:\"#000\";s:36:\"wave_team_member_job_title_font_size\";s:2:\"20\";s:20:\"wave_display_heading\";s:3:\"yes\";s:23:\"wave_display_subheading\";s:3:\"yes\";s:12:\"wave_heading\";s:8:\"Our Team\";s:18:\"wave_heading_color\";s:4:\"#000\";s:22:\"wave_heading_font_size\";s:2:\"42\";s:15:\"wave_subheading\";s:13:\"The Rockstars\";s:21:\"wave_subheading_color\";s:7:\"#32c5d8\";s:25:\"wave_subheading_font_size\";s:2:\"20\";s:34:\"wave_xl_team_member_name_font_size\";s:2:\"42\";s:34:\"wave_lg_team_member_name_font_size\";s:2:\"40\";s:34:\"wave_md_team_member_name_font_size\";s:2:\"36\";s:34:\"wave_sm_team_member_name_font_size\";s:2:\"24\";s:34:\"wave_xs_team_member_name_font_size\";s:2:\"18\";s:25:\"wave_xl_heading_font_size\";s:2:\"42\";s:25:\"wave_lg_heading_font_size\";s:2:\"40\";s:25:\"wave_md_heading_font_size\";s:2:\"36\";s:25:\"wave_sm_heading_font_size\";s:2:\"24\";s:25:\"wave_xs_heading_font_size\";s:2:\"18\";s:28:\"wave_xl_subheading_font_size\";s:2:\"20\";s:28:\"wave_lg_subheading_font_size\";s:2:\"20\";s:28:\"wave_md_subheading_font_size\";s:2:\"18\";s:28:\"wave_sm_subheading_font_size\";s:2:\"16\";s:28:\"wave_xs_subheading_font_size\";s:2:\"16\";s:39:\"wave_xl_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_lg_team_member_job_title_font_size\";s:2:\"20\";s:39:\"wave_md_team_member_job_title_font_size\";s:2:\"18\";s:39:\"wave_sm_team_member_job_title_font_size\";s:2:\"16\";s:39:\"wave_xs_team_member_job_title_font_size\";s:2:\"16\";}'),(13379,1930,'ctshowcase_shortcode_mosaic_data','a:31:{s:23:\"mosaic_even_theme_color\";s:7:\"#ef4939\";s:21:\"mosaic_row_members_no\";s:1:\"2\";s:34:\"mosaic_even_team_member_name_color\";s:4:\"#fff\";s:27:\"mosaic_display_social_icons\";s:2:\"no\";s:29:\"mosaic_display_read_more_link\";s:2:\"no\";s:21:\"mosaic_read_more_text\";s:9:\"Read More\";s:38:\"mosaic_even_team_member_name_font_size\";s:2:\"20\";s:39:\"mosaic_even_team_member_job_title_color\";s:4:\"#fff\";s:30:\"mosaic_even_social_icons_color\";s:4:\"#fff\";s:27:\"mosaic_even_read_more_color\";s:4:\"#fff\";s:22:\"mosaic_odd_theme_color\";s:7:\"#f2673c\";s:33:\"mosaic_odd_team_member_name_color\";s:4:\"#fff\";s:37:\"mosaic_odd_team_member_name_font_size\";s:2:\"20\";s:38:\"mosaic_odd_team_member_job_title_color\";s:4:\"#fff\";s:29:\"mosaic_odd_social_icons_color\";s:4:\"#fff\";s:26:\"mosaic_odd_read_more_color\";s:4:\"#fff\";s:36:\"mosaic_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"mosaic_md_team_member_name_font_size\";s:2:\"20\";s:36:\"mosaic_sm_team_member_name_font_size\";s:2:\"24\";s:36:\"mosaic_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"mosaic_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"mosaic_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"mosaic_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"mosaic_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"mosaic_xl_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_lg_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_md_social_icons_font_size\";s:2:\"14\";s:32:\"mosaic_sm_social_icons_font_size\";s:2:\"16\";s:32:\"mosaic_xs_social_icons_font_size\";s:2:\"14\";}'),(13380,1930,'ctshowcase_shortcode_hex_data','a:20:{s:22:\"hex_background_overlay\";s:19:\"rgba(0, 0, 0, 0.85)\";s:14:\"no_of_hexagons\";s:1:\"4\";s:26:\"hex_team_member_name_color\";s:7:\"#dd3333\";s:31:\"hex_team_member_name_font_style\";s:6:\"italic\";s:31:\"hex_team_member_job_title_color\";s:4:\"#fff\";s:17:\"hex_enable_filter\";s:2:\"no\";s:35:\"hex_filter_inactive_link_font_color\";s:4:\"#fff\";s:33:\"hex_filter_inactive_link_bg_color\";s:7:\"#424242\";s:33:\"hex_filter_active_link_font_color\";s:4:\"#fff\";s:31:\"hex_filter_active_link_bg_color\";s:7:\"#dd3333\";s:33:\"hex_xl_team_member_name_font_size\";s:2:\"24\";s:33:\"hex_lg_team_member_name_font_size\";s:2:\"22\";s:33:\"hex_md_team_member_name_font_size\";s:2:\"20\";s:33:\"hex_sm_team_member_name_font_size\";s:2:\"18\";s:33:\"hex_xs_team_member_name_font_size\";s:2:\"16\";s:38:\"hex_xl_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_lg_team_member_job_title_font_size\";s:2:\"18\";s:38:\"hex_md_team_member_job_title_font_size\";s:2:\"15\";s:38:\"hex_sm_team_member_job_title_font_size\";s:2:\"13\";s:38:\"hex_xs_team_member_job_title_font_size\";s:2:\"13\";}'),(13381,1930,'ctshowcase_shortcode_inlinePreview_data','a:27:{s:18:\"inlinePreview_type\";s:3:\"hex\";s:24:\"inlinePreview_no_of_cols\";s:1:\"4\";s:25:\"inlinePreview_list_col_bg\";s:7:\"#404f50\";s:29:\"inlinePreview_display_heading\";s:3:\"yes\";s:21:\"inlinePreview_heading\";s:8:\"Our Team\";s:27:\"inlinePreview_heading_color\";s:4:\"#fff\";s:31:\"inlinePreview_heading_font_size\";s:2:\"40\";s:35:\"inlinePreview_member_details_col_bg\";s:7:\"#192231\";s:29:\"inlinePreview_main_text_color\";s:4:\"#fff\";s:28:\"inlinePreview_main_font_size\";s:2:\"14\";s:40:\"inlinePreview_team_member_name_font_size\";s:2:\"30\";s:36:\"inlinePreview_team_member_name_color\";s:4:\"#fff\";s:45:\"inlinePreview_team_member_job_title_font_size\";s:2:\"20\";s:46:\"inlinePreview_team_member_job_title_font_color\";s:7:\"#46d0d0\";s:38:\"inlinePreview_other_headings_font_size\";s:2:\"25\";s:39:\"inlinePreview_other_headings_font_color\";s:4:\"#fff\";s:26:\"inlinePreview_skill_bar_bg\";s:7:\"#171717\";s:29:\"inlinePreview_separator_color\";s:7:\"#4c4c4c\";s:39:\"inlinePreview_social_media_bar_bg_color\";s:7:\"#c12b2b\";s:36:\"inlinePreview_social_media_font_size\";s:2:\"14\";s:37:\"inlinePreview_social_media_font_color\";s:4:\"#fff\";s:32:\"inlinePreview_header_icons_color\";s:4:\"#fff\";s:26:\"inlinePreview_skills_title\";s:6:\"Skills\";s:28:\"inlinePreview_location_title\";s:8:\"Location\";s:25:\"inlinePreview_email_title\";s:5:\"Email\";s:25:\"inlinePreview_phone_title\";s:5:\"Phone\";s:33:\"inlinePreview_personal_site_title\";s:13:\"Personal site\";}'),(13382,1930,'ctshowcase_shortcode_normalGrid_data','a:37:{s:15:\"normalGrid_type\";s:6:\"square\";s:16:\"normalGrid_style\";s:7:\"style-2\";s:18:\"normalGrid_onHover\";s:4:\"zoom\";s:21:\"normalGrid_no_of_cols\";s:1:\"3\";s:21:\"normalGrid_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:33:\"normalGrid_team_member_name_color\";s:4:\"#fff\";s:35:\"normalGrid_team_member_name_bgColor\";s:7:\"#c706d8\";s:38:\"normalGrid_team_member_job_title_color\";s:4:\"#fff\";s:40:\"normalGrid_team_member_job_title_bgColor\";s:4:\"#000\";s:31:\"normalGrid_display_social_icons\";s:2:\"no\";s:29:\"normalGrid_display_circle_bar\";s:2:\"no\";s:34:\"normalGrid_team_social_icons_color\";s:4:\"#fff\";s:26:\"normalGrid_info_icon_color\";s:4:\"#fff\";s:28:\"normalGrid_info_icon_bgColor\";s:7:\"#c706d8\";s:29:\"normalGrid_circle_bar_bgColor\";s:19:\"rgba(0, 0, 0, 0.05)\";s:35:\"normalGrid_circle_bar_filling_color\";s:7:\"#c706d8\";s:17:\"normalGrid_offset\";s:3:\"yes\";s:24:\"normalGrid_enable_filter\";s:2:\"no\";s:42:\"normalGrid_filter_inactive_link_font_color\";s:4:\"#000\";s:40:\"normalGrid_filter_inactive_link_bg_color\";s:4:\"#eee\";s:40:\"normalGrid_filter_active_link_font_color\";s:4:\"#fff\";s:38:\"normalGrid_filter_active_link_bg_color\";s:7:\"#c706d8\";s:40:\"normalGrid_xl_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_lg_team_member_name_font_size\";s:2:\"20\";s:40:\"normalGrid_md_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_sm_team_member_name_font_size\";s:2:\"18\";s:40:\"normalGrid_xs_team_member_name_font_size\";s:2:\"18\";s:45:\"normalGrid_xl_team_member_job_title_font_size\";s:2:\"18\";s:45:\"normalGrid_lg_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_md_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_sm_team_member_job_title_font_size\";s:2:\"16\";s:45:\"normalGrid_xs_team_member_job_title_font_size\";s:2:\"16\";s:36:\"normalGrid_xl_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_lg_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_md_social_icons_font_size\";s:2:\"14\";s:36:\"normalGrid_sm_social_icons_font_size\";s:2:\"16\";s:36:\"normalGrid_xs_social_icons_font_size\";s:2:\"14\";}'),(13383,1930,'ctshowcase_shortcode_slider_data','a:26:{s:11:\"slider_type\";s:6:\"square\";s:14:\"slider_onHover\";s:11:\"zoom-rotate\";s:22:\"slider_arrows_bg_color\";s:7:\"#6d6d6d\";s:19:\"slider_arrows_color\";s:4:\"#fff\";s:19:\"slider_no_of_slides\";s:1:\"4\";s:13:\"slider_offset\";s:3:\"yes\";s:17:\"slider_bg_overlay\";s:16:\"rgba(0,0,0, .85)\";s:29:\"slider_team_member_name_color\";s:7:\"#dd3333\";s:34:\"slider_team_member_job_title_color\";s:4:\"#fff\";s:27:\"slider_display_social_icons\";s:2:\"no\";s:30:\"slider_team_social_icons_color\";s:4:\"#fff\";s:36:\"slider_xl_team_member_name_font_size\";s:2:\"24\";s:36:\"slider_lg_team_member_name_font_size\";s:2:\"22\";s:36:\"slider_md_team_member_name_font_size\";s:2:\"20\";s:36:\"slider_sm_team_member_name_font_size\";s:2:\"18\";s:36:\"slider_xs_team_member_name_font_size\";s:2:\"18\";s:41:\"slider_xl_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_lg_team_member_job_title_font_size\";s:2:\"16\";s:41:\"slider_md_team_member_job_title_font_size\";s:2:\"18\";s:41:\"slider_sm_team_member_job_title_font_size\";s:2:\"15\";s:41:\"slider_xs_team_member_job_title_font_size\";s:2:\"14\";s:32:\"slider_xl_social_icons_font_size\";s:2:\"16\";s:32:\"slider_lg_social_icons_font_size\";s:2:\"16\";s:32:\"slider_md_social_icons_font_size\";s:2:\"14\";s:32:\"slider_sm_social_icons_font_size\";s:2:\"14\";s:32:\"slider_xs_social_icons_font_size\";s:2:\"14\";}'),(13384,1930,'_edit_last','1'),(13385,1930,'_edit_lock','1692143448:1'),(13420,1935,'_edit_last','1'),(13421,1935,'_edit_lock','1692143537:1'),(13422,1935,'_thumbnail_id','1888'),(13423,1935,'ctshowcase_job_title','Repiano Cornet'),(13424,1935,'ctshowcase_email',''),(13425,1935,'ctshowcase_phone',''),(13426,1935,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13427,1935,'ctshowcase_location',''),(13428,1935,'ctshowcase_personal_site',''),(13429,1935,'ctshowcase_external_url',''),(13430,1935,'ctshowcase_social_facebook_link',''),(13431,1935,'ctshowcase_social_twitter_link',''),(13432,1935,'ctshowcase_social_linkedin_link',''),(13433,1935,'ctshowcase_social_google_plus_link',''),(13434,1935,'ctshowcase_social_instagram_link',''),(13435,1935,'ctshowcase_social_youtube_link',''),(13436,1935,'ctshowcase_social_vimeo_link',''),(13437,1935,'ctshowcase_social_yelp_link',''),(13438,1935,'ctshowcase_social_pinterest_link',''),(13439,1935,'ctshowcase_social_behance_link',''),(13440,1935,'ctshowcase_social_github_link',''),(13441,1937,'_edit_last','1'),(13442,1937,'_edit_lock','1692143557:1'),(13443,1937,'_thumbnail_id','1888'),(13444,1937,'ctshowcase_job_title','Second Cornet'),(13445,1937,'ctshowcase_email',''),(13446,1937,'ctshowcase_phone',''),(13447,1937,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13448,1937,'ctshowcase_location',''),(13449,1937,'ctshowcase_personal_site',''),(13450,1937,'ctshowcase_external_url',''),(13451,1937,'ctshowcase_social_facebook_link',''),(13452,1937,'ctshowcase_social_twitter_link',''),(13453,1937,'ctshowcase_social_linkedin_link',''),(13454,1937,'ctshowcase_social_google_plus_link',''),(13455,1937,'ctshowcase_social_instagram_link',''),(13456,1937,'ctshowcase_social_youtube_link',''),(13457,1937,'ctshowcase_social_vimeo_link',''),(13458,1937,'ctshowcase_social_yelp_link',''),(13459,1937,'ctshowcase_social_pinterest_link',''),(13460,1937,'ctshowcase_social_behance_link',''),(13461,1937,'ctshowcase_social_github_link',''),(13462,1939,'_edit_last','1'),(13463,1939,'_edit_lock','1692143659:1'),(13464,1939,'_thumbnail_id','1888'),(13465,1939,'ctshowcase_job_title','Second Cornet'),(13466,1939,'ctshowcase_email',''),(13467,1939,'ctshowcase_phone',''),(13468,1939,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13469,1939,'ctshowcase_location',''),(13470,1939,'ctshowcase_personal_site',''),(13471,1939,'ctshowcase_external_url',''),(13472,1939,'ctshowcase_social_facebook_link',''),(13473,1939,'ctshowcase_social_twitter_link',''),(13474,1939,'ctshowcase_social_linkedin_link',''),(13475,1939,'ctshowcase_social_google_plus_link',''),(13476,1939,'ctshowcase_social_instagram_link',''),(13477,1939,'ctshowcase_social_youtube_link',''),(13478,1939,'ctshowcase_social_vimeo_link',''),(13479,1939,'ctshowcase_social_yelp_link',''),(13480,1939,'ctshowcase_social_pinterest_link',''),(13481,1939,'ctshowcase_social_behance_link',''),(13482,1939,'ctshowcase_social_github_link',''),(13483,1939,'_post_views_count','6'),(13484,1939,'ekit_post_views_count','7'),(13485,1941,'_edit_last','1'),(13486,1941,'_edit_lock','1692143677:1'),(13487,1941,'_thumbnail_id','1888'),(13488,1941,'ctshowcase_job_title','Second Cornet'),(13489,1941,'ctshowcase_email',''),(13490,1941,'ctshowcase_phone',''),(13491,1941,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13492,1941,'ctshowcase_location',''),(13493,1941,'ctshowcase_personal_site',''),(13494,1941,'ctshowcase_external_url',''),(13495,1941,'ctshowcase_social_facebook_link',''),(13496,1941,'ctshowcase_social_twitter_link',''),(13497,1941,'ctshowcase_social_linkedin_link',''),(13498,1941,'ctshowcase_social_google_plus_link',''),(13499,1941,'ctshowcase_social_instagram_link',''),(13500,1941,'ctshowcase_social_youtube_link',''),(13501,1941,'ctshowcase_social_vimeo_link',''),(13502,1941,'ctshowcase_social_yelp_link',''),(13503,1941,'ctshowcase_social_pinterest_link',''),(13504,1941,'ctshowcase_social_behance_link',''),(13505,1941,'ctshowcase_social_github_link',''),(13506,1943,'_edit_last','1'),(13507,1943,'_edit_lock','1692143696:1'),(13508,1943,'_thumbnail_id','1888'),(13509,1943,'ctshowcase_job_title','Third Cornet'),(13510,1943,'ctshowcase_email',''),(13511,1943,'ctshowcase_phone',''),(13512,1943,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13513,1943,'ctshowcase_location',''),(13514,1943,'ctshowcase_personal_site',''),(13515,1943,'ctshowcase_external_url',''),(13516,1943,'ctshowcase_social_facebook_link',''),(13517,1943,'ctshowcase_social_twitter_link',''),(13518,1943,'ctshowcase_social_linkedin_link',''),(13519,1943,'ctshowcase_social_google_plus_link',''),(13520,1943,'ctshowcase_social_instagram_link',''),(13521,1943,'ctshowcase_social_youtube_link',''),(13522,1943,'ctshowcase_social_vimeo_link',''),(13523,1943,'ctshowcase_social_yelp_link',''),(13524,1943,'ctshowcase_social_pinterest_link',''),(13525,1943,'ctshowcase_social_behance_link',''),(13526,1943,'ctshowcase_social_github_link',''),(13527,1945,'_edit_last','1'),(13528,1945,'_edit_lock','1692143714:1'),(13529,1945,'_thumbnail_id','1888'),(13530,1945,'ctshowcase_job_title','Third Cornet'),(13531,1945,'ctshowcase_email',''),(13532,1945,'ctshowcase_phone',''),(13533,1945,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13534,1945,'ctshowcase_location',''),(13535,1945,'ctshowcase_personal_site',''),(13536,1945,'ctshowcase_external_url',''),(13537,1945,'ctshowcase_social_facebook_link',''),(13538,1945,'ctshowcase_social_twitter_link',''),(13539,1945,'ctshowcase_social_linkedin_link',''),(13540,1945,'ctshowcase_social_google_plus_link',''),(13541,1945,'ctshowcase_social_instagram_link',''),(13542,1945,'ctshowcase_social_youtube_link',''),(13543,1945,'ctshowcase_social_vimeo_link',''),(13544,1945,'ctshowcase_social_yelp_link',''),(13545,1945,'ctshowcase_social_pinterest_link',''),(13546,1945,'ctshowcase_social_behance_link',''),(13547,1945,'ctshowcase_social_github_link',''),(13548,1947,'_edit_last','1'),(13549,1947,'_edit_lock','1692143728:1'),(13550,1947,'_thumbnail_id','1888'),(13551,1947,'ctshowcase_job_title','Third Cornet'),(13552,1947,'ctshowcase_email',''),(13553,1947,'ctshowcase_phone',''),(13554,1947,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13555,1947,'ctshowcase_location',''),(13556,1947,'ctshowcase_personal_site',''),(13557,1947,'ctshowcase_external_url',''),(13558,1947,'ctshowcase_social_facebook_link',''),(13559,1947,'ctshowcase_social_twitter_link',''),(13560,1947,'ctshowcase_social_linkedin_link',''),(13561,1947,'ctshowcase_social_google_plus_link',''),(13562,1947,'ctshowcase_social_instagram_link',''),(13563,1947,'ctshowcase_social_youtube_link',''),(13564,1947,'ctshowcase_social_vimeo_link',''),(13565,1947,'ctshowcase_social_yelp_link',''),(13566,1947,'ctshowcase_social_pinterest_link',''),(13567,1947,'ctshowcase_social_behance_link',''),(13568,1947,'ctshowcase_social_github_link',''),(13569,1949,'_edit_last','1'),(13570,1949,'_edit_lock','1694632059:1'),(13571,1949,'_thumbnail_id','1888'),(13572,1949,'ctshowcase_job_title','Flugelhorn'),(13573,1949,'ctshowcase_email',''),(13574,1949,'ctshowcase_phone',''),(13575,1949,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13576,1949,'ctshowcase_location',''),(13577,1949,'ctshowcase_personal_site',''),(13578,1949,'ctshowcase_external_url',''),(13579,1949,'ctshowcase_social_facebook_link',''),(13580,1949,'ctshowcase_social_twitter_link',''),(13581,1949,'ctshowcase_social_linkedin_link',''),(13582,1949,'ctshowcase_social_google_plus_link',''),(13583,1949,'ctshowcase_social_instagram_link',''),(13584,1949,'ctshowcase_social_youtube_link',''),(13585,1949,'ctshowcase_social_vimeo_link',''),(13586,1949,'ctshowcase_social_yelp_link',''),(13587,1949,'ctshowcase_social_pinterest_link',''),(13588,1949,'ctshowcase_social_behance_link',''),(13589,1949,'ctshowcase_social_github_link',''),(13590,1951,'_edit_last','1'),(13591,1951,'_edit_lock','1694632037:1'),(13592,1951,'_thumbnail_id','1888'),(13593,1951,'ctshowcase_job_title','Tenor Horn'),(13594,1951,'ctshowcase_email',''),(13595,1951,'ctshowcase_phone',''),(13596,1951,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13597,1951,'ctshowcase_location',''),(13598,1951,'ctshowcase_personal_site',''),(13599,1951,'ctshowcase_external_url',''),(13600,1951,'ctshowcase_social_facebook_link',''),(13601,1951,'ctshowcase_social_twitter_link',''),(13602,1951,'ctshowcase_social_linkedin_link',''),(13603,1951,'ctshowcase_social_google_plus_link',''),(13604,1951,'ctshowcase_social_instagram_link',''),(13605,1951,'ctshowcase_social_youtube_link',''),(13606,1951,'ctshowcase_social_vimeo_link',''),(13607,1951,'ctshowcase_social_yelp_link',''),(13608,1951,'ctshowcase_social_pinterest_link',''),(13609,1951,'ctshowcase_social_behance_link',''),(13610,1951,'ctshowcase_social_github_link',''),(13611,1953,'_edit_last','1'),(13612,1953,'_edit_lock','1694723719:1'),(13613,1954,'_wp_attached_file','2023/08/Jennifer-Girdlestone.png'),(13614,1954,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2023/08/Jennifer-Girdlestone.png\";s:8:\"filesize\";i:485021;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Jennifer-Girdlestone-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Jennifer-Girdlestone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13615,1953,'_thumbnail_id','1954'),(13616,1953,'ctshowcase_job_title','Tenor Horn*'),(13617,1953,'ctshowcase_email',''),(13618,1953,'ctshowcase_phone',''),(13619,1953,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13620,1953,'ctshowcase_location',''),(13621,1953,'ctshowcase_personal_site',''),(13622,1953,'ctshowcase_external_url',''),(13623,1953,'ctshowcase_social_facebook_link',''),(13624,1953,'ctshowcase_social_twitter_link',''),(13625,1953,'ctshowcase_social_linkedin_link',''),(13626,1953,'ctshowcase_social_google_plus_link',''),(13627,1953,'ctshowcase_social_instagram_link',''),(13628,1953,'ctshowcase_social_youtube_link',''),(13629,1953,'ctshowcase_social_vimeo_link',''),(13630,1953,'ctshowcase_social_yelp_link',''),(13631,1953,'ctshowcase_social_pinterest_link',''),(13632,1953,'ctshowcase_social_behance_link',''),(13633,1953,'ctshowcase_social_github_link',''),(13634,1956,'_edit_last','1'),(13635,1956,'_edit_lock','1694632007:1'),(13636,1956,'_thumbnail_id','1888'),(13637,1956,'ctshowcase_job_title','Tenor Horn'),(13638,1956,'ctshowcase_email',''),(13639,1956,'ctshowcase_phone',''),(13640,1956,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13641,1956,'ctshowcase_location',''),(13642,1956,'ctshowcase_personal_site',''),(13643,1956,'ctshowcase_external_url',''),(13644,1956,'ctshowcase_social_facebook_link',''),(13645,1956,'ctshowcase_social_twitter_link',''),(13646,1956,'ctshowcase_social_linkedin_link',''),(13647,1956,'ctshowcase_social_google_plus_link',''),(13648,1956,'ctshowcase_social_instagram_link',''),(13649,1956,'ctshowcase_social_youtube_link',''),(13650,1956,'ctshowcase_social_vimeo_link',''),(13651,1956,'ctshowcase_social_yelp_link',''),(13652,1956,'ctshowcase_social_pinterest_link',''),(13653,1956,'ctshowcase_social_behance_link',''),(13654,1956,'ctshowcase_social_github_link',''),(13655,1958,'_edit_last','1'),(13656,1958,'_edit_lock','1694631989:1'),(13657,1959,'_wp_attached_file','2023/08/Michael-OConner.png'),(13658,1959,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2023/08/Michael-OConner.png\";s:8:\"filesize\";i:384206;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Michael-OConner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Michael-OConner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13659,1958,'_thumbnail_id','1959'),(13660,1958,'ctshowcase_job_title','Baritone Horn'),(13661,1958,'ctshowcase_email',''),(13662,1958,'ctshowcase_phone',''),(13663,1958,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13664,1958,'ctshowcase_location',''),(13665,1958,'ctshowcase_personal_site',''),(13666,1958,'ctshowcase_external_url',''),(13667,1958,'ctshowcase_social_facebook_link',''),(13668,1958,'ctshowcase_social_twitter_link',''),(13669,1958,'ctshowcase_social_linkedin_link',''),(13670,1958,'ctshowcase_social_google_plus_link',''),(13671,1958,'ctshowcase_social_instagram_link',''),(13672,1958,'ctshowcase_social_youtube_link',''),(13673,1958,'ctshowcase_social_vimeo_link',''),(13674,1958,'ctshowcase_social_yelp_link',''),(13675,1958,'ctshowcase_social_pinterest_link',''),(13676,1958,'ctshowcase_social_behance_link',''),(13677,1958,'ctshowcase_social_github_link',''),(13678,1961,'_edit_last','1'),(13679,1961,'_edit_lock','1694631962:1'),(13680,1961,'_thumbnail_id','1888'),(13681,1961,'ctshowcase_job_title','Baritone Horn'),(13682,1961,'ctshowcase_email',''),(13683,1961,'ctshowcase_phone',''),(13684,1961,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13685,1961,'ctshowcase_location',''),(13686,1961,'ctshowcase_personal_site',''),(13687,1961,'ctshowcase_external_url',''),(13688,1961,'ctshowcase_social_facebook_link',''),(13689,1961,'ctshowcase_social_twitter_link',''),(13690,1961,'ctshowcase_social_linkedin_link',''),(13691,1961,'ctshowcase_social_google_plus_link',''),(13692,1961,'ctshowcase_social_instagram_link',''),(13693,1961,'ctshowcase_social_youtube_link',''),(13694,1961,'ctshowcase_social_vimeo_link',''),(13695,1961,'ctshowcase_social_yelp_link',''),(13696,1961,'ctshowcase_social_pinterest_link',''),(13697,1961,'ctshowcase_social_behance_link',''),(13698,1961,'ctshowcase_social_github_link',''),(13699,1963,'_edit_last','1'),(13700,1963,'_edit_lock','1692144069:1'),(13701,1963,'_thumbnail_id','1888'),(13702,1963,'ctshowcase_job_title','Euphoniums'),(13703,1963,'ctshowcase_email',''),(13704,1963,'ctshowcase_phone',''),(13705,1963,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13706,1963,'ctshowcase_location',''),(13707,1963,'ctshowcase_personal_site',''),(13708,1963,'ctshowcase_external_url',''),(13709,1963,'ctshowcase_social_facebook_link',''),(13710,1963,'ctshowcase_social_twitter_link',''),(13711,1963,'ctshowcase_social_linkedin_link',''),(13712,1963,'ctshowcase_social_google_plus_link',''),(13713,1963,'ctshowcase_social_instagram_link',''),(13714,1963,'ctshowcase_social_youtube_link',''),(13715,1963,'ctshowcase_social_vimeo_link',''),(13716,1963,'ctshowcase_social_yelp_link',''),(13717,1963,'ctshowcase_social_pinterest_link',''),(13718,1963,'ctshowcase_social_behance_link',''),(13719,1963,'ctshowcase_social_github_link',''),(13720,1965,'_edit_last','1'),(13721,1965,'_edit_lock','1692144254:1'),(13722,1965,'_thumbnail_id','1888'),(13723,1965,'ctshowcase_job_title','Euphoniums'),(13724,1965,'ctshowcase_email',''),(13725,1965,'ctshowcase_phone',''),(13726,1965,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13727,1965,'ctshowcase_location',''),(13728,1965,'ctshowcase_personal_site',''),(13729,1965,'ctshowcase_external_url',''),(13730,1965,'ctshowcase_social_facebook_link',''),(13731,1965,'ctshowcase_social_twitter_link',''),(13732,1965,'ctshowcase_social_linkedin_link',''),(13733,1965,'ctshowcase_social_google_plus_link',''),(13734,1965,'ctshowcase_social_instagram_link',''),(13735,1965,'ctshowcase_social_youtube_link',''),(13736,1965,'ctshowcase_social_vimeo_link',''),(13737,1965,'ctshowcase_social_yelp_link',''),(13738,1965,'ctshowcase_social_pinterest_link',''),(13739,1965,'ctshowcase_social_behance_link',''),(13740,1965,'ctshowcase_social_github_link',''),(13741,1967,'_edit_last','1'),(13742,1967,'_edit_lock','1694631796:1'),(13743,1967,'_thumbnail_id','1888'),(13744,1967,'ctshowcase_job_title','Tenor Trombone'),(13745,1967,'ctshowcase_email',''),(13746,1967,'ctshowcase_phone',''),(13747,1967,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13748,1967,'ctshowcase_location',''),(13749,1967,'ctshowcase_personal_site',''),(13750,1967,'ctshowcase_external_url',''),(13751,1967,'ctshowcase_social_facebook_link',''),(13752,1967,'ctshowcase_social_twitter_link',''),(13753,1967,'ctshowcase_social_linkedin_link',''),(13754,1967,'ctshowcase_social_google_plus_link',''),(13755,1967,'ctshowcase_social_instagram_link',''),(13756,1967,'ctshowcase_social_youtube_link',''),(13757,1967,'ctshowcase_social_vimeo_link',''),(13758,1967,'ctshowcase_social_yelp_link',''),(13759,1967,'ctshowcase_social_pinterest_link',''),(13760,1967,'ctshowcase_social_behance_link',''),(13761,1967,'ctshowcase_social_github_link',''),(13762,1969,'_edit_last','1'),(13763,1969,'_edit_lock','1694631871:1'),(13764,1969,'_thumbnail_id','1888'),(13765,1969,'ctshowcase_job_title','Tenor Trombone'),(13766,1969,'ctshowcase_email',''),(13767,1969,'ctshowcase_phone',''),(13768,1969,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13769,1969,'ctshowcase_location',''),(13770,1969,'ctshowcase_personal_site',''),(13771,1969,'ctshowcase_external_url',''),(13772,1969,'ctshowcase_social_facebook_link',''),(13773,1969,'ctshowcase_social_twitter_link',''),(13774,1969,'ctshowcase_social_linkedin_link',''),(13775,1969,'ctshowcase_social_google_plus_link',''),(13776,1969,'ctshowcase_social_instagram_link',''),(13777,1969,'ctshowcase_social_youtube_link',''),(13778,1969,'ctshowcase_social_vimeo_link',''),(13779,1969,'ctshowcase_social_yelp_link',''),(13780,1969,'ctshowcase_social_pinterest_link',''),(13781,1969,'ctshowcase_social_behance_link',''),(13782,1969,'ctshowcase_social_github_link',''),(13783,1971,'_edit_last','1'),(13784,1971,'_edit_lock','1694631957:1'),(13785,1971,'_thumbnail_id','1888'),(13786,1971,'ctshowcase_job_title','Tenor Trombone'),(13787,1971,'ctshowcase_email',''),(13788,1971,'ctshowcase_phone',''),(13789,1971,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13790,1971,'ctshowcase_location',''),(13791,1971,'ctshowcase_personal_site',''),(13792,1971,'ctshowcase_external_url',''),(13793,1971,'ctshowcase_social_facebook_link',''),(13794,1971,'ctshowcase_social_twitter_link',''),(13795,1971,'ctshowcase_social_linkedin_link',''),(13796,1971,'ctshowcase_social_google_plus_link',''),(13797,1971,'ctshowcase_social_instagram_link',''),(13798,1971,'ctshowcase_social_youtube_link',''),(13799,1971,'ctshowcase_social_vimeo_link',''),(13800,1971,'ctshowcase_social_yelp_link',''),(13801,1971,'ctshowcase_social_pinterest_link',''),(13802,1971,'ctshowcase_social_behance_link',''),(13803,1971,'ctshowcase_social_github_link',''),(13804,1973,'_edit_last','1'),(13805,1973,'_edit_lock','1692144356:1'),(13806,1973,'_thumbnail_id','1888'),(13807,1973,'ctshowcase_job_title','Bass Trombone'),(13808,1973,'ctshowcase_email',''),(13809,1973,'ctshowcase_phone',''),(13810,1973,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13811,1973,'ctshowcase_location',''),(13812,1973,'ctshowcase_personal_site',''),(13813,1973,'ctshowcase_external_url',''),(13814,1973,'ctshowcase_social_facebook_link',''),(13815,1973,'ctshowcase_social_twitter_link',''),(13816,1973,'ctshowcase_social_linkedin_link',''),(13817,1973,'ctshowcase_social_google_plus_link',''),(13818,1973,'ctshowcase_social_instagram_link',''),(13819,1973,'ctshowcase_social_youtube_link',''),(13820,1973,'ctshowcase_social_vimeo_link',''),(13821,1973,'ctshowcase_social_yelp_link',''),(13822,1973,'ctshowcase_social_pinterest_link',''),(13823,1973,'ctshowcase_social_behance_link',''),(13824,1973,'ctshowcase_social_github_link',''),(13825,1975,'_edit_last','1'),(13826,1975,'_edit_lock','1692144374:1'),(13827,1975,'_thumbnail_id','1888'),(13828,1975,'ctshowcase_job_title','Eb Bass'),(13829,1975,'ctshowcase_email',''),(13830,1975,'ctshowcase_phone',''),(13831,1975,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13832,1975,'ctshowcase_location',''),(13833,1975,'ctshowcase_personal_site',''),(13834,1975,'ctshowcase_external_url',''),(13835,1975,'ctshowcase_social_facebook_link',''),(13836,1975,'ctshowcase_social_twitter_link',''),(13837,1975,'ctshowcase_social_linkedin_link',''),(13838,1975,'ctshowcase_social_google_plus_link',''),(13839,1975,'ctshowcase_social_instagram_link',''),(13840,1975,'ctshowcase_social_youtube_link',''),(13841,1975,'ctshowcase_social_vimeo_link',''),(13842,1975,'ctshowcase_social_yelp_link',''),(13843,1975,'ctshowcase_social_pinterest_link',''),(13844,1975,'ctshowcase_social_behance_link',''),(13845,1975,'ctshowcase_social_github_link',''),(13846,1977,'_edit_last','1'),(13847,1977,'_edit_lock','1692144393:1'),(13848,1977,'_thumbnail_id','1888'),(13849,1977,'ctshowcase_job_title','Eb Bass'),(13850,1977,'ctshowcase_email',''),(13851,1977,'ctshowcase_phone',''),(13852,1977,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13853,1977,'ctshowcase_location',''),(13854,1977,'ctshowcase_personal_site',''),(13855,1977,'ctshowcase_external_url',''),(13856,1977,'ctshowcase_social_facebook_link',''),(13857,1977,'ctshowcase_social_twitter_link',''),(13858,1977,'ctshowcase_social_linkedin_link',''),(13859,1977,'ctshowcase_social_google_plus_link',''),(13860,1977,'ctshowcase_social_instagram_link',''),(13861,1977,'ctshowcase_social_youtube_link',''),(13862,1977,'ctshowcase_social_vimeo_link',''),(13863,1977,'ctshowcase_social_yelp_link',''),(13864,1977,'ctshowcase_social_pinterest_link',''),(13865,1977,'ctshowcase_social_behance_link',''),(13866,1977,'ctshowcase_social_github_link',''),(13867,1979,'_edit_last','1'),(13868,1979,'_edit_lock','1692144411:1'),(13869,1979,'_thumbnail_id','1888'),(13870,1979,'ctshowcase_job_title','Bb Bass'),(13871,1979,'ctshowcase_email',''),(13872,1979,'ctshowcase_phone',''),(13873,1979,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13874,1979,'ctshowcase_location',''),(13875,1979,'ctshowcase_personal_site',''),(13876,1979,'ctshowcase_external_url',''),(13877,1979,'ctshowcase_social_facebook_link',''),(13878,1979,'ctshowcase_social_twitter_link',''),(13879,1979,'ctshowcase_social_linkedin_link',''),(13880,1979,'ctshowcase_social_google_plus_link',''),(13881,1979,'ctshowcase_social_instagram_link',''),(13882,1979,'ctshowcase_social_youtube_link',''),(13883,1979,'ctshowcase_social_vimeo_link',''),(13884,1979,'ctshowcase_social_yelp_link',''),(13885,1979,'ctshowcase_social_pinterest_link',''),(13886,1979,'ctshowcase_social_behance_link',''),(13887,1979,'ctshowcase_social_github_link',''),(13888,1982,'_edit_last','1'),(13889,1982,'_edit_lock','1692144431:1'),(13890,1982,'_thumbnail_id','1888'),(13891,1982,'ctshowcase_job_title','Bb Bass'),(13892,1982,'ctshowcase_email',''),(13893,1982,'ctshowcase_phone',''),(13894,1982,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13895,1982,'ctshowcase_location',''),(13896,1982,'ctshowcase_personal_site',''),(13897,1982,'ctshowcase_external_url',''),(13898,1982,'ctshowcase_social_facebook_link',''),(13899,1982,'ctshowcase_social_twitter_link',''),(13900,1982,'ctshowcase_social_linkedin_link',''),(13901,1982,'ctshowcase_social_google_plus_link',''),(13902,1982,'ctshowcase_social_instagram_link',''),(13903,1982,'ctshowcase_social_youtube_link',''),(13904,1982,'ctshowcase_social_vimeo_link',''),(13905,1982,'ctshowcase_social_yelp_link',''),(13906,1982,'ctshowcase_social_pinterest_link',''),(13907,1982,'ctshowcase_social_behance_link',''),(13908,1982,'ctshowcase_social_github_link',''),(13909,1984,'_edit_last','1'),(13910,1984,'_edit_lock','1692144450:1'),(13911,1984,'_thumbnail_id','1888'),(13912,1984,'ctshowcase_job_title','Percussion'),(13913,1984,'ctshowcase_email',''),(13914,1984,'ctshowcase_phone',''),(13915,1984,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13916,1984,'ctshowcase_location',''),(13917,1984,'ctshowcase_personal_site',''),(13918,1984,'ctshowcase_external_url',''),(13919,1984,'ctshowcase_social_facebook_link',''),(13920,1984,'ctshowcase_social_twitter_link',''),(13921,1984,'ctshowcase_social_linkedin_link',''),(13922,1984,'ctshowcase_social_google_plus_link',''),(13923,1984,'ctshowcase_social_instagram_link',''),(13924,1984,'ctshowcase_social_youtube_link',''),(13925,1984,'ctshowcase_social_vimeo_link',''),(13926,1984,'ctshowcase_social_yelp_link',''),(13927,1984,'ctshowcase_social_pinterest_link',''),(13928,1984,'ctshowcase_social_behance_link',''),(13929,1984,'ctshowcase_social_github_link',''),(13930,1986,'_edit_last','1'),(13931,1986,'_edit_lock','1692144468:1'),(13932,1986,'_thumbnail_id','1888'),(13933,1986,'ctshowcase_job_title','Percussion'),(13934,1986,'ctshowcase_email',''),(13935,1986,'ctshowcase_phone',''),(13936,1986,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13937,1986,'ctshowcase_location',''),(13938,1986,'ctshowcase_personal_site',''),(13939,1986,'ctshowcase_external_url',''),(13940,1986,'ctshowcase_social_facebook_link',''),(13941,1986,'ctshowcase_social_twitter_link',''),(13942,1986,'ctshowcase_social_linkedin_link',''),(13943,1986,'ctshowcase_social_google_plus_link',''),(13944,1986,'ctshowcase_social_instagram_link',''),(13945,1986,'ctshowcase_social_youtube_link',''),(13946,1986,'ctshowcase_social_vimeo_link',''),(13947,1986,'ctshowcase_social_yelp_link',''),(13948,1986,'ctshowcase_social_pinterest_link',''),(13949,1986,'ctshowcase_social_behance_link',''),(13950,1986,'ctshowcase_social_github_link',''),(13951,1988,'_edit_last','1'),(13952,1988,'_edit_lock','1694631678:1'),(13953,1988,'_thumbnail_id','1888'),(13954,1988,'ctshowcase_job_title','Percussion'),(13955,1988,'ctshowcase_email',''),(13956,1988,'ctshowcase_phone',''),(13957,1988,'ctshowcase_skills','a:4:{i:0;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#27ae60\";}i:1;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#1198ff\";}i:2;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#9b59b6\";}i:3;a:3:{s:10:\"skill_name\";s:0:\"\";s:11:\"skill_level\";s:2:\"90\";s:15:\"skill_bar_color\";s:7:\"#ff5755\";}}'),(13958,1988,'ctshowcase_location',''),(13959,1988,'ctshowcase_personal_site',''),(13960,1988,'ctshowcase_external_url',''),(13961,1988,'ctshowcase_social_facebook_link',''),(13962,1988,'ctshowcase_social_twitter_link',''),(13963,1988,'ctshowcase_social_linkedin_link',''),(13964,1988,'ctshowcase_social_google_plus_link',''),(13965,1988,'ctshowcase_social_instagram_link',''),(13966,1988,'ctshowcase_social_youtube_link',''),(13967,1988,'ctshowcase_social_vimeo_link',''),(13968,1988,'ctshowcase_social_yelp_link',''),(13969,1988,'ctshowcase_social_pinterest_link',''),(13970,1988,'ctshowcase_social_behance_link',''),(13971,1988,'ctshowcase_social_github_link',''),(14480,622,'_wp_old_date','2023-08-15'),(14481,2046,'_wp_trash_meta_status','publish'),(14482,2046,'_wp_trash_meta_time','1692460651'),(14484,2047,'_wp_attached_file','2023/08/0-Catch-the-Spirit.png'),(14485,2047,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:30:\"2023/08/0-Catch-the-Spirit.png\";s:8:\"filesize\";i:9239570;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"0-Catch-the-Spirit-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113358;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"0-Catch-the-Spirit-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1070791;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"0-Catch-the-Spirit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"0-Catch-the-Spirit-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:637455;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:30:\"0-Catch-the-Spirit-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:552893;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"0-Catch-the-Spirit-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2193590;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"0-Catch-the-Spirit-2048x1366.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3591113;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14486,2048,'_wp_attached_file','2023/08/Slide6.png'),(14487,2048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:7500;s:6:\"height\";i:5000;s:4:\"file\";s:18:\"2023/08/Slide6.png\";s:8:\"filesize\";i:61783593;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106875;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Slide6-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:971511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide6-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:594448;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:18:\"Slide6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:529558;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Slide6-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1855522;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Slide6-2048x1365.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2873747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14488,2049,'_wp_attached_file','2023/08/Orchid-City-12-19-21-5-scaled.jpg'),(14489,2049,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2023/08/Orchid-City-12-19-21-5-scaled.jpg\";s:8:\"filesize\";i:441254;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22083;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-5-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-5-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124809;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67539;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-5-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194757;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-5-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308159;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435152378\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"89\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"Orchid-City-12-19-21-5.jpg\";}'),(14490,2050,'_wp_attached_file','2023/08/Orchid-City-12-19-21-6-scaled.jpg'),(14491,2050,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2023/08/Orchid-City-12-19-21-6-scaled.jpg\";s:8:\"filesize\";i:617430;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-6-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28824;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-6-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-6-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183502;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:34:\"Orchid-City-12-19-21-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-6-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282790;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-6-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435152384\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"Orchid-City-12-19-21-6.jpg\";}'),(14492,2051,'_wp_attached_file','2023/08/Orchid-City-12-19-21-13-scaled.jpg'),(14493,2051,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2023/08/Orchid-City-12-19-21-13-scaled.jpg\";s:8:\"filesize\";i:887851;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29187;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-13-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17869;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121656;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118475;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-13-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:383963;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-13-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:617493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435153841\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"Orchid-City-12-19-21-13.jpg\";}'),(14494,2052,'_wp_attached_file','2023/08/Orchid-City-12-19-21-36-scaled.jpg'),(14495,2052,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:42:\"2023/08/Orchid-City-12-19-21-36-scaled.jpg\";s:8:\"filesize\";i:712680;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-36-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27300;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-36-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-36-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97487;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:35:\"Orchid-City-12-19-21-36-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93568;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-36-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293105;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-36-2048x1230.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:478179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435154282\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:3:\"104\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"Orchid-City-12-19-21-36.jpg\";}'),(14496,2053,'_wp_attached_file','2023/08/1-Lest-We-Forget.png'),(14497,2053,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:28:\"2023/08/1-Lest-We-Forget.png\";s:8:\"filesize\";i:2669109;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"1-Lest-We-Forget-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106698;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"1-Lest-We-Forget-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1038905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"1-Lest-We-Forget-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43555;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"1-Lest-We-Forget-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:605237;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:28:\"1-Lest-We-Forget-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:563880;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"1-Lest-We-Forget-1536x1023.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2231834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14498,2054,'_wp_attached_file','2023/08/2-The-Snowman.png'),(14499,2054,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:25:\"2023/08/2-The-Snowman.png\";s:8:\"filesize\";i:2833917;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"2-The-Snowman-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98129;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"2-The-Snowman-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1097090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"2-The-Snowman-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"2-The-Snowman-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:626417;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:25:\"2-The-Snowman-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:568140;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"2-The-Snowman-1536x1023.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2365016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14500,2055,'_wp_attached_file','2023/08/3-This-is-a-Brass-Band.png'),(14501,2055,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:34:\"2023/08/3-This-is-a-Brass-Band.png\";s:8:\"filesize\";i:2079385;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"3-This-is-a-Brass-Band-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116551;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"3-This-is-a-Brass-Band-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:974587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"3-This-is-a-Brass-Band-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46471;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"3-This-is-a-Brass-Band-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:606564;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:34:\"3-This-is-a-Brass-Band-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:534874;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"3-This-is-a-Brass-Band-1536x1023.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1857474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14502,2056,'_wp_attached_file','2023/08/4-Once-Upon-a-Song.png'),(14503,2056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:30:\"2023/08/4-Once-Upon-a-Song.png\";s:8:\"filesize\";i:1977125;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"4-Once-Upon-a-Song-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111820;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"4-Once-Upon-a-Song-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:942572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"4-Once-Upon-a-Song-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"4-Once-Upon-a-Song-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:591188;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:30:\"4-Once-Upon-a-Song-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:537405;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"4-Once-Upon-a-Song-1536x1023.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1778215;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14815,1125,'_post_views_count','30'),(14816,1136,'_post_views_count','31'),(14817,1140,'_post_views_count','2'),(14818,1138,'_post_views_count','39'),(14918,2105,'_wp_attached_file','2023/08/FB_IMG_1690726527491-1.jpg'),(14919,2105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:34:\"2023/08/FB_IMG_1690726527491-1.jpg\";s:8:\"filesize\";i:78909;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726527491-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:13338;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"FB_IMG_1690726527491-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:100687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726527491-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:7443;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726527491-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:63984;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726527491-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14920,2106,'_wp_attached_file','2023/08/FB_IMG_1690726531057-1.jpg'),(14921,2106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:810;s:4:\"file\";s:34:\"2023/08/FB_IMG_1690726531057-1.jpg\";s:8:\"filesize\";i:146358;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726531057-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21573;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"FB_IMG_1690726531057-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726531057-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:8052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726531057-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113084;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:34:\"FB_IMG_1690726531057-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14922,2107,'_wp_attached_file','2023/08/Orchid-City-12-19-21-36-1-scaled.jpg'),(14923,2107,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:44:\"2023/08/Orchid-City-12-19-21-36-1-scaled.jpg\";s:8:\"filesize\";i:712680;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-36-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27300;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-36-1-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-36-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:16993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-36-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97487;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-36-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93568;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-36-1-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293105;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-36-1-2048x1230.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:478179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435154282\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:3:\"104\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"Orchid-City-12-19-21-36-1.jpg\";}'),(14924,2108,'_wp_attached_file','2023/08/Orchid-City-12-19-21-103-scaled.jpg'),(14925,2108,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:43:\"2023/08/Orchid-City-12-19-21-103-scaled.jpg\";s:8:\"filesize\";i:525241;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-103-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21288;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-103-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-103-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-103-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70517;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-103-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80415;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-103-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213332;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-103-2048x1230.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435157920\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Orchid-City-12-19-21-103.jpg\";}'),(14926,2109,'_wp_attached_file','2023/08/Orchid-City-12-19-21-123-scaled.jpg'),(14927,2109,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:43:\"2023/08/Orchid-City-12-19-21-123-scaled.jpg\";s:8:\"filesize\";i:566502;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-123-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24267;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-123-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-123-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15673;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-123-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82880;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-123-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82214;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-123-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241194;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-123-2048x1229.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:387194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158672\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Orchid-City-12-19-21-123.jpg\";}'),(14928,2110,'_wp_attached_file','2023/08/Orchid-City-12-19-21-124-scaled.jpg'),(14929,2110,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:43:\"2023/08/Orchid-City-12-19-21-124-scaled.jpg\";s:8:\"filesize\";i:579976;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-124-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24316;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-124-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-124-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-124-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84974;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-124-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94347;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-124-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248273;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-124-2048x1229.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158677\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Orchid-City-12-19-21-124.jpg\";}'),(14930,2111,'_wp_attached_file','2023/08/Orchid-City-12-19-21-125-scaled.jpg'),(14931,2111,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:43:\"2023/08/Orchid-City-12-19-21-125-scaled.jpg\";s:8:\"filesize\";i:656164;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-125-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28591;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-125-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-125-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-125-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101850;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-125-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92632;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295280;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:460717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158682\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Orchid-City-12-19-21-125.jpg\";}'),(14932,2112,'_wp_attached_file','2023/08/Orchid-City-12-19-21-130-scaled.jpg'),(14933,2112,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:43:\"2023/08/Orchid-City-12-19-21-130-scaled.jpg\";s:8:\"filesize\";i:537719;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-130-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27078;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Orchid-City-12-19-21-130-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-130-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-130-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90083;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"Orchid-City-12-19-21-130-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81206;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-130-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247113;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-130-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158992\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"Orchid-City-12-19-21-130.jpg\";}'),(15002,2120,'_wp_attached_file','2023/08/Orchid-City-12-19-21-103-1-scaled.jpg'),(15003,2120,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:45:\"2023/08/Orchid-City-12-19-21-103-1-scaled.jpg\";s:8:\"filesize\";i:525241;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-103-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21288;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-103-1-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-103-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:15195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-103-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70517;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-103-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80415;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-103-1-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213332;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"Orchid-City-12-19-21-103-1-2048x1230.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435157920\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"Orchid-City-12-19-21-103-1.jpg\";}'),(15004,2121,'_wp_attached_file','2023/08/Orchid-City-12-19-21-123-1-scaled.jpg'),(15005,2121,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1537;s:4:\"file\";s:45:\"2023/08/Orchid-City-12-19-21-123-1-scaled.jpg\";s:8:\"filesize\";i:566502;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-123-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24267;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-123-1-1024x615.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-123-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:15673;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-123-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82880;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-123-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82214;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-123-1-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241194;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"Orchid-City-12-19-21-123-1-2048x1229.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:387194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158672\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"Orchid-City-12-19-21-123-1.jpg\";}'),(15006,2122,'_wp_attached_file','2023/08/Orchid-City-12-19-21-124-1-scaled.jpg'),(15007,2122,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1536;s:4:\"file\";s:45:\"2023/08/Orchid-City-12-19-21-124-1-scaled.jpg\";s:8:\"filesize\";i:579976;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-124-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24316;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-124-1-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-124-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:16527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-124-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84974;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-124-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94347;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-124-1-1536x922.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248273;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"Orchid-City-12-19-21-124-1-2048x1229.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158677\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"59\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"Orchid-City-12-19-21-124-1.jpg\";}'),(15008,2123,'_wp_attached_file','2023/08/Orchid-City-12-19-21-125-1-scaled.jpg'),(15009,2123,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:45:\"2023/08/Orchid-City-12-19-21-125-1-scaled.jpg\";s:8:\"filesize\";i:656164;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28591;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Orchid-City-12-19-21-125-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-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:17707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101850;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:38:\"Orchid-City-12-19-21-125-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92632;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"Orchid-City-12-19-21-125-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295280;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:40:\"Orchid-City-12-19-21-125-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:460717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:6:\"NX3300\";s:7:\"caption\";s:23:\"SAMSUNG CAMERA PICTURES\";s:17:\"created_timestamp\";s:10:\"1435158682\";s:9:\"copyright\";s:14:\"Copyright 2014\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"SAMSUNG CAMERA PICTURES\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"Orchid-City-12-19-21-125-1.jpg\";}'),(15227,2149,'_wp_attached_file','2023/08/DSC_0554-scaled.jpg'),(15228,2149,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0554-scaled.jpg\";s:8:\"filesize\";i:709618;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0554-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87521;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0554-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0554-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0554-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161639;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0554-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159200;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0554-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351195;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0554-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:515197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867251\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0554.jpg\";}'),(15229,2150,'_wp_attached_file','2023/08/DSC_0541-scaled.jpg'),(15230,2150,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0541-scaled.jpg\";s:8:\"filesize\";i:480969;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0541-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81499;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0541-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0541-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73587;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0541-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125378;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0541-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115728;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0541-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238198;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0541-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867120\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0541.jpg\";}'),(15231,2151,'_wp_attached_file','2023/08/DSC_0524-scaled.jpg'),(15232,2151,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0524-scaled.jpg\";s:8:\"filesize\";i:561723;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0524-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84148;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0524-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0524-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75573;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0524-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139706;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0524-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136840;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0524-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276868;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0524-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:403169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682867006\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0524.jpg\";}'),(15233,2152,'_wp_attached_file','2023/08/DSC_0522-scaled.jpg'),(15234,2152,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0522-scaled.jpg\";s:8:\"filesize\";i:651589;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0522-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86414;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0522-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206513;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0522-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156021;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0522-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143610;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0522-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325574;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0522-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:472978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682866973\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0522.jpg\";}'),(15235,2153,'_wp_attached_file','2023/08/DSC_0517-scaled.jpg'),(15236,2153,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0517-scaled.jpg\";s:8:\"filesize\";i:422709;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0517-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80345;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0517-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0517-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0517-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117531;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0517-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114132;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0517-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212219;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0517-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:303035;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682866924\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0517.jpg\";}'),(15237,2154,'_wp_attached_file','2023/08/DSC_0506-scaled.jpg'),(15238,2154,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:27:\"2023/08/DSC_0506-scaled.jpg\";s:8:\"filesize\";i:576505;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_0506-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85079;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_0506-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184271;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_0506-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75327;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_0506-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142179;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_0506-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132165;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"DSC_0506-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285709;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"DSC_0506-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:415876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682866872\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"DSC_0506.jpg\";}'),(15269,595,'_post_views_count','7'),(15431,592,'_post_views_count','9'),(15504,1007,'_post_views_count','2'),(15505,1033,'_post_views_count','3'),(15506,992,'_post_views_count','2'),(15507,1053,'_post_views_count','4'),(15508,2185,'_wp_attached_file','2023/07/image-005.png'),(15509,2185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2023/07/image-005.png\";s:8:\"filesize\";s:7:\"2868442\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-005-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"116620\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-005-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"965420\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-005-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"46454\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-005-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"603758\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"image-005-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"532543\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-005-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1828767\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15510,2186,'_wp_attached_file','2023/07/image-003-1.png'),(15511,2186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2023/07/image-003-1.png\";s:8:\"filesize\";s:7:\"4267937\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"image-003-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"98501\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"image-003-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1084908\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"image-003-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"39236\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"image-003-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"622460\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:23:\"image-003-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"565655\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"image-003-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"2351793\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15512,2187,'_wp_attached_file','2023/07/image-006.png'),(15513,2187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2023/07/image-006.png\";s:8:\"filesize\";s:7:\"2692861\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-006-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"111690\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-006-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"933042\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-006-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"44863\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-006-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"588883\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"image-006-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"534928\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-006-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1748571\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15514,2186,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4762553;s:10:\"size_after\";i:4762553;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39236;s:10:\"size_after\";i:39236;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98501;s:10:\"size_after\";i:98501;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:565655;s:10:\"size_after\";i:565655;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:622460;s:10:\"size_after\";i:622460;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1084908;s:10:\"size_after\";i:1084908;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2351793;s:10:\"size_after\";i:2351793;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(15515,2185,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4093562;s:10:\"size_after\";i:4093562;s:4:\"time\";d:0.9899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46454;s:10:\"size_after\";i:46454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116620;s:10:\"size_after\";i:116620;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:532543;s:10:\"size_after\";i:532543;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:965420;s:10:\"size_after\";i:965420;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:603758;s:10:\"size_after\";i:603758;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1828767;s:10:\"size_after\";i:1828767;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(15516,2187,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3961977;s:10:\"size_after\";i:3961977;s:4:\"time\";d:1.310000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44863;s:10:\"size_after\";i:44863;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111690;s:10:\"size_after\";i:111690;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:534928;s:10:\"size_after\";i:534928;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:933042;s:10:\"size_after\";i:933042;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:588883;s:10:\"size_after\";i:588883;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1748571;s:10:\"size_after\";i:1748571;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}}}'),(15526,1007,'_eael_custom_js',''),(15536,16,'wp-smush-lossy','1'),(15537,16,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:79.17138616568371389803360216319561004638671875;s:5:\"bytes\";i:81081;s:11:\"size_before\";i:102412;s:10:\"size_after\";i:21331;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:8710;s:11:\"size_before\";i:10850;s:10:\"size_after\";i:2140;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:14100;s:11:\"size_before\";i:18517;s:10:\"size_after\";i:4417;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:58271;s:11:\"size_before\";i:73045;s:10:\"size_after\";i:14774;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(15538,17,'wp-smush-lossy','1'),(15539,17,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:81.75491606329205751535482704639434814453125;s:5:\"bytes\";i:101735;s:11:\"size_before\";i:124439;s:10:\"size_after\";i:22704;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:11412;s:11:\"size_before\";i:13936;s:10:\"size_after\";i:2524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:83.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:19167;s:11:\"size_before\";i:22893;s:10:\"size_after\";i:3726;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:71156;s:11:\"size_before\";i:87610;s:10:\"size_after\";i:16454;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(15540,95,'wp-smush-lossy','1'),(15541,95,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:71.9129859652651504120512981899082660675048828125;s:5:\"bytes\";i:979644;s:11:\"size_before\";i:1362263;s:10:\"size_after\";i:382619;s:4:\"time\";d:2.36000000000000031974423109204508364200592041015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.68000000000000682121026329696178436279296875;s:5:\"bytes\";i:32748;s:11:\"size_before\";i:46335;s:10:\"size_after\";i:13587;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:58261;s:11:\"size_before\";i:82219;s:10:\"size_after\";i:23958;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:555698;s:11:\"size_before\";i:771124;s:10:\"size_after\";i:215426;s:4:\"time\";d:0.92000000000000003996802888650563545525074005126953125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:332937;s:11:\"size_before\";i:462585;s:10:\"size_after\";i:129648;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;}}}'),(15542,96,'wp-smush-lossy','1'),(15543,96,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.14551084743617881400723490514792501926422119140625;s:5:\"bytes\";i:55691;s:11:\"size_before\";i:1343405;s:10:\"size_after\";i:1287714;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:588;s:11:\"size_before\";i:8399;s:10:\"size_after\";i:7811;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:17162;s:10:\"size_after\";i:16146;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:73894;s:10:\"size_after\";i:71235;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:3846;s:11:\"size_before\";i:116358;s:10:\"size_after\";i:112512;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:221923;s:10:\"size_after\";i:214230;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:14623;s:11:\"size_before\";i:363349;s:10:\"size_after\";i:348726;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:25266;s:11:\"size_before\";i:542320;s:10:\"size_after\";i:517054;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(15544,101,'wp-smush-lossy','1'),(15545,101,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3296825336039521658904050127603113651275634765625;s:5:\"bytes\";i:1914;s:11:\"size_before\";i:26113;s:10:\"size_after\";i:24199;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8369;s:10:\"size_after\";i:7730;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:17744;s:10:\"size_after\";i:16469;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15546,109,'wp-smush-lossy','1'),(15547,109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.57587345732661265884644308243878185749053955078125;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:21959;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:385;s:11:\"size_before\";i:6378;s:10:\"size_after\";i:5993;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:668;s:11:\"size_before\";i:16634;s:10:\"size_after\";i:15966;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(15548,110,'wp-smush-lossy','1'),(15549,110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.15556971434639432771973588387481868267059326171875;s:5:\"bytes\";i:971;s:11:\"size_before\";i:18834;s:10:\"size_after\";i:17863;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:683;s:11:\"size_before\";i:13654;s:10:\"size_after\";i:12971;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5180;s:10:\"size_after\";i:4892;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(15550,111,'wp-smush-lossy','1'),(15551,111,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.35894418291862795200586333521641790866851806640625;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:23792;s:10:\"size_after\";i:22517;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:439;s:11:\"size_before\";i:6791;s:10:\"size_after\";i:6352;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:836;s:11:\"size_before\";i:17001;s:10:\"size_after\";i:16165;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(15552,129,'wp-smush-lossy','1'),(15553,129,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4890132135890166154013058985583484172821044921875;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:27169;s:10:\"size_after\";i:25406;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8090;s:10:\"size_after\";i:7531;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:19079;s:10:\"size_after\";i:17875;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(15569,1053,'_eael_custom_js',''),(15570,317,'wp-smush-lossy','1'),(15571,317,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.7907905121808340709321782924234867095947265625;s:5:\"bytes\";i:4372952;s:11:\"size_before\";i:6646754;s:10:\"size_after\";i:2273802;s:4:\"time\";d:14.910000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.3700000000000045474735088646411895751953125;s:5:\"bytes\";i:28622;s:11:\"size_before\";i:44468;s:10:\"size_after\";i:15846;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:74763;s:11:\"size_before\";i:109173;s:10:\"size_after\";i:34410;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:420289;s:11:\"size_before\";i:606369;s:10:\"size_after\";i:186080;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:681594;s:11:\"size_before\";i:992686;s:10:\"size_after\";i:311092;s:4:\"time\";d:2.430000000000000159872115546022541821002960205078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:1264007;s:11:\"size_before\";i:1906930;s:10:\"size_after\";i:642923;s:4:\"time\";d:3.680000000000000159872115546022541821002960205078125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:1903677;s:11:\"size_before\";i:2987128;s:10:\"size_after\";i:1083451;s:4:\"time\";d:7.79000000000000003552713678800500929355621337890625;}}}'),(15572,2192,'_wp_attached_file','2023/07/image-002-1.png'),(15573,2192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2023/07/image-002-1.png\";s:8:\"filesize\";s:7:\"4346523\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"image-002-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"106933\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"image-002-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1026621\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"image-002-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"43369\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"image-002-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"600513\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:23:\"image-002-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"561071\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"image-002-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"2244934\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(15574,2192,'wp-smush-lossy','1'),(15575,2192,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.0924737549801619707068311981856822967529296875;s:5:\"bytes\";i:3304316;s:11:\"size_before\";i:4583441;s:10:\"size_after\";i:1279125;s:4:\"time\";d:4.32000000000000028421709430404007434844970703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.25;s:5:\"bytes\";i:75119;s:11:\"size_before\";i:106933;s:10:\"size_after\";i:31814;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:28430;s:11:\"size_before\";i:43369;s:10:\"size_after\";i:14939;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:402262;s:11:\"size_before\";i:561071;s:10:\"size_after\";i:158809;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:740369;s:11:\"size_before\";i:1026621;s:10:\"size_after\";i:286252;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:430048;s:11:\"size_before\";i:600513;s:10:\"size_after\";i:170465;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.5199999999999960209606797434389591217041015625;s:5:\"bytes\";i:1628088;s:11:\"size_before\";i:2244934;s:10:\"size_after\";i:616846;s:4:\"time\";d:1.8600000000000000976996261670137755572795867919921875;}}}'),(15584,1033,'_eael_custom_js',''),(15585,318,'wp-smush-lossy','1'),(15586,318,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.20360669301129519226378761231899261474609375;s:5:\"bytes\";i:4268262;s:11:\"size_before\";i:6546052;s:10:\"size_after\";i:2277790;s:4:\"time\";d:23.769999999999999573674358543939888477325439453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:27485;s:11:\"size_before\";i:43347;s:10:\"size_after\";i:15862;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:72834;s:11:\"size_before\";i:107230;s:10:\"size_after\";i:34396;s:4:\"time\";d:0.25;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.099999999999994315658113919198513031005859375;s:5:\"bytes\";i:411691;s:11:\"size_before\";i:595801;s:10:\"size_after\";i:184110;s:4:\"time\";d:1.1699999999999999289457264239899814128875732421875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:665396;s:11:\"size_before\";i:976426;s:10:\"size_after\";i:311030;s:4:\"time\";d:2.089999999999999857891452847979962825775146484375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:1234531;s:11:\"size_before\";i:1878406;s:10:\"size_after\";i:643875;s:4:\"time\";d:4.37999999999999989341858963598497211933135986328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1856325;s:11:\"size_before\";i:2944842;s:10:\"size_after\";i:1088517;s:4:\"time\";d:15.6899999999999995026200849679298698902130126953125;}}}'),(15587,319,'wp-smush-lossy','1'),(15588,319,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.3269609839193066136431298218667507171630859375;s:5:\"bytes\";i:927294;s:11:\"size_before\";i:1419466;s:10:\"size_after\";i:492172;s:4:\"time\";d:2.54999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:24455;s:11:\"size_before\";i:34002;s:10:\"size_after\";i:9547;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.900000000000005684341886080801486968994140625;s:5:\"bytes\";i:79067;s:11:\"size_before\";i:109968;s:10:\"size_after\";i:30901;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.43000000000000682121026329696178436279296875;s:5:\"bytes\";i:331614;s:11:\"size_before\";i:499171;s:10:\"size_after\";i:167557;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:492158;s:11:\"size_before\";i:776325;s:10:\"size_after\";i:284167;s:4:\"time\";d:1.5500000000000000444089209850062616169452667236328125;}}}'),(15589,320,'wp-smush-lossy','1'),(15590,320,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.4434607233198875064772437326610088348388671875;s:5:\"bytes\";i:74239;s:11:\"size_before\";i:117016;s:10:\"size_after\";i:42777;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.650000000000005684341886080801486968994140625;s:5:\"bytes\";i:19866;s:11:\"size_before\";i:30728;s:10:\"size_after\";i:10862;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:54373;s:11:\"size_before\";i:86288;s:10:\"size_after\";i:31915;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(15591,321,'wp-smush-lossy','1'),(15592,321,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.94346235478105455740660545416176319122314453125;s:5:\"bytes\";i:366350;s:11:\"size_before\";i:572928;s:10:\"size_after\";i:206578;s:4:\"time\";d:0.87000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:21996;s:11:\"size_before\";i:31290;s:10:\"size_after\";i:9294;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.1299999999999954525264911353588104248046875;s:5:\"bytes\";i:69432;s:11:\"size_before\";i:100438;s:10:\"size_after\";i:31006;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:274922;s:11:\"size_before\";i:441200;s:10:\"size_after\";i:166278;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}}}'),(15593,322,'wp-smush-lossy','1'),(15594,322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:62.885010764448935560722020454704761505126953125;s:5:\"bytes\";i:454209;s:11:\"size_before\";i:722285;s:10:\"size_after\";i:268076;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:27137;s:11:\"size_before\";i:42206;s:10:\"size_after\";i:15069;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.18000000000000682121026329696178436279296875;s:5:\"bytes\";i:74179;s:11:\"size_before\";i:112093;s:10:\"size_after\";i:37914;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:352893;s:11:\"size_before\";i:567986;s:10:\"size_after\";i:215093;s:4:\"time\";d:0.7800000000000000266453525910037569701671600341796875;}}}'),(15595,371,'wp-smush-lossy','1'),(15596,371,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:73.15542128498583451801096089184284210205078125;s:5:\"bytes\";i:7340513;s:11:\"size_before\";i:10034134;s:10:\"size_after\";i:2693621;s:4:\"time\";d:14.8499999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:25604;s:11:\"size_before\";i:41586;s:10:\"size_after\";i:15982;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:77601;s:11:\"size_before\";i:117437;s:10:\"size_after\";i:39836;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.9800000000000039790393202565610408782958984375;s:5:\"bytes\";i:373396;s:11:\"size_before\";i:533612;s:10:\"size_after\";i:160216;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:822485;s:11:\"size_before\";i:1136180;s:10:\"size_after\";i:313695;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:835509;s:11:\"size_before\";i:1138446;s:10:\"size_after\";i:302937;s:4:\"time\";d:1.5100000000000000088817841970012523233890533447265625;}s:46:\"qi_addons_for_elementor_image_size_huge-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:1705148;s:11:\"size_before\";i:2295621;s:10:\"size_after\";i:590473;s:4:\"time\";d:1.560000000000000053290705182007513940334320068359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:2029945;s:11:\"size_before\";i:2730785;s:10:\"size_after\";i:700840;s:4:\"time\";d:1.8200000000000000621724893790087662637233734130859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:599858;s:11:\"size_before\";i:850219;s:10:\"size_after\";i:250361;s:4:\"time\";d:3.779999999999999804600747665972448885440826416015625;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.18000000000000682121026329696178436279296875;s:5:\"bytes\";i:870967;s:11:\"size_before\";i:1190248;s:10:\"size_after\";i:319281;s:4:\"time\";d:3.9900000000000002131628207280300557613372802734375;}}}'),(15597,401,'wp-smush-lossy','1'),(15598,401,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.01573232882783059949360904283821582794189453125;s:5:\"bytes\";i:85317;s:11:\"size_before\";i:135390;s:10:\"size_after\";i:50073;s:4:\"time\";d:1.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:851;s:11:\"size_before\";i:1602;s:10:\"size_after\";i:751;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2362;s:11:\"size_before\";i:4264;s:10:\"size_after\";i:1902;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:9116;s:11:\"size_before\";i:14917;s:10:\"size_after\";i:5801;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:7320;s:11:\"size_before\";i:10987;s:10:\"size_after\";i:3667;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:1979;s:11:\"size_before\";i:2442;s:10:\"size_after\";i:463;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13242;s:11:\"size_before\";i:21291;s:10:\"size_after\";i:8049;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:16705;s:11:\"size_before\";i:25776;s:10:\"size_after\";i:9071;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.75;s:5:\"bytes\";i:23580;s:11:\"size_before\";i:35865;s:10:\"size_after\";i:12285;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:46:\"qi_addons_for_elementor_image_size_huge-square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:10162;s:11:\"size_before\";i:18246;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(15599,402,'wp-smush-lossy','1'),(15600,402,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.7526869534009534845608868636190891265869140625;s:5:\"bytes\";i:115548;s:11:\"size_before\";i:158823;s:10:\"size_after\";i:43275;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.3700000000000045474735088646411895751953125;s:5:\"bytes\";i:7596;s:11:\"size_before\";i:10795;s:10:\"size_after\";i:3199;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:20564;s:11:\"size_before\";i:26593;s:10:\"size_after\";i:6029;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:46974;s:11:\"size_before\";i:60460;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:19969;s:11:\"size_before\";i:30350;s:10:\"size_after\";i:10381;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.7600000000000051159076974727213382720947265625;s:5:\"bytes\";i:20445;s:11:\"size_before\";i:30625;s:10:\"size_after\";i:10180;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(15601,432,'wp-smush-lossy','1'),(15602,432,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.207481669214899966391385532915592193603515625;s:5:\"bytes\";i:1117952;s:11:\"size_before\";i:1639046;s:10:\"size_after\";i:521094;s:4:\"time\";d:1.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.68000000000000682121026329696178436279296875;s:5:\"bytes\";i:26349;s:11:\"size_before\";i:39518;s:10:\"size_after\";i:13169;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:47296;s:11:\"size_before\";i:70248;s:10:\"size_after\";i:22952;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:336818;s:11:\"size_before\";i:485036;s:10:\"size_after\";i:148218;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:264520;s:11:\"size_before\";i:390877;s:10:\"size_after\";i:126357;s:4:\"time\";d:0.7600000000000000088817841970012523233890533447265625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:442969;s:11:\"size_before\";i:653367;s:10:\"size_after\";i:210398;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}}}'),(15603,468,'wp-smush-lossy','1'),(15604,468,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:75.1809013607522302891084109432995319366455078125;s:5:\"bytes\";i:2766067;s:11:\"size_before\";i:3679215;s:10:\"size_after\";i:913148;s:4:\"time\";d:8.3499999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.849999999999994315658113919198513031005859375;s:5:\"bytes\";i:31103;s:11:\"size_before\";i:46524;s:10:\"size_after\";i:15421;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:85484;s:11:\"size_before\";i:121780;s:10:\"size_after\";i:36296;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:664016;s:11:\"size_before\";i:864998;s:10:\"size_after\";i:200982;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:737157;s:11:\"size_before\";i:998444;s:10:\"size_after\";i:261287;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:445849;s:11:\"size_before\";i:606884;s:10:\"size_after\";i:161035;s:4:\"time\";d:2.569999999999999840127884453977458178997039794921875;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:802458;s:11:\"size_before\";i:1040585;s:10:\"size_after\";i:238127;s:4:\"time\";d:3.6699999999999999289457264239899814128875732421875;}}}'),(15605,469,'wp-smush-lossy','1'),(15606,469,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.86217379735006716146017424762248992919921875;s:5:\"bytes\";i:1614340;s:11:\"size_before\";i:2378851;s:10:\"size_after\";i:764511;s:4:\"time\";d:3.80999999999999960920149533194489777088165283203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:27841;s:11:\"size_before\";i:38361;s:10:\"size_after\";i:10520;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:73472;s:11:\"size_before\";i:100837;s:10:\"size_after\";i:27365;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:290577;s:11:\"size_before\";i:423695;s:10:\"size_after\";i:133118;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:340302;s:11:\"size_before\";i:507565;s:10:\"size_after\";i:167263;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:431553;s:11:\"size_before\";i:643297;s:10:\"size_after\";i:211744;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.75;s:5:\"bytes\";i:450595;s:11:\"size_before\";i:665096;s:10:\"size_after\";i:214501;s:4:\"time\";d:1.5100000000000000088817841970012523233890533447265625;}}}'),(15616,992,'_eael_custom_js',''),(15617,471,'wp-smush-lossy','1'),(15618,471,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:70.478477167151567073233309201896190643310546875;s:5:\"bytes\";i:1753871;s:11:\"size_before\";i:2488520;s:10:\"size_after\";i:734649;s:4:\"time\";d:3.739999999999999769073610877967439591884613037109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:78561;s:11:\"size_before\";i:105644;s:10:\"size_after\";i:27083;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:29485;s:11:\"size_before\";i:40099;s:10:\"size_after\";i:10614;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:449347;s:11:\"size_before\";i:642776;s:10:\"size_after\";i:193429;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:394866;s:11:\"size_before\";i:560841;s:10:\"size_after\";i:165975;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:326746;s:11:\"size_before\";i:455596;s:10:\"size_after\";i:128850;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:474866;s:11:\"size_before\";i:683564;s:10:\"size_after\";i:208698;s:4:\"time\";d:1.060000000000000053290705182007513940334320068359375;}}}'),(15619,510,'wp-smush-lossy','1'),(15620,510,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.820379273781387308162038607406429946422576904296875;s:5:\"bytes\";i:13592;s:11:\"size_before\";i:481921;s:10:\"size_after\";i:468329;s:4:\"time\";d:0.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:184;s:11:\"size_before\";i:8472;s:10:\"size_after\";i:8288;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:728;s:11:\"size_before\";i:21233;s:10:\"size_after\";i:20505;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2608;s:11:\"size_before\";i:98283;s:10:\"size_after\";i:95675;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2349;s:11:\"size_before\";i:90505;s:10:\"size_after\";i:88156;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4743;s:11:\"size_before\";i:156158;s:10:\"size_after\";i:151415;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:2980;s:11:\"size_before\";i:107270;s:10:\"size_after\";i:104290;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(15621,511,'wp-smush-lossy','1'),(15622,511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.46618855602177422525755901006050407886505126953125;s:5:\"bytes\";i:20338;s:11:\"size_before\";i:586754;s:10:\"size_after\";i:566416;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:259;s:11:\"size_before\";i:8555;s:10:\"size_after\";i:8296;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:911;s:11:\"size_before\";i:22066;s:10:\"size_after\";i:21155;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3861;s:11:\"size_before\";i:109533;s:10:\"size_after\";i:105672;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:43:\"qi_addons_for_elementor_image_size_portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:4857;s:11:\"size_before\";i:145106;s:10:\"size_after\";i:140249;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3929;s:11:\"size_before\";i:112198;s:10:\"size_after\";i:108269;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:44:\"qi_addons_for_elementor_image_size_landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:6521;s:11:\"size_before\";i:189296;s:10:\"size_after\";i:182775;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(15623,544,'wp-smush-lossy','1'),(15624,544,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:71.182059612702715867271763272583484649658203125;s:5:\"bytes\";i:933552;s:11:\"size_before\";i:1311499;s:10:\"size_after\";i:377947;s:4:\"time\";d:2.87000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:29312;s:11:\"size_before\";i:43286;s:10:\"size_after\";i:13974;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.3799999999999954525264911353588104248046875;s:5:\"bytes\";i:73372;s:11:\"size_before\";i:105748;s:10:\"size_after\";i:32376;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:416913;s:11:\"size_before\";i:590374;s:10:\"size_after\";i:173461;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:413955;s:11:\"size_before\";i:572091;s:10:\"size_after\";i:158136;s:4:\"time\";d:2.020000000000000017763568394002504646778106689453125;}}}'),(15625,545,'wp-smush-lossy','1'),(15626,545,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.47810087202342543832855881191790103912353515625;s:5:\"bytes\";i:824538;s:11:\"size_before\";i:1298933;s:10:\"size_after\";i:474395;s:4:\"time\";d:2.53000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:26909;s:11:\"size_before\";i:44569;s:10:\"size_after\";i:17660;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:69809;s:11:\"size_before\";i:110757;s:10:\"size_after\";i:40948;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:354275;s:11:\"size_before\";i:553613;s:10:\"size_after\";i:199338;s:4:\"time\";d:0.689999999999999946709294817992486059665679931640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:373545;s:11:\"size_before\";i:589994;s:10:\"size_after\";i:216449;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;}}}'),(15627,546,'wp-smush-lossy','1'),(15628,546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.6498377786646614140408928506076335906982421875;s:5:\"bytes\";i:916833;s:11:\"size_before\";i:1335521;s:10:\"size_after\";i:418688;s:4:\"time\";d:3.62000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:30104;s:11:\"size_before\";i:46435;s:10:\"size_after\";i:16331;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:78622;s:11:\"size_before\";i:116006;s:10:\"size_after\";i:37384;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:41:\"qi_addons_for_elementor_image_size_square\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.3700000000000045474735088646411895751953125;s:5:\"bytes\";i:392386;s:11:\"size_before\";i:565661;s:10:\"size_after\";i:173275;s:4:\"time\";d:1.4299999999999999378275106209912337362766265869140625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:415721;s:11:\"size_before\";i:607419;s:10:\"size_after\";i:191698;s:4:\"time\";d:1.8400000000000000799360577730112709105014801025390625;}}}'),(15629,891,'wp-smush-lossy','1'),(15630,891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.1806717497727987620237399823963642120361328125;s:5:\"bytes\";i:503930;s:11:\"size_before\";i:728426;s:10:\"size_after\";i:224496;s:4:\"time\";d:0.649999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.0199999999999960209606797434389591217041015625;s:5:\"bytes\";i:26902;s:11:\"size_before\";i:38976;s:10:\"size_after\";i:12074;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.18000000000000682121026329696178436279296875;s:5:\"bytes\";i:68830;s:11:\"size_before\";i:96704;s:10:\"size_after\";i:27874;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.8700000000000045474735088646411895751953125;s:5:\"bytes\";i:408198;s:11:\"size_before\";i:592746;s:10:\"size_after\";i:184548;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(15631,1066,'wp-smush-lossy','1'),(15632,1066,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.0940328538976018535322509706020355224609375;s:5:\"bytes\";i:2383056;s:11:\"size_before\";i:3305483;s:10:\"size_after\";i:922427;s:4:\"time\";d:3.70000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.3799999999999954525264911353588104248046875;s:5:\"bytes\";i:30849;s:11:\"size_before\";i:42622;s:10:\"size_after\";i:11773;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.25;s:5:\"bytes\";i:74399;s:11:\"size_before\";i:101570;s:10:\"size_after\";i:27171;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:393564;s:11:\"size_before\";i:536630;s:10:\"size_after\";i:143066;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:638317;s:11:\"size_before\";i:882548;s:10:\"size_after\";i:244231;s:4:\"time\";d:1.270000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.5199999999999960209606797434389591217041015625;s:5:\"bytes\";i:1245927;s:11:\"size_before\";i:1742113;s:10:\"size_after\";i:496186;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;}}}'),(15633,1067,'wp-smush-lossy','1'),(15634,1067,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.9453111929850592787261120975017547607421875;s:5:\"bytes\";i:2160631;s:11:\"size_before\";i:3179956;s:10:\"size_after\";i:1019325;s:4:\"time\";d:4.47999999999999953814722175593487918376922607421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.4899999999999948840923025272786617279052734375;s:5:\"bytes\";i:26032;s:11:\"size_before\";i:38570;s:10:\"size_after\";i:12538;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:63848;s:11:\"size_before\";i:94348;s:10:\"size_after\";i:30500;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:350668;s:11:\"size_before\";i:511316;s:10:\"size_after\";i:160648;s:4:\"time\";d:1.1999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:577755;s:11:\"size_before\";i:845235;s:10:\"size_after\";i:267480;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:1142328;s:11:\"size_before\";i:1690487;s:10:\"size_after\";i:548159;s:4:\"time\";d:1.6799999999999999378275106209912337362766265869140625;}}}'),(15635,1068,'wp-smush-lossy','1'),(15636,1068,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.135567678592583007457506028003990650177001953125;s:5:\"bytes\";i:108814;s:11:\"size_before\";i:2118831;s:10:\"size_after\";i:2010017;s:4:\"time\";d:3.11000000000000031974423109204508364200592041015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:30207;s:11:\"size_before\";i:47300;s:10:\"size_after\";i:17093;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:78607;s:11:\"size_before\";i:118361;s:10:\"size_after\";i:39754;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:718836;s:10:\"size_after\";i:718836;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1234334;s:10:\"size_after\";i:1234334;s:4:\"time\";d:2.020000000000000017763568394002504646778106689453125;}}}'),(15637,1069,'wp-smush-lossy','1'),(15638,1069,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:78.87247352555317547739832662045955657958984375;s:5:\"bytes\";i:3290965;s:11:\"size_before\";i:4172514;s:10:\"size_after\";i:881549;s:4:\"time\";d:3.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.2099999999999937472239253111183643341064453125;s:5:\"bytes\";i:83204;s:11:\"size_before\";i:103728;s:10:\"size_after\";i:20524;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:33820;s:11:\"size_before\";i:42215;s:10:\"size_after\";i:8395;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:513671;s:11:\"size_before\";i:647921;s:10:\"size_after\";i:134250;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:875269;s:11:\"size_before\";i:1103808;s:10:\"size_after\";i:228539;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1785001;s:11:\"size_before\";i:2274842;s:10:\"size_after\";i:489841;s:4:\"time\";d:2.569999999999999840127884453977458178997039794921875;}}}'),(15639,1070,'wp-smush-lossy','1'),(15640,1070,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.3939688715953337805331102572381496429443359375;s:5:\"bytes\";i:110249;s:11:\"size_before\";i:168592;s:10:\"size_after\";i:58343;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:30414;s:11:\"size_before\";i:45872;s:10:\"size_after\";i:15458;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:79835;s:11:\"size_before\";i:122720;s:10:\"size_after\";i:42885;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(15641,1071,'wp-smush-lossy','1'),(15642,1071,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.703880808978993854907457716763019561767578125;s:5:\"bytes\";i:429593;s:11:\"size_before\";i:625282;s:10:\"size_after\";i:195689;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.0100000000000051159076974727213382720947265625;s:5:\"bytes\";i:27317;s:11:\"size_before\";i:40164;s:10:\"size_after\";i:12847;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:71;s:5:\"bytes\";i:67588;s:11:\"size_before\";i:95194;s:10:\"size_after\";i:27606;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:334688;s:11:\"size_before\";i:489924;s:10:\"size_after\";i:155236;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}}}'),(15643,1072,'wp-smush-lossy','1'),(15644,1072,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:71.17321846487806169534451328217983245849609375;s:5:\"bytes\";i:41968;s:11:\"size_before\";i:58966;s:10:\"size_after\";i:16998;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:28180;s:11:\"size_before\";i:39986;s:10:\"size_after\";i:11806;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:13788;s:11:\"size_before\";i:18980;s:10:\"size_after\";i:5192;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(15645,1073,'wp-smush-lossy','1'),(15646,1073,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.087959880809449941807542927563190460205078125;s:5:\"bytes\";i:1904329;s:11:\"size_before\";i:2796866;s:10:\"size_after\";i:892537;s:4:\"time\";d:4.45000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:18849;s:11:\"size_before\";i:28304;s:10:\"size_after\";i:9455;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:54524;s:11:\"size_before\";i:77823;s:10:\"size_after\";i:23299;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:453491;s:11:\"size_before\";i:656072;s:10:\"size_after\";i:202581;s:4:\"time\";d:1.1100000000000000976996261670137755572795867919921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:478291;s:11:\"size_before\";i:688385;s:10:\"size_after\";i:210094;s:4:\"time\";d:1.0900000000000000799360577730112709105014801025390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.7900000000000062527760746888816356658935546875;s:5:\"bytes\";i:899174;s:11:\"size_before\";i:1346282;s:10:\"size_after\";i:447108;s:4:\"time\";d:1.9299999999999999378275106209912337362766265869140625;}}}'),(15647,1074,'wp-smush-lossy','1'),(15648,1074,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.53461758787813096205354668200016021728515625;s:5:\"bytes\";i:575623;s:11:\"size_before\";i:905999;s:10:\"size_after\";i:330376;s:4:\"time\";d:1.160000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:28689;s:11:\"size_before\";i:46163;s:10:\"size_after\";i:17474;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:80719;s:11:\"size_before\";i:127631;s:10:\"size_after\";i:46912;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:466215;s:11:\"size_before\";i:732205;s:10:\"size_after\";i:265990;s:4:\"time\";d:0.92000000000000003996802888650563545525074005126953125;}}}'),(15649,1075,'wp-smush-lossy','1'),(15650,1075,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.8740529817806503842803067527711391448974609375;s:5:\"bytes\";i:84528;s:11:\"size_before\";i:136613;s:10:\"size_after\";i:52085;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:25909;s:11:\"size_before\";i:42512;s:10:\"size_after\";i:16603;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:58619;s:11:\"size_before\";i:94101;s:10:\"size_after\";i:35482;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(15651,1076,'wp-smush-lossy','1'),(15652,1076,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4329311295472322296262746021966449916362762451171875;s:5:\"bytes\";i:4470;s:11:\"size_before\";i:311948;s:10:\"size_after\";i:307478;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:137;s:11:\"size_before\";i:12468;s:10:\"size_after\";i:12331;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5890;s:10:\"size_after\";i:5890;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:805;s:11:\"size_before\";i:51524;s:10:\"size_after\";i:50719;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:1249;s:11:\"size_before\";i:81889;s:10:\"size_after\";i:80640;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2279;s:11:\"size_before\";i:160177;s:10:\"size_after\";i:157898;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(15653,1077,'wp-smush-lossy','1'),(15654,1077,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.441567997859388494674703906639479100704193115234375;s:5:\"bytes\";i:4741;s:11:\"size_before\";i:328878;s:10:\"size_after\";i:324137;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:134;s:11:\"size_before\";i:13652;s:10:\"size_after\";i:13518;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:508;s:11:\"size_before\";i:53658;s:10:\"size_after\";i:53150;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3030;s:11:\"size_before\";i:170710;s:10:\"size_after\";i:167680;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:84841;s:10:\"size_after\";i:83772;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(15655,1078,'wp-smush-lossy','1'),(15656,1078,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.87813174471861099590341837028972804546356201171875;s:5:\"bytes\";i:12455;s:11:\"size_before\";i:432746;s:10:\"size_after\";i:420291;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:36;s:11:\"size_before\";i:7011;s:10:\"size_after\";i:6975;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:412;s:11:\"size_before\";i:15526;s:10:\"size_after\";i:15114;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:113919;s:10:\"size_after\";i:110725;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:70336;s:10:\"size_after\";i:68419;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:6896;s:11:\"size_before\";i:225954;s:10:\"size_after\";i:219058;s:4:\"time\";d:0.25;}}}'),(15657,1079,'wp-smush-lossy','1'),(15658,1079,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.581091810081964421641487206215970218181610107421875;s:5:\"bytes\";i:13459;s:11:\"size_before\";i:521446;s:10:\"size_after\";i:507987;s:4:\"time\";d:0.470000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6041;s:10:\"size_after\";i:6041;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:213;s:11:\"size_before\";i:17470;s:10:\"size_after\";i:17257;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8899999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:1489;s:11:\"size_before\";i:78690;s:10:\"size_after\";i:77201;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3037;s:11:\"size_before\";i:130275;s:10:\"size_after\";i:127238;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:8720;s:11:\"size_before\";i:288970;s:10:\"size_after\";i:280250;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(15659,1080,'wp-smush-lossy','1'),(15660,1080,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.744482173174872752241526541183702647686004638671875;s:5:\"bytes\";i:6576;s:11:\"size_before\";i:376960;s:10:\"size_after\";i:370384;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:36;s:11:\"size_before\";i:7308;s:10:\"size_after\";i:7272;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:313;s:11:\"size_before\";i:15404;s:10:\"size_after\";i:15091;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:63810;s:10:\"size_after\";i:62658;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:99676;s:10:\"size_after\";i:97859;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3258;s:11:\"size_before\";i:190762;s:10:\"size_after\";i:187504;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}}}'),(15661,1081,'wp-smush-lossy','1'),(15662,1081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.6619974045214795932423612612183205783367156982421875;s:5:\"bytes\";i:5968;s:11:\"size_before\";i:359086;s:10:\"size_after\";i:353118;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.450000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:31;s:11:\"size_before\";i:6868;s:10:\"size_after\";i:6837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:223;s:11:\"size_before\";i:14603;s:10:\"size_after\";i:14380;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:59996;s:10:\"size_after\";i:58962;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6599999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:1565;s:11:\"size_before\";i:94378;s:10:\"size_after\";i:92813;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:3115;s:11:\"size_before\";i:183241;s:10:\"size_after\";i:180126;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(15663,1082,'wp-smush-lossy','1'),(15664,1082,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.98285893531120027688530171872116625308990478515625;s:5:\"bytes\";i:9798;s:11:\"size_before\";i:494135;s:10:\"size_after\";i:484337;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6365;s:10:\"size_after\";i:6365;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:15363;s:10:\"size_after\";i:15028;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1374;s:11:\"size_before\";i:78883;s:10:\"size_after\";i:77509;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2579;s:11:\"size_before\";i:130400;s:10:\"size_after\";i:127821;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5510;s:11:\"size_before\";i:263124;s:10:\"size_after\";i:257614;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(15665,1083,'wp-smush-lossy','1'),(15666,1083,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.870501055702339154862556824809871613979339599609375;s:5:\"bytes\";i:17633;s:11:\"size_before\";i:614283;s:10:\"size_after\";i:596650;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:84;s:11:\"size_before\";i:7392;s:10:\"size_after\";i:7308;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2789;s:11:\"size_before\";i:97113;s:10:\"size_after\";i:94324;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:4271;s:11:\"size_before\";i:159193;s:10:\"size_after\";i:154922;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:513;s:11:\"size_before\";i:17689;s:10:\"size_after\";i:17176;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:9976;s:11:\"size_before\";i:332896;s:10:\"size_after\";i:322920;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(15667,1084,'wp-smush-lossy','1'),(15668,1084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.364449291166847988421295667649246752262115478515625;s:5:\"bytes\";i:15426;s:11:\"size_before\";i:458500;s:10:\"size_after\";i:443074;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:109;s:11:\"size_before\";i:7904;s:10:\"size_after\";i:7795;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:341;s:11:\"size_before\";i:16237;s:10:\"size_after\";i:15896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3923;s:11:\"size_before\";i:117271;s:10:\"size_after\";i:113348;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2201;s:11:\"size_before\";i:72119;s:10:\"size_after\";i:69918;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:8852;s:11:\"size_before\";i:244969;s:10:\"size_after\";i:236117;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(15669,1085,'wp-smush-lossy','1'),(15670,1085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:64.9630460440149590795044787228107452392578125;s:5:\"bytes\";i:1174044;s:11:\"size_before\";i:1807249;s:10:\"size_after\";i:633205;s:4:\"time\";d:4.37000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:23579;s:11:\"size_before\";i:38829;s:10:\"size_after\";i:15250;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:68057;s:11:\"size_before\";i:107391;s:10:\"size_after\";i:39334;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.650000000000005684341886080801486968994140625;s:5:\"bytes\";i:410921;s:11:\"size_before\";i:625880;s:10:\"size_after\";i:214959;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.8700000000000045474735088646411895751953125;s:5:\"bytes\";i:671487;s:11:\"size_before\";i:1035149;s:10:\"size_after\";i:363662;s:4:\"time\";d:3.270000000000000017763568394002504646778106689453125;}}}'),(15671,1132,'wp-smush-lossy','1'),(15672,1132,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5396007648556153668550905422307550907135009765625;s:5:\"bytes\";i:22742;s:11:\"size_before\";i:410535;s:10:\"size_after\";i:387793;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3179;s:11:\"size_before\";i:9752;s:10:\"size_after\";i:6573;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3443;s:11:\"size_before\";i:17976;s:10:\"size_after\";i:14533;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5127;s:11:\"size_before\";i:109141;s:10:\"size_after\";i:104014;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4547;s:11:\"size_before\";i:70043;s:10:\"size_after\";i:65496;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6446;s:11:\"size_before\";i:203623;s:10:\"size_after\";i:197177;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(15673,1133,'wp-smush-lossy','1'),(15674,1133,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.24274238401862380243301231530494987964630126953125;s:5:\"bytes\";i:18287;s:11:\"size_before\";i:348806;s:10:\"size_after\";i:330519;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3206;s:11:\"size_before\";i:9658;s:10:\"size_after\";i:6452;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:20;s:5:\"bytes\";i:3506;s:11:\"size_before\";i:17534;s:10:\"size_after\";i:14028;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:3969;s:11:\"size_before\";i:61092;s:10:\"size_after\";i:57123;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3978;s:11:\"size_before\";i:92408;s:10:\"size_after\";i:88430;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3628;s:11:\"size_before\";i:168114;s:10:\"size_after\";i:164486;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(15675,1134,'wp-smush-lossy','1'),(15676,1134,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.52767960441859340647852150141261518001556396484375;s:5:\"bytes\";i:17439;s:11:\"size_before\";i:315485;s:10:\"size_after\";i:298046;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3326;s:11:\"size_before\";i:16240;s:10:\"size_after\";i:12914;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:9816;s:10:\"size_after\";i:6613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3533;s:11:\"size_before\";i:55351;s:10:\"size_after\";i:51818;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:82837;s:10:\"size_after\";i:79312;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3852;s:11:\"size_before\";i:151241;s:10:\"size_after\";i:147389;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(15677,1135,'wp-smush-lossy','1'),(15678,1135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.7704436630255866447214430081658065319061279296875;s:5:\"bytes\";i:28958;s:11:\"size_before\";i:427712;s:10:\"size_after\";i:398754;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3234;s:11:\"size_before\";i:10704;s:10:\"size_after\";i:7470;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3565;s:11:\"size_before\";i:18726;s:10:\"size_after\";i:15161;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:5468;s:11:\"size_before\";i:72622;s:10:\"size_after\";i:67154;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6832;s:11:\"size_before\";i:112613;s:10:\"size_after\";i:105781;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:9859;s:11:\"size_before\";i:213047;s:10:\"size_after\";i:203188;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(15679,1141,'wp-smush-lossy','1'),(15680,1141,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.0944036038711910663323578773997724056243896484375;s:5:\"bytes\";i:17929;s:11:\"size_before\";i:161604;s:10:\"size_after\";i:143675;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2939;s:11:\"size_before\";i:6174;s:10:\"size_after\";i:3235;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:2992;s:11:\"size_before\";i:9144;s:10:\"size_after\";i:6152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3524;s:11:\"size_before\";i:27712;s:10:\"size_after\";i:24188;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3860;s:11:\"size_before\";i:41786;s:10:\"size_after\";i:37926;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4614;s:11:\"size_before\";i:76788;s:10:\"size_after\";i:72174;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(15681,1432,'wp-smush-lossy','1'),(15682,1432,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:82.65759446315001923721865750849246978759765625;s:5:\"bytes\";i:106053;s:11:\"size_before\";i:128304;s:10:\"size_after\";i:22251;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:82.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:11922;s:11:\"size_before\";i:14485;s:10:\"size_after\";i:2563;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:85.2699999999999960209606797434389591217041015625;s:5:\"bytes\";i:21959;s:11:\"size_before\";i:25752;s:10:\"size_after\";i:3793;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:72172;s:11:\"size_before\";i:88067;s:10:\"size_after\";i:15895;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(15710,1433,'wp-smush-lossy','1'),(15711,1433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:84.59205827995191384616191498935222625732421875;s:5:\"bytes\";i:188576;s:11:\"size_before\";i:222924;s:10:\"size_after\";i:34348;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";i:76;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:2279;s:10:\"size_after\";i:547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:86.650000000000005684341886080801486968994140625;s:5:\"bytes\";i:21623;s:11:\"size_before\";i:24955;s:10:\"size_after\";i:3332;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:86.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:28436;s:11:\"size_before\";i:32992;s:10:\"size_after\";i:4556;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:84.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:49718;s:11:\"size_before\";i:59145;s:10:\"size_after\";i:9427;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:83.31999999999999317878973670303821563720703125;s:5:\"bytes\";i:56224;s:11:\"size_before\";i:67483;s:10:\"size_after\";i:11259;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:85.5100000000000051159076974727213382720947265625;s:5:\"bytes\";i:30843;s:11:\"size_before\";i:36070;s:10:\"size_after\";i:5227;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(15712,1460,'wp-smush-lossy','1'),(15713,1460,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:55.98602248556669991330636548809707164764404296875;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:2897;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:2897;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(15714,1461,'wp-smush-lossy','1'),(15715,1461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:76.57130313894782602801569737493991851806640625;s:5:\"bytes\";i:10465;s:11:\"size_before\";i:13667;s:10:\"size_after\";i:3202;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:10465;s:11:\"size_before\";i:13667;s:10:\"size_after\";i:3202;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(15716,1462,'wp-smush-lossy','1'),(15717,1462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:73.385494287133639090825454331934452056884765625;s:5:\"bytes\";i:5909;s:11:\"size_before\";i:8052;s:10:\"size_after\";i:2143;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5909;s:11:\"size_before\";i:8052;s:10:\"size_after\";i:2143;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(15718,1463,'wp-smush-lossy','1'),(15719,1463,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.2308232266115481934320996515452861785888671875;s:5:\"bytes\";i:17240;s:11:\"size_before\";i:25643;s:10:\"size_after\";i:8403;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.2300000000000039790393202565610408782958984375;s:5:\"bytes\";i:17240;s:11:\"size_before\";i:25643;s:10:\"size_after\";i:8403;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(15720,1464,'wp-smush-lossy','1'),(15721,1464,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:71.2838581810174076736075221560895442962646484375;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:4541;s:10:\"size_after\";i:1304;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:4541;s:10:\"size_after\";i:1304;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(15722,1468,'wp-smush-lossy','1'),(15723,1468,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.87923620354254128361759512699791230261325836181640625;s:5:\"bytes\";i:2748;s:11:\"size_before\";i:312544;s:10:\"size_after\";i:309796;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.82999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:112;s:11:\"size_before\";i:13559;s:10:\"size_after\";i:13447;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5999;s:10:\"size_after\";i:5999;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.83999999999999996891375531049561686813831329345703125;s:5:\"bytes\";i:694;s:11:\"size_before\";i:82364;s:10:\"size_after\";i:81670;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:507;s:11:\"size_before\";i:53298;s:10:\"size_after\";i:52791;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:157324;s:10:\"size_after\";i:155889;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}}}'),(15724,1469,'wp-smush-lossy','1'),(15725,1469,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.9642439178544321976005448959767818450927734375;s:5:\"bytes\";i:2383076;s:11:\"size_before\";i:3455524;s:10:\"size_after\";i:1072448;s:4:\"time\";d:7.089999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:29282;s:11:\"size_before\";i:42401;s:10:\"size_after\";i:13119;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:71349;s:11:\"size_before\";i:103848;s:10:\"size_after\";i:32499;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.81999999999999317878973670303821563720703125;s:5:\"bytes\";i:653885;s:11:\"size_before\";i:923301;s:10:\"size_after\";i:269416;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:392994;s:11:\"size_before\";i:556967;s:10:\"size_after\";i:163973;s:4:\"time\";d:2.20999999999999996447286321199499070644378662109375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:1235566;s:11:\"size_before\";i:1829007;s:10:\"size_after\";i:593441;s:4:\"time\";d:3.6699999999999999289457264239899814128875732421875;}}}'),(15726,1470,'wp-smush-lossy','1'),(15727,1470,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.950715742663408303059213722008280456066131591796875;s:5:\"bytes\";i:12846;s:11:\"size_before\";i:435352;s:10:\"size_after\";i:422506;s:4:\"time\";d:0.45999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:103;s:11:\"size_before\";i:7886;s:10:\"size_after\";i:7783;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:365;s:11:\"size_before\";i:16245;s:10:\"size_after\";i:15880;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:71201;s:10:\"size_after\";i:69115;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3485;s:11:\"size_before\";i:114357;s:10:\"size_after\";i:110872;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:6807;s:11:\"size_before\";i:225663;s:10:\"size_after\";i:218856;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}}}'),(15728,1471,'wp-smush-lossy','1'),(15729,1471,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.3939688715953337805331102572381496429443359375;s:5:\"bytes\";i:110249;s:11:\"size_before\";i:168592;s:10:\"size_after\";i:58343;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:30414;s:11:\"size_before\";i:45872;s:10:\"size_after\";i:15458;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:79835;s:11:\"size_before\";i:122720;s:10:\"size_after\";i:42885;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(15730,1472,'wp-smush-lossy','1'),(15731,1472,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.035831628541318050196196054457686841487884521484375;s:5:\"bytes\";i:9852;s:11:\"size_before\";i:483930;s:10:\"size_after\";i:474078;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6027;s:10:\"size_after\";i:6027;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:221;s:11:\"size_before\";i:17421;s:10:\"size_after\";i:17200;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:2466;s:11:\"size_before\";i:125212;s:10:\"size_after\";i:122746;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:76546;s:10:\"size_after\";i:75292;s:4:\"time\";d:0.25;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:5911;s:11:\"size_before\";i:258724;s:10:\"size_after\";i:252813;s:4:\"time\";d:0.25;}}}'),(15732,1473,'wp-smush-lossy','1'),(15733,1473,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:73.3477284611019371141082956455647945404052734375;s:5:\"bytes\";i:2631561;s:11:\"size_before\";i:3587788;s:10:\"size_after\";i:956227;s:4:\"time\";d:3.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:33614;s:11:\"size_before\";i:47049;s:10:\"size_after\";i:13435;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:80554;s:11:\"size_before\";i:111444;s:10:\"size_after\";i:30890;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:427643;s:11:\"size_before\";i:582686;s:10:\"size_after\";i:155043;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.099999999999994315658113919198513031005859375;s:5:\"bytes\";i:701888;s:11:\"size_before\";i:960205;s:10:\"size_after\";i:258317;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:1387862;s:11:\"size_before\";i:1886404;s:10:\"size_after\";i:498542;s:4:\"time\";d:2.45999999999999996447286321199499070644378662109375;}}}'),(15767,1474,'wp-smush-lossy','1'),(15768,1474,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.786916604979950307097169570624828338623046875;s:5:\"bytes\";i:1396664;s:11:\"size_before\";i:2030421;s:10:\"size_after\";i:633757;s:4:\"time\";d:3.75;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.1299999999999954525264911353588104248046875;s:5:\"bytes\";i:28483;s:11:\"size_before\";i:43733;s:10:\"size_after\";i:15250;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.5199999999999960209606797434389591217041015625;s:5:\"bytes\";i:81752;s:11:\"size_before\";i:121086;s:10:\"size_after\";i:39334;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:487373;s:11:\"size_before\";i:702884;s:10:\"size_after\";i:215511;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:799056;s:11:\"size_before\";i:1162718;s:10:\"size_after\";i:363662;s:4:\"time\";d:2.350000000000000088817841970012523233890533447265625;}}}'),(15769,1475,'wp-smush-lossy','1'),(15770,1475,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:66.872292635969841967380489222705364227294921875;s:5:\"bytes\";i:666904;s:11:\"size_before\";i:997280;s:10:\"size_after\";i:330376;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.0100000000000051159076974727213382720947265625;s:5:\"bytes\";i:33934;s:11:\"size_before\";i:51408;s:10:\"size_after\";i:17474;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:94299;s:11:\"size_before\";i:141211;s:10:\"size_after\";i:46912;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:538671;s:11:\"size_before\";i:804661;s:10:\"size_after\";i:265990;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}}}'),(15771,1476,'wp-smush-lossy','1'),(15772,1476,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5236819385143061111875795177184045314788818359375;s:5:\"bytes\";i:131284;s:11:\"size_before\";i:2376748;s:10:\"size_after\";i:2245464;s:4:\"time\";d:3.0099999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:36571;s:11:\"size_before\";i:53664;s:10:\"size_after\";i:17093;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:94713;s:11:\"size_before\";i:134467;s:10:\"size_after\";i:39754;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:807116;s:10:\"size_after\";i:807116;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1381501;s:10:\"size_after\";i:1381501;s:4:\"time\";d:1.689999999999999946709294817992486059665679931640625;}}}'),(15773,1760,'wp-smush-lossy','1'),(15774,1760,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.40947522554437654207504238002002239227294921875;s:5:\"bytes\";i:13001;s:11:\"size_before\";i:21171;s:10:\"size_after\";i:8170;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:774;s:11:\"size_before\";i:1264;s:10:\"size_after\";i:490;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:2092;s:10:\"size_after\";i:764;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:3067;s:11:\"size_before\";i:4796;s:10:\"size_after\";i:1729;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:5437;s:10:\"size_after\";i:2145;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:7582;s:10:\"size_after\";i:3042;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(15775,1761,'wp-smush-lossy','1'),(15776,1761,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.1606754042170592811089591123163700103759765625;s:5:\"bytes\";i:167607;s:11:\"size_before\";i:640683;s:10:\"size_after\";i:473076;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:22317;s:11:\"size_before\";i:27357;s:10:\"size_after\";i:5040;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:22437;s:11:\"size_before\";i:32723;s:10:\"size_after\";i:10286;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:23942;s:11:\"size_before\";i:89618;s:10:\"size_after\";i:65676;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:23139;s:11:\"size_before\";i:64929;s:10:\"size_after\";i:41790;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:23135;s:11:\"size_before\";i:60873;s:10:\"size_after\";i:37738;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:25567;s:11:\"size_before\";i:148279;s:10:\"size_after\";i:122712;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:27070;s:11:\"size_before\";i:216904;s:10:\"size_after\";i:189834;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(15777,1762,'wp-smush-lossy','1'),(15778,1762,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.79091876531054339238835382275283336639404296875;s:5:\"bytes\";i:128197;s:11:\"size_before\";i:339227;s:10:\"size_after\";i:211030;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:25568;s:11:\"size_before\";i:37651;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:82;s:5:\"bytes\";i:25495;s:11:\"size_before\";i:31090;s:10:\"size_after\";i:5595;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:25666;s:11:\"size_before\";i:69655;s:10:\"size_after\";i:43989;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:25672;s:11:\"size_before\";i:96572;s:10:\"size_after\";i:70900;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:25796;s:11:\"size_before\";i:104259;s:10:\"size_after\";i:78463;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(15779,1763,'wp-smush-lossy','1'),(15780,1763,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.48021692274588900772869237698614597320556640625;s:5:\"bytes\";i:139733;s:11:\"size_before\";i:548398;s:10:\"size_after\";i:408665;s:4:\"time\";d:2.839999999999999857891452847979962825775146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:21139;s:11:\"size_before\";i:30838;s:10:\"size_after\";i:9699;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.5400000000000062527760746888816356658935546875;s:5:\"bytes\";i:21115;s:11:\"size_before\";i:26218;s:10:\"size_after\";i:5103;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:20767;s:11:\"size_before\";i:57664;s:10:\"size_after\";i:36897;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.74000000000000198951966012828052043914794921875;s:5:\"bytes\";i:20633;s:11:\"size_before\";i:56160;s:10:\"size_after\";i:35527;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:20306;s:11:\"size_before\";i:77305;s:10:\"size_after\";i:56999;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:18819;s:11:\"size_before\";i:123427;s:10:\"size_after\";i:104608;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:16954;s:11:\"size_before\";i:176786;s:10:\"size_after\";i:159832;s:4:\"time\";d:2.479999999999999982236431605997495353221893310546875;}}}'),(15781,1764,'wp-smush-lossy','1'),(15782,1764,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.40947522554437654207504238002002239227294921875;s:5:\"bytes\";i:13001;s:11:\"size_before\";i:21171;s:10:\"size_after\";i:8170;s:4:\"time\";d:2.149999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:2092;s:10:\"size_after\";i:764;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:774;s:11:\"size_before\";i:1264;s:10:\"size_after\";i:490;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:3067;s:11:\"size_before\";i:4796;s:10:\"size_after\";i:1729;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:3292;s:11:\"size_before\";i:5437;s:10:\"size_after\";i:2145;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:4540;s:11:\"size_before\";i:7582;s:10:\"size_after\";i:3042;s:4:\"time\";d:1.8600000000000000976996261670137755572795867919921875;}}}'),(15783,1802,'wp-smush-lossy','1'),(15784,1802,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.736842105263150415339623577892780303955078125;s:5:\"bytes\";i:52788;s:11:\"size_before\";i:75696;s:10:\"size_after\";i:22908;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:58;s:5:\"bytes\";i:395;s:11:\"size_before\";i:681;s:10:\"size_after\";i:286;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:3209;s:11:\"size_before\";i:4059;s:10:\"size_after\";i:850;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:5708;s:11:\"size_before\";i:8058;s:10:\"size_after\";i:2350;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:14005;s:11:\"size_before\";i:19790;s:10:\"size_after\";i:5785;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.18000000000000682121026329696178436279296875;s:5:\"bytes\";i:19635;s:11:\"size_before\";i:29226;s:10:\"size_after\";i:9591;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:2318;s:10:\"size_after\";i:743;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:8261;s:11:\"size_before\";i:11564;s:10:\"size_after\";i:3303;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}}}'),(15785,1803,'wp-smush-lossy','1'),(15786,1803,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.613500856526282944969352683983743190765380859375;s:5:\"bytes\";i:148249;s:11:\"size_before\";i:719184;s:10:\"size_after\";i:570935;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:21507;s:11:\"size_before\";i:27888;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.5;s:5:\"bytes\";i:21685;s:11:\"size_before\";i:34698;s:10:\"size_after\";i:13013;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:21688;s:11:\"size_before\";i:72385;s:10:\"size_after\";i:50697;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:21802;s:11:\"size_before\";i:68393;s:10:\"size_after\";i:46591;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:21560;s:11:\"size_before\";i:100874;s:10:\"size_after\";i:79314;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20677;s:11:\"size_before\";i:167702;s:10:\"size_after\";i:147025;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19330;s:11:\"size_before\";i:247244;s:10:\"size_after\";i:227914;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}}}'),(15787,1804,'wp-smush-lossy','1'),(15788,1804,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:76.9766594508862596057952032424509525299072265625;s:5:\"bytes\";i:35915;s:11:\"size_before\";i:46657;s:10:\"size_after\";i:10742;s:4:\"time\";d:2.529999999999999804600747665972448885440826416015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:210;s:11:\"size_before\";i:355;s:10:\"size_after\";i:145;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.2399999999999948840923025272786617279052734375;s:5:\"bytes\";i:620;s:11:\"size_before\";i:824;s:10:\"size_after\";i:204;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:1844;s:11:\"size_before\";i:2322;s:10:\"size_after\";i:478;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.650000000000005684341886080801486968994140625;s:5:\"bytes\";i:2743;s:11:\"size_before\";i:3444;s:10:\"size_after\";i:701;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.68000000000000682121026329696178436279296875;s:5:\"bytes\";i:4430;s:11:\"size_before\";i:5703;s:10:\"size_after\";i:1273;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10045;s:11:\"size_before\";i:12763;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.6999999999999999555910790149937383830547332763671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:16023;s:11:\"size_before\";i:21246;s:10:\"size_after\";i:5223;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}}}'),(15789,1805,'wp-smush-lossy','1'),(15790,1805,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7501493545286894715218295459635555744171142578125;s:5:\"bytes\";i:8855;s:11:\"size_before\";i:153996;s:10:\"size_after\";i:145141;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4365;s:10:\"size_after\";i:4365;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:394;s:11:\"size_before\";i:13558;s:10:\"size_after\";i:13164;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3232;s:11:\"size_before\";i:51513;s:10:\"size_after\";i:48281;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5229;s:11:\"size_before\";i:84560;s:10:\"size_after\";i:79331;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(15791,1806,'wp-smush-lossy','1'),(15792,1806,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.7997164835445573771721683442592620849609375;s:5:\"bytes\";i:149870;s:11:\"size_before\";i:234907;s:10:\"size_after\";i:85037;s:4:\"time\";d:0.2199999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:36969;s:11:\"size_before\";i:46590;s:10:\"size_after\";i:9621;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:90.75;s:5:\"bytes\";i:36724;s:11:\"size_before\";i:40469;s:10:\"size_after\";i:3745;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:37824;s:11:\"size_before\";i:66607;s:10:\"size_after\";i:28783;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:38353;s:11:\"size_before\";i:81241;s:10:\"size_after\";i:42888;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15793,1807,'wp-smush-lossy','1'),(15794,1807,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:54.92247404012109512905226438306272029876708984375;s:5:\"bytes\";i:155290;s:11:\"size_before\";i:282744;s:10:\"size_after\";i:127454;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:89.93000000000000682121026329696178436279296875;s:5:\"bytes\";i:37622;s:11:\"size_before\";i:41837;s:10:\"size_after\";i:4215;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:37844;s:11:\"size_before\";i:50945;s:10:\"size_after\";i:13101;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:39411;s:11:\"size_before\";i:83087;s:10:\"size_after\";i:43676;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:40413;s:11:\"size_before\";i:106875;s:10:\"size_after\";i:66462;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15795,1808,'wp-smush-lossy','1'),(15796,1808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.3652816496305177906833705492317676544189453125;s:5:\"bytes\";i:147719;s:11:\"size_before\";i:225990;s:10:\"size_after\";i:78271;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:91.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:36226;s:11:\"size_before\";i:39657;s:10:\"size_after\";i:3431;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:36390;s:11:\"size_before\";i:45139;s:10:\"size_after\";i:8749;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:37302;s:11:\"size_before\";i:63728;s:10:\"size_after\";i:26426;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:37801;s:11:\"size_before\";i:77466;s:10:\"size_after\";i:39665;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(15797,1809,'wp-smush-lossy','1'),(15798,1809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.669013858876549960541524342261254787445068359375;s:5:\"bytes\";i:138592;s:11:\"size_before\";i:561806;s:10:\"size_after\";i:423214;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:20106;s:11:\"size_before\";i:30410;s:10:\"size_after\";i:10304;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:20186;s:11:\"size_before\";i:52638;s:10:\"size_after\";i:32452;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:20051;s:11:\"size_before\";i:58942;s:10:\"size_after\";i:38891;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:20231;s:11:\"size_before\";i:79727;s:10:\"size_after\";i:59496;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.25;s:5:\"bytes\";i:19692;s:11:\"size_before\";i:129121;s:10:\"size_after\";i:109429;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:18264;s:11:\"size_before\";i:186159;s:10:\"size_after\";i:167895;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.8700000000000045474735088646411895751953125;s:5:\"bytes\";i:20062;s:11:\"size_before\";i:24809;s:10:\"size_after\";i:4747;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(15799,1844,'wp-smush-lossy','1'),(15800,1844,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.715097373670179337068475433625280857086181640625;s:5:\"bytes\";i:173296;s:11:\"size_before\";i:925969;s:10:\"size_after\";i:752673;s:4:\"time\";d:0.8400000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:10845;s:11:\"size_before\";i:15795;s:10:\"size_after\";i:4950;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:12025;s:11:\"size_before\";i:25926;s:10:\"size_after\";i:13901;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:15620;s:11:\"size_before\";i:57372;s:10:\"size_after\";i:41752;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:18367;s:11:\"size_before\";i:80516;s:10:\"size_after\";i:62149;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:23790;s:11:\"size_before\";i:124134;s:10:\"size_after\";i:100344;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:37830;s:11:\"size_before\";i:237604;s:10:\"size_after\";i:199774;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:54819;s:11:\"size_before\";i:384622;s:10:\"size_after\";i:329803;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}}}'),(15801,1845,'wp-smush-lossy','1'),(15802,1845,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.1362949167970128883098368532955646514892578125;s:5:\"bytes\";i:146323;s:11:\"size_before\";i:764636;s:10:\"size_after\";i:618313;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.9800000000000039790393202565610408782958984375;s:5:\"bytes\";i:11627;s:11:\"size_before\";i:17103;s:10:\"size_after\";i:5476;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:13148;s:11:\"size_before\";i:29138;s:10:\"size_after\";i:15990;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:21890;s:11:\"size_before\";i:102955;s:10:\"size_after\";i:81065;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:30131;s:11:\"size_before\";i:171522;s:10:\"size_after\";i:141391;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:51589;s:11:\"size_before\";i:374412;s:10:\"size_after\";i:322823;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:17938;s:11:\"size_before\";i:69506;s:10:\"size_after\";i:51568;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(15803,1846,'wp-smush-lossy','1'),(15804,1846,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.63140921476962574843128095380961894989013671875;s:5:\"bytes\";i:17453;s:11:\"size_before\";i:40001;s:10:\"size_after\";i:22548;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:8545;s:11:\"size_before\";i:14368;s:10:\"size_after\";i:5823;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.75;s:5:\"bytes\";i:8908;s:11:\"size_before\";i:25633;s:10:\"size_after\";i:16725;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15805,1849,'wp-smush-lossy','1'),(15806,1849,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.734547011502773017355139018036425113677978515625;s:5:\"bytes\";i:186634;s:11:\"size_before\";i:607245;s:10:\"size_after\";i:420611;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:18210;s:11:\"size_before\";i:31676;s:10:\"size_after\";i:13466;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.2699999999999960209606797434389591217041015625;s:5:\"bytes\";i:16010;s:11:\"size_before\";i:22154;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:27572;s:11:\"size_before\";i:75275;s:10:\"size_after\";i:47703;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:35638;s:11:\"size_before\";i:121464;s:10:\"size_after\";i:85826;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:36403;s:11:\"size_before\";i:126335;s:10:\"size_after\";i:89932;s:4:\"time\";d:0.25;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:52801;s:11:\"size_before\";i:230341;s:10:\"size_after\";i:177540;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(15807,1852,'wp-smush-lossy','1'),(15808,1852,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.337249741517059220541341346688568592071533203125;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:21278;s:10:\"size_after\";i:19504;s:4:\"time\";d:0.060000000000000004718447854656915296800434589385986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:14343;s:10:\"size_after\";i:13342;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:773;s:11:\"size_before\";i:6935;s:10:\"size_after\";i:6162;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15809,1856,'wp-smush-lossy','1'),(15810,1856,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.44816630145931668494085897691547870635986328125;s:5:\"bytes\";i:199447;s:11:\"size_before\";i:1081121;s:10:\"size_after\";i:881674;s:4:\"time\";d:2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.3799999999999954525264911353588104248046875;s:5:\"bytes\";i:11334;s:11:\"size_before\";i:16575;s:10:\"size_after\";i:5241;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:12567;s:11:\"size_before\";i:28038;s:10:\"size_after\";i:15471;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:20177;s:11:\"size_before\";i:94319;s:10:\"size_after\";i:74142;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:16851;s:11:\"size_before\";i:65792;s:10:\"size_after\";i:48941;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:26813;s:11:\"size_before\";i:147078;s:10:\"size_after\";i:120265;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:67062;s:11:\"size_before\";i:448172;s:10:\"size_after\";i:381110;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:44643;s:11:\"size_before\";i:281147;s:10:\"size_after\";i:236504;s:4:\"time\";d:1.25;}}}'),(15811,1865,'wp-smush-lossy','1'),(15812,1865,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.4787320509347097186036990024149417877197265625;s:5:\"bytes\";i:124532;s:11:\"size_before\";i:184550;s:10:\"size_after\";i:60018;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:30026;s:11:\"size_before\";i:44740;s:10:\"size_after\";i:14714;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.599999999999994315658113919198513031005859375;s:5:\"bytes\";i:94506;s:11:\"size_before\";i:139810;s:10:\"size_after\";i:45304;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(15813,1866,'wp-smush-lossy','1'),(15814,1866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.20652301019487140365527011454105377197265625;s:5:\"bytes\";i:130201;s:11:\"size_before\";i:188134;s:10:\"size_after\";i:57933;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:29532;s:11:\"size_before\";i:43681;s:10:\"size_after\";i:14149;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:100669;s:11:\"size_before\";i:144453;s:10:\"size_after\";i:43784;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}}}'),(15815,1867,'wp-smush-lossy','1'),(15816,1867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.4976450438878288196065113879740238189697265625;s:5:\"bytes\";i:127981;s:11:\"size_before\";i:186840;s:10:\"size_after\";i:58859;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:26177;s:11:\"size_before\";i:40417;s:10:\"size_after\";i:14240;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:101804;s:11:\"size_before\";i:146423;s:10:\"size_after\";i:44619;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}}}'),(15817,1887,'wp-smush-lossy','1'),(15818,1887,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.75711574952561733198308502323925495147705078125;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:6324;s:10:\"size_after\";i:3873;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:4457;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:813;s:11:\"size_before\";i:1867;s:10:\"size_after\";i:1054;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(15819,1888,'wp-smush-lossy','1'),(15820,1888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.865769302673395912961495923809707164764404296875;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:10698;s:10:\"size_after\";i:7289;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:929;s:11:\"size_before\";i:2921;s:10:\"size_after\";i:1992;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2480;s:11:\"size_before\";i:7777;s:10:\"size_after\";i:5297;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(15821,1891,'wp-smush-lossy','1'),(15822,1891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.4780652418447601803563884459435939788818359375;s:5:\"bytes\";i:134973;s:11:\"size_before\";i:200025;s:10:\"size_after\";i:65052;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:28762;s:11:\"size_before\";i:44694;s:10:\"size_after\";i:15932;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.3799999999999954525264911353588104248046875;s:5:\"bytes\";i:106211;s:11:\"size_before\";i:155331;s:10:\"size_after\";i:49120;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}}}'),(15823,1894,'wp-smush-lossy','1'),(15824,1894,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.842110354729811660945415496826171875;s:5:\"bytes\";i:137172;s:11:\"size_before\";i:196403;s:10:\"size_after\";i:59231;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:28314;s:11:\"size_before\";i:42595;s:10:\"size_after\";i:14281;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:108858;s:11:\"size_before\";i:153808;s:10:\"size_after\";i:44950;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(15825,1901,'wp-smush-lossy','1'),(15826,1901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.798043111994275022880174219608306884765625;s:5:\"bytes\";i:157010;s:11:\"size_before\";i:224949;s:10:\"size_after\";i:67939;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:33991;s:11:\"size_before\";i:50403;s:10:\"size_after\";i:16412;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.4800000000000039790393202565610408782958984375;s:5:\"bytes\";i:123019;s:11:\"size_before\";i:174546;s:10:\"size_after\";i:51527;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}}}'),(15827,1913,'wp-smush-lossy','1'),(15828,1913,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.4856709589533920734538696706295013427734375;s:5:\"bytes\";i:112808;s:11:\"size_before\";i:155628;s:10:\"size_after\";i:42820;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.8799999999999954525264911353588104248046875;s:5:\"bytes\";i:24143;s:11:\"size_before\";i:34551;s:10:\"size_after\";i:10408;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.2300000000000039790393202565610408782958984375;s:5:\"bytes\";i:88665;s:11:\"size_before\";i:121077;s:10:\"size_after\";i:32412;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(15829,1915,'wp-smush-lossy','1'),(15830,1915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.4856709589533920734538696706295013427734375;s:5:\"bytes\";i:112808;s:11:\"size_before\";i:155628;s:10:\"size_after\";i:42820;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.8799999999999954525264911353588104248046875;s:5:\"bytes\";i:24143;s:11:\"size_before\";i:34551;s:10:\"size_after\";i:10408;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.2300000000000039790393202565610408782958984375;s:5:\"bytes\";i:88665;s:11:\"size_before\";i:121077;s:10:\"size_after\";i:32412;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(15831,1916,'wp-smush-lossy','1'),(15832,1916,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.3461133441110604280765983276069164276123046875;s:5:\"bytes\";i:138243;s:11:\"size_before\";i:202269;s:10:\"size_after\";i:64026;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:30156;s:11:\"size_before\";i:44257;s:10:\"size_after\";i:14101;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.400000000000005684341886080801486968994140625;s:5:\"bytes\";i:108087;s:11:\"size_before\";i:158012;s:10:\"size_after\";i:49925;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}}}'),(15833,1919,'wp-smush-lossy','1'),(15834,1919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.8867683907960071110210265032947063446044921875;s:5:\"bytes\";i:140290;s:11:\"size_before\";i:200739;s:10:\"size_after\";i:60449;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.9800000000000039790393202565610408782958984375;s:5:\"bytes\";i:30469;s:11:\"size_before\";i:44169;s:10:\"size_after\";i:13700;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:109821;s:11:\"size_before\";i:156570;s:10:\"size_after\";i:46749;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}}}'),(15835,1922,'wp-smush-lossy','1'),(15836,1922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:75.3591971370479001279818476177752017974853515625;s:5:\"bytes\";i:156038;s:11:\"size_before\";i:207059;s:10:\"size_after\";i:51021;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.8799999999999954525264911353588104248046875;s:5:\"bytes\";i:33879;s:11:\"size_before\";i:45243;s:10:\"size_after\";i:11364;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.4899999999999948840923025272786617279052734375;s:5:\"bytes\";i:122159;s:11:\"size_before\";i:161816;s:10:\"size_after\";i:39657;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}}}'),(15837,1928,'wp-smush-lossy','1'),(15838,1928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:66.094060747352983753444277681410312652587890625;s:5:\"bytes\";i:129278;s:11:\"size_before\";i:195597;s:10:\"size_after\";i:66319;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:29605;s:11:\"size_before\";i:45876;s:10:\"size_after\";i:16271;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:99673;s:11:\"size_before\";i:149721;s:10:\"size_after\";i:50048;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}}}'),(15839,1954,'wp-smush-lossy','1'),(15840,1954,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.745611698908078324166126549243927001953125;s:5:\"bytes\";i:141970;s:11:\"size_before\";i:206515;s:10:\"size_after\";i:64545;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.6299999999999954525264911353588104248046875;s:5:\"bytes\";i:30225;s:11:\"size_before\";i:45362;s:10:\"size_after\";i:15137;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:111745;s:11:\"size_before\";i:161153;s:10:\"size_after\";i:49408;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}}}'),(15841,1959,'wp-smush-lossy','1'),(15842,1959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.216182318599663858549320138990879058837890625;s:5:\"bytes\";i:137062;s:11:\"size_before\";i:200923;s:10:\"size_after\";i:63861;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.7399999999999948840923025272786617279052734375;s:5:\"bytes\";i:30828;s:11:\"size_before\";i:44844;s:10:\"size_after\";i:14016;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:106234;s:11:\"size_before\";i:156079;s:10:\"size_after\";i:49845;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(15843,2047,'wp-smush-lossy','1'),(15844,2047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.3882788049058802926083444617688655853271484375;s:5:\"bytes\";i:5691899;s:11:\"size_before\";i:8202969;s:10:\"size_after\";i:2511070;s:4:\"time\";d:14.2000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:29138;s:11:\"size_before\";i:43769;s:10:\"size_after\";i:14631;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:750877;s:11:\"size_before\";i:1070791;s:10:\"size_after\";i:319914;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1526706;s:11:\"size_before\";i:2193590;s:10:\"size_after\";i:666884;s:4:\"time\";d:2.37999999999999989341858963598497211933135986328125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:391481;s:11:\"size_before\";i:552893;s:10:\"size_after\";i:161412;s:4:\"time\";d:2.6699999999999999289457264239899814128875732421875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:445619;s:11:\"size_before\";i:637455;s:10:\"size_after\";i:191836;s:4:\"time\";d:3.520000000000000017763568394002504646778106689453125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.7900000000000062527760746888816356658935546875;s:5:\"bytes\";i:2470359;s:11:\"size_before\";i:3591113;s:10:\"size_after\";i:1120754;s:4:\"time\";d:4.38999999999999968025576890795491635799407958984375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:77719;s:11:\"size_before\";i:113358;s:10:\"size_after\";i:35639;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}}}'),(15845,2048,'wp-smush-error','size_pro_limit'),(15846,2049,'wp-smush-lossy','1'),(15847,2049,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.3165715563457300874006250523962080478668212890625;s:5:\"bytes\";i:157534;s:11:\"size_before\";i:1279041;s:10:\"size_after\";i:1121507;s:4:\"time\";d:1.310000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7982;s:11:\"size_before\";i:14618;s:10:\"size_after\";i:6636;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12782;s:11:\"size_before\";i:67539;s:10:\"size_after\";i:54757;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:16042;s:11:\"size_before\";i:105822;s:10:\"size_after\";i:89780;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:17466;s:11:\"size_before\";i:124809;s:10:\"size_after\";i:107343;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:23038;s:11:\"size_before\";i:194757;s:10:\"size_after\";i:171719;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:31170;s:11:\"size_before\";i:308159;s:10:\"size_after\";i:276989;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:40311;s:11:\"size_before\";i:441254;s:10:\"size_after\";i:400943;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:8743;s:11:\"size_before\";i:22083;s:10:\"size_after\";i:13340;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(15848,2050,'wp-smush-lossy','1'),(15849,2050,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.1151074457424616781509030261076986789703369140625;s:5:\"bytes\";i:274221;s:11:\"size_before\";i:1814218;s:10:\"size_after\";i:1539997;s:4:\"time\";d:1.1999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:9756;s:11:\"size_before\";i:17436;s:10:\"size_after\";i:7680;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:11295;s:11:\"size_before\";i:28824;s:10:\"size_after\";i:17529;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:26692;s:11:\"size_before\";i:155663;s:10:\"size_after\";i:128971;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:41282;s:11:\"size_before\";i:282790;s:10:\"size_after\";i:241508;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:59139;s:11:\"size_before\";i:438761;s:10:\"size_after\";i:379622;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:29633;s:11:\"size_before\";i:183502;s:10:\"size_after\";i:153869;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:18910;s:11:\"size_before\";i:89812;s:10:\"size_after\";i:70902;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:77514;s:11:\"size_before\";i:617430;s:10:\"size_after\";i:539916;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}}}'),(15850,2051,'wp-smush-lossy','1'),(15851,2051,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.537135290252674479916095151565968990325927734375;s:5:\"bytes\";i:297474;s:11:\"size_before\";i:2372743;s:10:\"size_after\";i:2075269;s:4:\"time\";d:1.640000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:9825;s:11:\"size_before\";i:17869;s:10:\"size_after\";i:8044;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.75;s:5:\"bytes\";i:11310;s:11:\"size_before\";i:29187;s:10:\"size_after\";i:17877;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:22044;s:11:\"size_before\";i:121656;s:10:\"size_after\";i:99612;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:21947;s:11:\"size_before\";i:118475;s:10:\"size_after\";i:96528;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:29142;s:11:\"size_before\";i:196249;s:10:\"size_after\";i:167107;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:90791;s:11:\"size_before\";i:887851;s:10:\"size_after\";i:797060;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:46003;s:11:\"size_before\";i:383963;s:10:\"size_after\";i:337960;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:66412;s:11:\"size_before\";i:617493;s:10:\"size_after\";i:551081;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(15852,2052,'wp-smush-lossy','1'),(15853,2052,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.8403292726460449557635001838207244873046875;s:5:\"bytes\";i:240278;s:11:\"size_before\";i:1871276;s:10:\"size_after\";i:1630998;s:4:\"time\";d:1.2599999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:27300;s:10:\"size_after\";i:16754;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:9242;s:11:\"size_before\";i:16993;s:10:\"size_after\";i:7751;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:17145;s:11:\"size_before\";i:93568;s:10:\"size_after\";i:76423;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:23166;s:11:\"size_before\";i:151964;s:10:\"size_after\";i:128798;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18101;s:11:\"size_before\";i:97487;s:10:\"size_after\";i:79386;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:72443;s:11:\"size_before\";i:712680;s:10:\"size_after\";i:640237;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:36617;s:11:\"size_before\";i:293105;s:10:\"size_after\";i:256488;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:53018;s:11:\"size_before\";i:478179;s:10:\"size_after\";i:425161;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(15854,2053,'wp-smush-lossy','1'),(15855,2053,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:71.5794984389259525414672680199146270751953125;s:5:\"bytes\";i:3285577;s:11:\"size_before\";i:4590109;s:10:\"size_after\";i:1304532;s:4:\"time\";d:4.4900000000000002131628207280300557613372802734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:29352;s:11:\"size_before\";i:43555;s:10:\"size_after\";i:14203;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:74607;s:11:\"size_before\";i:106698;s:10:\"size_after\";i:32091;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:430403;s:11:\"size_before\";i:605237;s:10:\"size_after\";i:174834;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:404367;s:11:\"size_before\";i:563880;s:10:\"size_after\";i:159513;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.31999999999999317878973670303821563720703125;s:5:\"bytes\";i:751338;s:11:\"size_before\";i:1038905;s:10:\"size_after\";i:287567;s:4:\"time\";d:0.93000000000000004884981308350688777863979339599609375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.4899999999999948840923025272786617279052734375;s:5:\"bytes\";i:1595510;s:11:\"size_before\";i:2231834;s:10:\"size_after\";i:636324;s:4:\"time\";d:1.5800000000000000710542735760100185871124267578125;}}}'),(15856,2054,'wp-smush-lossy','1'),(15857,2054,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:68.2608182343066260955311008729040622711181640625;s:5:\"bytes\";i:3272511;s:11:\"size_before\";i:4794128;s:10:\"size_after\";i:1521617;s:4:\"time\";d:4.0800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.8799999999999954525264911353588104248046875;s:5:\"bytes\";i:26700;s:11:\"size_before\";i:39336;s:10:\"size_after\";i:12636;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.3700000000000045474735088646411895751953125;s:5:\"bytes\";i:69051;s:11:\"size_before\";i:98129;s:10:\"size_after\";i:29078;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:385002;s:11:\"size_before\";i:568140;s:10:\"size_after\";i:183138;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:752255;s:11:\"size_before\";i:1097090;s:10:\"size_after\";i:344835;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:1598495;s:11:\"size_before\";i:2365016;s:10:\"size_after\";i:766521;s:4:\"time\";d:1.9499999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.400000000000005684341886080801486968994140625;s:5:\"bytes\";i:441008;s:11:\"size_before\";i:626417;s:10:\"size_after\";i:185409;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}}}'),(15858,2055,'wp-smush-lossy','1'),(15859,2055,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:67.036454063692644922412000596523284912109375;s:5:\"bytes\";i:2772977;s:11:\"size_before\";i:4136521;s:10:\"size_after\";i:1363544;s:4:\"time\";d:7.44000000000000039079850466805510222911834716796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:30029;s:11:\"size_before\";i:46471;s:10:\"size_after\";i:16442;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:78542;s:11:\"size_before\";i:116551;s:10:\"size_after\";i:38009;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:366043;s:11:\"size_before\";i:534874;s:10:\"size_after\";i:168831;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:68.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:416071;s:11:\"size_before\";i:606564;s:10:\"size_after\";i:190493;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:661143;s:11:\"size_before\";i:974587;s:10:\"size_after\";i:313444;s:4:\"time\";d:2.600000000000000088817841970012523233890533447265625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.7399999999999948840923025272786617279052734375;s:5:\"bytes\";i:1221149;s:11:\"size_before\";i:1857474;s:10:\"size_after\";i:636325;s:4:\"time\";d:2.910000000000000142108547152020037174224853515625;}}}'),(15860,2056,'wp-smush-lossy','1'),(15861,2056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.91168713943624624107542331330478191375732421875;s:5:\"bytes\";i:2480215;s:11:\"size_before\";i:4006053;s:10:\"size_after\";i:1525838;s:4:\"time\";d:6.7599999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:27097;s:11:\"size_before\";i:44853;s:10:\"size_after\";i:17756;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:71067;s:11:\"size_before\";i:111820;s:10:\"size_after\";i:40753;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:344074;s:11:\"size_before\";i:537405;s:10:\"size_after\";i:193331;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:375670;s:11:\"size_before\";i:591188;s:10:\"size_after\";i:215518;s:4:\"time\";d:1.04000000000000003552713678800500929355621337890625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:588947;s:11:\"size_before\";i:942572;s:10:\"size_after\";i:353625;s:4:\"time\";d:1.29000000000000003552713678800500929355621337890625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1073360;s:11:\"size_before\";i:1778215;s:10:\"size_after\";i:704855;s:4:\"time\";d:3.2599999999999997868371792719699442386627197265625;}}}'),(15862,2105,'wp-smush-lossy','1'),(15863,2105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.278896917741557448522371487342752516269683837890625;s:5:\"bytes\";i:8254;s:11:\"size_before\";i:251731;s:10:\"size_after\";i:243477;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:443;s:11:\"size_before\";i:13338;s:10:\"size_after\";i:12895;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:238;s:11:\"size_before\";i:7443;s:10:\"size_after\";i:7205;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:66279;s:10:\"size_after\";i:64101;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:63984;s:10:\"size_after\";i:61652;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3063;s:11:\"size_before\";i:100687;s:10:\"size_after\";i:97624;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(15864,2106,'wp-smush-lossy','1'),(15865,2106,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1586647324790941837591162766329944133758544921875;s:5:\"bytes\";i:17172;s:11:\"size_before\";i:412921;s:10:\"size_after\";i:395749;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:296;s:11:\"size_before\";i:8052;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:21573;s:10:\"size_after\";i:20549;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3802;s:11:\"size_before\";i:88298;s:10:\"size_after\";i:84496;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4979;s:11:\"size_before\";i:113084;s:10:\"size_after\";i:108105;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:7071;s:11:\"size_before\";i:181914;s:10:\"size_after\";i:174843;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(15866,2107,'wp-smush-lossy','1'),(15867,2107,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.8403292726460449557635001838207244873046875;s:5:\"bytes\";i:240278;s:11:\"size_before\";i:1871276;s:10:\"size_after\";i:1630998;s:4:\"time\";d:0.95000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:27300;s:10:\"size_after\";i:16754;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:9242;s:11:\"size_before\";i:16993;s:10:\"size_after\";i:7751;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:17145;s:11:\"size_before\";i:93568;s:10:\"size_after\";i:76423;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18101;s:11:\"size_before\";i:97487;s:10:\"size_after\";i:79386;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:36617;s:11:\"size_before\";i:293105;s:10:\"size_after\";i:256488;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:53018;s:11:\"size_before\";i:478179;s:10:\"size_after\";i:425161;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:72443;s:11:\"size_before\";i:712680;s:10:\"size_after\";i:640237;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:23166;s:11:\"size_before\";i:151964;s:10:\"size_after\";i:128798;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(15868,2108,'wp-smush-lossy','1'),(15869,2108,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.7584900212927205842561306781135499477386474609375;s:5:\"bytes\";i:190617;s:11:\"size_before\";i:1385450;s:10:\"size_after\";i:1194833;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:7948;s:11:\"size_before\";i:15195;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8600;s:11:\"size_before\";i:21288;s:10:\"size_after\";i:12688;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15392;s:11:\"size_before\";i:80415;s:10:\"size_after\";i:65023;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14266;s:11:\"size_before\";i:70517;s:10:\"size_after\";i:56251;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18499;s:11:\"size_before\";i:109962;s:10:\"size_after\";i:91463;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:41046;s:11:\"size_before\";i:349500;s:10:\"size_after\";i:308454;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:29199;s:11:\"size_before\";i:213332;s:10:\"size_after\";i:184133;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:55667;s:11:\"size_before\";i:525241;s:10:\"size_after\";i:469574;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(15870,2109,'wp-smush-lossy','1'),(15871,2109,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.0739557271392090598283175495453178882598876953125;s:5:\"bytes\";i:214939;s:11:\"size_before\";i:1527211;s:10:\"size_after\";i:1312272;s:4:\"time\";d:1.0800000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:8398;s:11:\"size_before\";i:15673;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9204;s:11:\"size_before\";i:24267;s:10:\"size_after\";i:15063;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:16009;s:11:\"size_before\";i:82214;s:10:\"size_after\";i:66205;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15661;s:11:\"size_before\";i:82880;s:10:\"size_after\";i:67219;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20451;s:11:\"size_before\";i:127287;s:10:\"size_after\";i:106836;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:48117;s:11:\"size_before\";i:387194;s:10:\"size_after\";i:339077;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:33419;s:11:\"size_before\";i:241194;s:10:\"size_after\";i:207775;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:63680;s:11:\"size_before\";i:566502;s:10:\"size_after\";i:502822;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}}}'),(15872,2110,'wp-smush-lossy','1'),(15873,2110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3393585950358186664743698202073574066162109375;s:5:\"bytes\";i:210321;s:11:\"size_before\";i:1576695;s:10:\"size_after\";i:1366374;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8611;s:11:\"size_before\";i:16527;s:10:\"size_after\";i:7916;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:9376;s:11:\"size_before\";i:24316;s:10:\"size_after\";i:14940;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16550;s:11:\"size_before\";i:94347;s:10:\"size_after\";i:77797;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:15540;s:11:\"size_before\";i:84974;s:10:\"size_after\";i:69434;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19981;s:11:\"size_before\";i:130712;s:10:\"size_after\";i:110731;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:31572;s:11:\"size_before\";i:248273;s:10:\"size_after\";i:216701;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:46168;s:11:\"size_before\";i:397570;s:10:\"size_after\";i:351402;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:62523;s:11:\"size_before\";i:579976;s:10:\"size_after\";i:517453;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}}}'),(15874,2111,'wp-smush-lossy','1'),(15875,2111,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.88452971130771373964307713322341442108154296875;s:5:\"bytes\";i:251448;s:11:\"size_before\";i:1810994;s:10:\"size_after\";i:1559546;s:4:\"time\";d:1.28000000000000024868995751603506505489349365234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:11132;s:11:\"size_before\";i:28591;s:10:\"size_after\";i:17459;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9973;s:11:\"size_before\";i:17707;s:10:\"size_after\";i:7734;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18247;s:11:\"size_before\";i:92632;s:10:\"size_after\";i:74385;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:38693;s:11:\"size_before\";i:295280;s:10:\"size_after\";i:256587;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:54860;s:11:\"size_before\";i:460717;s:10:\"size_after\";i:405857;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:74298;s:11:\"size_before\";i:656164;s:10:\"size_after\";i:581866;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:19205;s:11:\"size_before\";i:101850;s:10:\"size_after\";i:82645;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:25040;s:11:\"size_before\";i:158053;s:10:\"size_after\";i:133013;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(15876,2112,'wp-smush-lossy','1'),(15877,2112,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2556998699524246632108770427294075489044189453125;s:5:\"bytes\";i:201311;s:11:\"size_before\";i:1518675;s:10:\"size_after\";i:1317364;s:4:\"time\";d:0.979999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:9570;s:11:\"size_before\";i:16694;s:10:\"size_after\";i:7124;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:10604;s:11:\"size_before\";i:27078;s:10:\"size_after\";i:16474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:15985;s:11:\"size_before\";i:81206;s:10:\"size_after\";i:65221;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:16998;s:11:\"size_before\";i:90083;s:10:\"size_after\";i:73085;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:21280;s:11:\"size_before\";i:136382;s:10:\"size_after\";i:115102;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:31794;s:11:\"size_before\";i:247113;s:10:\"size_after\";i:215319;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:41903;s:11:\"size_before\";i:382400;s:10:\"size_after\";i:340497;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:53177;s:11:\"size_before\";i:537719;s:10:\"size_after\";i:484542;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(15878,2120,'wp-smush-lossy','1'),(15879,2120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.7584900212927205842561306781135499477386474609375;s:5:\"bytes\";i:190617;s:11:\"size_before\";i:1385450;s:10:\"size_after\";i:1194833;s:4:\"time\";d:1.149999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8600;s:11:\"size_before\";i:21288;s:10:\"size_after\";i:12688;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.31000000000000227373675443232059478759765625;s:5:\"bytes\";i:7948;s:11:\"size_before\";i:15195;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:14266;s:11:\"size_before\";i:70517;s:10:\"size_after\";i:56251;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:15392;s:11:\"size_before\";i:80415;s:10:\"size_after\";i:65023;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18499;s:11:\"size_before\";i:109962;s:10:\"size_after\";i:91463;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:29199;s:11:\"size_before\";i:213332;s:10:\"size_after\";i:184133;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:41046;s:11:\"size_before\";i:349500;s:10:\"size_after\";i:308454;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:55667;s:11:\"size_before\";i:525241;s:10:\"size_after\";i:469574;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}}}'),(15880,2121,'wp-smush-lossy','1'),(15881,2121,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.0739557271392090598283175495453178882598876953125;s:5:\"bytes\";i:214939;s:11:\"size_before\";i:1527211;s:10:\"size_after\";i:1312272;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:8398;s:11:\"size_before\";i:15673;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9204;s:11:\"size_before\";i:24267;s:10:\"size_after\";i:15063;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:15661;s:11:\"size_before\";i:82880;s:10:\"size_after\";i:67219;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:16009;s:11:\"size_before\";i:82214;s:10:\"size_after\";i:66205;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20451;s:11:\"size_before\";i:127287;s:10:\"size_after\";i:106836;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:48117;s:11:\"size_before\";i:387194;s:10:\"size_after\";i:339077;s:4:\"time\";d:0.25;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:63680;s:11:\"size_before\";i:566502;s:10:\"size_after\";i:502822;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:33419;s:11:\"size_before\";i:241194;s:10:\"size_after\";i:207775;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(15882,2122,'wp-smush-lossy','1'),(15883,2122,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.3393585950358186664743698202073574066162109375;s:5:\"bytes\";i:210321;s:11:\"size_before\";i:1576695;s:10:\"size_after\";i:1366374;s:4:\"time\";d:1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:9376;s:11:\"size_before\";i:24316;s:10:\"size_after\";i:14940;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:8611;s:11:\"size_before\";i:16527;s:10:\"size_after\";i:7916;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:16550;s:11:\"size_before\";i:94347;s:10:\"size_after\";i:77797;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:15540;s:11:\"size_before\";i:84974;s:10:\"size_after\";i:69434;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19981;s:11:\"size_before\";i:130712;s:10:\"size_after\";i:110731;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:31572;s:11:\"size_before\";i:248273;s:10:\"size_after\";i:216701;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:46168;s:11:\"size_before\";i:397570;s:10:\"size_after\";i:351402;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:62523;s:11:\"size_before\";i:579976;s:10:\"size_after\";i:517453;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(15884,2123,'wp-smush-lossy','1'),(15885,2123,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.88452971130771373964307713322341442108154296875;s:5:\"bytes\";i:251448;s:11:\"size_before\";i:1810994;s:10:\"size_after\";i:1559546;s:4:\"time\";d:1.2800000000000000266453525910037569701671600341796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:11132;s:11:\"size_before\";i:28591;s:10:\"size_after\";i:17459;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:9973;s:11:\"size_before\";i:17707;s:10:\"size_after\";i:7734;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:19205;s:11:\"size_before\";i:101850;s:10:\"size_after\";i:82645;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:18247;s:11:\"size_before\";i:92632;s:10:\"size_after\";i:74385;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:25040;s:11:\"size_before\";i:158053;s:10:\"size_after\";i:133013;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:38693;s:11:\"size_before\";i:295280;s:10:\"size_after\";i:256587;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:74298;s:11:\"size_before\";i:656164;s:10:\"size_after\";i:581866;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:54860;s:11:\"size_before\";i:460717;s:10:\"size_after\";i:405857;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}}}'),(15886,2149,'wp-smush-lossy','1'),(15887,2149,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.150918081668606873790849931538105010986328125;s:5:\"bytes\";i:755344;s:11:\"size_before\";i:2278501;s:10:\"size_after\";i:1523157;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:89.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:68585;s:11:\"size_before\";i:76824;s:10:\"size_after\";i:8239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:79.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:69971;s:11:\"size_before\";i:87521;s:10:\"size_after\";i:17550;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:79238;s:11:\"size_before\";i:159200;s:10:\"size_after\";i:79962;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:79260;s:11:\"size_before\";i:161639;s:10:\"size_after\";i:82379;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:102699;s:11:\"size_before\";i:351195;s:10:\"size_after\";i:248496;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:86244;s:11:\"size_before\";i:217307;s:10:\"size_after\";i:131063;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:146666;s:11:\"size_before\";i:709618;s:10:\"size_after\";i:562952;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:122681;s:11:\"size_before\";i:515197;s:10:\"size_after\";i:392516;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}}}'),(15888,2150,'wp-smush-lossy','1'),(15889,2150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.7047149530803977768300683237612247467041015625;s:5:\"bytes\";i:658551;s:11:\"size_before\";i:1617874;s:10:\"size_after\";i:959323;s:4:\"time\";d:0.910000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:92.409999999999996589394868351519107818603515625;s:5:\"bytes\";i:68003;s:11:\"size_before\";i:73587;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:84.599999999999994315658113919198513031005859375;s:5:\"bytes\";i:68952;s:11:\"size_before\";i:81499;s:10:\"size_after\";i:12547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.77000000000000312638803734444081783294677734375;s:5:\"bytes\";i:73683;s:11:\"size_before\";i:125378;s:10:\"size_after\";i:51695;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:77448;s:11:\"size_before\";i:157734;s:10:\"size_after\";i:80286;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:72394;s:11:\"size_before\";i:115728;s:10:\"size_after\";i:43334;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:86661;s:11:\"size_before\";i:238198;s:10:\"size_after\";i:151537;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:98555;s:11:\"size_before\";i:344781;s:10:\"size_after\";i:246226;s:4:\"time\";d:0.25;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:112855;s:11:\"size_before\";i:480969;s:10:\"size_after\";i:368114;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}}}'),(15890,2151,'wp-smush-lossy','1'),(15891,2151,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.13728785548522637327550910413265228271484375;s:5:\"bytes\";i:689876;s:11:\"size_before\";i:1857637;s:10:\"size_after\";i:1167761;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:90.349999999999994315658113919198513031005859375;s:5:\"bytes\";i:68278;s:11:\"size_before\";i:75573;s:10:\"size_after\";i:7295;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:82.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:69279;s:11:\"size_before\";i:84148;s:10:\"size_after\";i:14869;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:80785;s:11:\"size_before\";i:179610;s:10:\"size_after\";i:98825;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.47999999999999687361196265555918216705322265625;s:5:\"bytes\";i:75920;s:11:\"size_before\";i:136840;s:10:\"size_after\";i:60920;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:54.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:75914;s:11:\"size_before\";i:139706;s:10:\"size_after\";i:63792;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:91660;s:11:\"size_before\";i:276868;s:10:\"size_after\";i:185208;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:105360;s:11:\"size_before\";i:403169;s:10:\"size_after\";i:297809;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:122680;s:11:\"size_before\";i:561723;s:10:\"size_after\";i:439043;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}}}'),(15892,2152,'wp-smush-lossy','1'),(15893,2152,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.1596364341886697957306751050055027008056640625;s:5:\"bytes\";i:723621;s:11:\"size_before\";i:2118351;s:10:\"size_after\";i:1394730;s:4:\"time\";d:1.930000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:69438;s:11:\"size_before\";i:86414;s:10:\"size_after\";i:16976;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:90.2399999999999948840923025272786617279052734375;s:5:\"bytes\";i:68267;s:11:\"size_before\";i:75652;s:10:\"size_after\";i:7385;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.75;s:5:\"bytes\";i:77616;s:11:\"size_before\";i:156021;s:10:\"size_after\";i:78405;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:75899;s:11:\"size_before\";i:143610;s:10:\"size_after\";i:67711;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:83207;s:11:\"size_before\";i:206513;s:10:\"size_after\";i:123306;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:97520;s:11:\"size_before\";i:325574;s:10:\"size_after\";i:228054;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:136479;s:11:\"size_before\";i:651589;s:10:\"size_after\";i:515110;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:115195;s:11:\"size_before\";i:472978;s:10:\"size_after\";i:357783;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}}}'),(15894,2153,'wp-smush-lossy','1'),(15895,2153,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:44.27286145437926023760155658237636089324951171875;s:5:\"bytes\";i:649996;s:11:\"size_before\";i:1468159;s:10:\"size_after\";i:818163;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:85.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:68834;s:11:\"size_before\";i:80345;s:10:\"size_after\";i:11511;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:92.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:68096;s:11:\"size_before\";i:73780;s:10:\"size_after\";i:5684;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.0199999999999960209606797434389591217041015625;s:5:\"bytes\";i:73065;s:11:\"size_before\";i:114132;s:10:\"size_after\";i:41067;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:73368;s:11:\"size_before\";i:117531;s:10:\"size_after\";i:44163;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:76664;s:11:\"size_before\";i:144408;s:10:\"size_after\";i:67744;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:85488;s:11:\"size_before\";i:212219;s:10:\"size_after\";i:126731;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:95602;s:11:\"size_before\";i:303035;s:10:\"size_after\";i:207433;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:108879;s:11:\"size_before\";i:422709;s:10:\"size_after\";i:313830;s:4:\"time\";d:0.5;}}}'),(15896,2154,'wp-smush-lossy','1'),(15897,2154,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.84476026969429085511364974081516265869140625;s:5:\"bytes\";i:698986;s:11:\"size_before\";i:1897111;s:10:\"size_after\";i:1198125;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:90.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:68289;s:11:\"size_before\";i:75327;s:10:\"size_after\";i:7038;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:69460;s:11:\"size_before\";i:85079;s:10:\"size_after\";i:15619;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:76507;s:11:\"size_before\";i:142179;s:10:\"size_after\";i:65672;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:81283;s:11:\"size_before\";i:184271;s:10:\"size_after\";i:102988;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:93214;s:11:\"size_before\";i:285709;s:10:\"size_after\";i:192495;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.68999999999999772626324556767940521240234375;s:5:\"bytes\";i:74928;s:11:\"size_before\";i:132165;s:10:\"size_after\";i:57237;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:108434;s:11:\"size_before\";i:415876;s:10:\"size_after\";i:307442;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:9:\"wp_scaled\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:126871;s:11:\"size_before\";i:576505;s:10:\"size_after\";i:449634;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}}}'),(16100,2223,'_wp_attached_file','2023/08/user.png'),(16101,2223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2023/08/user.png\";s:8:\"filesize\";s:5:\"16137\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"user-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:4:\"7444\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"user-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:4:\"3448\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16102,2223,'wp-smush-lossy','1'),(16103,2223,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:51.5607785530664699535918771289288997650146484375;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:10892;s:10:\"size_after\";i:5276;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1624;s:11:\"size_before\";i:3448;s:10:\"size_after\";i:1824;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:3992;s:11:\"size_before\";i:7444;s:10:\"size_after\";i:3452;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(16238,2242,'_wp_attached_file','2023/08/image-010.jpg'),(16239,2242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:4:\"file\";s:21:\"2023/08/image-010.jpg\";s:8:\"filesize\";s:6:\"260985\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image-010-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"13652\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image-010-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"84841\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image-010-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:4:\"6017\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image-010-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"53658\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"image-010-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:5:\"46271\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"image-010-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";s:6:\"170710\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16240,2242,'wp-smush-lossy','1'),(16241,2242,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4045086085795244201790410443209111690521240234375;s:5:\"bytes\";i:5269;s:11:\"size_before\";i:375149;s:10:\"size_after\";i:369880;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:134;s:11:\"size_before\";i:13652;s:10:\"size_after\";i:13518;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:508;s:11:\"size_before\";i:53658;s:10:\"size_after\";i:53150;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:528;s:11:\"size_before\";i:46271;s:10:\"size_after\";i:45743;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:84841;s:10:\"size_after\";i:83772;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3030;s:11:\"size_before\";i:170710;s:10:\"size_after\";i:167680;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(16504,576,'_yoast_wpseo_content_score','30'),(16505,576,'_yoast_wpseo_estimated-reading-time-minutes','28'),(16585,2280,'_wp_attached_file','2023/08/22-23-Program-Cover-Salute-to-Veterans.png'),(16586,2280,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:2810;s:4:\"file\";s:50:\"2023/08/22-23-Program-Cover-Salute-to-Veterans.png\";s:8:\"filesize\";s:7:\"1112414\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"22-23-Program-Cover-Salute-to-Veterans-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"47832\";}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"22-23-Program-Cover-Salute-to-Veterans-663x1024.png\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"272170\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"22-23-Program-Cover-Salute-to-Veterans-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"25372\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"22-23-Program-Cover-Salute-to-Veterans-768x1186.png\";s:5:\"width\";i:768;s:6:\"height\";i:1186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"335780\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:50:\"22-23-Program-Cover-Salute-to-Veterans-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"192695\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"22-23-Program-Cover-Salute-to-Veterans-995x1536.png\";s:5:\"width\";i:995;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"480012\";}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:52:\"22-23-Program-Cover-Salute-to-Veterans-1326x2048.png\";s:5:\"width\";i:1326;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"701030\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16587,2281,'_wp_attached_file','2023/08/22-23-Program-Cover-Movie-Night.png'),(16588,2281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:2810;s:4:\"file\";s:43:\"2023/08/22-23-Program-Cover-Movie-Night.png\";s:8:\"filesize\";s:6:\"560072\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"22-23-Program-Cover-Movie-Night-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"33815\";}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"22-23-Program-Cover-Movie-Night-663x1024.png\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"161202\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"22-23-Program-Cover-Movie-Night-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"20297\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"22-23-Program-Cover-Movie-Night-768x1186.png\";s:5:\"width\";i:768;s:6:\"height\";i:1186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"195247\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:43:\"22-23-Program-Cover-Movie-Night-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"117378\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"22-23-Program-Cover-Movie-Night-995x1536.png\";s:5:\"width\";i:995;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"273207\";}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"22-23-Program-Cover-Movie-Night-1326x2048.png\";s:5:\"width\";i:1326;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"402102\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16589,2280,'wp-smush-lossy','1'),(16590,2280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:66.1952385795645596999747795052826404571533203125;s:5:\"bytes\";i:1360240;s:11:\"size_before\";i:2054891;s:10:\"size_after\";i:694651;s:4:\"time\";d:15.260000000000001563194018672220408916473388671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:17894;s:11:\"size_before\";i:25372;s:10:\"size_after\";i:7478;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:34015;s:11:\"size_before\";i:47832;s:10:\"size_after\";i:13817;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:129188;s:11:\"size_before\";i:192695;s:10:\"size_after\";i:63507;s:4:\"time\";d:0.25;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:184704;s:11:\"size_before\";i:272170;s:10:\"size_after\";i:87466;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:224504;s:11:\"size_before\";i:335780;s:10:\"size_after\";i:111276;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:318129;s:11:\"size_before\";i:480012;s:10:\"size_after\";i:161883;s:4:\"time\";d:1.189999999999999946709294817992486059665679931640625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:451806;s:11:\"size_before\";i:701030;s:10:\"size_after\";i:249224;s:4:\"time\";d:12.300000000000000710542735760100185871124267578125;}}}'),(16600,2281,'wp-smush-lossy','1'),(16601,2281,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:81.5483591080143099816268659196794033050537109375;s:5:\"bytes\";i:981229;s:11:\"size_before\";i:1203248;s:10:\"size_after\";i:222019;s:4:\"time\";d:2.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.650000000000005684341886080801486968994140625;s:5:\"bytes\";i:15152;s:11:\"size_before\";i:20297;s:10:\"size_after\";i:5145;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:25710;s:11:\"size_before\";i:33815;s:10:\"size_after\";i:8105;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:94686;s:11:\"size_before\";i:117378;s:10:\"size_after\";i:22692;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.9899999999999948840923025272786617279052734375;s:5:\"bytes\";i:130557;s:11:\"size_before\";i:161202;s:10:\"size_after\";i:30645;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:158589;s:11:\"size_before\";i:195247;s:10:\"size_after\";i:36658;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:82.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:224286;s:11:\"size_before\";i:273207;s:10:\"size_after\";i:48921;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:82.6299999999999954525264911353588104248046875;s:5:\"bytes\";i:332249;s:11:\"size_before\";i:402102;s:10:\"size_after\";i:69853;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}}}'),(16602,2283,'_wp_attached_file','2023/08/22-23-Program-Cover-Gaelforce.png'),(16603,2283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:2810;s:4:\"file\";s:41:\"2023/08/22-23-Program-Cover-Gaelforce.png\";s:8:\"filesize\";s:7:\"8898727\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"22-23-Program-Cover-Gaelforce-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"108809\";}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"22-23-Program-Cover-Gaelforce-663x1024.png\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1032460\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"22-23-Program-Cover-Gaelforce-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"55141\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"22-23-Program-Cover-Gaelforce-768x1186.png\";s:5:\"width\";i:768;s:6:\"height\";i:1186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1345467\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:41:\"22-23-Program-Cover-Gaelforce-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"736442\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"22-23-Program-Cover-Gaelforce-995x1536.png\";s:5:\"width\";i:995;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"2118468\";}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"22-23-Program-Cover-Gaelforce-1326x2048.png\";s:5:\"width\";i:1326;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"3449796\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16631,625,'_yoast_wpseo_content_score','90'),(16632,625,'_yoast_wpseo_estimated-reading-time-minutes','3'),(16661,2283,'wp-smush-lossy','1'),(16662,2283,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:74.6456343652684921607942669652402400970458984375;s:5:\"bytes\";i:6603588;s:11:\"size_before\";i:8846583;s:10:\"size_after\";i:2242995;s:4:\"time\";d:8.9900000000000002131628207280300557613372802734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:81637;s:11:\"size_before\";i:108809;s:10:\"size_after\";i:27172;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.0100000000000051159076974727213382720947265625;s:5:\"bytes\";i:40258;s:11:\"size_before\";i:55141;s:10:\"size_after\";i:14883;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:534588;s:11:\"size_before\";i:736442;s:10:\"size_after\";i:201854;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:781611;s:11:\"size_before\";i:1032460;s:10:\"size_after\";i:250849;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1011728;s:11:\"size_before\";i:1345467;s:10:\"size_after\";i:333739;s:4:\"time\";d:1.1999999999999999555910790149937383830547332763671875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:2562977;s:11:\"size_before\";i:3449796;s:10:\"size_after\";i:886819;s:4:\"time\";d:3.20000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.090000000000003410605131648480892181396484375;s:5:\"bytes\";i:1590789;s:11:\"size_before\";i:2118468;s:10:\"size_after\";i:527679;s:4:\"time\";d:2.70999999999999996447286321199499070644378662109375;}}}'),(16663,2290,'_wp_attached_file','2023/08/22-23-Program-Cover-Tis-the-Season.png'),(16664,2290,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1820;s:6:\"height\";i:2810;s:4:\"file\";s:46:\"2023/08/22-23-Program-Cover-Tis-the-Season.png\";s:8:\"filesize\";s:7:\"4774561\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"22-23-Program-Cover-Tis-the-Season-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"63683\";}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"22-23-Program-Cover-Tis-the-Season-663x1024.png\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"481293\";}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"22-23-Program-Cover-Tis-the-Season-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:5:\"36279\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"22-23-Program-Cover-Tis-the-Season-768x1186.png\";s:5:\"width\";i:768;s:6:\"height\";i:1186;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"624008\";}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:46:\"22-23-Program-Cover-Tis-the-Season-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"370279\";}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"22-23-Program-Cover-Tis-the-Season-995x1536.png\";s:5:\"width\";i:995;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:6:\"995699\";}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"22-23-Program-Cover-Tis-the-Season-1326x2048.png\";s:5:\"width\";i:1326;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";s:7:\"1688830\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(16665,2290,'wp-smush-lossy','1'),(16666,2290,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:76.357952719567350641227676533162593841552734375;s:5:\"bytes\";i:3252903;s:11:\"size_before\";i:4260071;s:10:\"size_after\";i:1007168;s:4:\"time\";d:7.5299999999999993605115378159098327159881591796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";i:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.6200000000000045474735088646411895751953125;s:5:\"bytes\";i:25619;s:11:\"size_before\";i:36279;s:10:\"size_after\";i:10660;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.2099999999999937472239253111183643341064453125;s:5:\"bytes\";i:46621;s:11:\"size_before\";i:63683;s:10:\"size_after\";i:17062;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:364870;s:11:\"size_before\";i:481293;s:10:\"size_after\";i:116423;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:23:\"ctshowcase_custom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:278532;s:11:\"size_before\";i:370279;s:10:\"size_after\";i:91747;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:471710;s:11:\"size_before\";i:624008;s:10:\"size_after\";i:152298;s:4:\"time\";d:1.520000000000000017763568394002504646778106689453125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.5100000000000051159076974727213382720947265625;s:5:\"bytes\";i:761783;s:11:\"size_before\";i:995699;s:10:\"size_after\";i:233916;s:4:\"time\";d:1.5100000000000000088817841970012523233890533447265625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1303768;s:11:\"size_before\";i:1688830;s:10:\"size_after\";i:385062;s:4:\"time\";d:2.439999999999999946709294817992486059665679931640625;}}}'),(16997,578,'_yoast_wpseo_content_score','90'),(16998,578,'_yoast_wpseo_estimated-reading-time-minutes','2'),(17027,50,'_yoast_wpseo_content_score','90'),(17028,50,'_yoast_wpseo_estimated-reading-time-minutes','5'),(17112,234,'_yoast_wpseo_content_score','30'),(17113,234,'_yoast_wpseo_estimated-reading-time-minutes','5'),(17257,1140,'_wp_desired_post_slug','behind-the-scenes-of-a-brass-band'),(17260,1125,'_yoast_wpseo_content_score','90'),(17261,1125,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17262,1125,'_yoast_wpseo_wordproof_timestamp',''),(17263,1125,'_yoast_wpseo_primary_category',''),(17266,1138,'_yoast_wpseo_content_score','90'),(17267,1138,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17268,1138,'_yoast_wpseo_wordproof_timestamp',''),(17269,1138,'_yoast_wpseo_primary_category',''),(17272,1136,'_yoast_wpseo_content_score','90'),(17273,1136,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17274,1136,'_yoast_wpseo_wordproof_timestamp',''),(17275,1136,'_yoast_wpseo_primary_category',''),(17507,1949,'_post_views_count','1'),(17508,1949,'ekit_post_views_count','2'),(17538,2386,'_wp_attached_file','2023/09/Concert-Program-Gaelforce.pdf'),(17539,2386,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Concert-Program-Gaelforce-pdf.jpg\";s:5:\"width\";i:704;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159270;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Concert-Program-Gaelforce-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20543;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Concert-Program-Gaelforce-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Concert-Program-Gaelforce-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8570;}}s:8:\"filesize\";i:861456;}'),(17540,2387,'_wp_attached_file','2023/09/Concert-Program-OCBB-2022-Christmas.pdf'),(17541,2387,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:43:\"Concert-Program-OCBB-2022-Christmas-pdf.jpg\";s:5:\"width\";i:704;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113648;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Concert-Program-OCBB-2022-Christmas-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17847;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Concert-Program-OCBB-2022-Christmas-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Concert-Program-OCBB-2022-Christmas-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8493;}}s:8:\"filesize\";i:1210620;}'),(17542,2388,'_wp_attached_file','2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf'),(17543,2388,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"OCBB-Concert-Program-Veterans-Day-Print-Ready-pdf.jpg\";s:5:\"width\";i:704;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117782;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"OCBB-Concert-Program-Veterans-Day-Print-Ready-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18835;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"OCBB-Concert-Program-Veterans-Day-Print-Ready-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100671;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"OCBB-Concert-Program-Veterans-Day-Print-Ready-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8517;}}s:8:\"filesize\";i:919215;}'),(17544,2389,'_wp_attached_file','2023/09/Program-OCBB-Movie-Night.pdf'),(17545,2389,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Program-OCBB-Movie-Night-pdf.jpg\";s:5:\"width\";i:704;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87449;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Program-OCBB-Movie-Night-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16836;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Program-OCBB-Movie-Night-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Program-OCBB-Movie-Night-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8337;}}s:8:\"filesize\";i:934079;}'),(17669,1893,'_yoast_wpseo_content_score','90'),(17670,1893,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17671,1893,'_yoast_wpseo_wordproof_timestamp',''),(17672,1893,'_yoast_wpseo_primary_ctshowcase_group',''),(17673,1893,'_post_views_count','3'),(17674,1893,'ekit_post_views_count','4'),(17675,1692,'_edit_lock','1694133635:1'),(17676,1611,'_edit_lock','1694133661:1'),(17677,1099,'_edit_lock','1694133743:1'),(17678,586,'_edit_lock','1694135372:1'),(17679,586,'_post_views_count','4'),(17696,156,'wpforms_entries_count','4'),(17697,586,'_edit_last','1'),(17707,652,'_edit_lock','1694134934:1'),(17732,2410,'_wp_attached_file','2023/09/image29-min-1.png'),(17733,2410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1999;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2023/09/image29-min-1.png\";s:8:\"filesize\";i:1247278;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"image29-min-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109965;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"image29-min-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:981857;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"image29-min-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:46475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"image29-min-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:582641;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:25:\"image29-min-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:539627;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"image29-min-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2069700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17832,1988,'_post_views_count','9'),(17833,1988,'ekit_post_views_count','10'),(17834,2425,'_wp_trash_meta_status','publish'),(17835,2425,'_wp_trash_meta_time','1694263884'),(17836,2428,'_edit_last','1'),(17837,2428,'_edit_lock','1694264550:1'),(17838,2428,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(17839,2428,'_elementor_location','elementor_head'),(17840,2428,'_elementor_priority','1'),(17841,2428,'_elementor_code','<script>\r\njQuery(document).ready(function(){\r\nsetTimeout(function(){\r\n     //var tag_new = jQuery(\"template\").eq(38).attr(\"id\");\r\n     var tag_new = jQuery(\"template\").last().attr(\"id\");\r\n     console.log(tag_new);\r\n     //alert(tag_new);\r\n     jQuery(\"#\" + tag_new).css(\"display\", \"none\");\r\n     jQuery(\"#\" + tag_new).next().next().css(\"display\", \"none\");\r\n}, 100);\r\n});'),(17842,2428,'_elementor_extra_options','a:0:{}'),(17843,2428,'_wp_trash_meta_status','publish'),(17844,2428,'_wp_trash_meta_time','1694264558'),(17845,2428,'_wp_desired_post_slug','nitropack'),(17846,2429,'_elementor_source','post'),(17847,2429,'_elementor_edit_mode','builder'),(17848,2429,'_elementor_template_type','footer'),(17849,2429,'_elementor_version','3.15.3'),(17850,2429,'_elementor_pro_version','3.13.2'),(17851,2429,'_wp_page_template','default'),(17852,2429,'_elementor_data','[{\"id\":\"25fecc7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\"},\"elements\":[{\"id\":\"13ba24ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"636af98b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491c87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Orchid City Brass Band<\\/b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e41800a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"54544c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"137840cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c152c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20846725\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2845111b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Upcoming Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concert Programs\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"OCBB News &amp; Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/ocbb-news\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5fe5bc3\"},{\"text\":\"Join the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/join-the-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17b3b7f\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"116d55da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":18},\"elements\":[{\"id\":\"4e048d1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cd1da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Instagram\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"83bb76d\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/orchid-city-brass-band\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"26ee9669\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"3c8f8126\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"791b51cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>Orchid City Brass Band<\\/b><br>West Palm Beach, Florida\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1f61b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@orchidcity<b>brass<\\/b>.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"3bafe16\"},{\"text\":\"(555) 555-5555\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7123090d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_color\":\"#6D1D6B\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c3d9a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"2f3536bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2012-2023 | <b>Orchid City Brass Band<\\/b> | All rights reserved<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(17853,2429,'_elementor_page_assets','a:0:{}'),(17854,2429,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(17856,2429,'_elementor_screenshot_failed','2023-09-08 20:40:19'),(17857,2430,'_elementor_source','post'),(17858,2430,'_elementor_edit_mode','builder'),(17859,2430,'_elementor_template_type','footer'),(17860,2430,'_elementor_version','3.15.3'),(17861,2430,'_elementor_pro_version','3.13.2'),(17862,2430,'_wp_page_template','default'),(17863,2430,'_elementor_data','[{\"id\":\"25fecc7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\"},\"elements\":[{\"id\":\"13ba24ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"636af98b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491c87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Orchid City Brass Band<\\/b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e41800a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"54544c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"137840cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c152c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20846725\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2845111b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Upcoming Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concert Programs\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"OCBB News &amp; Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/ocbb-news\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5fe5bc3\"},{\"text\":\"Join the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/join-the-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17b3b7f\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"116d55da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":18},\"elements\":[{\"id\":\"4e048d1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cd1da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Instagram\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"83bb76d\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/orchid-city-brass-band\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"26ee9669\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"3c8f8126\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"791b51cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>Orchid City Brass Band<\\/b><br>West Palm Beach, Florida\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1f61b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"info@orchidcity<b>brass<\\/b>.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"3bafe16\"},{\"text\":\"(561) 247-4872.\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7123090d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_color\":\"#6D1D6B\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c3d9a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"2f3536bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2012-2023 | <b>Orchid City Brass Band<\\/b> | All rights reserved<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(17864,2430,'_elementor_page_assets','a:0:{}'),(17865,2430,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(17867,2430,'_elementor_screenshot_failed','2023-09-08 20:40:19'),(17868,574,'_yoast_wpseo_content_score','30'),(17869,574,'_yoast_wpseo_estimated-reading-time-minutes','4'),(17871,2431,'_wp_page_template','elementor_theme'),(17872,2431,'_elementor_edit_mode','builder'),(17873,2431,'_elementor_template_type','wp-page'),(17874,2431,'_elementor_version','3.15.3'),(17875,2431,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 555-1212\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17876,2431,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17877,2431,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17878,2431,'_elementor_pro_version','3.13.2'),(17880,2432,'_wp_page_template','elementor_theme'),(17881,2432,'_elementor_edit_mode','builder'),(17882,2432,'_elementor_template_type','wp-page'),(17883,2432,'_elementor_version','3.15.3'),(17884,2432,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 555-1212\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17885,2432,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17886,2432,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17887,2432,'_elementor_pro_version','3.13.2'),(17889,2433,'_wp_page_template','elementor_theme'),(17890,2433,'_elementor_edit_mode','builder'),(17891,2433,'_elementor_template_type','wp-page'),(17892,2433,'_elementor_version','3.15.3'),(17893,2433,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17894,2433,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17895,2433,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17896,2433,'_elementor_pro_version','3.13.2'),(17898,2434,'_wp_page_template','elementor_theme'),(17899,2434,'_elementor_edit_mode','builder'),(17900,2434,'_elementor_template_type','wp-page'),(17901,2434,'_elementor_version','3.15.3'),(17902,2434,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17903,2434,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17904,2434,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17905,2434,'_elementor_pro_version','3.13.2'),(17907,2435,'_wp_page_template','elementor_theme'),(17908,2435,'_elementor_edit_mode','builder'),(17909,2435,'_elementor_template_type','wp-page'),(17910,2435,'_elementor_version','3.15.3'),(17911,2435,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17912,2435,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17913,2435,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17914,2435,'_elementor_pro_version','3.13.2'),(17916,2436,'_wp_page_template','elementor_theme'),(17917,2436,'_elementor_edit_mode','builder'),(17918,2436,'_elementor_template_type','wp-page'),(17919,2436,'_elementor_version','3.15.3'),(17920,2436,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (17921,2436,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17922,2436,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17923,2436,'_elementor_pro_version','3.13.2'),(17925,2437,'_wp_page_template','elementor_theme'),(17926,2437,'_elementor_edit_mode','builder'),(17927,2437,'_elementor_template_type','wp-page'),(17928,2437,'_elementor_version','3.15.3'),(17929,2437,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17930,2437,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17931,2437,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17932,2437,'_elementor_pro_version','3.13.2'),(17934,2438,'_wp_page_template','elementor_theme'),(17935,2438,'_elementor_edit_mode','builder'),(17936,2438,'_elementor_template_type','wp-page'),(17937,2438,'_elementor_version','3.15.3'),(17938,2438,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17939,2438,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17940,2438,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17941,2438,'_elementor_pro_version','3.13.2'),(17943,2439,'_wp_page_template','elementor_theme'),(17944,2439,'_elementor_edit_mode','builder'),(17945,2439,'_elementor_template_type','wp-page'),(17946,2439,'_elementor_version','3.15.3'),(17947,2439,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17948,2439,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17949,2439,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17950,2439,'_elementor_pro_version','3.13.2'),(17952,2440,'_wp_page_template','elementor_theme'),(17953,2440,'_elementor_edit_mode','builder'),(17954,2440,'_elementor_template_type','wp-page'),(17955,2440,'_elementor_version','3.15.3'),(17956,2440,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17957,2440,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17958,2440,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17959,2440,'_elementor_pro_version','3.13.2'),(17961,2441,'_wp_page_template','elementor_theme'),(17962,2441,'_elementor_edit_mode','builder'),(17963,2441,'_elementor_template_type','wp-page'),(17964,2441,'_elementor_version','3.15.3'),(17965,2441,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17966,2441,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17967,2441,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17968,2441,'_elementor_pro_version','3.13.2'),(17970,2442,'_wp_page_template','elementor_theme'),(17971,2442,'_elementor_edit_mode','builder'),(17972,2442,'_elementor_template_type','wp-page'),(17973,2442,'_elementor_version','3.15.3'),(17974,2442,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17975,2442,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17976,2442,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17977,2442,'_elementor_pro_version','3.13.2'),(17979,2443,'_wp_page_template','elementor_theme'),(17980,2443,'_elementor_edit_mode','builder'),(17981,2443,'_elementor_template_type','wp-page'),(17982,2443,'_elementor_version','3.15.3'),(17983,2443,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17984,2443,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17985,2443,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17986,2443,'_elementor_pro_version','3.13.2'),(17988,2444,'_wp_page_template','elementor_theme'),(17989,2444,'_elementor_edit_mode','builder'),(17990,2444,'_elementor_template_type','wp-page'),(17991,2444,'_elementor_version','3.15.3'),(17992,2444,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"dccccea\"},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(17993,2444,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(17994,2444,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(17995,2444,'_elementor_pro_version','3.13.2'),(17997,2445,'_wp_page_template','elementor_theme'),(17998,2445,'_elementor_edit_mode','builder'),(17999,2445,'_elementor_template_type','wp-page'),(18000,2445,'_elementor_version','3.15.3'),(18001,2445,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18002,2445,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18003,2445,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18004,2445,'_elementor_pro_version','3.13.2'),(18007,2446,'_wp_page_template','elementor_theme'),(18008,2446,'_elementor_edit_mode','builder'),(18009,2446,'_elementor_template_type','wp-page'),(18010,2446,'_elementor_version','3.15.3'),(18011,2446,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18012,2446,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18013,2446,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18014,2446,'_elementor_pro_version','3.13.2'),(18016,2447,'_wp_page_template','elementor_theme'),(18017,2447,'_elementor_edit_mode','builder'),(18018,2447,'_elementor_template_type','wp-page'),(18019,2447,'_elementor_version','3.15.3'),(18020,2447,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18021,2447,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18022,2447,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18023,2447,'_elementor_pro_version','3.13.2'),(18025,2448,'_wp_page_template','elementor_theme'),(18026,2448,'_elementor_edit_mode','builder'),(18027,2448,'_elementor_template_type','wp-page'),(18028,2448,'_elementor_version','3.15.3'),(18029,2448,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18030,2448,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18031,2448,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18032,2448,'_elementor_pro_version','3.13.2'),(18035,2449,'_wp_page_template','default'),(18036,2449,'_elementor_edit_mode','builder'),(18037,2449,'_elementor_template_type','wp-page'),(18038,2449,'_elementor_version','3.15.2'),(18039,2449,'_elementor_pro_version','3.13.2'),(18040,2449,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18041,2449,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18042,2449,'_elementor_page_assets','a:0:{}'),(18044,2450,'_wp_page_template','default'),(18045,2450,'_elementor_edit_mode','builder'),(18046,2450,'_elementor_template_type','wp-page'),(18047,2450,'_elementor_version','3.15.2'),(18048,2450,'_elementor_pro_version','3.13.2'),(18049,2450,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18050,2450,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18051,2450,'_elementor_page_assets','a:0:{}'),(18053,2451,'_wp_page_template','default'),(18054,2451,'_elementor_edit_mode','builder'),(18055,2451,'_elementor_template_type','wp-page'),(18056,2451,'_elementor_version','3.15.2'),(18057,2451,'_elementor_pro_version','3.13.2'),(18058,2451,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18059,2451,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18060,2451,'_elementor_page_assets','a:0:{}'),(18062,623,'_yoast_wpseo_content_score','90'),(18063,623,'_yoast_wpseo_estimated-reading-time-minutes','8'),(18065,2452,'_wp_page_template','default'),(18066,2452,'_elementor_edit_mode','builder'),(18067,2452,'_elementor_template_type','wp-page'),(18068,2452,'_elementor_version','3.15.3'),(18069,2452,'_elementor_pro_version','3.13.2'),(18070,2452,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18071,2452,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18072,2452,'_elementor_page_assets','a:0:{}'),(18074,2453,'_wp_page_template','default'),(18075,2453,'_elementor_edit_mode','builder'),(18076,2453,'_elementor_template_type','wp-page'),(18077,2453,'_elementor_version','3.15.3'),(18078,2453,'_elementor_pro_version','3.13.2'),(18079,2453,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18080,2453,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"_id\":\"8e1cec1\",\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\"},{\"_id\":\"5689bf8\",\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"0cb06dd\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18081,2453,'_elementor_page_assets','a:0:{}'),(18083,2454,'_wp_page_template','default'),(18084,2454,'_elementor_edit_mode','builder'),(18085,2454,'_elementor_template_type','wp-page'),(18086,2454,'_elementor_version','3.15.3'),(18087,2454,'_elementor_pro_version','3.13.2'),(18088,2454,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18089,2454,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"5d6b6b0\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"c41a7a5\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18090,2454,'_elementor_page_assets','a:0:{}'),(18093,2455,'_elementor_source','post'),(18094,2455,'_elementor_edit_mode','builder'),(18095,2455,'_elementor_template_type','section'),(18096,2455,'_elementor_version','3.15.2'),(18097,2455,'_elementor_pro_version','3.13.2'),(18098,2455,'_wp_page_template','default'),(18099,2455,'_elementor_data','[{\"id\":\"6f2ba85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31601962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"28bc8152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002-1.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49fdf0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"329eb287\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ae48843\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5770a4ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18100,2455,'_elementor_page_assets','a:0:{}'),(18102,2456,'_elementor_source','post'),(18103,2456,'_elementor_edit_mode','builder'),(18104,2456,'_elementor_template_type','section'),(18105,2456,'_elementor_version','3.15.2'),(18106,2456,'_elementor_pro_version','3.13.2'),(18107,2456,'_wp_page_template','default'),(18108,2456,'_elementor_data','[{\"id\":\"6f2ba85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31601962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"28bc8152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002-1.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49fdf0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"329eb287\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ae48843\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5770a4ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18109,2456,'_elementor_page_assets','a:0:{}'),(18111,2457,'_elementor_source','post'),(18112,2457,'_elementor_edit_mode','builder'),(18113,2457,'_elementor_template_type','section'),(18114,2457,'_elementor_version','3.15.3'),(18115,2457,'_elementor_pro_version','3.13.2'),(18116,2457,'_wp_page_template','default'),(18117,2457,'_elementor_data','[{\"id\":\"6f2ba85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31601962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"28bc8152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002-1.png\",\"id\":2192,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49fdf0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"329eb287\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ae48843\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5770a4ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18118,2457,'_elementor_page_assets','a:0:{}'),(18120,2458,'_wp_page_template','default'),(18121,2458,'_elementor_edit_mode','builder'),(18122,2458,'_elementor_template_type','wp-page'),(18123,2458,'_elementor_version','3.15.3'),(18124,2458,'_elementor_pro_version','3.13.2'),(18125,2458,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18126,2458,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"5d6b6b0\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"c41a7a5\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18127,2458,'_elementor_page_assets','a:0:{}'),(18129,2459,'_wp_page_template','default'),(18130,2459,'_elementor_edit_mode','builder'),(18131,2459,'_elementor_template_type','wp-page'),(18132,2459,'_elementor_version','3.15.3'),(18133,2459,'_elementor_pro_version','3.13.2'),(18134,2459,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18135,2459,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"5d6b6b0\"},{\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\",\"_id\":\"c41a7a5\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18136,2459,'_elementor_page_assets','a:0:{}'),(18138,2460,'_wp_page_template','default'),(18139,2460,'_elementor_edit_mode','builder'),(18140,2460,'_elementor_template_type','wp-page'),(18141,2460,'_elementor_version','3.15.3'),(18142,2460,'_elementor_pro_version','3.13.2'),(18143,2460,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18144,2460,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18145,2460,'_elementor_page_assets','a:0:{}'),(18148,2461,'_elementor_template_type','page'),(18149,2461,'_wp_page_template','default'),(18150,2461,'_elementor_edit_mode','builder'),(18151,2461,'_elementor_version','3.15.2'),(18152,2461,'_elementor_pro_version','3.13.2'),(18153,2461,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-006.png\",\"id\":2187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18154,2461,'_elementor_page_assets','a:0:{}'),(18156,2462,'_elementor_template_type','page'),(18157,2462,'_wp_page_template','default'),(18158,2462,'_elementor_edit_mode','builder'),(18159,2462,'_elementor_version','3.15.2'),(18160,2462,'_elementor_pro_version','3.13.2'),(18161,2462,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-006.png\",\"id\":2187,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/once-upon-a-song\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18162,2462,'_elementor_page_assets','a:0:{}'),(18174,795,'_edit_lock','1694443986:1'),(18175,795,'_post_views_count','1'),(18176,795,'ekit_post_views_count','2'),(18177,256,'_yoast_wpseo_content_score','30'),(18178,256,'_yoast_wpseo_estimated-reading-time-minutes','5'),(18179,256,'_yoast_wpseo_wordproof_timestamp',''),(18181,2466,'_elementor_source','post'),(18182,2466,'_elementor_edit_mode','builder'),(18183,2466,'_elementor_template_type','header'),(18184,2466,'_elementor_version','3.15.3'),(18185,2466,'_elementor_pro_version','3.13.2'),(18186,2466,'_wp_page_template','default'),(18187,2466,'_elementor_data','[{\"id\":\"32f44449\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92278F\"},\"elements\":[{\"id\":\"5a8d050c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c3e3a76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-removebg-preview.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"58782a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80,\"align\":\"flex-end\",\"_inline_size_mobile\":50,\"content_position\":\"center\"},\"elements\":[{\"id\":\"0842c22\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"main-menu\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Roboto\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_width\":\"auto\",\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Roboto\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"sg_mobile_menu_logo\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"st_hamburger_menu_icon_color_responsive\":\"#FFFFFF\",\"st_hamburger_menu_close_color_responsive\":\"#FFFFFF\",\"st_mobile_menu_max_width_responsive\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"},{\"id\":\"32d43f38\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"d17087e\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d5a929f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"dabbb26\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"74c3e6f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"7e3f0ce\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/orchid-city-brass-band\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"\",\"icon_secondary_color\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"icon_secondary_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"662bec2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"background_color\":\"#92278F\",\"hide_mobile\":\"hidden-mobile\",\"typography_font_family\":\"Roboto\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18188,2466,'_elementor_page_assets','a:0:{}'),(18189,2466,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(18191,2466,'_elementor_screenshot_failed','2023-09-06 04:55:40'),(18192,2467,'_elementor_source','post'),(18193,2467,'_elementor_edit_mode','builder'),(18194,2467,'_elementor_template_type','header'),(18195,2467,'_elementor_version','3.15.3'),(18196,2467,'_elementor_pro_version','3.13.2'),(18197,2467,'_wp_page_template','default'),(18198,2467,'_elementor_data','[{\"id\":\"32f44449\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"stretch_section\":\"section-stretched\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92278F\"},\"elements\":[{\"id\":\"5a8d050c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c3e3a76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2-removebg-preview.png\",\"id\":17,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"58782a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":80,\"align\":\"flex-end\",\"_inline_size_mobile\":50,\"content_position\":\"center\"},\"elements\":[{\"id\":\"0842c22\",\"elType\":\"widget\",\"settings\":{\"sg_menu_choose\":\"main-menu\",\"st_menu_wrapper_height_responsive\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"st_menu_item_typography_content_typography_typography\":\"custom\",\"st_menu_item_typography_content_typography_font_family\":\"Roboto\",\"st_menu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_element_width\":\"auto\",\"st_submenu_item_typography_content_typography_typography\":\"custom\",\"st_submenu_item_typography_content_typography_font_family\":\"Roboto\",\"st_submenu_item_typography_content_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"sg_mobile_menu_logo\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"id\":16,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"sg_mobile_menu_logo_size_imagesize_size\":\"full\",\"st_hamburger_menu_icon_color_responsive\":\"#FFFFFF\",\"st_hamburger_menu_close_color_responsive\":\"#FFFFFF\",\"st_mobile_menu_max_width_responsive\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jkit_nav_menu\"},{\"id\":\"32d43f38\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"d17087e\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"icon icon-instagram-1\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"d5a929f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"dabbb26\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"74c3e6f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"7e3f0ce\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/orchid-city-brass-band\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"__globals__\":{\"image_border_color\":\"\",\"icon_secondary_color\":\"\"},\"icon_padding\":{\"unit\":\"em\",\"size\":0.59999999999999997779553950749686919152736663818359375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"hide_mobile\":\"hidden-mobile\",\"icon_secondary_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"662bec2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"background_color\":\"#92278F\",\"hide_mobile\":\"hidden-mobile\",\"typography_font_family\":\"Roboto\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18199,2467,'_elementor_page_assets','a:0:{}'),(18200,2467,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(18202,2467,'_elementor_screenshot_failed','2023-09-06 04:55:40'),(18204,2468,'_wp_page_template','elementor_theme'),(18205,2468,'_elementor_edit_mode','builder'),(18206,2468,'_elementor_template_type','wp-page'),(18207,2468,'_elementor_version','3.15.3'),(18208,2468,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18209,2468,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18210,2468,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18211,2468,'_elementor_pro_version','3.13.2'),(18213,2469,'_wp_page_template','elementor_theme'),(18214,2469,'_elementor_edit_mode','builder'),(18215,2469,'_elementor_template_type','wp-page'),(18216,2469,'_elementor_version','3.15.3'),(18217,2469,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18218,2469,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18219,2469,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18220,2469,'_elementor_pro_version','3.13.2'),(18222,2470,'_wp_page_template','elementor_theme'),(18223,2470,'_elementor_edit_mode','builder'),(18224,2470,'_elementor_template_type','wp-page'),(18225,2470,'_elementor_version','3.15.3'),(18226,2470,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18227,2470,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18228,2470,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18229,2470,'_elementor_pro_version','3.13.2'),(18231,2471,'_wp_page_template','elementor_theme'),(18232,2471,'_elementor_edit_mode','builder'),(18233,2471,'_elementor_template_type','wp-page'),(18234,2471,'_elementor_version','3.15.3'),(18235,2471,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18236,2471,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18237,2471,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18238,2471,'_elementor_pro_version','3.13.2'),(18240,2472,'_wp_page_template','elementor_theme'),(18241,2472,'_elementor_edit_mode','builder'),(18242,2472,'_elementor_template_type','wp-page'),(18243,2472,'_elementor_version','3.15.3'),(18244,2472,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18245,2472,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18246,2472,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18247,2472,'_elementor_pro_version','3.13.2'),(18249,2473,'_wp_page_template','elementor_theme'),(18250,2473,'_elementor_edit_mode','builder'),(18251,2473,'_elementor_template_type','wp-page'),(18252,2473,'_elementor_version','3.15.3'),(18253,2473,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18254,2473,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18255,2473,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18256,2473,'_elementor_pro_version','3.13.2'),(18258,2474,'_wp_page_template','elementor_theme'),(18259,2474,'_elementor_edit_mode','builder'),(18260,2474,'_elementor_template_type','wp-page'),(18261,2474,'_elementor_version','3.15.3'),(18262,2474,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (18263,2474,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18264,2474,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18265,2474,'_elementor_pro_version','3.13.2'),(18267,2475,'_wp_page_template','elementor_theme'),(18268,2475,'_elementor_edit_mode','builder'),(18269,2475,'_elementor_template_type','wp-page'),(18270,2475,'_elementor_version','3.15.3'),(18271,2475,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18272,2475,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18273,2475,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18274,2475,'_elementor_pro_version','3.13.2'),(18276,2476,'_wp_page_template','elementor_theme'),(18277,2476,'_elementor_edit_mode','builder'),(18278,2476,'_elementor_template_type','wp-page'),(18279,2476,'_elementor_version','3.15.3'),(18280,2476,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18281,2476,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18282,2476,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18283,2476,'_elementor_pro_version','3.13.2'),(18285,2477,'_wp_page_template','elementor_theme'),(18286,2477,'_elementor_edit_mode','builder'),(18287,2477,'_elementor_template_type','wp-page'),(18288,2477,'_elementor_version','3.15.3'),(18289,2477,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18290,2477,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18291,2477,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18292,2477,'_elementor_pro_version','3.13.2'),(18294,2478,'_wp_page_template','elementor_theme'),(18295,2478,'_elementor_edit_mode','builder'),(18296,2478,'_elementor_template_type','wp-page'),(18297,2478,'_elementor_version','3.15.3'),(18298,2478,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18299,2478,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18300,2478,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18301,2478,'_elementor_pro_version','3.13.2'),(18303,2479,'_wp_page_template','elementor_theme'),(18304,2479,'_elementor_edit_mode','builder'),(18305,2479,'_elementor_template_type','wp-page'),(18306,2479,'_elementor_version','3.15.3'),(18307,2479,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18308,2479,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18309,2479,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18310,2479,'_elementor_pro_version','3.13.2'),(18313,2480,'_wp_page_template','elementor_theme'),(18314,2480,'_elementor_edit_mode','builder'),(18315,2480,'_elementor_template_type','wp-page'),(18316,2480,'_elementor_version','3.15.3'),(18317,2480,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18318,2480,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18319,2480,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18320,2480,'_elementor_pro_version','3.13.2'),(18322,2481,'_wp_page_template','elementor_theme'),(18323,2481,'_elementor_edit_mode','builder'),(18324,2481,'_elementor_template_type','wp-page'),(18325,2481,'_elementor_version','3.15.3'),(18326,2481,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18327,2481,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18328,2481,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18329,2481,'_elementor_pro_version','3.13.2'),(18331,2482,'_wp_page_template','elementor_theme'),(18332,2482,'_elementor_edit_mode','builder'),(18333,2482,'_elementor_template_type','wp-page'),(18334,2482,'_elementor_version','3.15.3'),(18335,2482,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18336,2482,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18337,2482,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18338,2482,'_elementor_pro_version','3.13.2'),(18341,2483,'_wp_page_template','elementor_theme'),(18342,2483,'_elementor_edit_mode','builder'),(18343,2483,'_elementor_template_type','wp-page'),(18344,2483,'_elementor_version','3.15.3'),(18345,2483,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18346,2483,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18347,2483,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18348,2483,'_elementor_pro_version','3.13.2'),(18350,2484,'_wp_page_template','elementor_theme'),(18351,2484,'_elementor_edit_mode','builder'),(18352,2484,'_elementor_template_type','wp-page'),(18353,2484,'_elementor_version','3.15.3'),(18354,2484,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18355,2484,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18356,2484,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18357,2484,'_elementor_pro_version','3.13.2'),(18359,2485,'_wp_page_template','elementor_theme'),(18360,2485,'_elementor_edit_mode','builder'),(18361,2485,'_elementor_template_type','wp-page'),(18362,2485,'_elementor_version','3.15.3'),(18363,2485,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18364,2485,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18365,2485,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18366,2485,'_elementor_pro_version','3.13.2'),(18368,2486,'_wp_page_template','elementor_theme'),(18369,2486,'_elementor_edit_mode','builder'),(18370,2486,'_elementor_template_type','wp-page'),(18371,2486,'_elementor_version','3.15.3'),(18372,2486,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18373,2486,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18374,2486,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18375,2486,'_elementor_pro_version','3.13.2'),(18377,2487,'_wp_page_template','elementor_theme'),(18378,2487,'_elementor_edit_mode','builder'),(18379,2487,'_elementor_template_type','wp-page'),(18380,2487,'_elementor_version','3.15.3'),(18381,2487,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18382,2487,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18383,2487,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18384,2487,'_elementor_pro_version','3.13.2'),(18386,2488,'_wp_page_template','elementor_theme'),(18387,2488,'_elementor_edit_mode','builder'),(18388,2488,'_elementor_template_type','wp-page'),(18389,2488,'_elementor_version','3.15.3'),(18390,2488,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18391,2488,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18392,2488,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18393,2488,'_elementor_pro_version','3.13.2'),(18395,2489,'_wp_page_template','elementor_theme'),(18396,2489,'_elementor_edit_mode','builder'),(18397,2489,'_elementor_template_type','wp-page'),(18398,2489,'_elementor_version','3.15.3'),(18399,2489,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18400,2489,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18401,2489,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18402,2489,'_elementor_pro_version','3.13.2'),(18404,2490,'_wp_page_template','elementor_theme'),(18405,2490,'_elementor_edit_mode','builder'),(18406,2490,'_elementor_template_type','wp-page'),(18407,2490,'_elementor_version','3.15.3'),(18408,2490,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18409,2490,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18410,2490,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18411,2490,'_elementor_pro_version','3.13.2'),(18413,2491,'_wp_page_template','elementor_theme'),(18414,2491,'_elementor_edit_mode','builder'),(18415,2491,'_elementor_template_type','wp-page'),(18416,2491,'_elementor_version','3.15.3'),(18417,2491,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18418,2491,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18419,2491,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18420,2491,'_elementor_pro_version','3.13.2'),(18422,2492,'_wp_page_template','elementor_theme'),(18423,2492,'_elementor_edit_mode','builder'),(18424,2492,'_elementor_template_type','wp-page'),(18425,2492,'_elementor_version','3.15.3'),(18426,2492,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18427,2492,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18428,2492,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18429,2492,'_elementor_pro_version','3.13.2'),(18431,2493,'_wp_page_template','elementor_theme'),(18432,2493,'_elementor_edit_mode','builder'),(18433,2493,'_elementor_template_type','wp-page'),(18434,2493,'_elementor_version','3.15.3'),(18435,2493,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872 \",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5615551212\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18436,2493,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18437,2493,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18438,2493,'_elementor_pro_version','3.13.2'),(18440,2494,'_wp_page_template','elementor_theme'),(18441,2494,'_elementor_edit_mode','builder'),(18442,2494,'_elementor_template_type','wp-page'),(18443,2494,'_elementor_version','3.15.3'),(18444,2494,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18445,2494,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18446,2494,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18447,2494,'_elementor_pro_version','3.13.2'),(18459,2496,'_wp_page_template','elementor_theme'),(18460,2496,'_elementor_edit_mode','builder'),(18461,2496,'_elementor_template_type','wp-page'),(18462,2496,'_elementor_version','3.15.3'),(18463,2496,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18464,2496,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18465,2496,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18466,2496,'_elementor_pro_version','3.13.2'),(18468,2497,'_wp_page_template','elementor_theme'),(18469,2497,'_elementor_edit_mode','builder'),(18470,2497,'_elementor_template_type','wp-page'),(18471,2497,'_elementor_version','3.15.3'),(18472,2497,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18473,2497,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18474,2497,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18475,2497,'_elementor_pro_version','3.13.2'),(18477,2498,'_wp_page_template','elementor_theme'),(18478,2498,'_elementor_edit_mode','builder'),(18479,2498,'_elementor_template_type','wp-page'),(18480,2498,'_elementor_version','3.15.3'),(18481,2498,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (18482,2498,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18483,2498,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18484,2498,'_elementor_pro_version','3.13.2'),(18486,2499,'_wp_page_template','elementor_theme'),(18487,2499,'_elementor_edit_mode','builder'),(18488,2499,'_elementor_template_type','wp-page'),(18489,2499,'_elementor_version','3.15.3'),(18490,2499,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18491,2499,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18492,2499,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18493,2499,'_elementor_pro_version','3.13.2'),(18495,2500,'_wp_page_template','elementor_theme'),(18496,2500,'_elementor_edit_mode','builder'),(18497,2500,'_elementor_template_type','wp-page'),(18498,2500,'_elementor_version','3.15.3'),(18499,2500,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18500,2500,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18501,2500,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18502,2500,'_elementor_pro_version','3.13.2'),(18504,2501,'_wp_page_template','elementor_theme'),(18505,2501,'_elementor_edit_mode','builder'),(18506,2501,'_elementor_template_type','wp-page'),(18507,2501,'_elementor_version','3.15.3'),(18508,2501,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18509,2501,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18510,2501,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18511,2501,'_elementor_pro_version','3.13.2'),(18513,2502,'_wp_page_template','elementor_theme'),(18514,2502,'_elementor_edit_mode','builder'),(18515,2502,'_elementor_template_type','wp-page'),(18516,2502,'_elementor_version','3.15.3'),(18517,2502,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18518,2502,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18519,2502,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18520,2502,'_elementor_pro_version','3.13.2'),(18522,2503,'_wp_page_template','elementor_theme'),(18523,2503,'_elementor_edit_mode','builder'),(18524,2503,'_elementor_template_type','wp-page'),(18525,2503,'_elementor_version','3.15.3'),(18526,2503,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18527,2503,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18528,2503,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18529,2503,'_elementor_pro_version','3.13.2'),(18531,2504,'_wp_page_template','elementor_theme'),(18532,2504,'_elementor_edit_mode','builder'),(18533,2504,'_elementor_template_type','wp-page'),(18534,2504,'_elementor_version','3.15.3'),(18535,2504,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18536,2504,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18537,2504,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18538,2504,'_elementor_pro_version','3.13.2'),(18540,2505,'_wp_page_template','elementor_theme'),(18541,2505,'_elementor_edit_mode','builder'),(18542,2505,'_elementor_template_type','wp-page'),(18543,2505,'_elementor_version','3.15.3'),(18544,2505,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18545,2505,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18546,2505,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18547,2505,'_elementor_pro_version','3.13.2'),(18549,2506,'_wp_page_template','elementor_theme'),(18550,2506,'_elementor_edit_mode','builder'),(18551,2506,'_elementor_template_type','wp-page'),(18552,2506,'_elementor_version','3.15.3'),(18553,2506,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18554,2506,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18555,2506,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18556,2506,'_elementor_pro_version','3.13.2'),(18558,2507,'_wp_page_template','elementor_theme'),(18559,2507,'_elementor_edit_mode','builder'),(18560,2507,'_elementor_template_type','wp-page'),(18561,2507,'_elementor_version','3.15.3'),(18562,2507,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18563,2507,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18564,2507,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18565,2507,'_elementor_pro_version','3.13.2'),(18568,2508,'_elementor_source','post'),(18569,2508,'_elementor_edit_mode','builder'),(18570,2508,'_elementor_template_type','footer'),(18571,2508,'_elementor_version','3.15.3'),(18572,2508,'_elementor_pro_version','3.13.2'),(18573,2508,'_wp_page_template','default'),(18574,2508,'_elementor_data','[{\"id\":\"25fecc7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\"},\"elements\":[{\"id\":\"13ba24ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"636af98b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491c87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Orchid City Brass Band<\\/b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e41800a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"54544c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"137840cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c152c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20846725\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2845111b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Upcoming Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concert Programs\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"OCBB News &amp; Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/ocbb-news\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5fe5bc3\"},{\"text\":\"Join the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/join-the-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17b3b7f\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"116d55da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":18},\"elements\":[{\"id\":\"4e048d1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cd1da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Instagram\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"83bb76d\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/orchid-city-brass-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"26ee9669\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"3c8f8126\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"791b51cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>Orchid City Brass Band<\\/b><br>West Palm Beach, Florida\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1f61b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"3bafe16\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7123090d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_color\":\"#6D1D6B\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c3d9a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"2f3536bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2012-2023 | <b>Orchid City Brass Band<\\/b> | All rights reserved<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(18575,2508,'_elementor_page_assets','a:0:{}'),(18576,2508,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(18578,2509,'_elementor_source','post'),(18579,2509,'_elementor_edit_mode','builder'),(18580,2509,'_elementor_template_type','footer'),(18581,2509,'_elementor_version','3.15.3'),(18582,2509,'_elementor_pro_version','3.13.2'),(18583,2509,'_wp_page_template','default'),(18584,2509,'_elementor_data','[{\"id\":\"25fecc7d\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"background_color_b\":\"#B092B0\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\",\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_attachment\":\"fixed\",\"background_overlay_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/bg-fitur-1b.png\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.6999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"background_overlay_color_b\":\"#632E6224\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":88,\"sizes\":[]},\"gap\":\"extended\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\"},\"elements\":[{\"id\":\"13ba24ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":36,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"45\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}]},\"elements\":[{\"id\":\"636af98b\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":16,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"491c87\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Orchid City Brass Band<\\/b> is a registered 501(c)(3) non-profit organization. We are a diverse, 30- member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e41800a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the Band\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":\"\"},{\"id\":\"54544c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}]},\"elements\":[{\"id\":\"137840cb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c152c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20846725\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2845111b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Upcoming Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Concert Programs\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/concert-programs\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"OCBB News &amp; Events\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/ocbb-news\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5fe5bc3\"},{\"text\":\"Join the Band\",\"selected_icon\":{\"value\":\"fas fa-caret-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/join-the-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"17b3b7f\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"116d55da\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size_tablet\":\"50\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"_inline_size\":18},\"elements\":[{\"id\":\"4e048d1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Follow Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e6cd1da\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Facebook\",\"selected_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Instagram\",\"selected_icon\":{\"value\":\"jki jki-instagram-1-light\",\"library\":\"jkiticon\"},\"_id\":\"33ed5d8\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/OrchidCityBrassBand\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Twitter\",\"selected_icon\":{\"value\":\"jki jki-twitter-light\",\"library\":\"jkiticon\"},\"_id\":\"e173ed6\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/orchidcitybrass\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Youtube\",\"selected_icon\":{\"value\":\"icon icon-youtube-v\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/orchidcitybrassband\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"83bb76d\"},{\"text\":\"Linkedin\",\"selected_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"fee8796\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/orchid-city-brass-band\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"26ee9669\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.9969999999999998863131622783839702606201171875,\"_inline_size_tablet\":\"50\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[{\"id\":\"3c8f8126\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Information\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"791b51cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>Orchid City Brass Band<\\/b><br>West Palm Beach, Florida\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"f785bb3\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1f61b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"63544aa\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"contact@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"3bafe16\",\"link\":{\"url\":\"mailto:contact@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"text_color\":\"#000000\",\"__globals__\":{\"icon_color\":\"\"},\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_color\":\"#6D1D6B\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7123090d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"background_color\":\"#6D1D6B\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c3d9a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"ekit_all_conditions_list\":[{\"_id\":\"0b5d384\"}],\"_inline_size\":null},\"elements\":[{\"id\":\"2f3536bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 2012-2023 | <b>Orchid City Brass Band<\\/b> | All rights reserved<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"__globals__\":{\"text_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":false}]'),(18585,2509,'_elementor_page_assets','a:0:{}'),(18586,2509,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(18588,2510,'_wp_trash_meta_status','publish'),(18589,2510,'_wp_trash_meta_time','1694495653'),(18590,2512,'_edit_lock','1694496054:1'),(18591,2513,'_wp_attached_file','2023/07/Lest-we-forget-min.png'),(18592,2513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:30:\"2023/07/Lest-we-forget-min.png\";s:8:\"filesize\";i:1165962;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Lest-we-forget-min-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106227;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Lest-we-forget-min-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1017267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Lest-we-forget-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Lest-we-forget-min-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593280;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:30:\"Lest-we-forget-min-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:557345;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"Lest-we-forget-min-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2250139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18593,2514,'_elementor_source','post'),(18594,2514,'_elementor_edit_mode','builder'),(18595,2514,'_elementor_template_type','section'),(18596,2514,'_elementor_version','3.15.3'),(18597,2514,'_elementor_pro_version','3.13.2'),(18598,2514,'_wp_page_template','default'),(18599,2514,'_elementor_data','[{\"id\":\"6f2ba85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"31601962\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"28bc8152\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Lest-we-forget-min.png\",\"id\":2513,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"49fdf0ed\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"LEST WE FORGET\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"329eb287\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Honoring the Spirit of America\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1ae48843\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN NOV 5, 2023\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5770a4ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18600,2514,'_elementor_page_assets','a:0:{}'),(18602,2512,'_wp_trash_meta_status','publish'),(18603,2512,'_wp_trash_meta_time','1694496099'),(18604,2516,'_wp_attached_file','2023/07/The-snowman-min.png'),(18605,2516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:27:\"2023/07/The-snowman-min.png\";s:8:\"filesize\";i:1332777;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"The-snowman-min-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95028;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"The-snowman-min-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1093085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"The-snowman-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38190;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"The-snowman-min-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:616108;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:27:\"The-snowman-min-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565505;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"The-snowman-min-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2472388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18606,2517,'_elementor_source','post'),(18607,2517,'_elementor_edit_mode','builder'),(18608,2517,'_elementor_template_type','section'),(18609,2517,'_elementor_version','3.15.2'),(18610,2517,'_elementor_pro_version','3.13.2'),(18611,2517,'_wp_page_template','default'),(18612,2517,'_elementor_data','[{\"id\":\"74543db9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"510cfbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1764ace0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-003-1.png\",\"id\":2186,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ecf2503\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2977af08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60981764\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45040af0\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18613,2517,'_elementor_page_assets','a:0:{}'),(18615,2518,'_elementor_source','post'),(18616,2518,'_elementor_edit_mode','builder'),(18617,2518,'_elementor_template_type','section'),(18618,2518,'_elementor_version','3.15.2'),(18619,2518,'_elementor_pro_version','3.13.2'),(18620,2518,'_wp_page_template','default'),(18621,2518,'_elementor_data','[{\"id\":\"74543db9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"510cfbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1764ace0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/The-snowman-min.png\",\"id\":2516,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ecf2503\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2977af08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60981764\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45040af0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18622,2518,'_elementor_page_assets','a:0:{}'),(18624,2519,'_wp_attached_file','2023/07/This-is-a-brass-band-min.png'),(18625,2519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:36:\"2023/07/This-is-a-brass-band-min.png\";s:8:\"filesize\";i:985103;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"This-is-a-brass-band-min-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115664;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"This-is-a-brass-band-min-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1001540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"This-is-a-brass-band-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46129;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"This-is-a-brass-band-min-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:607269;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:36:\"This-is-a-brass-band-min-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:540941;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"This-is-a-brass-band-min-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2144453;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18626,2520,'_elementor_source','post'),(18627,2520,'_elementor_edit_mode','builder'),(18628,2520,'_elementor_template_type','section'),(18629,2520,'_elementor_version','3.15.2'),(18630,2520,'_elementor_pro_version','3.13.2'),(18631,2520,'_wp_page_template','default'),(18632,2520,'_elementor_data','[{\"id\":\"65e55001\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c003bd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1bd49c35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-005.png\",\"id\":2185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fa0ac24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THIS IS A BRASS BAND\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67905ab3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discovering the Spirit of Music\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19bf3b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAT MAR 2, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"712d6a40\",\"elType\":\"widget\",\"settings\":{\"text\":\"More Information\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18633,2520,'_elementor_page_assets','a:0:{}'),(18635,2521,'_elementor_source','post'),(18636,2521,'_elementor_edit_mode','builder'),(18637,2521,'_elementor_template_type','section'),(18638,2521,'_elementor_version','3.15.2'),(18639,2521,'_elementor_pro_version','3.13.2'),(18640,2521,'_wp_page_template','default'),(18641,2521,'_elementor_data','[{\"id\":\"65e55001\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c003bd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1bd49c35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/This-is-a-brass-band-min.png\",\"id\":2519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fa0ac24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THIS IS A BRASS BAND\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67905ab3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discovering the Spirit of Music\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19bf3b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAT MAR 2, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"712d6a40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18642,2521,'_elementor_page_assets','a:0:{}'),(18646,2523,'_elementor_template_type','page'),(18647,2523,'_wp_page_template','default'),(18648,2523,'_elementor_edit_mode','builder'),(18649,2523,'_elementor_version','3.15.3'),(18650,2523,'_elementor_pro_version','3.13.2'),(18651,2523,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/This-is-a-brass-band-min-1.png\",\"id\":2522,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18652,2523,'_elementor_page_assets','a:0:{}'),(18658,592,'_elementor_screenshot_failed','2023-09-12 05:30:04'),(18659,595,'_elementor_screenshot_failed','2023-09-12 05:30:23'),(18662,2525,'_wp_attached_file','2023/07/Once-upon-a-song-min.png'),(18663,2525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:32:\"2023/07/Once-upon-a-song-min.png\";s:8:\"filesize\";i:1075456;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Once-upon-a-song-min-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111558;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Once-upon-a-song-min-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:998162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Once-upon-a-song-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44858;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Once-upon-a-song-min-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:604008;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:32:\"Once-upon-a-song-min-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:554158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Once-upon-a-song-min-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2153810;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18664,2526,'_elementor_template_type','page'),(18665,2526,'_wp_page_template','default'),(18666,2526,'_elementor_edit_mode','builder'),(18667,2526,'_elementor_version','3.15.3'),(18668,2526,'_elementor_pro_version','3.13.2'),(18669,2526,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Once-upon-a-song-min.png\",\"id\":2525,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18670,2526,'_elementor_page_assets','a:0:{}'),(18672,2527,'_wp_page_template','default'),(18673,2527,'_elementor_edit_mode','builder'),(18674,2527,'_elementor_template_type','wp-page'),(18675,2527,'_elementor_version','3.15.3'),(18676,2527,'_elementor_pro_version','3.13.2'),(18677,2527,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18678,2527,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18679,2527,'_elementor_page_assets','a:0:{}'),(18681,2528,'_wp_page_template','default'),(18682,2528,'_elementor_edit_mode','builder'),(18683,2528,'_elementor_template_type','wp-page'),(18684,2528,'_elementor_version','3.15.3'),(18685,2528,'_elementor_pro_version','3.13.2'),(18686,2528,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18687,2528,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18688,2528,'_elementor_page_assets','a:0:{}'),(18690,2529,'_wp_page_template','default'),(18691,2529,'_elementor_edit_mode','builder'),(18692,2529,'_elementor_template_type','wp-page'),(18693,2529,'_elementor_version','3.15.3'),(18694,2529,'_elementor_pro_version','3.13.2'),(18695,2529,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18696,2529,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18697,2529,'_elementor_page_assets','a:0:{}'),(18699,2530,'_wp_page_template','default'),(18700,2530,'_elementor_edit_mode','builder'),(18701,2530,'_elementor_template_type','wp-page'),(18702,2530,'_elementor_version','3.15.3'),(18703,2530,'_elementor_pro_version','3.13.2'),(18704,2530,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18705,2530,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18706,2530,'_elementor_page_assets','a:0:{}'),(18708,2531,'_wp_page_template','default'),(18709,2531,'_elementor_edit_mode','builder'),(18710,2531,'_elementor_template_type','wp-page'),(18711,2531,'_elementor_version','3.15.3'),(18712,2531,'_elementor_pro_version','3.13.2'),(18713,2531,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18714,2531,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18715,2531,'_elementor_page_assets','a:0:{}'),(18717,2532,'_wp_page_template','default'),(18718,2532,'_elementor_edit_mode','builder'),(18719,2532,'_elementor_template_type','wp-page'),(18720,2532,'_elementor_version','3.15.3'),(18721,2532,'_elementor_pro_version','3.13.2'),(18722,2532,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18723,2532,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(18724,2532,'_elementor_page_assets','a:0:{}'),(18727,2533,'_wp_attached_file','2023/09/0-Catch-the-Spirit-compressed-1.jpg'),(18728,2533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1667;s:4:\"file\";s:43:\"2023/09/0-Catch-the-Spirit-compressed-1.jpg\";s:8:\"filesize\";i:648186;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"0-Catch-the-Spirit-compressed-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19282;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"0-Catch-the-Spirit-compressed-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"0-Catch-the-Spirit-compressed-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:8288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"0-Catch-the-Spirit-compressed-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90553;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:43:\"0-Catch-the-Spirit-compressed-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77666;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"0-Catch-the-Spirit-compressed-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284476;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"0-Catch-the-Spirit-compressed-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:458103;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18729,2534,'_wp_page_template','default'),(18730,2534,'_elementor_edit_mode','builder'),(18731,2534,'_elementor_template_type','wp-page'),(18732,2534,'_elementor_version','3.15.3'),(18733,2534,'_elementor_pro_version','3.13.2'),(18734,2534,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18735,2534,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18736,2534,'_elementor_page_assets','a:0:{}'),(18738,2535,'_wp_page_template','default'),(18739,2535,'_elementor_edit_mode','builder'),(18740,2535,'_elementor_template_type','wp-page'),(18741,2535,'_elementor_version','3.15.3'),(18742,2535,'_elementor_pro_version','3.13.2'),(18743,2535,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18744,2535,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2047,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/0-Catch-the-Spirit.png\"},{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18745,2535,'_elementor_page_assets','a:0:{}'),(18747,2536,'_wp_page_template','default'),(18748,2536,'_elementor_edit_mode','builder'),(18749,2536,'_elementor_template_type','wp-page'),(18750,2536,'_elementor_version','3.15.3'),(18751,2536,'_elementor_pro_version','3.13.2'),(18752,2536,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18753,2536,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18754,2536,'_elementor_page_assets','a:0:{}'),(18756,2537,'_wp_page_template','default'),(18757,2537,'_elementor_edit_mode','builder'),(18758,2537,'_elementor_template_type','wp-page'),(18759,2537,'_elementor_version','3.15.3'),(18760,2537,'_elementor_pro_version','3.13.2'),(18761,2537,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18762,2537,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18763,2537,'_elementor_page_assets','a:0:{}'),(18765,2538,'_wp_page_template','default'),(18766,2538,'_elementor_edit_mode','builder'),(18767,2538,'_elementor_template_type','wp-page'),(18768,2538,'_elementor_version','3.15.3'),(18769,2538,'_elementor_pro_version','3.13.2'),(18770,2538,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18771,2538,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18772,2538,'_elementor_page_assets','a:0:{}'),(18774,2539,'_wp_page_template','default'),(18775,2539,'_elementor_edit_mode','builder'),(18776,2539,'_elementor_template_type','wp-page'),(18777,2539,'_elementor_version','3.15.3'),(18778,2539,'_elementor_pro_version','3.13.2'),(18779,2539,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18780,2539,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18781,2539,'_elementor_page_assets','a:0:{}'),(18783,2540,'_wp_page_template','default'),(18784,2540,'_elementor_edit_mode','builder'),(18785,2540,'_elementor_template_type','wp-page'),(18786,2540,'_elementor_version','3.15.3'),(18787,2540,'_elementor_pro_version','3.13.2'),(18788,2540,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18789,2540,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1468,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image16.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mail:education@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"mail:education@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18790,2540,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18792,2541,'_wp_page_template','default'),(18793,2541,'_elementor_edit_mode','builder'),(18794,2541,'_elementor_template_type','wp-page'),(18795,2541,'_elementor_version','3.15.3'),(18796,2541,'_elementor_pro_version','3.13.2'),(18797,2541,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18798,2541,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1468,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image16.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mail:education@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"mail:education@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18799,2541,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18801,2542,'_wp_page_template','default'),(18802,2542,'_elementor_edit_mode','builder'),(18803,2542,'_elementor_template_type','wp-page'),(18804,2542,'_elementor_version','3.15.3'),(18805,2542,'_elementor_pro_version','3.13.2'),(18806,2542,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18807,2542,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1468,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image16.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18808,2542,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18810,580,'_yoast_wpseo_content_score','60'),(18811,580,'_yoast_wpseo_estimated-reading-time-minutes','3'),(18813,2543,'_wp_attached_file','2023/09/Slide6.png'),(18814,2543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:7500;s:6:\"height\";i:5000;s:4:\"file\";s:18:\"2023/09/Slide6.png\";s:8:\"filesize\";i:11224412;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Slide6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106316;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Slide6-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:975653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Slide6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Slide6-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:601621;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:18:\"Slide6-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:532648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18815,2544,'_wp_page_template','default'),(18816,2544,'_elementor_edit_mode','builder'),(18817,2544,'_elementor_template_type','wp-page'),(18818,2544,'_elementor_version','3.15.2'),(18819,2544,'_elementor_pro_version','3.13.2'),(18820,2544,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18821,2544,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1475,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image27.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18822,2544,'_elementor_page_assets','a:0:{}'),(18824,2545,'_wp_page_template','default'),(18825,2545,'_elementor_edit_mode','builder'),(18826,2545,'_elementor_template_type','wp-page'),(18827,2545,'_elementor_version','3.15.2'),(18828,2545,'_elementor_pro_version','3.13.2'),(18829,2545,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18830,2545,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1475,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image27.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18831,2545,'_elementor_page_assets','a:0:{}'),(18833,2546,'_wp_page_template','default'),(18834,2546,'_elementor_edit_mode','builder'),(18835,2546,'_elementor_template_type','wp-page'),(18836,2546,'_elementor_version','3.15.2'),(18837,2546,'_elementor_pro_version','3.13.2'),(18838,2546,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18839,2546,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1475,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image27.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18840,2546,'_elementor_page_assets','a:0:{}'),(18842,1480,'_yoast_wpseo_content_score','90'),(18843,1480,'_yoast_wpseo_estimated-reading-time-minutes','1'),(18845,2547,'_wp_page_template','default'),(18846,2547,'_elementor_edit_mode','builder'),(18847,2547,'_elementor_template_type','wp-page'),(18848,2547,'_elementor_version','3.15.3'),(18849,2547,'_elementor_pro_version','3.13.2'),(18850,2547,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18851,2547,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18852,2547,'_elementor_page_assets','a:0:{}'),(18854,2548,'_wp_page_template','default'),(18855,2548,'_elementor_edit_mode','builder'),(18856,2548,'_elementor_template_type','wp-page'),(18857,2548,'_elementor_version','3.15.3'),(18858,2548,'_elementor_pro_version','3.13.2'),(18859,2548,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18860,2548,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2048,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Slide6.png\"},{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18861,2548,'_elementor_page_assets','a:0:{}'),(18863,2549,'_wp_page_template','default'),(18864,2549,'_elementor_edit_mode','builder'),(18865,2549,'_elementor_template_type','wp-page'),(18866,2549,'_elementor_version','3.15.3'),(18867,2549,'_elementor_pro_version','3.13.2'),(18868,2549,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18869,2549,'_elementor_data','[{\"id\":\"82cfa33\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"3aca1d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f2ccbdd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"2f8f24e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"7b4dead7\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"55a0218\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1807f396\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming events\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20166e01\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9ab3c35\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3adaaed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33247a7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"explore our performances\\n\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72ca67c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"9ade094\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b2c568e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5543d76\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 Season: \\u201cCatch the Spirit\\u201d \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b296bae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is excited to welcome you to our 2023-24 season entitled \\u201cCatch the Spirit.\\u201d We have consciously crafted a season that explores both familiar and new music that captures the impact music has always had - and always will have - on the human spirit.<\\/p><p>Through our concert performances we hope to express a sense of awe, wonder, and reverence for something greater than ourselves, while providing moments of reflection, joy, hope, and inspiration.<\\/p><p>From classical to jazz, rock to rhythm &amp; blues, folk songs to hymn tunes, each offering presents its distinctive sound and unique perspective on this transcendent theme.<\\/p><p>Through the music we present, we will discover how music uniquely captures the ineffable essence of the human spirit and provides a pathway for spiritual exploration and personal growth.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9d4b91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"6671e41\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2533,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/0-Catch-the-Spirit-compressed-1.jpg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"image_stretch\":\"yes\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6153a2d\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"c5bba75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9da65ce\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"1f09503\",\"list_content_type\":\"template\",\"list_content_template\":\"lest-we-forget-2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"the-snowman\",\"_id\":\"87db60f\"},{\"list_content_type\":\"template\",\"list_content_template\":\"this-is-a-brass-band\",\"_id\":\"ad17ce2\"},{\"list_content_type\":\"template\",\"list_content_template\":\"once-upon-a-song\",\"_id\":\"d49a56a\"}],\"carousel_spacer\":20,\"carousel_column_desk\":\"3\",\"carousel_column_tablet\":\"2\",\"carousel_arrow_bg_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"w_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"h_size_carousel_arrow\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"carousel_arrow_horizontal_position_prev\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"carousel_arrow_horizontal_position_next\":{\"unit\":\"px\",\"size\":-50,\"sizes\":[]},\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"carousel_bullets_bg_color\":\"#92288F\",\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"207e2ab\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"92cce8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fbff089\",\"elType\":\"widget\",\"settings\":{\"title\":\"community performances &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64526c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Camp & Campus Performances\\n\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b90d85a\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f188076\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EAE5EB\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"7576727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b464c1c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is committed to enriching the lives of South Florida students with our free-admission performances. Orchid City engages students with carefully-crafted programming of brass ensemble music and narrative that is richly cross-curricular, multi-sensory and interactive. During the 2022-23 season students from over 50 schools around the area attended performances and master classes conducted or performed by members and musicians of the Orchid City Brass Band.<\\/p>\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5ee2fa7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18870,2549,'_elementor_page_assets','a:0:{}'),(18872,2550,'_wp_page_template','default'),(18873,2550,'_elementor_edit_mode','builder'),(18874,2550,'_elementor_template_type','wp-page'),(18875,2550,'_elementor_version','3.15.2'),(18876,2550,'_elementor_pro_version','3.13.2'),(18877,2550,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18878,2550,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 555-1212\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\"},{\"text\":\"first.last@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18879,2550,'_elementor_page_assets','a:0:{}'),(18881,2551,'_wp_page_template','default'),(18882,2551,'_elementor_edit_mode','builder'),(18883,2551,'_elementor_template_type','wp-page'),(18884,2551,'_elementor_version','3.15.2'),(18885,2551,'_elementor_pro_version','3.13.2'),(18886,2551,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18887,2551,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 555-1212\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\"},{\"text\":\"first.last@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (18888,2551,'_elementor_page_assets','a:0:{}'),(18890,2552,'_wp_page_template','default'),(18891,2552,'_elementor_edit_mode','builder'),(18892,2552,'_elementor_template_type','wp-page'),(18893,2552,'_elementor_version','3.15.2'),(18894,2552,'_elementor_pro_version','3.13.2'),(18895,2552,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18896,2552,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18897,2552,'_elementor_page_assets','a:0:{}'),(18899,1483,'_yoast_wpseo_content_score','60'),(18900,1483,'_yoast_wpseo_estimated-reading-time-minutes','2'),(18902,2553,'_wp_page_template','default'),(18903,2553,'_elementor_edit_mode','builder'),(18904,2553,'_elementor_template_type','wp-page'),(18905,2553,'_elementor_version','3.15.2'),(18906,2553,'_elementor_pro_version','3.13.2'),(18907,2553,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18908,2553,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35f0385\",\"elType\":\"widget\",\"settings\":{\"text\":\"DONATE\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=339e18a\",\"button_text_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18909,2553,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(18911,2554,'_wp_page_template','default'),(18912,2554,'_elementor_edit_mode','builder'),(18913,2554,'_elementor_template_type','wp-page'),(18914,2554,'_elementor_version','3.15.2'),(18915,2554,'_elementor_pro_version','3.13.2'),(18916,2554,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18917,2554,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35f0385\",\"elType\":\"widget\",\"settings\":{\"text\":\"DONATE\",\"align\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=0aac0a0\",\"typography_typography\":\"globals\\/typography?id=339e18a\",\"button_text_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18918,2554,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(18920,2555,'_wp_page_template','default'),(18921,2555,'_elementor_edit_mode','builder'),(18922,2555,'_elementor_template_type','wp-page'),(18923,2555,'_elementor_version','3.15.2'),(18924,2555,'_elementor_pro_version','3.13.2'),(18925,2555,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(18926,2555,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(18927,2555,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(18929,1485,'_yoast_wpseo_content_score','60'),(18930,1485,'_yoast_wpseo_estimated-reading-time-minutes','2'),(18932,2556,'_elementor_source','post'),(18933,2556,'_elementor_edit_mode','builder'),(18934,2556,'_elementor_template_type','section'),(18935,2556,'_elementor_version','3.15.3'),(18936,2556,'_elementor_pro_version','3.13.2'),(18937,2556,'_wp_page_template','default'),(18938,2556,'_elementor_data','[{\"id\":\"74543db9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"510cfbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1764ace0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/The-snowman-min.png\",\"id\":2516,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5ecf2503\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THE SNOWMAN\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2977af08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Celebrating the Spirit of the Season\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"60981764\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN DEC 17, 2023\\n\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45040af0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18939,2556,'_elementor_page_assets','a:0:{}'),(18941,2557,'_elementor_source','post'),(18942,2557,'_elementor_edit_mode','builder'),(18943,2557,'_elementor_template_type','section'),(18944,2557,'_elementor_version','3.15.3'),(18945,2557,'_elementor_pro_version','3.13.2'),(18946,2557,'_wp_page_template','default'),(18947,2557,'_elementor_data','[{\"id\":\"65e55001\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c003bd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1bd49c35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/This-is-a-brass-band-min.png\",\"id\":2519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fa0ac24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THIS IS A BRASS BAND\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67905ab3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discovering the Spirit of Music\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19bf3b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAT MAR 2, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"712d6a40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/this-is-a-brass-band\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18948,2557,'_elementor_page_assets','a:0:{}'),(18953,2558,'_elementor_source','post'),(18954,2558,'_elementor_edit_mode','builder'),(18955,2558,'_elementor_template_type','section'),(18956,2558,'_elementor_version','3.15.3'),(18957,2558,'_elementor_pro_version','3.13.2'),(18958,2558,'_wp_page_template','default'),(18959,2558,'_elementor_data','[{\"id\":\"65e55001\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c003bd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"1bd49c35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/This-is-a-brass-band-min.png\",\"id\":2519,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fa0ac24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"THIS IS A BRASS BAND\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67905ab3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discovering the Spirit of Music\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19bf3b6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"SAT MAR 2, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"712d6a40\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/this-is-a-brass-band\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18960,2558,'_elementor_page_assets','a:0:{}'),(18963,2559,'_elementor_template_type','page'),(18964,2559,'_wp_page_template','default'),(18965,2559,'_elementor_edit_mode','builder'),(18966,2559,'_elementor_version','3.15.3'),(18967,2559,'_elementor_pro_version','3.13.2'),(18968,2559,'_elementor_data','[{\"id\":\"51d884a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da76b99\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10},\"elements\":[{\"id\":\"31a5c763\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Once-upon-a-song-min.png\",\"id\":2525,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d004584\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"ONCE UPON A SONG\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"3e1ba85\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=021f300\",\"text_color\":\"\",\"icon_typography_typography\":\"\"},\"icon_align_mobile\":\"center\",\"icon_color\":\"#866B21\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Bold\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"20b42594\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Expressing the Spirit of Song\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_font_style\":\"italic\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4594ca67\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUN APR 21, 2024\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e295256\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Tickets\",\"selected_icon\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"typography_text_decoration\":\"none\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/once-upon-a-song\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(18969,2559,'_elementor_page_assets','a:0:{}'),(18972,2560,'_wp_page_template','elementor_theme'),(18973,2560,'_elementor_edit_mode','builder'),(18974,2560,'_elementor_template_type','wp-page'),(18975,2560,'_elementor_version','3.15.3'),(18976,2560,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18977,2560,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18978,2560,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18979,2560,'_elementor_pro_version','3.13.2'),(18981,2561,'_wp_page_template','elementor_theme'),(18982,2561,'_elementor_edit_mode','builder'),(18983,2561,'_elementor_template_type','wp-page'),(18984,2561,'_elementor_version','3.15.3'),(18985,2561,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18986,2561,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18987,2561,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18988,2561,'_elementor_pro_version','3.13.2'),(18990,2562,'_wp_page_template','elementor_theme'),(18991,2562,'_elementor_edit_mode','builder'),(18992,2562,'_elementor_template_type','wp-page'),(18993,2562,'_elementor_version','3.15.3'),(18994,2562,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(18995,2562,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(18996,2562,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(18997,2562,'_elementor_pro_version','3.13.2'),(18999,2563,'_wp_page_template','elementor_theme'),(19000,2563,'_elementor_edit_mode','builder'),(19001,2563,'_elementor_template_type','wp-page'),(19002,2563,'_elementor_version','3.15.3'),(19003,2563,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19004,2563,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19005,2563,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19006,2563,'_elementor_pro_version','3.13.2'),(19008,2564,'_wp_page_template','elementor_theme'),(19009,2564,'_elementor_edit_mode','builder'),(19010,2564,'_elementor_template_type','wp-page'),(19011,2564,'_elementor_version','3.15.3'),(19012,2564,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19013,2564,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19014,2564,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19015,2564,'_elementor_pro_version','3.13.2'),(19017,2565,'_wp_page_template','elementor_theme'),(19018,2565,'_elementor_edit_mode','builder'),(19019,2565,'_elementor_template_type','wp-page'),(19020,2565,'_elementor_version','3.15.3'),(19021,2565,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19022,2565,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19023,2565,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19024,2565,'_elementor_pro_version','3.13.2'),(19026,2566,'_wp_page_template','elementor_theme'),(19027,2566,'_elementor_edit_mode','builder'),(19028,2566,'_elementor_template_type','wp-page'),(19029,2566,'_elementor_version','3.15.3'),(19030,2566,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19031,2566,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19032,2566,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19033,2566,'_elementor_pro_version','3.13.2'),(19035,2567,'_wp_page_template','elementor_theme'),(19036,2567,'_elementor_edit_mode','builder'),(19037,2567,'_elementor_template_type','wp-page'),(19038,2567,'_elementor_version','3.15.3'),(19039,2567,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19040,2567,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19041,2567,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19042,2567,'_elementor_pro_version','3.13.2'),(19044,2568,'_wp_page_template','elementor_theme'),(19045,2568,'_elementor_edit_mode','builder'),(19046,2568,'_elementor_template_type','wp-page'),(19047,2568,'_elementor_version','3.15.3'),(19048,2568,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19049,2568,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19050,2568,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19051,2568,'_elementor_pro_version','3.13.2'),(19055,2569,'_wp_page_template','default'),(19056,2569,'_elementor_edit_mode','builder'),(19057,2569,'_elementor_template_type','wp-page'),(19058,2569,'_elementor_version','3.15.2'),(19059,2569,'_elementor_pro_version','3.13.2'),(19060,2569,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19061,2569,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19062,2569,'_elementor_page_assets','a:0:{}'),(19064,2570,'_wp_page_template','default'),(19065,2570,'_elementor_edit_mode','builder'),(19066,2570,'_elementor_template_type','wp-page'),(19067,2570,'_elementor_version','3.15.2'),(19068,2570,'_elementor_pro_version','3.13.2'),(19069,2570,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19070,2570,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19071,2570,'_elementor_page_assets','a:0:{}'),(19073,2571,'_wp_page_template','default'),(19074,2571,'_elementor_edit_mode','builder'),(19075,2571,'_elementor_template_type','wp-page'),(19076,2571,'_elementor_version','3.15.2'),(19077,2571,'_elementor_pro_version','3.13.2'),(19078,2571,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19079,2571,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19080,2571,'_elementor_page_assets','a:0:{}'),(19082,1360,'_yoast_wpseo_content_score','90'),(19083,1360,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19085,2572,'_wp_page_template','default'),(19086,2572,'_elementor_edit_mode','builder'),(19087,2572,'_elementor_template_type','wp-page'),(19088,2572,'_elementor_version','3.15.3'),(19089,2572,'_elementor_pro_version','3.13.2'),(19090,2572,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19091,2572,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19092,2572,'_elementor_page_assets','a:0:{}'),(19094,2573,'_wp_page_template','default'),(19095,2573,'_elementor_edit_mode','builder'),(19096,2573,'_elementor_template_type','wp-page'),(19097,2573,'_elementor_version','3.15.3'),(19098,2573,'_elementor_pro_version','3.13.2'),(19099,2573,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19100,2573,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19101,2573,'_elementor_page_assets','a:0:{}'),(19103,2574,'_wp_page_template','default'),(19104,2574,'_elementor_edit_mode','builder'),(19105,2574,'_elementor_template_type','wp-page'),(19106,2574,'_elementor_version','3.15.3'),(19107,2574,'_elementor_pro_version','3.13.2'),(19108,2574,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19109,2574,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19110,2574,'_elementor_page_assets','a:0:{}'),(19113,2575,'_wp_page_template','default'),(19114,2575,'_elementor_edit_mode','builder'),(19115,2575,'_elementor_template_type','wp-page'),(19116,2575,'_elementor_version','3.15.3'),(19117,2575,'_elementor_pro_version','3.13.2'),(19118,2575,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19119,2575,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19120,2575,'_elementor_page_assets','a:0:{}'),(19122,2576,'_wp_page_template','default'),(19123,2576,'_elementor_edit_mode','builder'),(19124,2576,'_elementor_template_type','wp-page'),(19125,2576,'_elementor_version','3.15.3'),(19126,2576,'_elementor_pro_version','3.13.2'),(19127,2576,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19128,2576,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"11\",\"left\":\"11\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19129,2576,'_elementor_page_assets','a:0:{}'),(19131,2577,'_wp_page_template','default'),(19132,2577,'_elementor_edit_mode','builder'),(19133,2577,'_elementor_template_type','wp-page'),(19134,2577,'_elementor_version','3.15.3'),(19135,2577,'_elementor_pro_version','3.13.2'),(19136,2577,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19137,2577,'_elementor_data','[{\"id\":\"28fb9be3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2149,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0554-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4c8db6b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7db45c53\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"764aaf80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"731a2e9\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3f3d4af0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5153d57a\",\"elType\":\"widget\",\"settings\":{\"title\":\"JOIN THE BAND\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"394a5522\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid city BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7247ec5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc9720e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"215b05e\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"11\",\"bottom\":\"12\",\"left\":\"11\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"MEMBERSHIP INQUIRY\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19138,2577,'_elementor_page_assets','a:0:{}'),(19140,2578,'_edit_lock','1694540383:1'),(19141,2578,'_wp_trash_meta_status','publish'),(19142,2578,'_wp_trash_meta_time','1694540390'),(19143,2580,'_edit_lock','1694540738:1'),(19144,2580,'_wp_trash_meta_status','publish'),(19145,2580,'_wp_trash_meta_time','1694540739'),(19146,2582,'_wp_trash_meta_status','publish'),(19147,2582,'_wp_trash_meta_time','1694540753'),(19148,2584,'_wp_page_template','default'),(19149,2584,'_elementor_edit_mode','builder'),(19150,2584,'_elementor_template_type','wp-page'),(19151,2584,'_elementor_version','3.15.2'),(19152,2584,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19153,2584,'_elementor_page_assets','a:0:{}'),(19154,2584,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19155,2584,'_elementor_pro_version','3.13.2'),(19157,2585,'_wp_page_template','default'),(19158,2585,'_elementor_edit_mode','builder'),(19159,2585,'_elementor_template_type','wp-page'),(19160,2585,'_elementor_version','3.15.2'),(19161,2585,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19162,2585,'_elementor_page_assets','a:0:{}'),(19163,2585,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19164,2585,'_elementor_pro_version','3.13.2'),(19166,2586,'_wp_page_template','default'),(19167,2586,'_elementor_edit_mode','builder'),(19168,2586,'_elementor_template_type','wp-page'),(19169,2586,'_elementor_version','3.15.2'),(19170,2586,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19171,2586,'_elementor_page_assets','a:0:{}'),(19172,2586,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19173,2586,'_elementor_pro_version','3.13.2'),(19187,1971,'_post_views_count','2'),(19188,1971,'ekit_post_views_count','3'),(19189,1921,'_post_views_count','0'),(19190,1921,'ekit_post_views_count','1'),(19191,1969,'_post_views_count','0'),(19192,1969,'ekit_post_views_count','1'),(19193,1927,'_post_views_count','0'),(19194,1927,'ekit_post_views_count','1'),(19195,1967,'_post_views_count','0'),(19196,1967,'ekit_post_views_count','1'),(19197,1979,'_post_views_count','1'),(19198,1979,'ekit_post_views_count','2'),(19199,1898,'_post_views_count','0'),(19200,1898,'ekit_post_views_count','1'),(19201,1977,'_post_views_count','0'),(19202,1977,'ekit_post_views_count','1'),(19203,1935,'_post_views_count','1'),(19204,1935,'ekit_post_views_count','2'),(19205,1947,'_post_views_count','1'),(19206,1947,'ekit_post_views_count','2'),(19207,1975,'_post_views_count','0'),(19208,1975,'ekit_post_views_count','1'),(19209,1890,'_post_views_count','0'),(19210,1890,'ekit_post_views_count','1'),(19211,1986,'_post_views_count','0'),(19212,1986,'ekit_post_views_count','1'),(19213,1951,'_post_views_count','0'),(19214,1951,'ekit_post_views_count','1'),(19215,1958,'_post_views_count','0'),(19216,1958,'ekit_post_views_count','1'),(19217,1943,'_post_views_count','0'),(19218,1943,'ekit_post_views_count','1'),(19219,1982,'_post_views_count','0'),(19220,1982,'ekit_post_views_count','1'),(19221,1945,'_post_views_count','0'),(19222,1945,'ekit_post_views_count','1'),(19223,1963,'_post_views_count','0'),(19224,1963,'ekit_post_views_count','1'),(19225,1973,'_post_views_count','1'),(19226,1973,'ekit_post_views_count','2'),(19227,1900,'_post_views_count','0'),(19228,1900,'ekit_post_views_count','1'),(19229,1886,'_post_views_count','0'),(19230,1886,'ekit_post_views_count','1'),(19231,1941,'_post_views_count','0'),(19232,1941,'ekit_post_views_count','1'),(19233,1937,'_post_views_count','0'),(19234,1937,'ekit_post_views_count','1'),(19235,1911,'_post_views_count','0'),(19236,1911,'ekit_post_views_count','1'),(19237,1965,'_post_views_count','0'),(19238,1965,'ekit_post_views_count','1'),(19239,1953,'_post_views_count','0'),(19240,1953,'ekit_post_views_count','1'),(19241,1918,'_post_views_count','0'),(19242,1918,'ekit_post_views_count','1'),(19243,1639,'_post_views_count','0'),(19244,1639,'ekit_post_views_count','1'),(19245,1924,'_post_views_count','0'),(19246,1924,'ekit_post_views_count','1'),(19247,2588,'_wp_attached_file','2023/09/DSC_9823.jpeg'),(19248,2588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:847;s:4:\"file\";s:21:\"2023/09/DSC_9823.jpeg\";s:8:\"filesize\";i:369052;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"DSC_9823-300x199.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"DSC_9823-1024x678.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC_9823-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8646;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"DSC_9823-768x508.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93989;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:21:\"DSC_9823-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83100;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19249,2589,'_wp_attached_file','2023/09/DSC_4127.jpg'),(19250,2589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2023/09/DSC_4127.jpg\";s:8:\"filesize\";i:97752;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_4127-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_4127-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8281;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_4127-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93526;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:20:\"DSC_4127-600x533.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19251,2590,'_wp_attached_file','2023/09/jack-crop.jpeg'),(19252,2590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:860;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2023/09/jack-crop.jpeg\";s:8:\"filesize\";i:206746;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"jack-crop-202x300.jpeg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14845;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"jack-crop-688x1024.jpeg\";s:5:\"width\";i:688;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"jack-crop-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"jack-crop-768x1143.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104958;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:22:\"jack-crop-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(19253,2591,'_wp_attached_file','2023/09/ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22.jpeg'),(19254,2591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:742;s:4:\"file\";s:67:\"2023/09/ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22.jpeg\";s:8:\"filesize\";i:276838;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22-300x174.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15158;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22-1024x594.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7273;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22-768x445.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73090;}s:23:\"ctshowcase_custom_image\";a:5:{s:4:\"file\";s:67:\"ocbb-group2-Nicholass-iMacs-conflicted-copy-2022-08-22-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(19255,2592,'_wp_page_template','default'),(19256,2592,'_elementor_edit_mode','builder'),(19257,2592,'_elementor_template_type','wp-page'),(19258,2592,'_elementor_version','3.15.3'),(19259,2592,'_elementor_pro_version','3.13.2'),(19260,2592,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19261,2592,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1475,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image27.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19262,2592,'_elementor_page_assets','a:0:{}'),(19264,2593,'_wp_page_template','default'),(19265,2593,'_elementor_edit_mode','builder'),(19266,2593,'_elementor_template_type','wp-page'),(19267,2593,'_elementor_version','3.15.3'),(19268,2593,'_elementor_pro_version','3.13.2'),(19269,2593,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19270,2593,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1475,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image27.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19271,2593,'_elementor_page_assets','a:0:{}'),(19273,2594,'_wp_page_template','default'),(19274,2594,'_elementor_edit_mode','builder'),(19275,2594,'_elementor_template_type','wp-page'),(19276,2594,'_elementor_version','3.15.3'),(19277,2594,'_elementor_pro_version','3.13.2'),(19278,2594,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19279,2594,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19280,2594,'_elementor_page_assets','a:0:{}'),(19282,2595,'_wp_page_template','default'),(19283,2595,'_elementor_edit_mode','builder'),(19284,2595,'_elementor_template_type','wp-page'),(19285,2595,'_elementor_version','3.15.3'),(19286,2595,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19287,2595,'_elementor_page_assets','a:0:{}'),(19288,2595,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19289,2595,'_elementor_pro_version','3.13.2'),(19291,2596,'_wp_page_template','default'),(19292,2596,'_elementor_edit_mode','builder'),(19293,2596,'_elementor_template_type','wp-page'),(19294,2596,'_elementor_version','3.15.3'),(19295,2596,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19296,2596,'_elementor_page_assets','a:0:{}'),(19297,2596,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19298,2596,'_elementor_pro_version','3.13.2'),(19300,2597,'_wp_page_template','default'),(19301,2597,'_elementor_edit_mode','builder'),(19302,2597,'_elementor_template_type','wp-page'),(19303,2597,'_elementor_version','3.15.3'),(19304,2597,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19305,2597,'_elementor_page_assets','a:0:{}'),(19306,2597,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19307,2597,'_elementor_pro_version','3.13.2'),(19309,2598,'_wp_page_template','default'),(19310,2598,'_elementor_edit_mode','builder'),(19311,2598,'_elementor_template_type','wp-page'),(19312,2598,'_elementor_version','3.15.3'),(19313,2598,'_elementor_pro_version','3.13.2'),(19314,2598,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19315,2598,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1468,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image16.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19316,2598,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19318,2599,'_wp_page_template','default'),(19319,2599,'_elementor_edit_mode','builder'),(19320,2599,'_elementor_template_type','wp-page'),(19321,2599,'_elementor_version','3.15.3'),(19322,2599,'_elementor_pro_version','3.13.2'),(19323,2599,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19324,2599,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1468,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image16.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19325,2599,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19327,2600,'_wp_page_template','default'),(19328,2600,'_elementor_edit_mode','builder'),(19329,2600,'_elementor_template_type','wp-page'),(19330,2600,'_elementor_version','3.15.3'),(19331,2600,'_elementor_pro_version','3.13.2'),(19332,2600,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19333,2600,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2106,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726531057-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19334,2600,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19336,2601,'_wp_page_template','default'),(19337,2601,'_elementor_edit_mode','builder'),(19338,2601,'_elementor_template_type','wp-page'),(19339,2601,'_elementor_version','3.15.3'),(19340,2601,'_elementor_pro_version','3.13.2'),(19341,2601,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19342,2601,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19343,2601,'_elementor_page_assets','a:0:{}'),(19345,2602,'_wp_page_template','default'),(19346,2602,'_elementor_edit_mode','builder'),(19347,2602,'_elementor_template_type','wp-page'),(19348,2602,'_elementor_version','3.15.3'),(19349,2602,'_elementor_pro_version','3.13.2'),(19350,2602,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19351,2602,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19352,2602,'_elementor_page_assets','a:0:{}'),(19354,2603,'_wp_page_template','default'),(19355,2603,'_elementor_edit_mode','builder'),(19356,2603,'_elementor_template_type','wp-page'),(19357,2603,'_elementor_version','3.15.3'),(19358,2603,'_elementor_pro_version','3.13.2'),(19359,2603,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19360,2603,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19361,2603,'_elementor_page_assets','a:0:{}'),(19364,2604,'_wp_page_template','default'),(19365,2604,'_elementor_edit_mode','builder'),(19366,2604,'_elementor_template_type','wp-page'),(19367,2604,'_elementor_version','3.15.3'),(19368,2604,'_elementor_pro_version','3.13.2'),(19369,2604,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19370,2604,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19371,2604,'_elementor_page_assets','a:0:{}'),(19373,2605,'_wp_page_template','default'),(19374,2605,'_elementor_edit_mode','builder'),(19375,2605,'_elementor_template_type','wp-page'),(19376,2605,'_elementor_version','3.15.3'),(19377,2605,'_elementor_pro_version','3.13.2'),(19378,2605,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19379,2605,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (19380,2605,'_elementor_page_assets','a:0:{}'),(19382,2606,'_wp_page_template','default'),(19383,2606,'_elementor_edit_mode','builder'),(19384,2606,'_elementor_template_type','wp-page'),(19385,2606,'_elementor_version','3.15.3'),(19386,2606,'_elementor_pro_version','3.13.2'),(19387,2606,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19388,2606,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19389,2606,'_elementor_page_assets','a:0:{}'),(19391,2607,'_wp_page_template','default'),(19392,2607,'_elementor_edit_mode','builder'),(19393,2607,'_elementor_template_type','wp-page'),(19394,2607,'_elementor_version','3.15.3'),(19395,2607,'_elementor_pro_version','3.13.2'),(19396,2607,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19397,2607,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19398,2607,'_elementor_page_assets','a:0:{}'),(19400,2608,'_wp_page_template','default'),(19401,2608,'_elementor_edit_mode','builder'),(19402,2608,'_elementor_template_type','wp-page'),(19403,2608,'_elementor_version','3.15.3'),(19404,2608,'_elementor_pro_version','3.13.2'),(19405,2608,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19406,2608,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"MOVIE NIGHT\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A SALUTE TO VETERANS\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19407,2608,'_elementor_page_assets','a:0:{}'),(19409,2609,'_wp_page_template','default'),(19410,2609,'_elementor_edit_mode','builder'),(19411,2609,'_elementor_template_type','wp-page'),(19412,2609,'_elementor_version','3.15.3'),(19413,2609,'_elementor_pro_version','3.13.2'),(19414,2609,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19415,2609,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Movie Night\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"\'Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A Salute to Veterans\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19416,2609,'_elementor_page_assets','a:0:{}'),(19418,1642,'_elementor_edit_mode','builder'),(19419,1642,'_elementor_template_type','wp-page'),(19420,1642,'_elementor_version','3.15.3'),(19421,1642,'_elementor_pro_version','3.13.2'),(19423,1967,'_yoast_wpseo_content_score','90'),(19424,1967,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19425,1967,'_yoast_wpseo_wordproof_timestamp',''),(19426,1967,'_yoast_wpseo_primary_ctshowcase_group',''),(19427,1971,'_yoast_wpseo_content_score','90'),(19428,1971,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19429,1971,'_yoast_wpseo_wordproof_timestamp',''),(19430,1971,'_yoast_wpseo_primary_ctshowcase_group',''),(19431,1969,'_yoast_wpseo_content_score','90'),(19432,1969,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19433,1969,'_yoast_wpseo_wordproof_timestamp',''),(19434,1969,'_yoast_wpseo_primary_ctshowcase_group',''),(19435,1961,'_yoast_wpseo_content_score','90'),(19436,1961,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19437,1961,'_yoast_wpseo_wordproof_timestamp',''),(19438,1961,'_yoast_wpseo_primary_ctshowcase_group',''),(19439,1958,'_yoast_wpseo_content_score','90'),(19440,1958,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19441,1958,'_yoast_wpseo_wordproof_timestamp',''),(19442,1958,'_yoast_wpseo_primary_ctshowcase_group',''),(19443,1956,'_yoast_wpseo_content_score','90'),(19444,1956,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19445,1956,'_yoast_wpseo_wordproof_timestamp',''),(19446,1956,'_yoast_wpseo_primary_ctshowcase_group',''),(19447,1953,'_yoast_wpseo_content_score','90'),(19448,1953,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19449,1953,'_yoast_wpseo_wordproof_timestamp',''),(19450,1953,'_yoast_wpseo_primary_ctshowcase_group',''),(19451,1949,'_yoast_wpseo_content_score','90'),(19452,1949,'_yoast_wpseo_estimated-reading-time-minutes','1'),(19453,1949,'_yoast_wpseo_wordproof_timestamp',''),(19454,1949,'_yoast_wpseo_primary_ctshowcase_group',''),(19457,568,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:16:\"Roboto Condensed\";i:4;s:17:\"Trajana Sans-Bold\";i:8;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19459,592,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:8:\"fa-solid\";i:3;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19460,595,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:18:\"Trajana Sans-Light\";i:2;s:22:\"Trajana Sans-Demi-Bold\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";i:6;s:9:\"fa-brands\";i:7;s:8:\"jkiticon\";i:9;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19461,2618,'_wp_page_template','default'),(19462,2618,'_elementor_edit_mode','builder'),(19463,2618,'_elementor_template_type','wp-page'),(19464,2618,'_elementor_version','3.15.3'),(19465,2618,'_elementor_pro_version','3.13.2'),(19466,2618,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19467,2618,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19468,2618,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(19469,2618,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19470,2619,'_wp_page_template','default'),(19471,2619,'_elementor_edit_mode','builder'),(19472,2619,'_elementor_template_type','wp-page'),(19473,2619,'_elementor_version','3.15.3'),(19474,2619,'_elementor_pro_version','3.13.2'),(19475,2619,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19476,2619,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19477,2619,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(19478,2619,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19479,2620,'_wp_page_template','default'),(19480,2620,'_elementor_edit_mode','builder'),(19481,2620,'_elementor_template_type','wp-page'),(19482,2620,'_elementor_version','3.15.3'),(19483,2620,'_elementor_pro_version','3.13.2'),(19484,2620,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19485,2620,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19486,2620,'_elementor_page_assets','a:1:{s:6:\"styles\";a:10:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";}}'),(19487,2620,'_elementor_css','a:6:{s:4:\"time\";i:1694665587;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19488,2621,'_wp_page_template','default'),(19489,2621,'_elementor_edit_mode','builder'),(19490,2621,'_elementor_template_type','wp-page'),(19491,2621,'_elementor_version','3.16.2'),(19492,2621,'_elementor_pro_version','3.13.2'),(19493,2621,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19494,2621,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19495,2621,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(19497,2622,'_wp_page_template','default'),(19498,2622,'_elementor_edit_mode','builder'),(19499,2622,'_elementor_template_type','wp-page'),(19500,2622,'_elementor_version','3.16.2'),(19501,2622,'_elementor_pro_version','3.13.2'),(19502,2622,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19503,2622,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19504,2622,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(19505,2622,'_elementor_css','a:6:{s:4:\"time\";i:1694666038;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19506,2623,'_wp_page_template','default'),(19507,2623,'_elementor_edit_mode','builder'),(19508,2623,'_elementor_template_type','wp-page'),(19509,2623,'_elementor_version','3.16.2'),(19510,2623,'_elementor_pro_version','3.13.2'),(19511,2623,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19512,2623,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19513,2623,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(19514,2623,'_elementor_css','a:6:{s:4:\"time\";i:1694666038;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19517,2624,'_wp_page_template','default'),(19518,2624,'_elementor_edit_mode','builder'),(19519,2624,'_elementor_template_type','wp-page'),(19520,2624,'_elementor_version','3.16.2'),(19521,2624,'_elementor_pro_version','3.13.2'),(19522,2624,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19523,2624,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19524,2624,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(19525,2624,'_elementor_css','a:6:{s:4:\"time\";i:1694666042;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19526,2625,'_wp_page_template','default'),(19527,2625,'_elementor_edit_mode','builder'),(19528,2625,'_elementor_template_type','wp-page'),(19529,2625,'_elementor_version','3.16.2'),(19530,2625,'_elementor_pro_version','3.13.2'),(19531,2625,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19532,2625,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19533,2625,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(19534,2625,'_elementor_css','a:6:{s:4:\"time\";i:1694666042;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19535,2626,'_wp_page_template','default'),(19536,2626,'_elementor_edit_mode','builder'),(19537,2626,'_elementor_template_type','wp-page'),(19538,2626,'_elementor_version','3.16.2'),(19539,2626,'_elementor_pro_version','3.13.2'),(19540,2626,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19541,2626,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19542,2626,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(19543,2626,'_elementor_css','a:6:{s:4:\"time\";i:1694666042;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19546,2627,'_wp_trash_meta_status','publish'),(19547,2627,'_wp_trash_meta_time','1694666559'),(19548,2629,'_wp_trash_meta_status','publish'),(19549,2629,'_wp_trash_meta_time','1694666591'),(19550,2631,'_wp_trash_meta_status','publish'),(19551,2631,'_wp_trash_meta_time','1694666610'),(19552,2633,'_wp_trash_meta_status','publish'),(19553,2633,'_wp_trash_meta_time','1694666632'),(19554,2635,'_wp_page_template','default'),(19555,2635,'_elementor_edit_mode','builder'),(19556,2635,'_elementor_template_type','wp-page'),(19557,2635,'_elementor_version','3.15.3'),(19558,2635,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19559,2635,'_elementor_page_assets','a:0:{}'),(19560,2635,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19561,2635,'_elementor_pro_version','3.13.2'),(19562,2635,'_elementor_css','a:6:{s:4:\"time\";i:1694666353;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19563,2636,'_wp_page_template','default'),(19564,2636,'_elementor_edit_mode','builder'),(19565,2636,'_elementor_template_type','wp-page'),(19566,2636,'_elementor_version','3.15.3'),(19567,2636,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"right\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19568,2636,'_elementor_page_assets','a:0:{}'),(19569,2636,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19570,2636,'_elementor_pro_version','3.13.2'),(19571,2636,'_elementor_css','a:6:{s:4:\"time\";i:1694666353;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19572,2637,'_wp_page_template','default'),(19573,2637,'_elementor_edit_mode','builder'),(19574,2637,'_elementor_template_type','wp-page'),(19575,2637,'_elementor_version','3.15.3'),(19576,2637,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19577,2637,'_elementor_page_assets','a:0:{}'),(19578,2637,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19579,2637,'_elementor_pro_version','3.13.2'),(19580,2637,'_elementor_css','a:6:{s:4:\"time\";i:1694666353;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19581,2638,'_edit_lock','1694666770:1'),(19582,2638,'_wp_trash_meta_status','publish'),(19583,2638,'_wp_trash_meta_time','1694666784'),(19584,2640,'_wp_trash_meta_status','publish'),(19585,2640,'_wp_trash_meta_time','1694666809'),(19587,2642,'_wp_trash_meta_status','publish'),(19588,2642,'_wp_trash_meta_time','1694666878'),(19589,2644,'_wp_trash_meta_status','publish'),(19590,2644,'_wp_trash_meta_time','1694666914'),(19591,2646,'_wp_page_template','default'),(19592,2646,'_elementor_edit_mode','builder'),(19593,2646,'_elementor_template_type','wp-page'),(19594,2646,'_elementor_version','3.16.2'),(19595,2646,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19596,2646,'_elementor_page_assets','a:0:{}'),(19597,2646,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19598,2646,'_elementor_pro_version','3.13.2'),(19599,2646,'_elementor_css','a:6:{s:4:\"time\";i:1694666812;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19600,2647,'_wp_page_template','default'),(19601,2647,'_elementor_edit_mode','builder'),(19602,2647,'_elementor_template_type','wp-page'),(19603,2647,'_elementor_version','3.16.2'),(19604,2647,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19605,2647,'_elementor_page_assets','a:0:{}'),(19606,2647,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19607,2647,'_elementor_pro_version','3.13.2'),(19608,2647,'_elementor_css','a:6:{s:4:\"time\";i:1694666812;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19609,2648,'_wp_page_template','default'),(19610,2648,'_elementor_edit_mode','builder'),(19611,2648,'_elementor_template_type','wp-page'),(19612,2648,'_elementor_version','3.16.2'),(19613,2648,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19614,2648,'_elementor_page_assets','a:0:{}'),(19615,2648,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19616,2648,'_elementor_pro_version','3.13.2'),(19617,2648,'_elementor_css','a:6:{s:4:\"time\";i:1694666812;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19618,2649,'_wp_page_template','default'),(19619,2649,'_elementor_edit_mode','builder'),(19620,2649,'_elementor_template_type','wp-page'),(19621,2649,'_elementor_version','3.16.2'),(19622,2649,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19623,2649,'_elementor_page_assets','a:0:{}'),(19624,2649,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19625,2649,'_elementor_pro_version','3.13.2'),(19627,2650,'_wp_page_template','default'),(19628,2650,'_elementor_edit_mode','builder'),(19629,2650,'_elementor_template_type','wp-page'),(19630,2650,'_elementor_version','3.16.2'),(19631,2650,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19632,2650,'_elementor_page_assets','a:0:{}'),(19633,2650,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19634,2650,'_elementor_pro_version','3.13.2'),(19635,2650,'_elementor_css','a:6:{s:4:\"time\";i:1694666933;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19636,2651,'_wp_page_template','default'),(19637,2651,'_elementor_edit_mode','builder'),(19638,2651,'_elementor_template_type','wp-page'),(19639,2651,'_elementor_version','3.16.2'),(19640,2651,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19641,2651,'_elementor_page_assets','a:0:{}'),(19642,2651,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19643,2651,'_elementor_pro_version','3.13.2'),(19644,2651,'_elementor_css','a:6:{s:4:\"time\";i:1694666933;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19646,2652,'_wp_page_template','default'),(19647,2652,'_elementor_edit_mode','builder'),(19648,2652,'_elementor_template_type','wp-page'),(19649,2652,'_elementor_version','3.16.2'),(19650,2652,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19651,2652,'_elementor_page_assets','a:0:{}'),(19652,2652,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19653,2652,'_elementor_pro_version','3.13.2'),(19654,2652,'_elementor_css','a:6:{s:4:\"time\";i:1694666934;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19655,2653,'_wp_page_template','default'),(19656,2653,'_elementor_edit_mode','builder'),(19657,2653,'_elementor_template_type','wp-page'),(19658,2653,'_elementor_version','3.16.2'),(19659,2653,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19660,2653,'_elementor_page_assets','a:0:{}'),(19661,2653,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19662,2653,'_elementor_pro_version','3.13.2'),(19663,2653,'_elementor_css','a:6:{s:4:\"time\";i:1694666934;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19664,2654,'_wp_page_template','default'),(19665,2654,'_elementor_edit_mode','builder'),(19666,2654,'_elementor_template_type','wp-page'),(19667,2654,'_elementor_version','3.16.2'),(19668,2654,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19669,2654,'_elementor_page_assets','a:0:{}'),(19670,2654,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19671,2654,'_elementor_pro_version','3.13.2'),(19672,2654,'_elementor_css','a:6:{s:4:\"time\";i:1694666934;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19673,2655,'_wp_page_template','default'),(19674,2655,'_elementor_edit_mode','builder'),(19675,2655,'_elementor_template_type','wp-page'),(19676,2655,'_elementor_version','3.16.2'),(19677,2655,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19678,2655,'_elementor_page_assets','a:0:{}'),(19679,2655,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19680,2655,'_elementor_pro_version','3.13.2'),(19682,2656,'_wp_page_template','default'),(19683,2656,'_elementor_edit_mode','builder'),(19684,2656,'_elementor_template_type','wp-page'),(19685,2656,'_elementor_version','3.16.2'),(19686,2656,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19687,2656,'_elementor_page_assets','a:0:{}'),(19688,2656,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19689,2656,'_elementor_pro_version','3.13.2'),(19690,2656,'_elementor_css','a:6:{s:4:\"time\";i:1694667026;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19691,2657,'_wp_page_template','default'),(19692,2657,'_elementor_edit_mode','builder'),(19693,2657,'_elementor_template_type','wp-page'),(19694,2657,'_elementor_version','3.16.2'),(19695,2657,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19696,2657,'_elementor_page_assets','a:0:{}'),(19697,2657,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19698,2657,'_elementor_pro_version','3.13.2'),(19699,2657,'_elementor_css','a:6:{s:4:\"time\";i:1694667026;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19701,2658,'_wp_page_template','default'),(19702,2658,'_elementor_edit_mode','builder'),(19703,2658,'_elementor_template_type','wp-page'),(19704,2658,'_elementor_version','3.16.2'),(19705,2658,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19706,2658,'_elementor_page_assets','a:0:{}'),(19707,2658,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19708,2658,'_elementor_pro_version','3.13.2'),(19709,2658,'_elementor_css','a:6:{s:4:\"time\";i:1694667030;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19710,2659,'_wp_page_template','default'),(19711,2659,'_elementor_edit_mode','builder'),(19712,2659,'_elementor_template_type','wp-page'),(19713,2659,'_elementor_version','3.16.2'),(19714,2659,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.600000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19715,2659,'_elementor_page_assets','a:0:{}'),(19716,2659,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19717,2659,'_elementor_pro_version','3.13.2'),(19718,2659,'_elementor_css','a:6:{s:4:\"time\";i:1694667030;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19719,2660,'_wp_page_template','default'),(19720,2660,'_elementor_edit_mode','builder'),(19721,2660,'_elementor_template_type','wp-page'),(19722,2660,'_elementor_version','3.16.2'),(19723,2660,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19724,2660,'_elementor_page_assets','a:0:{}'),(19725,2660,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19726,2660,'_elementor_pro_version','3.13.2'),(19727,2660,'_elementor_css','a:6:{s:4:\"time\";i:1694667030;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19729,2661,'_wp_page_template','elementor_theme'),(19730,2661,'_elementor_edit_mode','builder'),(19731,2661,'_elementor_template_type','wp-page'),(19732,2661,'_elementor_version','3.15.3'),(19733,2661,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19734,2661,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19735,2661,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19736,2661,'_elementor_pro_version','3.13.2'),(19737,2661,'_elementor_css','a:6:{s:4:\"time\";i:1694666046;s:5:\"fonts\";a:5:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:6:\"Roboto\";i:3;s:18:\"Trajana Sans-Light\";i:4;s:22:\"Trajana Sans-Demi-Bold\";i:22;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:4;s:9:\"ekiticons\";i:14;s:8:\"fa-solid\";i:16;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19738,2662,'_wp_page_template','elementor_theme'),(19739,2662,'_elementor_edit_mode','builder'),(19740,2662,'_elementor_template_type','wp-page'),(19741,2662,'_elementor_version','3.15.3'),(19742,2662,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_text_transform\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19743,2662,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19744,2662,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19745,2662,'_elementor_pro_version','3.13.2'),(19746,2662,'_elementor_css','a:6:{s:4:\"time\";i:1694666046;s:5:\"fonts\";a:5:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:6:\"Roboto\";i:3;s:18:\"Trajana Sans-Light\";i:4;s:22:\"Trajana Sans-Demi-Bold\";i:22;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:4;s:9:\"ekiticons\";i:14;s:8:\"fa-solid\";i:16;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19747,2663,'_wp_page_template','elementor_theme'),(19748,2663,'_elementor_edit_mode','builder'),(19749,2663,'_elementor_template_type','wp-page'),(19750,2663,'_elementor_version','3.15.3'),(19751,2663,'_elementor_data','[{\"id\":\"960d63d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":620,\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/image29-min-1.png\",\"id\":2410,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":240,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"background_position_mobile\":\"center center\",\"background_size_mobile\":\"cover\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2fc6bdf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-25\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf08ca1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#92288FA1\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"2ff5a88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d6e7da7\",\"elType\":\"widget\",\"settings\":{\"title\":\"ANNOUNCING THE 2023 | 24 CONCERT SEASON!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"198d351\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore The Season\",\"align\":\"right\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"background_color\":\"#FFFFFF\",\"button_text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"align_mobile\":\"right\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/upcoming-events\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1324979\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":44,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46b1df9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"c47b503\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a76ddc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"upcoming concerts &amp; events\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_text_transform\":\"none\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dbc21dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Single concert and full season tickets are on sale online now.\\u00a0Tickets purchased in quantities of 10 or more are discounted 25% (price adjusted at checkout).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_style\":\"italic\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a36d693\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"75fdd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"286a11d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=26318e7\"},\"background_color\":\"#EAE5EB\",\"background_color_b\":\"#EAE5EB\",\"background_hover_background\":\"classic\",\"background_hover_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"df177c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"194a036\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"four great concerts. one great price!\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"f1f6ca3\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEASON TICKETS\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e38278\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"$75 for season tickets. \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ae5be8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ticket pricing is $25 in advance (online) or $30 at the door.\\u200b\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5a69343\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"720d7c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":104.4090000000000060254023992456495761871337890625},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/season-tickets-2023-24-\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a6d7cf3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"79ee51f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"2579346\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NOVEMBER 5, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"044d40c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LEST WE FORGET\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d42df53\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Honoring the Spirit of America\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"1e43f20\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>First Presbyterian Church<\\/b> | 717 Prosperity Farms Rd | North Palm Beach, FL 33408 \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3399ce5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9814915\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/lest-we-forget-nov-23\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"30ab01e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#92288F36\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_hover_background\":\"classic\",\"background_hover_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"764d129\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":68,\"space_between_widgets\":0},\"elements\":[{\"id\":\"40591e0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"DECEMBER 18, 2023 | 4:00 PM\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Trajana Sans-Light\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"text_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7a79169\",\"elType\":\"widget\",\"settings\":{\"title\":\"THE SNOWMAN\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1527935\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Celebrating the Spirit of the Season\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ecda5cf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"<b>JupiterFIRST Church<\\/b> | 1475 Indian Creek Pkwy | Jupiter, FL 33458\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d39946d\"}],\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"faa4a7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":32,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"669873c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Tickets\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"background_color\":\"#92288F\",\"selected_icon\":{\"value\":\"icon icon-arrow-right\",\"library\":\"ekiticons\"},\"icon_align\":\"right\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.ticketspice.com\\/the-snowman\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fd6d1db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eece3d2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":544,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide1.png\"},{\"id\":545,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide4.png\"},{\"id\":546,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/Slide3-1.png\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"1\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"793f5b6\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"d1b9580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"71cfa0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"id\":510,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"60fc015\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b9628c\",\"elType\":\"widget\",\"settings\":{\"title\":\"ENGAGING &amp; INSPIRING FUTURE GENERATIONS\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"40ac63f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> is engaging and inspiring the younger generation by building on their love and appreciation of music. Over 50 schools from all over the area have students who have attended our concerts and musical events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d55d8c6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Our Commitment to Community\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFFFFF\",\"typography_font_weight\":\"400\",\"typography_text_decoration\":\"none\",\"align\":\"left\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_font_family\":\"Roboto\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/education-outreach\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd12bca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"abe80ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2159d0\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5804362\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1828bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2c1a0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23395d5\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4c446b7\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"35d6ebd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"824fbef\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0e50c2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=26318e7\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"w604sw9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"50\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F5F5F5\"},\"elements\":[{\"id\":\"089d853\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"af7f48b\",\"elType\":\"widget\",\"settings\":{\"title\":\"our supporters\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f1b724a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"50\"},\"elements\":[{\"id\":\"05fc16b\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"c2df6a6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1462,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/3.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.jupiterfirst.org\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"428c9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ff313d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1464,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/5.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_size\":\"full\",\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.firstpresnpb.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"559e46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"fb2c798\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1461,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/2.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.salvationarmy.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2c0b4b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c17a53\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1460,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inklingcreative.ink\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7717fe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"3da1440\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1463,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/4.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_color\":\"#F2F2F2\",\"image_size\":\"full\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/pbbandcamp.org\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9da18a4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d3eb664\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bbc0f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d355371\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d5e4f31\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"3923d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"582fdd6\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\",\"eael_gravity_form_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(19752,2663,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19753,2663,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19754,2663,'_elementor_pro_version','3.13.2'),(19755,2663,'_elementor_css','a:6:{s:4:\"time\";i:1694666046;s:5:\"fonts\";a:5:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:6:\"Roboto\";i:3;s:18:\"Trajana Sans-Light\";i:4;s:22:\"Trajana Sans-Demi-Bold\";i:22;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:4;s:9:\"ekiticons\";i:14;s:8:\"fa-solid\";i:16;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19756,623,'_elementor_css','a:6:{s:4:\"time\";i:1694668474;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:5;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19757,992,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19758,1007,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19759,1033,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19760,1053,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19762,50,'_elementor_css','a:6:{s:4:\"time\";i:1694668757;s:5:\"fonts\";a:5:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:6:\"Roboto\";i:3;s:18:\"Trajana Sans-Light\";i:4;s:22:\"Trajana Sans-Demi-Bold\";i:23;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:4;s:9:\"ekiticons\";i:14;s:8:\"fa-solid\";i:16;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19763,2664,'_wp_page_template','default'),(19764,2664,'_elementor_edit_mode','builder'),(19765,2664,'_elementor_template_type','wp-page'),(19766,2664,'_elementor_version','3.15.3'),(19767,2664,'_elementor_pro_version','3.13.2'),(19768,2664,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19769,2664,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Movie Night\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"\'Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A Salute to Veterans\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19770,2664,'_elementor_page_assets','a:0:{}'),(19771,2664,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19772,2665,'_wp_page_template','default'),(19773,2665,'_elementor_edit_mode','builder'),(19774,2665,'_elementor_template_type','wp-page'),(19775,2665,'_elementor_version','3.15.3'),(19776,2665,'_elementor_pro_version','3.13.2'),(19777,2665,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19778,2665,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#171717\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Movie Night\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"\'Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A Salute to Veterans\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19779,2665,'_elementor_page_assets','a:0:{}'),(19780,2665,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19781,2666,'_wp_page_template','default'),(19782,2666,'_elementor_edit_mode','builder'),(19783,2666,'_elementor_template_type','wp-page'),(19784,2666,'_elementor_version','3.15.3'),(19785,2666,'_elementor_pro_version','3.13.2'),(19786,2666,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19787,2666,'_elementor_data','[{\"id\":\"7e65699\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1083,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-042.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"30dd3544\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"23d5b033\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3dfb6890\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"5fce0a69\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61abac54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"4287dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert programs\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e2d11b3\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"437dfdbf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"511b21ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"563cb4de\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"63db8b85\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6bbd1fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"view our concert programs\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=f52bd0a\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"115620f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <strong>Orchid City Brass Band<\\/strong> Concert Season typically runs from Veteran\\u2019s Day to Mother\\u2019s Day - November through May. Each concert season includes four public concerts. Click on a year range below to view that season\'s complete concert program offerings.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6be12aa3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1400,\"sizes\":[]},\"structure\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"741f436d\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"4afb1c61\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"679\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-5.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":28,\"end\":73}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5eb83b2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"6915e1f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"680\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-4.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18e501d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"423d1f0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"681\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-3.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"32948996\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"43085124\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"682\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-2.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3db0646\",\"elType\":\"column\",\"settings\":{\"_column_size\":20,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"2\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"79424238\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"683\",\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/logo-1.png\"},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"css_filters_hover_css_filter\":\"custom\",\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7dd1dd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"211bf2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c410aeb\",\"elType\":\"widget\",\"settings\":{\"title\":\"2023-24 - <span style=\\\"color:#92288f;\\\">Season 11<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9bce97b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3d8fe2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Coming soon!\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7946edd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0255ae6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fca5746\",\"elType\":\"widget\",\"settings\":{\"title\":\"2022-23 - <span style=\\\"color:#92288f;\\\">Season 10<\\/span>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1232437\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e93a8b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e528ab5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f6efa41\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Gaelforce.png\",\"id\":2283,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"GAELFORCE\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-Gaelforce.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"11a75a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"12bccfe\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Movie-Night.png\",\"id\":2281,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"Movie Night\",\"ekit_image_box_description_text\":\"SUN MAR 5, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Program-OCBB-Movie-Night.pdf\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"669a4ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"73a8600\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Tis-the-Season.png\",\"id\":2290,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"\'Tis the Season\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/Concert-Program-OCBB-2022-Christmas.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false},{\"id\":\"6b421ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"fcefb5e\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/22-23-Program-Cover-Salute-to-Veterans.png\",\"id\":2280,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"enable_equal_height\":\"enable\",\"ekit_image_box_enable_link\":\"yes\",\"ekit_image_box_title_text\":\"A Salute to Veterans\",\"ekit_image_box_description_text\":\"SUN APR 30, 2023 | 4 PM\",\"ekit_image_box_btn_text\":\"View Concert Program\",\"ekit_image_box_icons\":{\"value\":\"jki jki-arrow-up-right-line\",\"library\":\"jkiticon\"},\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_border_hover_background_background\":\"classic\",\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_border_group_border\":\"none\",\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_imagebox_container_background_background\":\"classic\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_image_box_heading_color\":\"#92288F\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"true\"},\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_image_box_typography_group_font_weight\":\"600\",\"ekit_image_box_typography_group_text_decoration\":\"none\",\"ekit_image_box_button_text_color\":\"#000000\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"#632E6300\",\"ekit_image_box_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_image_box_website_link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(19788,2666,'_elementor_page_assets','a:0:{}'),(19789,2666,'_elementor_css','a:6:{s:4:\"time\";i:1694668475;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19793,2667,'_wp_page_template','default'),(19794,2667,'_elementor_edit_mode','builder'),(19795,2667,'_elementor_template_type','wp-page'),(19796,2667,'_elementor_version','3.15.3'),(19797,2667,'_elementor_pro_version','3.13.2'),(19798,2667,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19799,2667,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(19800,2667,'_elementor_page_assets','a:0:{}'),(19801,2667,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19802,2668,'_wp_page_template','default'),(19803,2668,'_elementor_edit_mode','builder'),(19804,2668,'_elementor_template_type','wp-page'),(19805,2668,'_elementor_version','3.15.3'),(19806,2668,'_elementor_pro_version','3.13.2'),(19807,2668,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19808,2668,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(19809,2668,'_elementor_page_assets','a:0:{}'),(19810,2668,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19811,2669,'_wp_page_template','default'),(19812,2669,'_elementor_edit_mode','builder'),(19813,2669,'_elementor_template_type','wp-page'),(19814,2669,'_elementor_version','3.15.3'),(19815,2669,'_elementor_pro_version','3.13.2'),(19816,2669,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19817,2669,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a8cb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"987b000\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc72ec\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"318ab99\"}],\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(19818,2669,'_elementor_page_assets','a:0:{}'),(19819,2669,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19820,2670,'_wp_page_template','default'),(19821,2670,'_elementor_edit_mode','builder'),(19822,2670,'_elementor_template_type','wp-page'),(19823,2670,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19824,2670,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (19825,2670,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19826,2670,'_elementor_version','3.15.3'),(19827,2670,'_elementor_pro_version','3.13.2'),(19828,2670,'_elementor_css','a:6:{s:4:\"time\";i:1694670932;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19829,2671,'_wp_page_template','default'),(19830,2671,'_elementor_edit_mode','builder'),(19831,2671,'_elementor_template_type','wp-page'),(19832,2671,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19833,2671,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19834,2671,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19835,2671,'_elementor_version','3.15.3'),(19836,2671,'_elementor_pro_version','3.13.2'),(19837,2671,'_elementor_css','a:6:{s:4:\"time\";i:1694670932;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19838,2672,'_wp_page_template','default'),(19839,2672,'_elementor_edit_mode','builder'),(19840,2672,'_elementor_template_type','wp-page'),(19841,2672,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19842,2672,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19843,2672,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19844,2672,'_elementor_version','3.15.3'),(19845,2672,'_elementor_pro_version','3.13.2'),(19846,2672,'_elementor_css','a:6:{s:4:\"time\";i:1694670932;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19847,2673,'_wp_page_template','default'),(19848,2673,'_elementor_edit_mode','builder'),(19849,2673,'_elementor_template_type','wp-page'),(19850,2673,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19851,2673,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19852,2673,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19853,2673,'_elementor_version','3.16.2'),(19854,2673,'_elementor_pro_version','3.13.2'),(19856,2674,'_wp_page_template','default'),(19857,2674,'_elementor_edit_mode','builder'),(19858,2674,'_elementor_template_type','wp-page'),(19859,2674,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19860,2674,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19861,2674,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19862,2674,'_elementor_version','3.16.2'),(19863,2674,'_elementor_pro_version','3.13.2'),(19864,2674,'_elementor_css','a:6:{s:4:\"time\";i:1694671181;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19865,2675,'_wp_page_template','default'),(19866,2675,'_elementor_edit_mode','builder'),(19867,2675,'_elementor_template_type','wp-page'),(19868,2675,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19869,2675,'_elementor_data','[{\"id\":\"e759c7e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":432,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/ocbb-group2-nlogo-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"46d33246\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7b02c3fd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"c36c699\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e715b15\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e1a614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"1d25f12c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR HISTORY\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ebaa65a\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3728071e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"content_position\":\"middle\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"236c8b11\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"68ff8a93\",\"elType\":\"widget\",\"settings\":{\"title\":\"who is orchid city?\",\"align\":\"left\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6894e7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4491dff8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1217,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-3.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7fdcc0c3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"79d5c19c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22},\"elements\":[{\"id\":\"ba83fa6\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019ve been  \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ca65762\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In the summer of 2012 a group of professional and free lance brass players and percussionists gathered to form a British-style brass band. Taking our name in honor of West Palm Beach, the \\u201cOrchid City,\\u201d the group is now the premier ensemble of its type in the entire region. Orchid City is a diverse, 30-member, all-volunteer ensemble of top-tier musicians seeking to lead a musical renaissance in the performing arts community as the original, traditional British-style brass band in South Florida.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c7e006a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Orchid City represents the finest tradition of brass band playing. We continually strive to offer our members and audiences the best possible musical experience. Despite a proud heritage traceable to the Victorian age, Orchid City keeps an eye toward the future by encouraging new players, new music, and new interpretations of old classics.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"920b776\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1084,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-044.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"850\"},\"align\":\"right\",\"open_lightbox\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"194348e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"670a94fc\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\"},\"elements\":[{\"id\":\"787f7e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6cc7bf3e\",\"elType\":\"widget\",\"settings\":{\"motion_fx_tilt_effect\":\"yes\",\"image\":{\"id\":1068,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-007.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"966775b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We recognize and honor our heritage in the tradition of British brass bands but remain a contemporary musical ensemble committed to delivering an experience that is informative, entertaining, and engaging. An Orchid City concert features everything from transcriptions of orchestral and wind band classics, original works for brass bands, and arrangements of popular songs, movie scores, sacred, folk, jazz, and stage works.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4696f0\",\"elType\":\"widget\",\"settings\":{\"title\":\"where we\\u2019re going \\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"20d17e33\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"340ff4d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":15},\"elements\":[{\"id\":\"2ae34d0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3fa3fc49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>mission<\\/b> is to promote the art of brass band music and its performance at the highest artistic level and foster music teaching and educational programs in the community.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2625446\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Vision\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f96ae82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>vision<\\/b> is to create and preserve camaraderie and a sense of community among a broad and diverse group of members and musicians who contribute to the cultural fabric of the South Florida community by developing an equally broad and diverse audience, educating the public about the intrinsic value of the genre, and encouraging interest and participation in brass band performance.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89e4d74\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Purpose\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25},\"typography_font_weight\":\"600\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"px\",\"size\":32},\"_background_image\":{\"id\":1218,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-4.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24},\"header_size\":\"h3\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":30},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15a6f8d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our <b>purpose<\\/b> is to bring joy, community, and inspiration through the power of music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1b543b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#F1CCF0D6\",\"background_color_stop\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"background_color_b\":\"#D665D39E\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":147,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b08fc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2886cfc\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c19c197\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a5107b7\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":2120,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-103-1-scaled.jpg\"},{\"id\":2121,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-123-1-scaled.jpg\"},{\"id\":2122,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-124-1-scaled.jpg\"},{\"id\":2123,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-125-1-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"thumbnail_custom_dimension\":{\"width\":\"800\",\"height\":\"600\"},\"slides_to_show\":\"1\",\"navigation\":\"none\",\"pause_on_hover\":\"no\",\"effect\":\"fade\",\"speed\":800,\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"caption_align\":\"\",\"_margin\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeIn\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":true},{\"id\":\"09116e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e7c581\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The instrumentation combines cornets, tenor and baritone horns, euphoniums, trombones, tubas, and percussion to produce timbres that are unique to the British Brass Band tradition. Trumpets and French horns, standard in orchestras and concert bands, are not included. Today, British-style brass bands are located on every continent, in almost every country. Composers from around the globe continue to write and arrange music for this exquisite instrumentation and tradition.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb0c0e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band plays a wide variety of musical styles, in the tradition of British bands. Concerts feature everything from transcriptions of the classics, original works for brass bands, and arrangements of popular songs, movie scores, jazz, and stage works.\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21cabdb9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"left\",\"icon\":\"fa fa-long-arrow-right\",\"icon_align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92278F\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#2b2a2b\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"animation_duration\":\"fast\",\"typography_text_transform\":\"uppercase\",\"__fa4_migrated\":{\"selected_icon\":true},\"typography_text_decoration\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19870,2675,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(19871,2675,'_elementor_version','3.16.2'),(19872,2675,'_elementor_pro_version','3.13.2'),(19873,2675,'_elementor_css','a:6:{s:4:\"time\";i:1694671181;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19874,2676,'_wp_page_template','default'),(19875,2676,'_elementor_edit_mode','builder'),(19876,2676,'_elementor_template_type','wp-page'),(19877,2676,'_elementor_version','3.15.3'),(19878,2676,'_elementor_data','[{\"id\":\"d81e580\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1075,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-029.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"fed44c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"06a3763\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f3b1782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb6f781\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"603ab8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5745f59\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR GENRE\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c5d4e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e46962\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7c7772cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f5d7743\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"57662b78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.66599999999999681676854379475116729736328125,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"2c4f671f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1069,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-010.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53d2e37d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":42,\"_inline_size_tablet\":50,\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"11b7492b\",\"elType\":\"widget\",\"settings\":{\"title\":\"what is a brass band?\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#171717\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66cbe72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band History\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420f7bfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The brass band dates back to the early nineteenth century and England\\u2019s Industrial Revolution as an outgrowth of the <a href=\\\"https:\\/\\/simple.wikipedia.org\\/wiki\\/Waits\\\"><b>medieval <em>waits<\\/em><\\/b><\\/a> (public musicians).<\\/p><p><span style=\\\"color: var( --e-global-color-f52bd0a );\\\">With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.<\\/span><\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d61b76\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"bc31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"074fa84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.<\\/p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66457f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Uniqueness of a Brass Band\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c87f08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>What makes the brass band unique?<\\/b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.<\\/p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.<\\/p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.<\\/p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"121d1745\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#F4F4F9\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"top\"},\"elements\":[{\"id\":\"be78656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0683d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band Instrumentation\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aec89bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"edde44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b4d76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f82ef38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":12,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4dd6c839\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Eb Soprano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4989ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c3a2ba2\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cda8db\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>8-10 Bb Cornets<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8137eb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Solo Cornets <\\/b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent.\\u00a0<span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">2-3 Second Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0and<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">\\u00a02-3 Third Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0fill out the Cornet choir.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d2e1d0d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9ae8869\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Repiano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ad561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Repiano Cornet is unique to the Brass Band and serves as the \\u201croving linebacker\\u201d of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3505e01\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b1ef06\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Flugelhorn<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b5053f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a62fd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\",\"id\":1078,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73e2dbf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8da8895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ed2e72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Eb Tenor Horns<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a732e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cd90db\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ba25d0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Euphoniums <\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ad010\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd3cb7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Baritones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fde3dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"94b4e1e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7bcdd32\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2-3 Bb Tenor Trombones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa3714\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"358f64d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2da0c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bass Trombone<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b7d5dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0296747\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c3180b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>4 Basses (Tubas)<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a6f798\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 Eb Tubas and 2 Bb Tubas, \\u200balso known as the \\u201cBasses,\\u201d give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0609171\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8103327\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Percussionists<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27fe718\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Three Percussionists cover the entire spectrum of percussion instruments.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc9d3e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f59010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19879,2676,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(19880,2676,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19881,2676,'_elementor_pro_version','3.13.2'),(19882,2676,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19883,2677,'_wp_page_template','default'),(19884,2677,'_elementor_edit_mode','builder'),(19885,2677,'_elementor_template_type','wp-page'),(19886,2677,'_elementor_version','3.15.3'),(19887,2677,'_elementor_data','[{\"id\":\"d81e580\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1075,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-029.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"fed44c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"06a3763\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f3b1782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb6f781\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"603ab8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5745f59\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR GENRE\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c5d4e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e46962\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7c7772cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f5d7743\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"57662b78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.66599999999999681676854379475116729736328125,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"2c4f671f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1069,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-010.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53d2e37d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":42,\"_inline_size_tablet\":50,\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"11b7492b\",\"elType\":\"widget\",\"settings\":{\"title\":\"what is a brass band?\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#171717\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66cbe72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band History\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420f7bfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The brass band dates back to the early nineteenth century and England\\u2019s Industrial Revolution as an outgrowth of the <a href=\\\"https:\\/\\/simple.wikipedia.org\\/wiki\\/Waits\\\"><b>medieval <em>waits<\\/em><\\/b><\\/a> (public musicians).<\\/p><p><span style=\\\"color: var( --e-global-color-f52bd0a );\\\">With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.<\\/span><\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d61b76\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"bc31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"074fa84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.<\\/p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66457f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Uniqueness of a Brass Band\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c87f08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>What makes the brass band unique?<\\/b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.<\\/p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.<\\/p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.<\\/p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"121d1745\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#F4F4F9\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"top\"},\"elements\":[{\"id\":\"be78656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0683d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band Instrumentation\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aec89bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"edde44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b4d76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f82ef38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":12,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4dd6c839\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Eb Soprano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4989ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c3a2ba2\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cda8db\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>8-10 Bb Cornets<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8137eb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Solo Cornets <\\/b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent.\\u00a0<span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">2-3 Second Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0and<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">\\u00a02-3 Third Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0fill out the Cornet choir.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d2e1d0d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9ae8869\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Repiano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ad561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Repiano Cornet is unique to the Brass Band and serves as the \\u201croving linebacker\\u201d of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3505e01\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b1ef06\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Flugelhorn<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b5053f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a62fd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\",\"id\":1078,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73e2dbf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8da8895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ed2e72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Eb Tenor Horns<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a732e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cd90db\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ba25d0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Euphoniums <\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ad010\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd3cb7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Baritones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fde3dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"94b4e1e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7bcdd32\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2-3 Bb Tenor Trombones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa3714\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"358f64d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2da0c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bass Trombone<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b7d5dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0296747\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c3180b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>4 Basses (Tubas)<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a6f798\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 Eb Tubas and 2 Bb Tubas, \\u200balso known as the \\u201cBasses,\\u201d give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0609171\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8103327\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Percussionists<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27fe718\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Three Percussionists cover the entire spectrum of percussion instruments.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc9d3e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f59010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19888,2677,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(19889,2677,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19890,2677,'_elementor_pro_version','3.13.2'),(19891,2677,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19892,2678,'_wp_page_template','default'),(19893,2678,'_elementor_edit_mode','builder'),(19894,2678,'_elementor_template_type','wp-page'),(19895,2678,'_elementor_version','3.15.3'),(19896,2678,'_elementor_data','[{\"id\":\"d81e580\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1075,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-029.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"fed44c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"06a3763\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"f3b1782\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb6f781\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"603ab8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5745f59\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR GENRE\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46c5d4e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e46962\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"7c7772cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4f5d7743\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"structure\":\"21\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"57662b78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.66599999999999681676854379475116729736328125,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"2c4f671f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":1069,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-010.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53d2e37d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":42,\"_inline_size_tablet\":50,\"content_position\":\"top\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"11b7492b\",\"elType\":\"widget\",\"settings\":{\"title\":\"what is a brass band?\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"title_color\":\"#171717\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66cbe72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band History\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"420f7bfd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The brass band dates back to the early nineteenth century and England\\u2019s Industrial Revolution as an outgrowth of the <a href=\\\"https:\\/\\/simple.wikipedia.org\\/wiki\\/Waits\\\"><b>medieval <em>waits<\\/em><\\/b><\\/a> (public musicians).<\\/p><p><span style=\\\"color: var( --e-global-color-f52bd0a );\\\">With increasing urbanization, employers began to finance work bands to decrease the political activity with which the working classes seemed preoccupied during their leisure time. Thus, the brass band tradition was born.<\\/span><\\/p>\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5d61b76\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bc31052\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":50,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_delay\":200},\"elements\":[{\"id\":\"074fa84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Taking advantage of improved mechanical skills, rapid advances in metallurgy and metal machining and fabrication, as well as the rise of conservatories and music departments at universities, the standards of instrumental technology and performance quickly improved. By 1860 there were over 750 brass bands in England alone. Although these bands were not fully comprised of brass instruments until the second half of the nineteenth century, the tradition developed to the present day current instrumentation of cornets, flugelhorn, tenor horns, baritones, trombones, euphoniums, B flat and E flat basses and percussion.<\\/p><p>Brass bands in Great Britain presently number in the thousands with many of the bands having origins prior to 1900. Originally coal mines and mills, funded the bands and many today retain corporate sponsorship. To this day, brass bands use only non-professional musicians. Many were employed by the sponsoring company in their earlier years.<\\/p>\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66457f53\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Uniqueness of a Brass Band\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_family\":\"Roboto Condensed\",\"typography_font_weight\":\"700\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29c87f08\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>What makes the brass band unique?<\\/b> All brass band music - with the exception of the bass trombone, a later addition to the brass band lineup - is scored in treble clef. Over the years this characteristic has allowed for remarkable freedom among certain bands, making the transition from one instrument to another somewhat easier.<\\/p><p>The number of members and instrumentation is quite rigid, usually limited to between twenty-eight and thirty players. The repertoire, however, is unusually flexible with concert programs consisting of anything from original works, orchestral transcriptions and featured soloists to novelty music, marches, medleys, show tune and hymn tune arrangements.<\\/p><p>The typical brass band sound comes from set types and shapes of the instruments used: the flugelhorn, soprano cornet and baritone horn, for example, help create the bright, melodic sound of a brass band, which is very different to the dark and symphonic sound typical of orchestral brass. With the exception of the trombones, all instruments are conical in design, producing a more mellow, richer sound, yet one that has wide dynamic and coloristic variety.<\\/p><p>Although brass bands were an important part of life in nineteenth-century America, they are often superseded by concert and marching bands. However, many fine brass bands are actively performing today. During the course of this century the Salvation Army was predominantly responsible for maintaining the brass band tradition in America through their music ministry. The last fifteen years has seen a brass band resurgence in North America.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"121d1745\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#F4F4F9\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"transparent\":\"\",\"transparent_on\":[\"desktop\",\"tablet\",\"mobile\"],\"scroll_distance\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"scroll_distance_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"transparent_header_show\":\"\",\"background_show\":\"\",\"background\":\"\",\"bottom_border\":\"\",\"custom_bottom_border_color\":\"\",\"custom_bottom_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_bottom_border_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_bottom_border_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header\":\"\",\"custom_height_header\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shrink_header_logo\":\"\",\"custom_height_header_logo\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"custom_height_header_logo_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"custom_height_header_logo_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"change_logo_color\":\"\",\"logo_color_white_before\":\"\",\"logo_color_black_before\":\"\",\"logo_color_white_after\":\"\",\"logo_color_black_after\":\"\",\"logo_color_full_after\":\"\",\"blur_bg\":\"\",\"hide_header\":\"\",\"scroll_distance_hide_header\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"scroll_distance_hide_header_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"scroll_distance_hide_header_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_position\":\"top\"},\"elements\":[{\"id\":\"be78656\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0683d99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Brass Band Instrumentation\",\"header_size\":\"h5\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1aec89bf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"edde44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The unique sound of the brass band sets it apart form other performing ensembles which use brass instruments. The brass band has a richer and more mellow sound featuring Cornets instead of Trumpets, E-flat Tenor Horns instead of French horns and English bore baritone horns.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"22b4d76\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f82ef38\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":12,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4dd6c839\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Eb Soprano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e4989ed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Soprano Cornet serves as the piccolo voice of the band. It requires a delicate touch and is used frequently as a soloist or to add brightness to the Cornet tutti sound.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c3a2ba2\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cda8db\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>8-10 Bb Cornets<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8137eb5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The <b>Solo Cornets <\\/b>are the lead voices in the ensemble. The use of four Solo Cornets permits players to switch off on parts that are frequently very demanding and continuous throughout the entire piece. Divisi parts are also frequent.\\u00a0<span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">2-3 Second Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0and<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: bolder;\\\">\\u00a02-3 Third Cornets<\\/span><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">\\u00a0fill out the Cornet choir.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d2e1d0d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9ae8869\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Repiano Cornet<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24ad561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Repiano Cornet is unique to the Brass Band and serves as the \\u201croving linebacker\\u201d of the section. Often used as a solo voice or doubling the Soprano Cornet in unison or at the octave, the Repiano is also used to add weight to the other Cornet parts.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3505e01\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4b1ef06\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bb Flugelhorn<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b5053f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Flugelhorn serves as a bridge between the Cornets and the Tenor Horns. Its darker, more mellow sound is frequently featured as a solo voice and is often used as the top voice in the horn family.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2a62fd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\",\"id\":1078,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"e15edf5\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73e2dbf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"8da8895\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ed2e72\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Eb Tenor Horns<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0a732e4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Solo, First and Second Tenor Horns often perform as a choir with Flugelhorn and Baritones with the Solo Horn serving as a frequent solo voice. Although referred to as the Tenor Horn, it is technically the contrapunctal voice pitched higher than the tenor voices provided by the Euphoniums, Baritones, and Trombones, but lower than the soprano voices of the Cornets. The Tenor Horn is an upright, three-valve instrument with a lighter sound than the French Horn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1cd90db\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ba25d0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Euphoniums <\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Euphoniums are the Cello section of the brass band. They are the predominant solo tenor voices and also function as tutti enforcers with the Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ad010\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd3cb7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2 Bb Baritones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fde3dc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Baritones are often doubled with Euphoniums. However, they work best as lower extensions of the Tenor Horn section. As separate voices, their ability to blend and add a middle-low voice without heaviness is a unique feature of the brass band.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"94b4e1e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7bcdd32\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>2-3 Bb Tenor Trombones<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9aa3714\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Tenor Trombones provide punch and drive because of their cylindrical construction. The role of the Trombone section is to balance the brightness of the Cornets with the warmth of the Euphoniums and Basses.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"358f64d\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2da0c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>1 Bass Trombone<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b7d5dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Bass Trombonist gives a low end of support to the Trombone section while also articulating the bass voice of the Tubas.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0296747\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c3180b\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>4 Basses (Tubas)<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a6f798\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>2 Eb Tubas and 2 Bb Tubas, \\u200balso known as the \\u201cBasses,\\u201d give composers an extraordinary flexibility in dictating the sound of the bass part. The lighter quality of the E-flats can have all the lyricism of the Euphoniums while the fatter B-flat sound adds depth and weight. In octaves or fifths, the Bass section gives the brass band an incredible richness of tone unavailable in any other musical ensemble.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0609171\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#D5D5D5\",\"weight\":{\"unit\":\"px\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8103327\",\"elType\":\"widget\",\"settings\":{\"title\":\"<b>3 Percussionists<\\/b>\",\"header_size\":\"p\",\"__globals__\":{\"typography_typography\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-3\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Roboto Condensed\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27fe718\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: var( --e-global-color-f52bd0a ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Three Percussionists cover the entire spectrum of percussion instruments.<\\/span><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fc9d3e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1f59010\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19897,2678,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(19898,2678,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(19899,2678,'_elementor_pro_version','3.13.2'),(19900,2678,'_elementor_css','a:6:{s:4:\"time\";i:1694670933;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19901,2679,'_wp_page_template','default'),(19902,2679,'_elementor_edit_mode','builder'),(19903,2679,'_elementor_template_type','wp-page'),(19904,2679,'_elementor_version','3.16.2'),(19905,2679,'_elementor_pro_version','3.13.2'),(19906,2679,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19907,2679,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a8cb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"987b000\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc72ec\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"318ab99\"}],\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(19908,2679,'_elementor_page_assets','a:0:{}'),(19910,2680,'_wp_page_template','default'),(19911,2680,'_elementor_edit_mode','builder'),(19912,2680,'_elementor_template_type','wp-page'),(19913,2680,'_elementor_version','3.16.2'),(19914,2680,'_elementor_pro_version','3.13.2'),(19915,2680,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19916,2680,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a8cb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"987b000\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc72ec\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"318ab99\"}],\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(19917,2680,'_elementor_page_assets','a:0:{}'),(19918,2680,'_elementor_css','a:6:{s:4:\"time\";i:1694671401;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19919,2681,'_wp_page_template','default'),(19920,2681,'_elementor_edit_mode','builder'),(19921,2681,'_elementor_template_type','wp-page'),(19922,2681,'_elementor_version','3.16.2'),(19923,2681,'_elementor_pro_version','3.13.2'),(19924,2681,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19925,2681,'_elementor_data','[{\"id\":\"a5848cd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2152,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0522-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2def96d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b49a2da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"37b5d5d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c97a9a6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c21a0fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6ccc6f5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR TEAM\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47e1d951\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4a38beac\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5df924e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"space_between_widgets\":10},\"elements\":[{\"id\":\"86a3303\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR BOARD\",\"align\":\"left\",\"title_color\":\"#92288F\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ef71f71\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"28acd37\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bbfaf90\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"d8338fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"436c5d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"OFFICERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f40c03\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"PRESIDENT | James Estes \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"VICE PRESIDENT | Sherwood David Graham\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"SECRETARY & TREASURER | Jennifer Irwin Shaw\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"}],\"space_between\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"view\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"77bcaf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c8f010f\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEMBERS\",\"header_size\":\"h4\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ff049c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Anthony Aversano\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2569940\"},{\"text\":\"Michael O\'Connor\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"aae3bd2\"},{\"text\":\"Nick Patsis\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"32cdef4\"},{\"text\":\"Tom Pearson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1c7d8d5\"},{\"text\":\"Eric Singer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2bd80bb\"},{\"text\":\"Wesley Thompson\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"21e43a2\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"bdc633f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"643356c\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR DIRECTOR\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#92288F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bcf52cf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"10c8289\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"space_between_widgets\":10,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d58c44f\",\"elType\":\"widget\",\"settings\":{\"title\":\"GARY D GREEN\",\"header_size\":\"h4\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df73858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>GARY GREEN<\\/strong>&nbsp;serves as the Musical Director and Conductor of the <strong>Orchid City Brass Band<\\/strong>. Prior to this appointment in 2022, he served 22 years as Emeritus Professor of Music and Director of Bands at the Frost School of Music at the University of Miami in Coral Gables, Florida, from which he retired in 2015. For 18 of those years, he served as Chairman of Instrumental Performance and taught graduate conducting students in wind and percussion.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab960cd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For the prior 10 years, Green held the position of Director of Bands at the University of Connecticut in Storrs, Connecticut. Throughout his tenure at UM and UC, Green led commissioning and recording projects of new pieces for wind ensemble. His contributions to the growth and development of wind band repertoire are tremendous and include large-scale works such as David Maslanka\\u2019s Symphony No. 3 (1991\\/2007) and Michael Colgrass\\u2019 Urban Requiem (1995).\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"bbf8d68\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Green is an enthusiastic champion of contemporary composers and his efforts have significantly enlarged the wind band repertoire. Green has commissioned over 40 works and taken part in over 50 consortium commissions. Commissions and consortia with which Green has been involved include such composers such as Mason Bates, Steven Bryant, Steve Danyew, Michael Daugherty, Paul Dooley, Kenneth Fuchs, David Gillingham, John Harbison, David Maslanka, William Penn, Joel Puckett, Thomas Sleeper, James Stephenson, James Syler, Christopher Theofanidis, Frank Ticheli, and Eric Whitacre.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"587e20d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In 2002, Green was awarded the Phillip Frost Award for Excellence in Teaching and Scholarship, and in 2007 he he joined the ranks of Frederick Fennell, William Revelli, and John Paynter in the Bands of America Hall of Fame.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e69e9b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45},\"elements\":[{\"id\":\"4b1a86f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"093007e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/image-010.jpg\",\"id\":2242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"68675bb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Green was awarded the Distinguished Service to Music Award for his contributions to the field of conducting by Kappa Kappa Psi, National Honorary Band Fraternity. Green is an active member of numerous professional organizations that serve to further the growth of music education, as well as specifically the wind band world. He holds memberships with the American Bandmasters Association, the College Band Director\\u2019s National Association, the National Association for Music Education, the Florida Bandmasters Association, and the Florida Music Educators Association.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ec93a6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"8ea6f8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"our players\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8442271\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[ctshowcase id=\\\"1930\\\" title=\\\"Musical Director & Conductor\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41a8cb1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"987b000\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fdc72ec\",\"elType\":\"widget\",\"settings\":{\"galleries\":[{\"gallery_title\":\"New Gallery\",\"_id\":\"318ab99\"}],\"show_all_galleries_label\":\"All\"},\"elements\":[],\"widgetType\":\"gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(19926,2681,'_elementor_page_assets','a:0:{}'),(19927,2681,'_elementor_css','a:6:{s:4:\"time\";i:1694671401;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19930,1360,'_elementor_css','a:6:{s:4:\"time\";i:1694671412;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19933,2682,'_wp_page_template','default'),(19934,2682,'_elementor_edit_mode','builder'),(19935,2682,'_elementor_template_type','wp-page'),(19936,2682,'_elementor_version','3.15.3'),(19937,2682,'_elementor_pro_version','3.13.2'),(19938,2682,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19939,2682,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7163f2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19940,2682,'_elementor_page_assets','a:0:{}'),(19941,2682,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19942,2683,'_wp_page_template','default'),(19943,2683,'_elementor_edit_mode','builder'),(19944,2683,'_elementor_template_type','wp-page'),(19945,2683,'_elementor_version','3.15.3'),(19946,2683,'_elementor_pro_version','3.13.2'),(19947,2683,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19948,2683,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"7163f2b\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19949,2683,'_elementor_page_assets','a:0:{}'),(19950,2683,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19951,2684,'_wp_page_template','default'),(19952,2684,'_elementor_edit_mode','builder'),(19953,2684,'_elementor_template_type','wp-page'),(19954,2684,'_elementor_version','3.15.3'),(19955,2684,'_elementor_pro_version','3.13.2'),(19956,2684,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19957,2684,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493dbcb\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19958,2684,'_elementor_page_assets','a:0:{}'),(19959,2684,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19960,2685,'_wp_page_template','default'),(19961,2685,'_elementor_edit_mode','builder'),(19962,2685,'_elementor_template_type','wp-page'),(19963,2685,'_elementor_version','3.16.2'),(19964,2685,'_elementor_pro_version','3.13.2'),(19965,2685,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19966,2685,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493dbcb\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19967,2685,'_elementor_page_assets','a:0:{}'),(19969,2686,'_wp_page_template','default'),(19970,2686,'_elementor_edit_mode','builder'),(19971,2686,'_elementor_template_type','wp-page'),(19972,2686,'_elementor_version','3.16.2'),(19973,2686,'_elementor_pro_version','3.13.2'),(19974,2686,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19975,2686,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493dbcb\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19976,2686,'_elementor_page_assets','a:0:{}'),(19977,2686,'_elementor_css','a:6:{s:4:\"time\";i:1694672037;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19978,2687,'_wp_page_template','default'),(19979,2687,'_elementor_edit_mode','builder'),(19980,2687,'_elementor_template_type','wp-page'),(19981,2687,'_elementor_version','3.16.2'),(19982,2687,'_elementor_pro_version','3.13.2'),(19983,2687,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19984,2687,'_elementor_data','[{\"id\":\"720e176\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"860230c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ed2b942\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"792afbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"9f61bc1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0e1b19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"d22aa48\",\"elType\":\"widget\",\"settings\":{\"title\":\"ORCHID CITY NEWS\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"111dbd9\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6fc40938\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\"},\"custom_height\":{\"unit\":\"px\",\"size\":824,\"sizes\":[]}},\"elements\":[{\"id\":\"5748987d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"50bf1d3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8a1a0fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6567b77\",\"elType\":\"widget\",\"settings\":{\"title\":\"Orchid City Brass Band\",\"align\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Light\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"559b3b7\",\"elType\":\"widget\",\"settings\":{\"title\":\"<font color=\\\"#92278f\\\"><span style=\\\"font-size: 36px; letter-spacing: -0.8px;\\\">news and featured events<\\/span><\\/font>\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"globals\\/typography?id=ef71f71\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":2.79999999999999982236431605997495353221893310546875,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d20257c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"493dbcb\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"cards\",\"classic_posts_per_page\":\"3\",\"classic_show_excerpt\":\"\",\"classic_meta_data\":[\"date\"],\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_show_read_more\":\"\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_thumbnail_size_size\":\"full\",\"cards_meta_data\":[],\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"cards_show_avatar\":\"\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"classic_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_title_color\":\"#000000\",\"classic_title_typography_typography\":\"custom\",\"classic_title_typography_font_family\":\"Montserrat\",\"classic_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_title_typography_font_weight\":\"300\",\"classic_title_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"cards_column_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_row_gap\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"cards_card_border_width\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_card_padding\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"cards_box_shadow_box_shadow_type\":\"\",\"cards_meta_border_color\":\"#EAE5EB\",\"cards_image_spacing\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"cards_title_color\":\"#000000\",\"cards_title_spacing\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"cards_meta_color\":\"#FFFFFF\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"posts_include\":[],\"posts_include_term_ids\":[\"8\"],\"cards_open_new_tab\":\"yes\",\"cards_card_bg_color\":\"#866B2100\",\"pagination_type\":\"load_more_on_click\",\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"cards_card_bg_color\":\"\",\"cards_meta_border_color\":\"globals\\/colors?id=26318e7\",\"cards_title_color\":\"\",\"cards_meta_color\":\"\",\"cards_meta_separator_color\":\"\",\"pagination_color\":\"globals\\/colors?id=f52bd0a\",\"pagination_hover_color\":\"globals\\/colors?id=ace1b65\",\"cards_read_more_color\":\"\",\"cards_badge_bg_color\":\"globals\\/colors?id=021f300\",\"cards_badge_color\":\"globals\\/colors?id=0aac0a0\",\"cards_excerpt_color\":\"globals\\/colors?id=224280e\",\"cards_badge_typography_typography\":\"globals\\/typography?id=secondary\",\"cards_title_typography_typography\":\"\",\"cards_meta_typography_typography\":\"\",\"cards_excerpt_typography_typography\":\"globals\\/typography?id=text\",\"cards_read_more_typography_typography\":\"\",\"pagination_typography_typography\":\"globals\\/typography?id=db11e32\"},\"cards_badge_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"cards_badge_typography_font_family\":\"Roboto Condensed\",\"cards_badge_position\":\"left\",\"cards_alignment\":\"left\",\"cards_badge_bg_color\":\"#866B21\",\"cards_badge_color\":\"#F1CCF0\",\"cards_badge_typography_typography\":\"custom\",\"cards_meta_separator_color\":\"#FFFFFF\",\"cards_excerpt_color\":\"#595959\",\"cards_read_more_color\":\"#866B21\",\"pagination_color\":\"#000000\",\"pagination_hover_color\":\"#92288F\",\"cards_title_tag\":\"h4\",\"text\":\"Load More\",\"load_more_no_posts_custom_message\":\"No more posts to show\",\"classic_thumbnail_size_size\":\"full\",\"cards_title_typography_typography\":\"custom\",\"cards_title_typography_font_family\":\"Trajana Sans-Bold\",\"cards_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"cards_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"cards_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"cards_title_typography_font_weight\":\"100\",\"cards_title_typography_text_decoration\":\"none\",\"cards_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cards_title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_meta_typography_typography\":\"custom\",\"cards_meta_typography_font_family\":\"Roboto\",\"cards_meta_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"cards_meta_typography_font_weight\":\"400\",\"cards_meta_typography_text_decoration\":\"none\",\"cards_excerpt_typography_typography\":\"custom\",\"cards_excerpt_typography_font_family\":\"Roboto\",\"cards_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_excerpt_typography_font_weight\":\"400\",\"cards_read_more_typography_typography\":\"custom\",\"cards_read_more_typography_font_family\":\"Roboto Condensed\",\"cards_read_more_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"cards_read_more_typography_text_transform\":\"uppercase\",\"cards_read_more_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_read_more_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_typography\":\"custom\",\"pagination_typography_font_family\":\"Trajana Sans-Bold\",\"pagination_typography_font_size\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"pagination_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"pagination_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pagination_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"cards_badge_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"cards_posts_per_page\":3,\"cards_excerpt_length\":50,\"cards_apply_to_custom_excerpt\":\"\",\"cards_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"cards_show_badge\":\"\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"15\",\"left\":\"40\",\"isLinked\":false},\"cards_item_ratio\":{\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"posts_order\":\"asc\",\"cards_show_read_more\":\"\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19985,2687,'_elementor_page_assets','a:0:{}'),(19986,2687,'_elementor_css','a:6:{s:4:\"time\";i:1694672037;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(19996,2689,'_wp_page_template','default'),(19997,2689,'_elementor_edit_mode','builder'),(19998,2689,'_elementor_template_type','wp-page'),(19999,2689,'_elementor_version','3.15.3'),(20000,2689,'_elementor_pro_version','3.13.2'),(20001,2689,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20002,2689,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20003,2689,'_elementor_page_assets','a:0:{}'),(20005,2690,'_wp_page_template','default'),(20006,2690,'_elementor_edit_mode','builder'),(20007,2690,'_elementor_template_type','wp-page'),(20008,2690,'_elementor_version','3.15.3'),(20009,2690,'_elementor_pro_version','3.13.2'),(20010,2690,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20011,2690,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20012,2690,'_elementor_page_assets','a:0:{}'),(20013,2690,'_elementor_css','a:6:{s:4:\"time\";i:1694672820;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20014,2691,'_wp_page_template','default'),(20015,2691,'_elementor_edit_mode','builder'),(20016,2691,'_elementor_template_type','wp-page'),(20017,2691,'_elementor_version','3.15.3'),(20018,2691,'_elementor_pro_version','3.13.2'),(20019,2691,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20020,2691,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20021,2691,'_elementor_page_assets','a:0:{}'),(20022,2691,'_elementor_css','a:6:{s:4:\"time\";i:1694672820;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20023,2692,'_wp_page_template','default'),(20024,2692,'_elementor_edit_mode','builder'),(20025,2692,'_elementor_template_type','wp-page'),(20026,2692,'_elementor_version','3.16.2'),(20027,2692,'_elementor_pro_version','3.13.2'),(20028,2692,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20029,2692,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20030,2692,'_elementor_page_assets','a:0:{}'),(20032,2693,'_wp_page_template','default'),(20033,2693,'_elementor_edit_mode','builder'),(20034,2693,'_elementor_template_type','wp-page'),(20035,2693,'_elementor_version','3.16.2'),(20036,2693,'_elementor_pro_version','3.13.2'),(20037,2693,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20038,2693,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20039,2693,'_elementor_page_assets','a:0:{}'),(20040,2693,'_elementor_css','a:6:{s:4:\"time\";i:1694672870;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20041,2694,'_wp_page_template','default'),(20042,2694,'_elementor_edit_mode','builder'),(20043,2694,'_elementor_template_type','wp-page'),(20044,2694,'_elementor_version','3.16.2'),(20045,2694,'_elementor_pro_version','3.13.2'),(20046,2694,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20047,2694,'_elementor_data','[{\"id\":\"85e7fc2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2588,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/09\\/DSC_9823.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"6506b63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7da5ca6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"ad462bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f11afb\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"779a1ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"3112f09\",\"elType\":\"widget\",\"settings\":{\"title\":\"Individual Giving\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d2dbc5\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"292401e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e69044e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\"},\"elements\":[{\"id\":\"7f75df9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make a Donation\\n\",\"header_size\":\"div\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"577c322\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Orchid City Brass Band Asks for Your Support\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9841074\",\"elType\":\"widget\",\"settings\":{\"editor\":\"When you make a gift during our performance season, you join a circle of supporters of the Orchid City Brass Band who will enjoy unique connections to the ensemble and their work all throughout this exciting season. Thank you for your support of the Orchid City Brass Band and playing your part to bring world-class brass band music to the Palm Beaches and South Florida community!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":98,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cc3c1f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"11c01c0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"<script src=\\\"https:\\/\\/donorbox.org\\/widget.js\\\" paypalExpress=\\\"true\\\"><\\/script><iframe src=\\\"https:\\/\\/donorbox.org\\/embed\\/support-orchid-city-2\\\" name=\\\"donorbox\\\" allowpaymentrequest=\\\"allowpaymentrequest\\\" seamless=\\\"seamless\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" height=\\\"900px\\\" width=\\\"100%\\\" style=\\\"width: 100%; min-width: 250px; max-height:none!important\\\"><\\/iframe>\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":757,\"sizes\":[]},\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d8226\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"8cf7310\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aef61b6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1E6C7\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"33cc3e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"01a480f\",\"elType\":\"widget\",\"settings\":{\"title\":\"01.\",\"header_size\":\"h1\",\"title_color\":\"#DCC072\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7727b56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Circle of Friends\\n\\n\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0bc4b78\",\"elType\":\"widget\",\"settings\":{\"title\":\"($100-999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2906783\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 100\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 249\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3c3c610\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 240\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17166ca\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"$ 500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8127235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"3e42230\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F1CCF0\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"d5726f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e33f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Musician\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6419f8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"($1,000-9,999)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f1e8b4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Musician Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 1,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 2,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"17c8979\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Principal Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 2,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 4,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"e1686d5\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Section Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 5,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 7,499\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"641d232\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Director Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 7,500\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 9,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"cee2299\",\"elType\":\"widget\",\"settings\":{\"title\":\"02.\",\"header_size\":\"h1\",\"title_color\":\"#D665D4\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8ca04f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7b516ec\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F2F2F4\",\"margin\":{\"unit\":\"px\",\"top\":\"120\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cea8d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"062e902\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder\'s Circle\",\"header_size\":\"h4\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1be948e\",\"elType\":\"widget\",\"settings\":{\"title\":\"($10,000+)\",\"header_size\":\"h6\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4a22aea\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Bronze Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 10,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b609adc\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Silver Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 15,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 19,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7ddc050\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Gold Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 20,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"$ 14,999\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"effe51b\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"af1018c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Platinum Level\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4567d48\"},{\"text\":\"$ 25,000\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"d751250\"},{\"text\":\"\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a29ee28\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align\":\"left\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"93cbee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03.\",\"header_size\":\"h1\",\"title_color\":\"#7F7F7F\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20048,2694,'_elementor_page_assets','a:0:{}'),(20049,2694,'_elementor_css','a:6:{s:4:\"time\";i:1694672870;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20050,2695,'_wp_page_template','default'),(20051,2695,'_elementor_edit_mode','builder'),(20052,2695,'_elementor_template_type','wp-page'),(20053,2695,'_elementor_version','3.15.3'),(20054,2695,'_elementor_pro_version','3.13.2'),(20055,2695,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20056,2695,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20057,2695,'_elementor_page_assets','a:0:{}'),(20058,2695,'_elementor_css','a:6:{s:4:\"time\";i:1694671443;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20059,2696,'_wp_page_template','default'),(20060,2696,'_elementor_edit_mode','builder'),(20061,2696,'_elementor_template_type','wp-page'),(20062,2696,'_elementor_version','3.15.3'),(20063,2696,'_elementor_pro_version','3.13.2'),(20064,2696,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20065,2696,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20066,2696,'_elementor_page_assets','a:0:{}'),(20067,2696,'_elementor_css','a:6:{s:4:\"time\";i:1694671443;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20068,2697,'_wp_page_template','default'),(20069,2697,'_elementor_edit_mode','builder'),(20070,2697,'_elementor_template_type','wp-page'),(20071,2697,'_elementor_version','3.15.3'),(20072,2697,'_elementor_pro_version','3.13.2'),(20073,2697,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20074,2697,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20075,2697,'_elementor_page_assets','a:0:{}'),(20076,2697,'_elementor_css','a:6:{s:4:\"time\";i:1694671443;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20077,2698,'_wp_page_template','default'),(20078,2698,'_elementor_edit_mode','builder'),(20079,2698,'_elementor_template_type','wp-page'),(20080,2698,'_elementor_version','3.16.2'),(20081,2698,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20082,2698,'_elementor_page_assets','a:0:{}'),(20083,2698,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(20084,2698,'_elementor_pro_version','3.13.2'),(20085,2698,'_elementor_css','a:6:{s:4:\"time\";i:1694667087;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20086,2699,'_wp_page_template','default'),(20087,2699,'_elementor_edit_mode','builder'),(20088,2699,'_elementor_template_type','wp-page'),(20089,2699,'_elementor_version','3.16.2'),(20090,2699,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20091,2699,'_elementor_page_assets','a:0:{}'),(20092,2699,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(20093,2699,'_elementor_pro_version','3.13.2'),(20094,2699,'_elementor_css','a:6:{s:4:\"time\";i:1694667087;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20095,2700,'_wp_page_template','default'),(20096,2700,'_elementor_edit_mode','builder'),(20097,2700,'_elementor_template_type','wp-page'),(20098,2700,'_elementor_version','3.16.2'),(20099,2700,'_elementor_data','[{\"id\":\"223fd6b6\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2151,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/DSC_0524-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3f0953d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"3142fb0c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"e356b72\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c42992b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ecfe561\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"6459bbfe\",\"elType\":\"widget\",\"settings\":{\"title\":\"HIRE US\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76401d5e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h4\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"473a33b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=369660e\",\"background_overlay_color\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"background_color\":\"#F9F2EC\",\"gap\":\"wide\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d807027\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8851956\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking requests\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Demi-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"73cf8e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Would you like to have the <b>Orchid City Brass Band<\\/b>&nbsp;perform during your concert season or participate at your upcoming event? We strive to make our interactions pleasant and easy in order to ensure the best possible performance.&nbsp;<\\/p>\\n<p>Your audience can expect a unique and engaging concert experience that features a diverse repertoire, breathtaking artistry, and leaves everyone enriched, inspired, and entertained.<\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4195049\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":780,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bef99f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"border_color\":\"#92288F\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":true},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"15\",\"bottom\":\"35\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"59b1a607\",\"elType\":\"widget\",\"settings\":{\"title\":\"booking request form\",\"header_size\":\"h4\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\",\"typography_typography\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#92288F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ea3030d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please complete this <b>Booking Request Form<\\/b> to tell us about your event and what is needed from us.\\u00a0<span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">A team member will promptly follow up with you once we have received your form. <\\/span><span style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight );\\\">Thank you for your consideration!<\\/span><\\/p>\",\"__globals__\":{\"text_color\":\"\",\"typography_typography\":\"globals\\/typography?id=text\"},\"align_tablet\":\"left\",\"align_mobile\":\"center\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b61aebb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_description\":\"\",\"form_ajax\":\"yes\",\"eael_gravity_form_alignment\":\"\",\"heading_alignment\":\"center\",\"title_text_color\":\"#92288F\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"field_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_color_placeholder\":\"#363636\",\"button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"button_bg_color_normal\":\"#92288F\",\"button_text_color_normal\":\"#FFFFFF\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"14\",\"isLinked\":false},\"eael_gravity_forms_next_button_width\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_gravity_forms_next_button_bg_color_normal\":\"#92288F\",\"eael_gravity_forms_next_button_text_color_normal\":\"#FFFFFF\",\"eael_gravity_forms_next_button_border_normal_border\":\"solid\",\"eael_gravity_forms_next_button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_gravity_forms_next_button_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"eael_gravity_forms_next_button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":true},\"eael_gravity_forms_next_button_typography_typography\":\"custom\",\"eael_gravity_forms_next_button_typography_font_family\":\"Roboto\",\"eael_gravity_forms_next_button_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"form_title\":\"\",\"description_typography_typography\":\"custom\",\"button_border_normal_border\":\"solid\",\"button_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20100,2700,'_elementor_page_assets','a:0:{}'),(20101,2700,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(20102,2700,'_elementor_pro_version','3.13.2'),(20103,2700,'_elementor_css','a:6:{s:4:\"time\";i:1694667087;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20104,256,'_elementor_css','a:6:{s:4:\"time\";i:1694673532;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:22:\"Trajana Sans-Demi-Bold\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20105,2701,'_wp_page_template','default'),(20106,2701,'_elementor_edit_mode','builder'),(20107,2701,'_elementor_template_type','wp-page'),(20108,2701,'_elementor_version','3.16.2'),(20109,2701,'_elementor_pro_version','3.13.2'),(20110,2701,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20111,2701,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20112,2701,'_elementor_page_assets','a:0:{}'),(20113,2701,'_elementor_css','a:6:{s:4:\"time\";i:1694666107;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20114,2702,'_wp_page_template','default'),(20115,2702,'_elementor_edit_mode','builder'),(20116,2702,'_elementor_template_type','wp-page'),(20117,2702,'_elementor_version','3.16.2'),(20118,2702,'_elementor_pro_version','3.13.2'),(20119,2702,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20120,2702,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"http:\\/\\/askproject.net\\/insurve\\/wp-content\\/uploads\\/sites\\/127\\/2023\\/01\\/bg4.png\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20121,2702,'_elementor_page_assets','a:0:{}'),(20122,2702,'_elementor_css','a:6:{s:4:\"time\";i:1694666107;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20123,2703,'_wp_page_template','default'),(20124,2703,'_elementor_edit_mode','builder'),(20125,2703,'_elementor_template_type','wp-page'),(20126,2703,'_elementor_version','3.16.2'),(20127,2703,'_elementor_pro_version','3.13.2'),(20128,2703,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20129,2703,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"500\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20130,2703,'_elementor_page_assets','a:0:{}'),(20131,2703,'_elementor_css','a:6:{s:4:\"time\";i:1694666107;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20132,2704,'_wp_page_template','default'),(20133,2704,'_elementor_edit_mode','builder'),(20134,2704,'_elementor_template_type','wp-page'),(20135,2704,'_elementor_version','3.16.2'),(20136,2704,'_elementor_pro_version','3.13.2'),(20137,2704,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20138,2704,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"500\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20139,2704,'_elementor_page_assets','a:0:{}'),(20141,2705,'_wp_page_template','default'),(20142,2705,'_elementor_edit_mode','builder'),(20143,2705,'_elementor_template_type','wp-page'),(20144,2705,'_elementor_version','3.16.2'),(20145,2705,'_elementor_pro_version','3.13.2'),(20146,2705,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20147,2705,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"500\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20148,2705,'_elementor_page_assets','a:0:{}'),(20149,2705,'_elementor_css','a:6:{s:4:\"time\";i:1694673701;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20150,2706,'_wp_page_template','default'),(20151,2706,'_elementor_edit_mode','builder'),(20152,2706,'_elementor_template_type','wp-page'),(20153,2706,'_elementor_version','3.16.2'),(20154,2706,'_elementor_pro_version','3.13.2'),(20155,2706,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20156,2706,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20157,2706,'_elementor_page_assets','a:0:{}'),(20158,2706,'_elementor_css','a:6:{s:4:\"time\";i:1694673701;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20159,2707,'_wp_page_template','default'),(20160,2707,'_elementor_edit_mode','builder'),(20161,2707,'_elementor_template_type','wp-page'),(20162,2707,'_elementor_version','3.16.2'),(20163,2707,'_elementor_pro_version','3.13.2'),(20164,2707,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20165,2707,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20166,2707,'_elementor_page_assets','a:0:{}'),(20168,2708,'_wp_page_template','default'),(20169,2708,'_elementor_edit_mode','builder'),(20170,2708,'_elementor_template_type','wp-page'),(20171,2708,'_elementor_version','3.16.2'),(20172,2708,'_elementor_pro_version','3.13.2'),(20173,2708,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20174,2708,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20175,2708,'_elementor_page_assets','a:0:{}'),(20176,2708,'_elementor_css','a:6:{s:4:\"time\";i:1694673762;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20177,2709,'_wp_page_template','default'),(20178,2709,'_elementor_edit_mode','builder'),(20179,2709,'_elementor_template_type','wp-page'),(20180,2709,'_elementor_version','3.16.2'),(20181,2709,'_elementor_pro_version','3.13.2'),(20182,2709,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20183,2709,'_elementor_data','[{\"id\":\"d665b8e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":1082,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-041.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"b8ad2ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8d70d81\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"4e6bcbf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"f57c2c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0690697\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"b926449\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d175\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c8e31b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_position_mobile\":\"center center\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"58cd1d71\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f70486d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Since 2012, volunteers have continued to provide invaluable service to the <strong>Orchid City Brass Band<\\/strong>. Orchid City volunteers bring a diverse background and a passion for music which impact a wonderful spirit of self-sacrificing contribution that serves as a model of volunteerism throughout the Palm Beaches.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9884555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through the successful engagement and support of our volunteers, Orchid City can provide the highest level of customer service to our patrons. Orchid City aims to provide fulfilling and enjoyable placement for all its volunteers. With the range of concerts and events we run each year, volunteers can also gain firsthand experience of invaluable customer service and concert production.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b8a872\",\"elType\":\"widget\",\"settings\":{\"editor\":\"In return, we expect a high level of work and commitment from our volunteers so that we can maintain the standard of the customer service we provide our patrons. We hope that your engagement with us can add to your knowledge and interest of Brass Band performance, and provide you with a deeper perspective of the culture, tradition and mission of Orchid City Brass Band.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"23547db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the band\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"51025528\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":45,\"background_background\":\"slideshow\",\"background_image\":{\"id\":1662,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/insurance-agent-filling-data-in-form-HD9BCP8.jpg\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":1081,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\"},{\"id\":1080,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-038.jpg\"},{\"id\":1078,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-034.jpg\"},{\"id\":1079,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-036.jpg\"},{\"id\":1077,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-032.jpg\"},{\"id\":1076,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-031.jpg\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"170\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"36776477\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#00000000\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"758218dd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#EAE5EB\"},\"elements\":[{\"id\":\"49cb8d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e2baff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"volunteer areas\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b2e7704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Volunteers of the <b>Orchid City Brass Band<\\/b> serve in five (5) primary volunteer areas:<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation_delay\":400,\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"},\"align\":\"center\",\"text_columns\":\"1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cd87733\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4786613d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"23aeb315\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-ticket-alt-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"292f1e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"112b3080\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"54ff9188\",\"elType\":\"widget\",\"settings\":{\"title\":\"ticket taker\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21264bc5\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>ticket taker<\\/b> volunteer greets Orchid City patrons and scans their tickets for each performance or event.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"100020c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"37e5829e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"71dd4387\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"793d5c16\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98bcf5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"concert ambassador\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"134f78ce\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>The <b>concert ambassador<\\/b> volunteers provide excellent customer service, assist guests with seat inquiry, and distribute programs while greeting patrons during concerts and events.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5a81a9f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":600,\"space_between_widgets\":10},\"elements\":[{\"id\":\"71455dd6\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-Consultancy\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"73892240\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70175690\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"67530886\",\"elType\":\"widget\",\"settings\":{\"title\":\"marketing support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d78d1ea\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Each Orchid City concert or event requires <b>marketing support<\\/b> volunteers to spread the word, alert the public, and engage in outreach activities.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ea09e00\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"b24c92d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":400,\"space_between_widgets\":10},\"elements\":[{\"id\":\"894245a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-book-open-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"351ace1\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"afecf42\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"a770567\",\"elType\":\"widget\",\"settings\":{\"title\":\"musical librarian assistant\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcfa2a\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s music librarian manages all materials related to the music used by the organization. <b>Librarian assistant<\\/b> volunteers help the librarian organize library resources related to music and related media and ensure that these materials are readily available to the musical director and band members. They also distribute and collect music materials, keep track of musical inventory, and scan and organize sheet music.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c9e67e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation_delay\":500,\"space_between_widgets\":10},\"elements\":[{\"id\":\"e4b190e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"jki jki-photo-video-solid\",\"library\":\"jkiticon\"},\"view\":\"stacked\",\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#92288F\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"secondary_color\":\"\",\"primary_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7f807ea\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"title_color\":\"#92288F\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b8d6dc4\",\"elType\":\"widget\",\"settings\":{\"style\":\"dashed\",\"text\":\"Divider\",\"color\":\"#0000001F\",\"_margin\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ca60fa1\",\"elType\":\"widget\",\"settings\":{\"title\":\"multimedia support\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b533898\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\"},\"editor\":\"<p>Orchid City\\u2019s <b>multimedia support <\\/b>volunteers assist with running welcome and announcement slides on video screens before and after concerts and during intermission. Programs that use multimedia require volunteers who can read music and execute prompts on a call sheet.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"57ed8f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"020\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"animation_delay\":500,\"content_position\":\"center\",\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ace1b65\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"4971577\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT THE BAND\",\"header_size\":\"h3\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=2ac67e0\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b5c639\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=2ac67e0\"},\"editor\":\"<p>Do you love the mission and music of the <strong>Orchid City Brass Band <\\/strong>but are unable to volunteer?\\u00a0Please consider supporting us with a donation of any size today.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f5a1869\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_decoration\":\"none\",\"button_text_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20184,2709,'_elementor_page_assets','a:0:{}'),(20185,2709,'_elementor_css','a:6:{s:4:\"time\";i:1694673762;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"jkiticon\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20186,2710,'_wp_page_template','default'),(20187,2710,'_elementor_edit_mode','builder'),(20188,2710,'_elementor_template_type','wp-page'),(20189,2710,'_elementor_version','3.16.2'),(20190,2710,'_elementor_pro_version','3.13.2'),(20191,2710,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20192,2710,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20193,2710,'_elementor_page_assets','a:0:{}'),(20195,2711,'_wp_page_template','default'),(20196,2711,'_elementor_edit_mode','builder'),(20197,2711,'_elementor_template_type','wp-page'),(20198,2711,'_elementor_version','3.16.2'),(20199,2711,'_elementor_pro_version','3.13.2'),(20200,2711,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20201,2711,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cdb2770\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#0c0c0c\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#333333\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"73116830\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c811703\",\"elType\":\"widget\",\"settings\":{\"title\":\"let\'s talk\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d61a790\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please reach out to us directly to discuss the most meaningful way to benefit our respective organizations.<\\/p>\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac9269e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"development@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"_id\":\"b552128\",\"link\":{\"url\":\"mailto:development@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"052b2d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"41aa66f\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"Get In Touch\"},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (20202,2711,'_elementor_page_assets','a:0:{}'),(20203,2711,'_elementor_css','a:6:{s:4:\"time\";i:1694673848;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20204,2712,'_wp_page_template','default'),(20205,2712,'_elementor_edit_mode','builder'),(20206,2712,'_elementor_template_type','wp-page'),(20207,2712,'_elementor_version','3.16.2'),(20208,2712,'_elementor_pro_version','3.13.2'),(20209,2712,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20210,2712,'_elementor_data','[{\"id\":\"4761b0e\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2051,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-13-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.409999999999999975575093458246556110680103302001953125,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#000000\",\"background_overlay_hover_background\":\"classic\",\"background_overlay_hover_opacity\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"8d1ce6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e6f413\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"78d09ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"18aaa45\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b94af9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"5b86cdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate sponsors\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"88aaa2d\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"ORCHID CITY BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e076f54\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#ffffff\"},\"elements\":[{\"id\":\"2cbbb2e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5c06b433\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"content_width\":{\"unit\":\"px\",\"size\":740}},\"elements\":[{\"id\":\"17d16867\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ed8f45a\",\"elType\":\"widget\",\"settings\":{\"title\":\"a joint mission\",\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"414d98e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Support from our institutional partners\\u2014corporations, foundations, and government funders\\u2014is vital in our mission to serve our community through access to world-class musical experiences.&nbsp;<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"609a774a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"background_image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-039.jpg\",\"id\":1081,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"696de0d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":2107,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/Orchid-City-12-19-21-36-1-scaled.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"_inline_size_tablet\":100,\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#6ec1e4\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35999999999999998667732370449812151491641998291015625},\"css_filters_brightness\":{\"unit\":\"px\",\"size\":81},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":104},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":78},\"overlay_blend_mode\":\"overlay\",\"css_filters_css_filter\":\"custom\"},\"elements\":[{\"id\":\"482390e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":300}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"262cac2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"background_color\":\"#F2F2F4\"},\"elements\":[{\"id\":\"6744561\",\"elType\":\"widget\",\"settings\":{\"editor\":\"By investing in one of the most accomplished performing arts organizations in Southeast Florida, our generous partners are able to maximize the impact of their philanthropy by supporting our artistic initiatives, music education programs, and robust community engagement activities.\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a319c23\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>By supporting the Orchid City Brass Band, your company will also impact thousands of elementary, middle and high school students each year through our involvement in Education and Community Programs.\\u00a0<\\/p><p>Your investment helps us improve the quality of music education in the Greater Palm Beaches, serve neighborhoods and schools that wouldn\\u2019t otherwise have the opportunity to experience the arts, improve the quality of life in our city, and help make the Treasure Coast and Palm Beaches of South Florida a more attractive place to live and work.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c9425f3\",\"elType\":\"section\",\"settings\":{\"html_tag\":\"section\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cdad1de\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4c464c\",\"elType\":\"widget\",\"settings\":{\"title\":\"corporate partnership opportunities include:\\n\",\"header_size\":\"h3\",\"title_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cf90faa\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"32ba1ab\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":34},\"elements\":[{\"id\":\"6825704\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><b>Education &amp; Community Sponsorship (from $1,000)<\\/b> \\u2014 make an impact on the Treasure Coast and Palm Beaches for residents of all ages by underwriting programs for students and families<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"97754e8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Program Sponsorship (from $2,500)<\\/strong> \\u2014 includes tickets and promotional benefits, as well as featured recognition and branding opportunities<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f9c878e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Guest Artist Sponsorship (from $5,000)<\\/strong> \\u2014 events featuring high-profile guests artists that allow you to cultivate high-level prospects and clients and engage personally with world-class artists<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"107ff1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><strong>Project Sponsorship (from $10,000)<\\/strong> \\u2014 these unique, often high-profile initiatives can bring positive attention to your company while having a lasting impact on the OCBB organization and our entire regio<\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9613ec4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_position\":\"top right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.85999999999999998667732370449812151491641998291015625},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"custom_height\":{\"unit\":\"vh\",\"size\":25},\"column_position\":\"stretch\",\"background_color\":\"#000000CC\",\"background_overlay_image\":{\"id\":1066,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-002.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"overlay_blend_mode\":\"multiply\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"080\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b\":\"#92288F\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"7025f80\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"30\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e64379\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6035d7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Feel free to contact us with any questions or sign up for our email list.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a7cc32d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"(561) 247-4872\",\"selected_icon\":{\"value\":\"jki jki-phone1-light\",\"library\":\"jkiticon\"},\"_id\":\"bb65e93\",\"link\":{\"url\":\"tel:5612474872\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@orchidcitybrass.org\",\"selected_icon\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"link\":{\"url\":\"mailto:info@orchidcitybrass.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ec969ef\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_color\":\"#FFFFFF\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"169f50a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"91eb044\",\"elType\":\"widget\",\"settings\":{\"form_ajax\":\"yes\",\"contact_form_list\":\"5\",\"form_description\":\"\",\"labels_switch\":\"\",\"eael_gravity_form_background\":\"#92288F\",\"eael_gravity_form_margin\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"eael_gravity_form_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"heading_alignment\":\"center\",\"title_text_color\":\"#FFFFFF\",\"field_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"textarea_height\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]},\"field_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"button_align\":\"center\",\"button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"button_bg_color_normal\":\"#000000\",\"button_text_color_normal\":\"#FFFFFF\",\"button_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"custom_title_description\":\"yes\",\"form_title_custom\":\"contact information\",\"ty_message_text_color\":\"#FFFFFF\",\"eael_gravity_form_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_gravity_form_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"eael-gravity-form\"}],\"isInner\":false}],\"isInner\":false}]'),(20211,2712,'_elementor_page_assets','a:0:{}'),(20212,2712,'_elementor_css','a:6:{s:4:\"time\";i:1694673848;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20213,2713,'_wp_page_template','default'),(20214,2713,'_elementor_edit_mode','builder'),(20215,2713,'_elementor_template_type','wp-page'),(20216,2713,'_elementor_version','3.15.3'),(20217,2713,'_elementor_pro_version','3.13.2'),(20218,2713,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20219,2713,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2106,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726531057-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20220,2713,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(20221,2713,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";i:5;s:5:\"Karla\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20222,2714,'_wp_page_template','default'),(20223,2714,'_elementor_edit_mode','builder'),(20224,2714,'_elementor_template_type','wp-page'),(20225,2714,'_elementor_version','3.15.3'),(20226,2714,'_elementor_pro_version','3.13.2'),(20227,2714,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20228,2714,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2106,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726531057-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"center\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20229,2714,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(20230,2714,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";i:5;s:5:\"Karla\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20231,2715,'_wp_page_template','default'),(20232,2715,'_elementor_edit_mode','builder'),(20233,2715,'_elementor_template_type','wp-page'),(20234,2715,'_elementor_version','3.15.3'),(20235,2715,'_elementor_pro_version','3.13.2'),(20236,2715,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(20237,2715,'_elementor_data','[{\"id\":\"4d57868f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#171717\",\"background_image\":{\"id\":2106,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726531057-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"top center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66000000000000003108624468950438313186168670654296875,\"sizes\":[]},\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":61,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"1cbd444e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"745d5a35\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"29a59b43\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"2\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"219d47b4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"custom_height_inner\":{\"unit\":\"px\",\"size\":534,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1f403810\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_background\":\"classic\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"50\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"2\",\"bottom\":\"5\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":90,\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#632E63\",\"space_between_widgets\":25},\"elements\":[{\"id\":\"2854ffd4\",\"elType\":\"widget\",\"settings\":{\"title\":\"EDUCATION &amp; OUTREACH\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Trajana Sans-Bold\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d4553b0\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"text\":\"Orchid City BRASS BAND\",\"look\":\"line_text\",\"text_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"text_spacing_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"html_tag\":\"h5\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"motion_fx_translateY_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":22,\"end\":77}},\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"motion_fx_translateX_affectedRange\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":33,\"end\":74}},\"motion_fx_blur_direction\":\"out-in-out\",\"motion_fx_blur_range\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":{\"start\":25,\"end\":75}},\"motion_fx_scale_speed\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"motion_fx_motion_fx_mouse\":\"yes\",\"motion_fx_mouseTrack_speed\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"motion_fx_tilt_speed\":{\"unit\":\"px\",\"size\":7.5,\"sizes\":[]},\"_animation\":\"none\",\"__globals__\":{\"color\":\"\",\"text_color\":\"\",\"typography_typography\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"text_align\":\"left\",\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.3000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"750cfa7\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3caafd2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"87ba169\",\"elType\":\"widget\",\"settings\":{\"title\":\"MUSIC EDUCATION\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3cbf05\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5af9df2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The primary goal of <strong>Orchid City Brass Band\\u2019s<\\/strong> wide array of education programs is to inspire students to begin or continue playing an instrument. We recognize the extensive research that has proven that music education provides academic benefits, increases attendance rates and improves life and thinking skills for all students, regardless of socioeconomic status, preparing them for success in school, work and life.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3de1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In a typical year, members of Orchid City serve thousands of elementary, middle and high school students from over 200 schools in Palm Beach County school districts through a combination of programs, including free student tickets to Orchid City concerts, musician classroom visits, and school or camp residencies.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0910d73\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"7232271\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-045.png\",\"id\":1085,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5129b5\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"wider\",\"structure\":\"20\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"af28e90\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"7a48701\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"4d7297a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"13016570\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":511,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Manny.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7462b67b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":800},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4be12991\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"308e7789\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDENT ACCESS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"header_size\":\"h3\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0090d9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"175f553c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Orchid City Brass Band is committed to providing robust access to students in Palm Beach County and the surrounding area. In addition to our Open Rehearsals and Discovery Concerts, we are pleased to offer the following programs for middle, high school and college students.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a69ca9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For any questions about student access, please email us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"36071a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"background_image\":{\"id\":1310,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-46.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_position\":\"top\"},\"elements\":[{\"id\":\"7735b1b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"DISCOVERY CONCERTS\\n\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"491eee63\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":7},\"align\":\"left\",\"align_mobile\":\"left\",\"text\":\"Divider\",\"gap_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"190d1fea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"As an extension of our Orchid City Education & Outreach program for elementary students, G6-12 Discovery Concerts present Brass band classics and standard repertoire supported by program narration and engaging visual enhancements designed to engage an active audience of students grades 6-12. Reservations are free and open to all public and private school groups!\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"08d2f76\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about G6-12 Discovery Concerts and other education programs, please contact us at education@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"13fb75e6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Hire the band\",\"align\":\"right\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.3000000000000000444089209850062616169452667236328125},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#92288F\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"rgba(169,181,188,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"justify\",\"icon\":\"fa fa-angle-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/hire-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"typography_text_decoration\":\"none\",\"__fa4_migrated\":{\"selected_icon\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52c674c7\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\"},\"elements\":[{\"id\":\"43655841\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":49.68599999999999994315658113919198513031005859375,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":2105,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/08\\/FB_IMG_1690726527491-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_size\":\"cover\"},\"elements\":[{\"id\":\"43c94cb7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":373}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"42243088\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.97999999999999687361196265555918216705322265625,\"background_image\":{\"id\":1314,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-50.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"70d43b33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student RUSH Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6209727\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff0087b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Individual Student RUSH Tickets to any Orchid City Regular Season Concert may be obtained at no charge if secured online. RUSH tickets are available to middle and high school students, and college students with student ID. This is the perfect way for students who are considering playing a brass instrument to hear what the instruments sound like individually and collectively.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a967a47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":14,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"111b7537\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"40dfe792\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f6f6f6\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75},\"content_position\":\"middle\",\"gap\":\"no\",\"structure\":\"30\",\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":50},\"column_position\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"499a330e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12,\"_inline_size_tablet\":15,\"background_background\":\"classic\",\"background_color\":\"#92288F21\"},\"elements\":[{\"id\":\"46ebc01c\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"71245cfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":37.63900000000000289901436190120875835418701171875,\"background_image\":{\"id\":1316,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-52.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"_inline_size_tablet\":60,\"padding\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[{\"id\":\"65e74059\",\"elType\":\"widget\",\"settings\":{\"title\":\"Student Group Tickets\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Condensed\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=ace1b65\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"267adfcc\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(99,115,129,0.34)\",\"width\":{\"unit\":\"px\",\"size\":70},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gap\":{\"unit\":\"px\",\"size\":0},\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5eca7438\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Educators may reserve Student Group Tickets in advance for student groups to attend any of our Regular Season Concerts at no charge. Certain conditions may apply. For more information and to secureyour student group tickets (minimum 10 seats requested), please email us at sales@orchidcitybrass.org.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"662b4d68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.0270000000000010231815394945442676544189453125,\"_inline_size_tablet\":25,\"background_background\":\"classic\",\"background_image\":{\"id\":510,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/OCBB-Quintet-2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"7772f145\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":376}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c3c6dae\",\"elType\":\"section\",\"settings\":{\"background_color\":\"#f9f9f9\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":322,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/image-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#92288F\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.93000000000000004884981308350688777863979339599609375},\"background_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"repeat\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_color_b\":\"#000000\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":150,\"sizes\":[]}},\"elements\":[{\"id\":\"69330658\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":1320,\"url\":\"https:\\/\\/orchidcitybrass.org\\/wp-content\\/uploads\\/2023\\/07\\/placeholder-56.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#222222\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.84999999999999997779553950749686919152736663818359375},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[{\"id\":\"29b1aa9f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":530}},\"elements\":[{\"id\":\"543060c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":22,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"29ccf6ad\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":62,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"4\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_border_color\":\"#c0c9d1\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3a41f9ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"general info & inquiry\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Karla\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1.600000000000000088817841970012523233890533447265625},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"header_size\":\"h5\",\"typography_line_height\":{\"unit\":\"px\",\"size\":26}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5864b475\",\"elType\":\"widget\",\"settings\":{\"title\":\"HAVE A QUESTION?\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"400\",\"align\":\"center\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19b44db3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"For questions about Open Rehearsals, G6-12 Discovery Concerts and other educational programs, please contact us. \",\"text_color\":\"#FFFFFF\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"157fbac2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880}},\"elements\":[{\"id\":\"18117dc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"470fcb81\",\"elType\":\"widget\",\"settings\":{\"text\":\"Support the Band\",\"align\":\"center\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#000000\",\"background_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"rgba(22,32,47,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"46\",\"bottom\":\"18\",\"left\":\"46\",\"isLinked\":false},\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"rgba(37,41,48,0.94)\",\"button_hover_border_color\":\"rgba(22,32,47,0)\",\"hover_animation\":\"float\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":66,\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"typography_text_decoration\":\"none\",\"link\":{\"url\":\"https:\\/\\/orchidcitybrass.org\\/individual-giving\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(20238,2715,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(20239,2715,'_elementor_css','a:6:{s:4:\"time\";i:1694671411;s:5:\"fonts\";a:4:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:6:\"Roboto\";i:5;s:5:\"Karla\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20240,578,'_elementor_css','a:6:{s:4:\"time\";i:1694690480;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:2;s:18:\"Trajana Sans-Light\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20241,574,'_elementor_css','a:6:{s:4:\"time\";i:1694690525;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20242,1483,'_elementor_css','a:6:{s:4:\"time\";i:1694690539;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:2:{i:0;s:8:\"jkiticon\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20243,234,'_elementor_css','a:6:{s:4:\"time\";i:1694695096;s:5:\"fonts\";a:3:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";i:3;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20244,576,'_elementor_css','a:6:{s:4:\"time\";i:1694695304;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20245,1480,'_elementor_css','a:6:{s:4:\"time\";i:1694696194;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(20246,625,'_elementor_css','a:6:{s:4:\"time\";i:1694736603;s:5:\"fonts\";a:2:{i:0;s:17:\"Trajana Sans-Bold\";i:1;s:16:\"Roboto Condensed\";}s:5:\"icons\";a:1:{i:0;s:8:\"jkiticon\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_postmeta` with 4736 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=30 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,'Orchid City Brass','orchid-city-brass',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Main Menu','main-menu',0),(18,'astra','astra',0),(19,'page','page',0),(20,'section','section',0),(21,'header','header',0),(22,'footer','footer',0),(23,'loop-item','loop-item',0),(24,'single-page','single-page',0),(26,'Officers','officers',0),(27,'Members','members',0),(28,'Musical Director &amp; Conductor','musical-director-conductor',0),(29,'Director','director',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_terms` with 27 row(s)
--

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

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

-- Dumped table `wp_yoast_primary_term` with 0 row(s)
--

--
-- Table structure for table `wp_gf_entry_notes`
--

DROP TABLE IF EXISTS `wp_gf_entry_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_entry_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) DEFAULT NULL,
  `user_id` bigint(10) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext DEFAULT NULL,
  `note_type` varchar(50) DEFAULT NULL,
  `sub_type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `entry_id` (`entry_id`),
  KEY `entry_user_key` (`entry_id`,`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_entry_notes`
--

LOCK TABLES `wp_gf_entry_notes` WRITE;
/*!40000 ALTER TABLE `wp_gf_entry_notes` DISABLE KEYS */;
INSERT INTO `wp_gf_entry_notes` VALUES (1,1,'Admin Notification (ID: 64a8059c68bd9)',0,'2023-08-18 03:02:57','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(2,2,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-09 16:27:12','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(3,3,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-09 20:16:10','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(4,4,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-10 00:53:07','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(5,5,'Admin Notification (ID: 64a8059c68bd9)',0,'2023-09-10 01:14:12','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(6,6,'Admin Notification (ID: 64a8059c68bd9)',0,'2023-09-10 01:34:12','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(7,7,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-10 12:33:03','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(8,8,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-10 21:35:28','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(9,9,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-11 02:18:57','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(10,10,'Admin Notification (ID: 64cfc38851747)',0,'2023-09-11 02:41:06','WordPress was unable to send the notification email. Could not instantiate mail function.','notification','error'),(11,11,'Get In Touch - Orchid City Brass (ID: 64cfc38851747)',0,'2023-09-13 22:19:27','WordPress successfully passed the notification email to the sending server.','notification','success'),(12,12,'Get In Touch - Orchid City Brass (ID: 64cfc38851747)',0,'2023-09-14 12:31:43','WordPress successfully passed the notification email to the sending server.','notification','success'),(13,13,'Get In Touch - Orchid City Brass (ID: 64cfc38851747)',0,'2023-09-14 17:58:42','WordPress successfully passed the notification email to the sending server.','notification','success');
/*!40000 ALTER TABLE `wp_gf_entry_notes` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_entry_notes` with 13 row(s)
--

--
-- Table structure for table `wp_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_reserved_stock`
--

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

-- Dumped table `wp_wc_reserved_stock` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

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

-- Dumped table `wp_woocommerce_log` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

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

-- Dumped table `wp_woocommerce_order_items` with 0 row(s)
--

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=217 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (7,'woocommerce_cleanup_draft_orders','failed','2023-07-07 12:55:56','2023-07-07 13:55:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1688734556;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1688734556;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-07-07 12:56:27','2023-07-07 13:56:27',0,NULL),(17,'woocommerce_cleanup_draft_orders','failed','2023-07-08 12:56:27','2023-07-08 13:56:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1688820987;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1688820987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-07-10 09:26:57','2023-07-10 10:26:57',0,NULL),(19,'woocommerce_cleanup_draft_orders','failed','2023-07-11 09:26:57','2023-07-11 10:26:57','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1689067617;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1689067617;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-07-11 20:59:56','2023-07-11 21:59:56',0,NULL),(95,'wpforms_admin_addons_cache_update','complete','2023-08-10 00:59:20','2023-08-10 01:59:20','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691629160;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691629160;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-10 08:45:10','2023-08-10 09:45:10',0,NULL),(96,'wpforms_admin_builder_templates_cache_update','complete','2023-08-10 00:59:20','2023-08-10 01:59:20','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691629160;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691629160;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-10 08:45:10','2023-08-10 09:45:10',0,NULL),(99,'wpforms_email_summaries_fetch_info_blocks','complete','2023-08-11 15:51:46','2023-08-11 16:51:46','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691769106;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691769106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-11 18:28:42','2023-08-11 19:28:42',0,NULL),(108,'woocommerce_cleanup_draft_orders','complete','2023-08-09 13:55:10','2023-08-09 14:55:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691589310;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691589310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-09 13:59:15','2023-08-09 14:59:15',0,NULL),(109,'wpforms_process_forms_locator_scan','complete','2023-08-09 13:55:10','2023-08-09 14:55:10','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691589310;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691589310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-09 13:59:15','2023-08-09 14:59:15',0,NULL),(111,'woocommerce_cleanup_draft_orders','complete','2023-08-10 13:59:15','2023-08-10 14:59:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691675955;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691675955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-10 16:21:05','2023-08-10 17:21:05',0,NULL),(112,'wpforms_process_forms_locator_scan','complete','2023-08-10 13:59:15','2023-08-10 14:59:15','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691675955;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691675955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-10 16:21:05','2023-08-10 17:21:05',0,NULL),(113,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":28}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-10 08:45:10','2023-08-10 09:45:10',0,NULL),(114,'wpforms_admin_addons_cache_update','complete','2023-08-17 08:45:10','2023-08-17 09:45:10','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692261910;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692261910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-17 11:45:16','2023-08-17 12:45:16',0,NULL),(115,'wpforms_admin_builder_templates_cache_update','complete','2023-08-17 08:45:10','2023-08-17 09:45:10','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692261910;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692261910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-17 11:45:16','2023-08-17 12:45:16',0,NULL),(116,'woocommerce_cleanup_draft_orders','complete','2023-08-11 16:21:05','2023-08-11 17:21:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691770865;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691770865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-11 18:28:42','2023-08-11 19:28:42',0,NULL),(117,'wpforms_process_forms_locator_scan','complete','2023-08-11 16:21:05','2023-08-11 17:21:05','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691770865;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691770865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-11 18:28:42','2023-08-11 19:28:42',0,NULL),(118,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":29}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-11 09:29:50','2023-08-11 10:29:50',0,NULL),(119,'wpforms_process_font_awesome_upgrade','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":null}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-11 09:32:00','2023-08-11 10:32:00',0,NULL),(120,'wpforms_email_summaries_fetch_info_blocks','complete','2023-08-18 18:28:42','2023-08-18 19:28:42','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692383322;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692383322;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-18 18:30:37','2023-08-18 19:30:37',0,NULL),(121,'woocommerce_cleanup_draft_orders','complete','2023-08-12 18:28:42','2023-08-12 19:28:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691864922;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691864922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-12 19:12:37','2023-08-12 20:12:37',0,NULL),(122,'wpforms_process_forms_locator_scan','complete','2023-08-12 18:28:42','2023-08-12 19:28:42','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691864922;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691864922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-12 19:12:37','2023-08-12 20:12:37',0,NULL),(123,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":30}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-12 09:55:18','2023-08-12 10:55:18',0,NULL),(124,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":31}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-12 09:55:20','2023-08-12 10:55:20',0,NULL),(125,'woocommerce_cleanup_draft_orders','complete','2023-08-13 19:12:37','2023-08-13 20:12:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691953957;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691953957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-14 00:24:00','2023-08-14 01:24:00',0,NULL),(126,'wpforms_process_forms_locator_scan','complete','2023-08-13 19:12:37','2023-08-13 20:12:37','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1691953957;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1691953957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-14 00:24:00','2023-08-14 01:24:00',0,NULL),(127,'woocommerce_cleanup_draft_orders','complete','2023-08-15 00:24:00','2023-08-15 01:24:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692059040;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692059040;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-15 11:20:16','2023-08-15 12:20:16',0,NULL),(128,'wpforms_process_forms_locator_scan','complete','2023-08-15 00:24:00','2023-08-15 01:24:00','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692059040;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692059040;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-15 11:20:16','2023-08-15 12:20:16',0,NULL),(129,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":32}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-14 10:58:12','2023-08-14 11:58:12',0,NULL),(130,'woocommerce_cleanup_draft_orders','complete','2023-08-16 11:20:16','2023-08-16 12:20:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692184816;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692184816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-16 22:58:02','2023-08-16 23:58:02',0,NULL),(131,'wpforms_process_forms_locator_scan','complete','2023-08-16 11:20:16','2023-08-16 12:20:16','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692184816;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692184816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-16 22:58:02','2023-08-16 23:58:02',0,NULL),(132,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":33}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-15 11:23:51','2023-08-15 12:23:51',0,NULL),(133,'woocommerce_cleanup_draft_orders','complete','2023-08-17 22:58:02','2023-08-17 23:58:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692313082;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692313082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-17 23:10:58','2023-08-18 00:10:58',0,NULL),(134,'wpforms_process_forms_locator_scan','complete','2023-08-17 22:58:02','2023-08-17 23:58:02','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692313082;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692313082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-17 23:10:58','2023-08-18 00:10:58',0,NULL),(135,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":34}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-16 22:59:09','2023-08-16 23:59:09',0,NULL),(136,'wpforms_admin_addons_cache_update','complete','2023-08-24 11:45:16','2023-08-24 12:45:16','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692877516;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692877516;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-24 16:00:18','2023-08-24 17:00:18',0,NULL),(137,'wpforms_admin_builder_templates_cache_update','complete','2023-08-24 11:45:16','2023-08-24 12:45:16','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692877516;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692877516;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-24 16:00:18','2023-08-24 17:00:18',0,NULL),(138,'woocommerce_cleanup_draft_orders','complete','2023-08-18 23:10:58','2023-08-19 00:10:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692400258;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692400258;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-19 03:32:54','2023-08-19 04:32:54',0,NULL),(139,'wpforms_process_forms_locator_scan','complete','2023-08-18 23:10:58','2023-08-19 00:10:58','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692400258;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692400258;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-19 03:32:54','2023-08-19 04:32:54',0,NULL),(140,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":35}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-18 14:48:37','2023-08-18 15:48:37',0,NULL),(141,'wpforms_email_summaries_fetch_info_blocks','complete','2023-08-25 18:30:37','2023-08-25 19:30:37','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692988237;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692988237;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-25 18:31:54','2023-08-25 19:31:54',0,NULL),(142,'woocommerce_cleanup_draft_orders','complete','2023-08-20 03:32:54','2023-08-20 04:32:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692502374;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692502374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-20 03:44:02','2023-08-20 04:44:02',0,NULL),(143,'wpforms_process_forms_locator_scan','complete','2023-08-20 03:32:54','2023-08-20 04:32:54','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692502374;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692502374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-20 03:44:02','2023-08-20 04:44:02',0,NULL),(144,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":36}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-19 14:56:06','2023-08-19 15:56:06',0,NULL),(145,'woocommerce_cleanup_draft_orders','complete','2023-08-21 03:44:02','2023-08-21 04:44:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692589442;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692589442;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-21 04:41:22','2023-08-21 05:41:22',0,NULL),(146,'wpforms_process_forms_locator_scan','complete','2023-08-21 03:44:02','2023-08-21 04:44:02','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692589442;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692589442;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-21 04:41:22','2023-08-21 05:41:22',0,NULL),(147,'woocommerce_cleanup_draft_orders','complete','2023-08-22 04:41:22','2023-08-22 05:41:22','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692679282;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692679282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-22 10:30:27','2023-08-22 11:30:27',0,NULL),(148,'wpforms_process_forms_locator_scan','complete','2023-08-22 04:41:22','2023-08-22 05:41:22','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692679282;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692679282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-22 10:30:27','2023-08-22 11:30:27',0,NULL),(149,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":37}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-21 17:50:43','2023-08-21 18:50:43',0,NULL),(150,'woocommerce_cleanup_draft_orders','complete','2023-08-23 10:30:27','2023-08-23 11:30:27','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692786627;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692786627;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-23 13:28:40','2023-08-23 14:28:40',0,NULL),(151,'wpforms_process_forms_locator_scan','complete','2023-08-23 10:30:27','2023-08-23 11:30:27','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692786627;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692786627;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-23 13:28:40','2023-08-23 14:28:40',0,NULL),(152,'woocommerce_cleanup_draft_orders','complete','2023-08-24 13:28:40','2023-08-24 14:28:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692883720;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692883720;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-24 16:00:18','2023-08-24 17:00:18',0,NULL),(153,'wpforms_process_forms_locator_scan','complete','2023-08-24 13:28:40','2023-08-24 14:28:40','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692883720;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692883720;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-24 16:00:19','2023-08-24 17:00:19',0,NULL),(154,'wpforms_admin_addons_cache_update','complete','2023-08-31 16:00:18','2023-08-31 17:00:18','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693497618;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693497618;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-31 16:02:13','2023-08-31 17:02:13',0,NULL),(155,'wpforms_admin_builder_templates_cache_update','complete','2023-08-31 16:00:18','2023-08-31 17:00:18','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693497618;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693497618;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-08-31 16:02:13','2023-08-31 17:02:13',0,NULL),(156,'woocommerce_cleanup_draft_orders','complete','2023-08-25 16:00:18','2023-08-25 17:00:18','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692979218;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692979218;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-25 16:02:19','2023-08-25 17:02:19',0,NULL),(157,'wpforms_process_forms_locator_scan','complete','2023-08-25 16:00:19','2023-08-25 17:00:19','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1692979219;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1692979219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-25 16:02:19','2023-08-25 17:02:19',0,NULL),(158,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":38}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-24 16:16:34','2023-08-24 17:16:34',0,NULL),(159,'woocommerce_cleanup_draft_orders','complete','2023-08-26 16:02:19','2023-08-26 17:02:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693065739;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693065739;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-26 16:13:52','2023-08-26 17:13:52',0,NULL),(160,'wpforms_process_forms_locator_scan','complete','2023-08-26 16:02:19','2023-08-26 17:02:19','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693065739;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693065739;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-26 16:13:52','2023-08-26 17:13:52',0,NULL),(161,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":39}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-25 16:38:47','2023-08-25 17:38:47',0,NULL),(162,'wpforms_email_summaries_fetch_info_blocks','complete','2023-09-01 18:31:54','2023-09-01 19:31:54','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693593114;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693593114;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-01 18:32:51','2023-09-01 19:32:51',0,NULL),(163,'woocommerce_cleanup_draft_orders','complete','2023-08-27 16:13:52','2023-08-27 17:13:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693152832;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693152832;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-27 16:41:34','2023-08-27 17:41:34',0,NULL),(164,'wpforms_process_forms_locator_scan','complete','2023-08-27 16:13:52','2023-08-27 17:13:52','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693152832;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693152832;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-27 16:41:34','2023-08-27 17:41:34',0,NULL),(165,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":40}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-26 20:44:12','2023-08-26 21:44:12',0,NULL),(166,'action_scheduler/migration_hook','complete','2023-08-27 14:49:25','2023-08-27 15:49:25','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1693147765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1693147765;}',1,1,'2023-08-27 14:49:28','2023-08-27 15:49:28',0,NULL),(167,'woocommerce_cleanup_draft_orders','complete','2023-08-28 16:41:34','2023-08-28 17:41:34','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693240894;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693240894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-29 02:49:03','2023-08-29 03:49:03',0,NULL),(168,'wpforms_process_forms_locator_scan','complete','2023-08-28 16:41:34','2023-08-28 17:41:34','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693240894;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693240894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-29 02:49:03','2023-08-29 03:49:03',0,NULL),(169,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":41}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-28 12:31:06','2023-08-28 13:31:06',0,NULL),(170,'action_scheduler/migration_hook','complete','2023-08-28 12:33:00','2023-08-28 13:33:00','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1693225980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1693225980;}',1,1,'2023-08-28 12:33:54','2023-08-28 13:33:54',0,NULL),(171,'woocommerce_cleanup_draft_orders','complete','2023-08-30 02:49:03','2023-08-30 03:49:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693363743;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693363743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-30 05:17:23','2023-08-30 06:17:23',0,NULL),(172,'wpforms_process_forms_locator_scan','complete','2023-08-30 02:49:03','2023-08-30 03:49:03','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693363743;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693363743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-30 05:17:23','2023-08-30 06:17:23',0,NULL),(173,'woocommerce_cleanup_draft_orders','complete','2023-08-31 05:17:23','2023-08-31 06:17:23','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693459043;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693459043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-08-31 05:18:14','2023-08-31 06:18:14',0,NULL),(174,'wpforms_process_forms_locator_scan','complete','2023-08-31 05:17:23','2023-08-31 06:17:23','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693459043;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693459043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-08-31 05:18:14','2023-08-31 06:18:14',0,NULL),(175,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":42}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-30 11:51:59','2023-08-30 12:51:59',0,NULL),(176,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":43}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-30 11:52:22','2023-08-30 12:52:22',0,NULL),(177,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":44}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-08-30 11:52:22','2023-08-30 12:52:22',0,NULL),(178,'woocommerce_cleanup_draft_orders','complete','2023-09-01 05:18:14','2023-09-01 06:18:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693545494;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693545494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-01 05:18:25','2023-09-01 06:18:25',0,NULL),(179,'wpforms_process_forms_locator_scan','complete','2023-09-01 05:18:14','2023-09-01 06:18:14','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693545494;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693545494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-01 05:18:25','2023-09-01 06:18:25',0,NULL),(180,'wpforms_admin_addons_cache_update','complete','2023-09-07 16:02:13','2023-09-07 17:02:13','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694102533;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694102533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-07 21:06:32','2023-09-07 22:06:32',0,NULL),(181,'wpforms_admin_builder_templates_cache_update','complete','2023-09-07 16:02:13','2023-09-07 17:02:13','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694102533;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694102533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-07 21:06:32','2023-09-07 22:06:32',0,NULL),(182,'woocommerce_cleanup_draft_orders','complete','2023-09-02 05:18:25','2023-09-02 06:18:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693631905;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693631905;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-02 05:20:14','2023-09-02 06:20:14',0,NULL),(183,'wpforms_process_forms_locator_scan','complete','2023-09-02 05:18:25','2023-09-02 06:18:25','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693631905;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693631905;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-02 05:20:14','2023-09-02 06:20:14',0,NULL),(184,'wpforms_email_summaries_fetch_info_blocks','complete','2023-09-08 18:32:51','2023-09-08 19:32:51','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694197971;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694197971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2023-09-08 18:45:29','2023-09-08 19:45:29',0,NULL),(185,'woocommerce_cleanup_draft_orders','complete','2023-09-03 05:20:14','2023-09-03 06:20:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693718414;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693718414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-03 05:20:31','2023-09-03 06:20:31',0,NULL),(186,'wpforms_process_forms_locator_scan','complete','2023-09-03 05:20:14','2023-09-03 06:20:14','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693718414;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693718414;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-03 05:20:31','2023-09-03 06:20:31',0,NULL),(187,'woocommerce_cleanup_draft_orders','complete','2023-09-04 05:20:31','2023-09-04 06:20:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693804831;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693804831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-04 05:58:41','2023-09-04 06:58:41',0,NULL),(188,'wpforms_process_forms_locator_scan','complete','2023-09-04 05:20:31','2023-09-04 06:20:31','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693804831;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693804831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-04 05:58:41','2023-09-04 06:58:41',0,NULL),(189,'woocommerce_cleanup_draft_orders','complete','2023-09-05 05:58:41','2023-09-05 06:58:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693893521;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693893521;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-05 06:47:51','2023-09-05 07:47:51',0,NULL),(190,'wpforms_process_forms_locator_scan','complete','2023-09-05 05:58:41','2023-09-05 06:58:41','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693893521;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693893521;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-05 06:47:51','2023-09-05 07:47:51',0,NULL),(191,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":45}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-09-04 19:09:08','2023-09-04 20:09:08',0,NULL),(192,'woocommerce_cleanup_draft_orders','complete','2023-09-06 06:47:51','2023-09-06 07:47:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693982871;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693982871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-06 11:31:29','2023-09-06 12:31:29',0,NULL),(193,'wpforms_process_forms_locator_scan','complete','2023-09-06 06:47:51','2023-09-06 07:47:51','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693982871;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693982871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-06 11:31:29','2023-09-06 12:31:29',0,NULL),(194,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":46}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-09-05 20:29:36','2023-09-05 21:29:36',0,NULL),(195,'woocommerce_cleanup_draft_orders','complete','2023-09-07 11:31:29','2023-09-07 12:31:29','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694086289;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694086289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-07 21:06:31','2023-09-07 22:06:31',0,NULL),(196,'wpforms_process_forms_locator_scan','complete','2023-09-07 11:31:29','2023-09-07 12:31:29','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694086289;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694086289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-07 21:06:32','2023-09-07 22:06:32',0,NULL),(197,'action_scheduler/migration_hook','complete','2023-09-06 15:33:26','2023-09-06 16:33:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694014406;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694014406;}',1,1,'2023-09-06 15:35:02','2023-09-06 16:35:02',0,NULL),(198,'action_scheduler/migration_hook','complete','2023-09-06 15:36:04','2023-09-06 16:36:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694014564;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694014564;}',1,1,'2023-09-06 15:37:38','2023-09-06 16:37:38',0,NULL),(199,'action_scheduler/migration_hook','complete','2023-09-06 15:36:04','2023-09-06 16:36:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694014564;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694014564;}',1,1,'2023-09-06 15:37:38','2023-09-06 16:37:38',0,NULL),(200,'action_scheduler/migration_hook','complete','2023-09-06 15:39:48','2023-09-06 16:39:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694014788;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694014788;}',1,1,'2023-09-06 15:40:10','2023-09-06 16:40:10',0,NULL),(201,'woocommerce_cleanup_draft_orders','complete','2023-09-08 21:06:31','2023-09-08 22:06:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694207191;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694207191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2023-09-08 21:07:55','2023-09-08 22:07:55',0,NULL),(202,'wpforms_process_forms_locator_scan','complete','2023-09-08 21:06:32','2023-09-08 22:06:32','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694207192;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694207192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2023-09-08 21:07:55','2023-09-08 22:07:55',0,NULL),(203,'wpforms_admin_addons_cache_update','canceled','2023-09-14 21:06:32','2023-09-14 22:06:32','{\"tasks_meta_id\":10}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694725592;s:18:\"\0*\0first_timestamp\";i:1689767069;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694725592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(204,'wpforms_admin_builder_templates_cache_update','canceled','2023-09-14 21:06:32','2023-09-14 22:06:32','{\"tasks_meta_id\":11}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694725592;s:18:\"\0*\0first_timestamp\";i:1689767085;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694725592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(205,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":47}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-09-07 21:16:59','2023-09-07 22:16:59',0,NULL),(206,'wpforms_email_summaries_fetch_info_blocks','canceled','2023-09-15 18:45:29','2023-09-15 19:45:29','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694803529;s:18:\"\0*\0first_timestamp\";i:1689179060;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694803529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(207,'action_scheduler/migration_hook','complete','2023-09-08 20:47:42','2023-09-08 21:47:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694206062;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694206062;}',1,1,'2023-09-08 20:48:10','2023-09-08 21:48:10',0,NULL),(208,'action_scheduler/migration_hook','complete','2023-09-08 20:52:08','2023-09-08 21:52:08','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694206328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694206328;}',1,1,'2023-09-08 20:53:04','2023-09-08 21:53:04',0,NULL),(209,'action_scheduler/migration_hook','complete','2023-09-08 20:54:05','2023-09-08 21:54:05','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694206445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694206445;}',1,1,'2023-09-08 21:05:43','2023-09-08 22:05:43',0,NULL),(210,'woocommerce_cleanup_draft_orders','pending','2023-09-09 21:07:55','2023-09-09 22:07:55','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694293675;s:18:\"\0*\0first_timestamp\";i:1688648155;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694293675;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(211,'wpforms_process_forms_locator_scan','canceled','2023-09-09 21:07:55','2023-09-09 22:07:55','{\"tasks_meta_id\":8}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694293675;s:18:\"\0*\0first_timestamp\";i:1689157321;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694293675;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(212,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\"tasks_meta_id\":48}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2023-09-09 11:24:55','2023-09-09 12:24:55',0,NULL),(213,'action_scheduler/migration_hook','complete','2023-09-09 11:36:28','2023-09-09 12:36:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694259388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694259388;}',1,1,'2023-09-09 11:36:36','2023-09-09 12:36:36',0,NULL),(214,'action_scheduler/migration_hook','pending','2023-09-09 11:37:44','2023-09-09 12:37:44','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1694259464;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1694259464;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(215,'wpforms_process_forms_locator_scan','pending','2023-09-09 11:37:16','2023-09-09 12:37:16','{\"tasks_meta_id\":49}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1694259436;s:18:\"\0*\0first_timestamp\";i:1694259436;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1694259436;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(216,'wpforms_email_summaries_fetch_info_blocks','pending','2023-09-05 05:41:17','2023-09-05 06:41:17','{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1693892477;s:18:\"\0*\0first_timestamp\";i:1693892477;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1693892477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_actionscheduler_actions` with 114 row(s)
--

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

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

-- Dumped table `wp_woocommerce_shipping_zones` with 0 row(s)
--

--
-- Table structure for table `wp_gf_entry`
--

DROP TABLE IF EXISTS `wp_gf_entry`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_entry` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(10) unsigned NOT NULL,
  `post_id` bigint(10) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_starred` tinyint(10) NOT NULL DEFAULT 0,
  `is_read` tinyint(10) NOT NULL DEFAULT 0,
  `ip` varchar(45) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  `currency` varchar(5) DEFAULT NULL,
  `payment_status` varchar(15) DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_fulfilled` tinyint(10) DEFAULT NULL,
  `created_by` bigint(10) unsigned DEFAULT NULL,
  `transaction_type` tinyint(10) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `form_id_status` (`form_id`,`status`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_entry`
--

LOCK TABLES `wp_gf_entry` WRITE;
/*!40000 ALTER TABLE `wp_gf_entry` DISABLE KEYS */;
INSERT INTO `wp_gf_entry` VALUES (1,1,NULL,'2023-08-18 03:02:57','2023-08-18 03:02:57',0,0,'2601:584:301:2790:a820:2a95:5d:e3b','https://orchidcitybrass.org/join-the-band/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(2,5,NULL,'2023-09-09 16:27:11','2023-09-09 16:27:11',0,0,'195.78.54.33','https://orchidcitybrass.org/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(3,5,NULL,'2023-09-09 20:16:09','2023-09-09 20:16:09',0,0,'169.150.208.147','https://orchidcitybrass.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(4,5,NULL,'2023-09-10 00:53:07','2023-09-10 00:53:07',0,0,'73.244.75.135','https://orchidcitybrass.org/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(5,1,NULL,'2023-09-10 01:14:11','2023-09-10 01:14:11',0,0,'73.244.75.135','https://orchidcitybrass.org/join-the-band/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(6,4,NULL,'2023-09-10 01:34:12','2023-09-10 01:34:12',0,0,'73.244.75.135','https://orchidcitybrass.org/hire-us/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(7,5,NULL,'2023-09-10 12:33:03','2023-09-10 12:33:03',0,0,'181.214.218.196','https://orchidcitybrass.org/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(8,5,NULL,'2023-09-10 21:35:27','2023-09-10 21:35:27',0,0,'67.14.247.128','https://orchidcitybrass.org/','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(9,5,NULL,'2023-09-11 02:18:57','2023-09-11 02:18:57',0,0,'37.120.142.169','https://orchidcitybrass.org/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(10,5,NULL,'2023-09-11 02:41:06','2023-09-11 02:41:06',0,0,'172.58.232.199','https://orchidcitybrass.org/','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(11,5,NULL,'2023-09-13 22:19:26','2023-09-13 22:19:26',0,0,'169.150.208.144','https://orchidcitybrass.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(12,5,NULL,'2023-09-14 12:31:43','2023-09-14 12:31:43',0,0,'67.14.247.128','https://orchidcitybrass.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(13,5,NULL,'2023-09-14 17:58:42','2023-09-14 17:58:42',0,0,'45.87.214.198','https://orchidcitybrass.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active');
/*!40000 ALTER TABLE `wp_gf_entry` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_entry` with 13 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=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;

-- Dumped table `wp_links` with 0 row(s)
--

--
-- Table structure for table `wp_gf_entry_meta`
--

DROP TABLE IF EXISTS `wp_gf_entry_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_entry_meta` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(10) unsigned NOT NULL DEFAULT 0,
  `entry_id` bigint(10) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  `item_index` varchar(60) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `entry_id` (`entry_id`),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_entry_meta`
--

LOCK TABLES `wp_gf_entry_meta` WRITE;
/*!40000 ALTER TABLE `wp_gf_entry_meta` DISABLE KEYS */;
INSERT INTO `wp_gf_entry_meta` VALUES (1,1,1,'7.3','Mo',''),(2,1,1,'7.6','Sne',''),(3,1,1,'8','eudjdj@yahoo.com',''),(4,1,1,'9','(888) 373-7883',''),(5,1,1,'12','Kazoo',''),(6,1,1,'21','Yes',''),(7,1,1,'22','Yes',''),(8,1,1,'23','Yes',''),(9,1,1,'26','Wuwuwu',''),(10,1,1,'27','Jwjwuw',''),(11,5,2,'1.3','Margaritapi',''),(12,5,2,'1.6','Margarita',''),(13,5,2,'4','margaritapi@p2ehelpdesk.com',''),(14,5,2,'3','86643111251',''),(15,5,2,'5','Ηі!\r\nI\'vе nоtіced thаt many guуs prеfer rеgular girls.\r\nΙ аpplaudе thе men out thеre who had the balls to enjоy thе lоvе оf mаnу women аnd сhооsе thе оnе thаt hе knew wоuld be hіѕ bеѕt friend during thе bumру and сrazу thіng саllеd lifе.\r\nΙ wаnted to be that friеnd, nоt ϳuѕt а stablе, rеlіаblе аnd borіng houѕеwifе.\r\nΙ аm 28 yearѕ оld, Μаrgаrіta, from the Сzесh Republiс, know Еnglіѕh lаnguagе alsо.\r\nAnywaу, уоu сan fіnd my рrоfіlе here: http://unsinnombcycessearch.cf/idi-89636/',''),(16,5,3,'1.3','Tanja',''),(17,5,3,'1.6','Sternberg',''),(18,5,3,'4','sternberg.tanja@msn.com',''),(19,5,3,'3','482 45 612',''),(20,5,3,'5','Hello\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/',''),(21,5,4,'1.3','Sherwood',''),(22,5,4,'1.6','Graham',''),(23,5,4,'4','sherwood.graham@gmail.com',''),(24,5,4,'3','7722913625',''),(25,5,4,'5','This is a test. Please confirm receipt.',''),(26,1,5,'7.3','Sher',''),(27,1,5,'7.6','Graham',''),(28,1,5,'8','sherwood.graham@gmail.com',''),(29,1,5,'9','(772) 291-3625',''),(30,1,5,'12','Tenor Trombone',''),(31,1,5,'21','Yes',''),(32,1,5,'22','Yes',''),(33,1,5,'23','Yes',''),(34,1,5,'26','Test',''),(35,1,5,'27','Test',''),(36,1,5,'31','N/A',''),(37,1,5,'32','N/A',''),(38,1,5,'38','Test submission. Please confirm receipt.',''),(39,4,6,'7.2','Mr',''),(40,4,6,'7.3','Sherwood',''),(41,4,6,'7.6','Graham',''),(42,4,6,'8','sherwood.graham@gmail.com',''),(43,4,6,'9','(772) 291-3625',''),(44,4,6,'43','SDG Associates, LLC',''),(45,4,6,'44.1','2997 SW Porpoise Cir',''),(46,4,6,'44.3','Stuart',''),(47,4,6,'44.4','Florida',''),(48,4,6,'44.5','34997',''),(49,4,6,'44.6','United States',''),(50,4,6,'46','Back Yard',''),(51,4,6,'45.1','2997 SW Porpoise Cir',''),(52,4,6,'45.3','Stuart',''),(53,4,6,'45.4','FL',''),(54,4,6,'45.5','34997',''),(55,4,6,'45.6','United States',''),(56,4,6,'49.2','Joint Performance (specify other performers below)',''),(57,4,6,'50.2','Brass Ensemble (10 Members)',''),(58,4,6,'51','2024-06-27',''),(59,4,6,'52','2024-09-24',''),(60,4,6,'53','No',''),(61,4,6,'55','12:00 am',''),(62,4,6,'56','03:00 pm',''),(63,4,6,'58','No',''),(64,4,6,'60.2','Private Event',''),(65,4,6,'62.2','No',''),(66,4,6,'65','Play happy birthday over and over for 3 hours',''),(67,4,6,'66','12',''),(68,4,6,'67','Under <$100,000',''),(69,4,6,'68.2','Outdoor',''),(70,4,6,'68.3','Chairs Provided',''),(71,4,6,'69.6','Other (Please specify below)',''),(72,4,6,'72','The birthday song',''),(73,5,7,'1.3','Margaritapi',''),(74,5,7,'1.6','Margarita',''),(75,5,7,'4','margaritapi@q0006.com',''),(76,5,7,'3','88236568398',''),(77,5,7,'5','Hiǃ\r\nI\'ve notіced that many guуѕ prеfеr regulаr gіrls.\r\nI аpplаude the mеn оut therе who had the balls tо enϳоy thе love оf mаny womеn and сhоoѕе the оnе thаt he knеw wоuld be hіs bеst friend during the bumpy аnd crаzy thіng callеd life.\r\nI wanted tо be that friеnd, not juѕt a stablе, rеlіаblе аnd bоring hоuѕewіfe.\r\nI am 27 уears оld, Μargаrita, from the Czесh Rеpublіс, know Еnglish languagе аlѕо.\r\nΑnуwау, уоu cаn fіnd my profilе hеre: http://soubebygpie.gq/idi-11829/',''),(78,5,8,'1.3','James',''),(79,5,8,'1.6','Estes',''),(80,5,8,'4','estesjw@gmail.com',''),(81,5,8,'3','9542705061',''),(82,5,8,'5','Test',''),(83,5,9,'1.3','Alenapi',''),(84,5,9,'1.6','Alena',''),(85,5,9,'4','alenapi@mcrgpr.com',''),(86,5,9,'3','87754365493',''),(87,5,9,'5','Нiǃ\r\nI\'ve notісеd thаt mаnу guуs рrеfer rеgular girlѕ.\r\nΙ applаude thе men оut thеrе who had thе balls tо enjoу the lоve of manу womеn аnd сhoose the оne thаt he knew wоuld be hіs beѕt frіend during the bumpу and crazу thing cаlled lіfе.\r\nΙ wanted to bе thаt friеnd, not just а ѕtаblе, rеliаble and boring housеwifе.\r\nI аm 27 уeаrs оld, Аlenа, frоm thе Czеch Republiс, know Еnglish lаnguagе alѕо.\r\nAnуwау, уоu cаn fіnd my рrоfilе herе: http://terssoftgawless.ml/idi-42336/',''),(88,5,10,'1.3','Susan',''),(89,5,10,'1.6','Winthrop',''),(90,5,10,'4','winthroproductions@gmail.com',''),(91,5,10,'3','6469431800',''),(92,5,10,'5','Hello !!  I’m an old friend, band mate of Trudy Cavallo’s from NY - I’m coming down that way this month and wanted to connect w her … can you please give her my info to contact me … thank you !!\r\n\r\nSGW',''),(93,5,11,'1.3','Iona',''),(94,5,11,'1.6','Matthies',''),(95,5,11,'4','iona.matthies@gmail.com',''),(96,5,11,'3','(03) 5389 0593',''),(97,5,11,'5','Hi there\r\n\r\nIf you ever need Negative SEO or a de-rank strategy, you can hire us here\r\n\r\nhttps://www.speed-seo.net/product/negative-seo-service/',''),(98,5,12,'1.3','James',''),(99,5,12,'1.6','Estes',''),(100,5,12,'4','estesjw@gmail.com',''),(101,5,12,'3','9542705061',''),(102,5,12,'5','This is a test',''),(103,5,13,'1.3','Tami',''),(104,5,13,'1.6','Tami',''),(105,5,13,'4','tami@orchidcitybrass.org',''),(106,5,13,'3','04.25.05.99.00',''),(107,5,13,'5','Hi there \r\n\r\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \r\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\r\n\r\nWe\'ve had a lot of success with it so far and I think your dog would love it. \r\n\r\nGet yours today with 50% OFF: https://caredogbest.com\r\n\r\nFREE Shipping - TODAY ONLY! \r\n\r\nMany Thanks, \r\n\r\nTami','');
/*!40000 ALTER TABLE `wp_gf_entry_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_entry_meta` with 107 row(s)
--

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

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

-- Dumped table `wp_wc_order_tax_lookup` with 0 row(s)
--

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=620 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (7,7,'action created','2023-07-06 12:55:56','2023-07-06 13:55:56'),(25,7,'action started via WP Cron','2023-07-07 12:56:27','2023-07-07 13:56:27'),(26,7,'action failed via WP Cron: Scheduled action for woocommerce_cleanup_draft_orders will not be executed as no callbacks are registered.','2023-07-07 12:56:27','2023-07-07 13:56:27'),(27,17,'action created','2023-07-07 12:56:27','2023-07-07 13:56:27'),(31,17,'action started via WP Cron','2023-07-10 09:26:57','2023-07-10 10:26:57'),(32,17,'action failed via WP Cron: Scheduled action for woocommerce_cleanup_draft_orders will not be executed as no callbacks are registered.','2023-07-10 09:26:57','2023-07-10 10:26:57'),(33,19,'action created','2023-07-10 09:26:57','2023-07-10 10:26:57'),(40,19,'action started via WP Cron','2023-07-11 20:59:56','2023-07-11 21:59:56'),(41,19,'action failed via WP Cron: Scheduled action for woocommerce_cleanup_draft_orders will not be executed as no callbacks are registered.','2023-07-11 20:59:56','2023-07-11 21:59:56'),(258,95,'action created','2023-08-03 00:59:20','2023-08-03 01:59:20'),(261,96,'action created','2023-08-03 00:59:20','2023-08-03 01:59:20'),(270,99,'action created','2023-08-04 15:51:46','2023-08-04 16:51:46'),(297,108,'action created','2023-08-08 13:55:10','2023-08-08 14:55:10'),(300,109,'action created','2023-08-08 13:55:10','2023-08-08 14:55:10'),(304,108,'action started via WP Cron','2023-08-09 13:59:15','2023-08-09 14:59:15'),(305,108,'action complete via WP Cron','2023-08-09 13:59:15','2023-08-09 14:59:15'),(306,111,'action created','2023-08-09 13:59:15','2023-08-09 14:59:15'),(307,109,'action started via WP Cron','2023-08-09 13:59:15','2023-08-09 14:59:15'),(308,109,'action complete via WP Cron','2023-08-09 13:59:15','2023-08-09 14:59:15'),(309,112,'action created','2023-08-09 13:59:15','2023-08-09 14:59:15'),(310,113,'action created','2023-08-10 08:45:08','2023-08-10 09:45:08'),(311,113,'action started via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(312,113,'action complete via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(313,95,'action started via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(314,95,'action complete via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(315,114,'action created','2023-08-10 08:45:10','2023-08-10 09:45:10'),(316,96,'action started via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(317,96,'action complete via Async Request','2023-08-10 08:45:10','2023-08-10 09:45:10'),(318,115,'action created','2023-08-10 08:45:10','2023-08-10 09:45:10'),(319,111,'action started via WP Cron','2023-08-10 16:21:05','2023-08-10 17:21:05'),(320,111,'action complete via WP Cron','2023-08-10 16:21:05','2023-08-10 17:21:05'),(321,116,'action created','2023-08-10 16:21:05','2023-08-10 17:21:05'),(322,112,'action started via WP Cron','2023-08-10 16:21:05','2023-08-10 17:21:05'),(323,112,'action complete via WP Cron','2023-08-10 16:21:05','2023-08-10 17:21:05'),(324,117,'action created','2023-08-10 16:21:05','2023-08-10 17:21:05'),(325,118,'action created','2023-08-11 09:29:49','2023-08-11 10:29:49'),(326,118,'action started via Async Request','2023-08-11 09:29:50','2023-08-11 10:29:50'),(327,118,'action complete via Async Request','2023-08-11 09:29:50','2023-08-11 10:29:50'),(328,119,'action created','2023-08-11 09:31:58','2023-08-11 10:31:58'),(329,119,'action started via WP Cron','2023-08-11 09:32:00','2023-08-11 10:32:00'),(330,119,'action complete via WP Cron','2023-08-11 09:32:00','2023-08-11 10:32:00'),(331,99,'action started via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(332,99,'action complete via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(333,120,'action created','2023-08-11 18:28:42','2023-08-11 19:28:42'),(334,116,'action started via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(335,116,'action complete via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(336,121,'action created','2023-08-11 18:28:42','2023-08-11 19:28:42'),(337,117,'action started via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(338,117,'action complete via WP Cron','2023-08-11 18:28:42','2023-08-11 19:28:42'),(339,122,'action created','2023-08-11 18:28:42','2023-08-11 19:28:42'),(340,123,'action created','2023-08-12 09:55:18','2023-08-12 10:55:18'),(341,123,'action started via WP Cron','2023-08-12 09:55:18','2023-08-12 10:55:18'),(342,123,'action complete via WP Cron','2023-08-12 09:55:18','2023-08-12 10:55:18'),(343,124,'action created','2023-08-12 09:55:19','2023-08-12 10:55:19'),(344,124,'action started via WP Cron','2023-08-12 09:55:20','2023-08-12 10:55:20'),(345,124,'action complete via WP Cron','2023-08-12 09:55:20','2023-08-12 10:55:20'),(346,121,'action started via WP Cron','2023-08-12 19:12:37','2023-08-12 20:12:37'),(347,121,'action complete via WP Cron','2023-08-12 19:12:37','2023-08-12 20:12:37'),(348,125,'action created','2023-08-12 19:12:37','2023-08-12 20:12:37'),(349,122,'action started via WP Cron','2023-08-12 19:12:37','2023-08-12 20:12:37'),(350,122,'action complete via WP Cron','2023-08-12 19:12:37','2023-08-12 20:12:37'),(351,126,'action created','2023-08-12 19:12:37','2023-08-12 20:12:37'),(352,125,'action started via WP Cron','2023-08-14 00:24:00','2023-08-14 01:24:00'),(353,125,'action complete via WP Cron','2023-08-14 00:24:00','2023-08-14 01:24:00'),(354,127,'action created','2023-08-14 00:24:00','2023-08-14 01:24:00'),(355,126,'action started via WP Cron','2023-08-14 00:24:00','2023-08-14 01:24:00'),(356,126,'action complete via WP Cron','2023-08-14 00:24:00','2023-08-14 01:24:00'),(357,128,'action created','2023-08-14 00:24:00','2023-08-14 01:24:00'),(358,129,'action created','2023-08-14 10:58:07','2023-08-14 11:58:07'),(359,129,'action started via Async Request','2023-08-14 10:58:12','2023-08-14 11:58:12'),(360,129,'action complete via Async Request','2023-08-14 10:58:12','2023-08-14 11:58:12'),(361,127,'action started via WP Cron','2023-08-15 11:20:16','2023-08-15 12:20:16'),(362,127,'action complete via WP Cron','2023-08-15 11:20:16','2023-08-15 12:20:16'),(363,130,'action created','2023-08-15 11:20:16','2023-08-15 12:20:16'),(364,128,'action started via WP Cron','2023-08-15 11:20:16','2023-08-15 12:20:16'),(365,128,'action complete via WP Cron','2023-08-15 11:20:16','2023-08-15 12:20:16'),(366,131,'action created','2023-08-15 11:20:16','2023-08-15 12:20:16'),(367,132,'action created','2023-08-15 11:20:17','2023-08-15 12:20:17'),(368,132,'action started via WP Cron','2023-08-15 11:23:51','2023-08-15 12:23:51'),(369,132,'action complete via WP Cron','2023-08-15 11:23:51','2023-08-15 12:23:51'),(370,130,'action started via WP Cron','2023-08-16 22:58:02','2023-08-16 23:58:02'),(371,130,'action complete via WP Cron','2023-08-16 22:58:02','2023-08-16 23:58:02'),(372,133,'action created','2023-08-16 22:58:02','2023-08-16 23:58:02'),(373,131,'action started via WP Cron','2023-08-16 22:58:02','2023-08-16 23:58:02'),(374,131,'action complete via WP Cron','2023-08-16 22:58:02','2023-08-16 23:58:02'),(375,134,'action created','2023-08-16 22:58:02','2023-08-16 23:58:02'),(376,135,'action created','2023-08-16 22:59:08','2023-08-16 23:59:08'),(377,135,'action started via Async Request','2023-08-16 22:59:09','2023-08-16 23:59:09'),(378,135,'action complete via Async Request','2023-08-16 22:59:09','2023-08-16 23:59:09'),(379,114,'action started via WP Cron','2023-08-17 11:45:16','2023-08-17 12:45:16'),(380,114,'action complete via WP Cron','2023-08-17 11:45:16','2023-08-17 12:45:16'),(381,136,'action created','2023-08-17 11:45:16','2023-08-17 12:45:16'),(382,115,'action started via WP Cron','2023-08-17 11:45:16','2023-08-17 12:45:16'),(383,115,'action complete via WP Cron','2023-08-17 11:45:16','2023-08-17 12:45:16'),(384,137,'action created','2023-08-17 11:45:16','2023-08-17 12:45:16'),(385,133,'action started via WP Cron','2023-08-17 23:10:58','2023-08-18 00:10:58'),(386,133,'action complete via WP Cron','2023-08-17 23:10:58','2023-08-18 00:10:58'),(387,138,'action created','2023-08-17 23:10:58','2023-08-18 00:10:58'),(388,134,'action started via WP Cron','2023-08-17 23:10:58','2023-08-18 00:10:58'),(389,134,'action complete via WP Cron','2023-08-17 23:10:58','2023-08-18 00:10:58'),(390,139,'action created','2023-08-17 23:10:58','2023-08-18 00:10:58'),(391,140,'action created','2023-08-18 14:48:36','2023-08-18 15:48:36'),(392,140,'action started via Async Request','2023-08-18 14:48:37','2023-08-18 15:48:37'),(393,140,'action complete via Async Request','2023-08-18 14:48:37','2023-08-18 15:48:37'),(394,120,'action started via WP Cron','2023-08-18 18:30:37','2023-08-18 19:30:37'),(395,120,'action complete via WP Cron','2023-08-18 18:30:37','2023-08-18 19:30:37'),(396,141,'action created','2023-08-18 18:30:37','2023-08-18 19:30:37'),(397,138,'action started via WP Cron','2023-08-19 03:32:54','2023-08-19 04:32:54'),(398,138,'action complete via WP Cron','2023-08-19 03:32:54','2023-08-19 04:32:54'),(399,142,'action created','2023-08-19 03:32:54','2023-08-19 04:32:54'),(400,139,'action started via WP Cron','2023-08-19 03:32:54','2023-08-19 04:32:54'),(401,139,'action complete via WP Cron','2023-08-19 03:32:54','2023-08-19 04:32:54'),(402,143,'action created','2023-08-19 03:32:54','2023-08-19 04:32:54'),(403,144,'action created','2023-08-19 14:55:52','2023-08-19 15:55:52'),(404,144,'action started via Async Request','2023-08-19 14:56:06','2023-08-19 15:56:06'),(405,144,'action complete via Async Request','2023-08-19 14:56:06','2023-08-19 15:56:06'),(406,142,'action started via WP Cron','2023-08-20 03:44:02','2023-08-20 04:44:02'),(407,142,'action complete via WP Cron','2023-08-20 03:44:02','2023-08-20 04:44:02'),(408,145,'action created','2023-08-20 03:44:02','2023-08-20 04:44:02'),(409,143,'action started via WP Cron','2023-08-20 03:44:02','2023-08-20 04:44:02'),(410,143,'action complete via WP Cron','2023-08-20 03:44:02','2023-08-20 04:44:02'),(411,146,'action created','2023-08-20 03:44:02','2023-08-20 04:44:02'),(412,145,'action started via WP Cron','2023-08-21 04:41:22','2023-08-21 05:41:22'),(413,145,'action complete via WP Cron','2023-08-21 04:41:22','2023-08-21 05:41:22'),(414,147,'action created','2023-08-21 04:41:22','2023-08-21 05:41:22'),(415,146,'action started via WP Cron','2023-08-21 04:41:22','2023-08-21 05:41:22'),(416,146,'action complete via WP Cron','2023-08-21 04:41:22','2023-08-21 05:41:22'),(417,148,'action created','2023-08-21 04:41:22','2023-08-21 05:41:22'),(418,149,'action created','2023-08-21 14:24:05','2023-08-21 15:24:05'),(419,149,'action started via WP Cron','2023-08-21 17:50:43','2023-08-21 18:50:43'),(420,149,'action complete via WP Cron','2023-08-21 17:50:43','2023-08-21 18:50:43'),(421,147,'action started via WP Cron','2023-08-22 10:30:27','2023-08-22 11:30:27'),(422,147,'action complete via WP Cron','2023-08-22 10:30:27','2023-08-22 11:30:27'),(423,150,'action created','2023-08-22 10:30:27','2023-08-22 11:30:27'),(424,148,'action started via WP Cron','2023-08-22 10:30:27','2023-08-22 11:30:27'),(425,148,'action complete via WP Cron','2023-08-22 10:30:27','2023-08-22 11:30:27'),(426,151,'action created','2023-08-22 10:30:27','2023-08-22 11:30:27'),(427,150,'action started via WP Cron','2023-08-23 13:28:40','2023-08-23 14:28:40'),(428,150,'action complete via WP Cron','2023-08-23 13:28:40','2023-08-23 14:28:40'),(429,152,'action created','2023-08-23 13:28:40','2023-08-23 14:28:40'),(430,151,'action started via WP Cron','2023-08-23 13:28:40','2023-08-23 14:28:40'),(431,151,'action complete via WP Cron','2023-08-23 13:28:40','2023-08-23 14:28:40'),(432,153,'action created','2023-08-23 13:28:40','2023-08-23 14:28:40'),(433,136,'action started via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(434,136,'action complete via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(435,154,'action created','2023-08-24 16:00:18','2023-08-24 17:00:18'),(436,137,'action started via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(437,137,'action complete via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(438,155,'action created','2023-08-24 16:00:18','2023-08-24 17:00:18'),(439,152,'action started via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(440,152,'action complete via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(441,156,'action created','2023-08-24 16:00:18','2023-08-24 17:00:18'),(442,153,'action started via WP Cron','2023-08-24 16:00:18','2023-08-24 17:00:18'),(443,153,'action complete via WP Cron','2023-08-24 16:00:19','2023-08-24 17:00:19'),(444,157,'action created','2023-08-24 16:00:19','2023-08-24 17:00:19'),(445,158,'action created','2023-08-24 16:03:07','2023-08-24 17:03:07'),(446,158,'action started via WP Cron','2023-08-24 16:16:34','2023-08-24 17:16:34'),(447,158,'action complete via WP Cron','2023-08-24 16:16:34','2023-08-24 17:16:34'),(448,156,'action started via WP Cron','2023-08-25 16:02:19','2023-08-25 17:02:19'),(449,156,'action complete via WP Cron','2023-08-25 16:02:19','2023-08-25 17:02:19'),(450,159,'action created','2023-08-25 16:02:19','2023-08-25 17:02:19'),(451,157,'action started via WP Cron','2023-08-25 16:02:19','2023-08-25 17:02:19'),(452,157,'action complete via WP Cron','2023-08-25 16:02:19','2023-08-25 17:02:19'),(453,160,'action created','2023-08-25 16:02:19','2023-08-25 17:02:19'),(454,161,'action created','2023-08-25 16:38:17','2023-08-25 17:38:17'),(455,161,'action started via Async Request','2023-08-25 16:38:47','2023-08-25 17:38:47'),(456,161,'action complete via Async Request','2023-08-25 16:38:47','2023-08-25 17:38:47'),(457,141,'action started via WP Cron','2023-08-25 18:31:54','2023-08-25 19:31:54'),(458,141,'action complete via WP Cron','2023-08-25 18:31:54','2023-08-25 19:31:54'),(459,162,'action created','2023-08-25 18:31:54','2023-08-25 19:31:54'),(460,159,'action started via WP Cron','2023-08-26 16:13:52','2023-08-26 17:13:52'),(461,159,'action complete via WP Cron','2023-08-26 16:13:52','2023-08-26 17:13:52'),(462,163,'action created','2023-08-26 16:13:52','2023-08-26 17:13:52'),(463,160,'action started via WP Cron','2023-08-26 16:13:52','2023-08-26 17:13:52'),(464,160,'action complete via WP Cron','2023-08-26 16:13:52','2023-08-26 17:13:52'),(465,164,'action created','2023-08-26 16:13:52','2023-08-26 17:13:52'),(466,165,'action created','2023-08-26 20:01:53','2023-08-26 21:01:53'),(467,165,'action started via WP Cron','2023-08-26 20:44:12','2023-08-26 21:44:12'),(468,165,'action complete via WP Cron','2023-08-26 20:44:12','2023-08-26 21:44:12'),(469,166,'action created','2023-08-27 14:48:25','2023-08-27 15:48:25'),(470,166,'action started via Async Request','2023-08-27 14:49:28','2023-08-27 15:49:28'),(471,166,'action complete via Async Request','2023-08-27 14:49:28','2023-08-27 15:49:28'),(472,163,'action started via WP Cron','2023-08-27 16:41:34','2023-08-27 17:41:34'),(473,163,'action complete via WP Cron','2023-08-27 16:41:34','2023-08-27 17:41:34'),(474,167,'action created','2023-08-27 16:41:34','2023-08-27 17:41:34'),(475,164,'action started via WP Cron','2023-08-27 16:41:34','2023-08-27 17:41:34'),(476,164,'action complete via WP Cron','2023-08-27 16:41:34','2023-08-27 17:41:34'),(477,168,'action created','2023-08-27 16:41:34','2023-08-27 17:41:34'),(478,169,'action created','2023-08-28 12:30:33','2023-08-28 13:30:33'),(479,169,'action started via WP Cron','2023-08-28 12:31:06','2023-08-28 13:31:06'),(480,169,'action complete via WP Cron','2023-08-28 12:31:06','2023-08-28 13:31:06'),(481,170,'action created','2023-08-28 12:32:00','2023-08-28 13:32:00'),(482,170,'action started via WP Cron','2023-08-28 12:33:54','2023-08-28 13:33:54'),(483,170,'action complete via WP Cron','2023-08-28 12:33:54','2023-08-28 13:33:54'),(484,167,'action started via WP Cron','2023-08-29 02:49:03','2023-08-29 03:49:03'),(485,167,'action complete via WP Cron','2023-08-29 02:49:03','2023-08-29 03:49:03'),(486,171,'action created','2023-08-29 02:49:03','2023-08-29 03:49:03'),(487,168,'action started via WP Cron','2023-08-29 02:49:03','2023-08-29 03:49:03'),(488,168,'action complete via WP Cron','2023-08-29 02:49:03','2023-08-29 03:49:03'),(489,172,'action created','2023-08-29 02:49:03','2023-08-29 03:49:03'),(490,171,'action started via Async Request','2023-08-30 05:17:23','2023-08-30 06:17:23'),(491,171,'action complete via Async Request','2023-08-30 05:17:23','2023-08-30 06:17:23'),(492,173,'action created','2023-08-30 05:17:23','2023-08-30 06:17:23'),(493,172,'action started via Async Request','2023-08-30 05:17:23','2023-08-30 06:17:23'),(494,172,'action complete via Async Request','2023-08-30 05:17:23','2023-08-30 06:17:23'),(495,174,'action created','2023-08-30 05:17:23','2023-08-30 06:17:23'),(496,175,'action created','2023-08-30 11:51:33','2023-08-30 12:51:33'),(497,175,'action started via Async Request','2023-08-30 11:51:59','2023-08-30 12:51:59'),(498,175,'action complete via Async Request','2023-08-30 11:51:59','2023-08-30 12:51:59'),(499,176,'action created','2023-08-30 11:52:09','2023-08-30 12:52:09'),(500,177,'action created','2023-08-30 11:52:09','2023-08-30 12:52:09'),(501,176,'action started via WP Cron','2023-08-30 11:52:22','2023-08-30 12:52:22'),(502,176,'action complete via WP Cron','2023-08-30 11:52:22','2023-08-30 12:52:22'),(503,177,'action started via WP Cron','2023-08-30 11:52:22','2023-08-30 12:52:22'),(504,177,'action complete via WP Cron','2023-08-30 11:52:22','2023-08-30 12:52:22'),(505,173,'action started via WP Cron','2023-08-31 05:18:14','2023-08-31 06:18:14'),(506,173,'action complete via WP Cron','2023-08-31 05:18:14','2023-08-31 06:18:14'),(507,178,'action created','2023-08-31 05:18:14','2023-08-31 06:18:14'),(508,174,'action started via WP Cron','2023-08-31 05:18:14','2023-08-31 06:18:14'),(509,174,'action complete via WP Cron','2023-08-31 05:18:14','2023-08-31 06:18:14'),(510,179,'action created','2023-08-31 05:18:14','2023-08-31 06:18:14'),(511,154,'action started via WP Cron','2023-08-31 16:02:13','2023-08-31 17:02:13'),(512,154,'action complete via WP Cron','2023-08-31 16:02:13','2023-08-31 17:02:13'),(513,180,'action created','2023-08-31 16:02:13','2023-08-31 17:02:13'),(514,155,'action started via WP Cron','2023-08-31 16:02:13','2023-08-31 17:02:13'),(515,155,'action complete via WP Cron','2023-08-31 16:02:13','2023-08-31 17:02:13'),(516,181,'action created','2023-08-31 16:02:13','2023-08-31 17:02:13'),(517,178,'action started via WP Cron','2023-09-01 05:18:25','2023-09-01 06:18:25'),(518,178,'action complete via WP Cron','2023-09-01 05:18:25','2023-09-01 06:18:25'),(519,182,'action created','2023-09-01 05:18:25','2023-09-01 06:18:25'),(520,179,'action started via WP Cron','2023-09-01 05:18:25','2023-09-01 06:18:25'),(521,179,'action complete via WP Cron','2023-09-01 05:18:25','2023-09-01 06:18:25'),(522,183,'action created','2023-09-01 05:18:25','2023-09-01 06:18:25'),(523,162,'action started via WP Cron','2023-09-01 18:32:51','2023-09-01 19:32:51'),(524,162,'action complete via WP Cron','2023-09-01 18:32:51','2023-09-01 19:32:51'),(525,184,'action created','2023-09-01 18:32:51','2023-09-01 19:32:51'),(526,182,'action started via WP Cron','2023-09-02 05:20:14','2023-09-02 06:20:14'),(527,182,'action complete via WP Cron','2023-09-02 05:20:14','2023-09-02 06:20:14'),(528,185,'action created','2023-09-02 05:20:14','2023-09-02 06:20:14'),(529,183,'action started via WP Cron','2023-09-02 05:20:14','2023-09-02 06:20:14'),(530,183,'action complete via WP Cron','2023-09-02 05:20:14','2023-09-02 06:20:14'),(531,186,'action created','2023-09-02 05:20:14','2023-09-02 06:20:14'),(532,185,'action started via WP Cron','2023-09-03 05:20:31','2023-09-03 06:20:31'),(533,185,'action complete via WP Cron','2023-09-03 05:20:31','2023-09-03 06:20:31'),(534,187,'action created','2023-09-03 05:20:31','2023-09-03 06:20:31'),(535,186,'action started via WP Cron','2023-09-03 05:20:31','2023-09-03 06:20:31'),(536,186,'action complete via WP Cron','2023-09-03 05:20:31','2023-09-03 06:20:31'),(537,188,'action created','2023-09-03 05:20:31','2023-09-03 06:20:31'),(538,187,'action started via WP Cron','2023-09-04 05:58:41','2023-09-04 06:58:41'),(539,187,'action complete via WP Cron','2023-09-04 05:58:41','2023-09-04 06:58:41'),(540,189,'action created','2023-09-04 05:58:41','2023-09-04 06:58:41'),(541,188,'action started via WP Cron','2023-09-04 05:58:41','2023-09-04 06:58:41'),(542,188,'action complete via WP Cron','2023-09-04 05:58:41','2023-09-04 06:58:41'),(543,190,'action created','2023-09-04 05:58:41','2023-09-04 06:58:41'),(544,191,'action created','2023-09-04 19:08:43','2023-09-04 20:08:43'),(545,191,'action started via Async Request','2023-09-04 19:09:08','2023-09-04 20:09:08'),(546,191,'action complete via Async Request','2023-09-04 19:09:08','2023-09-04 20:09:08'),(547,189,'action started via WP Cron','2023-09-05 06:47:51','2023-09-05 07:47:51'),(548,189,'action complete via WP Cron','2023-09-05 06:47:51','2023-09-05 07:47:51'),(549,192,'action created','2023-09-05 06:47:51','2023-09-05 07:47:51'),(550,190,'action started via WP Cron','2023-09-05 06:47:51','2023-09-05 07:47:51'),(551,190,'action complete via WP Cron','2023-09-05 06:47:51','2023-09-05 07:47:51'),(552,193,'action created','2023-09-05 06:47:51','2023-09-05 07:47:51'),(553,194,'action created','2023-09-05 20:29:34','2023-09-05 21:29:34'),(554,194,'action started via WP Cron','2023-09-05 20:29:35','2023-09-05 21:29:35'),(555,194,'action complete via WP Cron','2023-09-05 20:29:36','2023-09-05 21:29:36'),(556,192,'action started via WP Cron','2023-09-06 11:31:29','2023-09-06 12:31:29'),(557,192,'action complete via WP Cron','2023-09-06 11:31:29','2023-09-06 12:31:29'),(558,195,'action created','2023-09-06 11:31:29','2023-09-06 12:31:29'),(559,193,'action started via WP Cron','2023-09-06 11:31:29','2023-09-06 12:31:29'),(560,193,'action complete via WP Cron','2023-09-06 11:31:29','2023-09-06 12:31:29'),(561,196,'action created','2023-09-06 11:31:29','2023-09-06 12:31:29'),(562,197,'action created','2023-09-06 15:32:26','2023-09-06 16:32:26'),(563,197,'action started via WP Cron','2023-09-06 15:35:02','2023-09-06 16:35:02'),(564,197,'action complete via WP Cron','2023-09-06 15:35:02','2023-09-06 16:35:02'),(565,198,'action created','2023-09-06 15:35:04','2023-09-06 16:35:04'),(566,199,'action created','2023-09-06 15:35:04','2023-09-06 16:35:04'),(567,198,'action started via WP Cron','2023-09-06 15:37:38','2023-09-06 16:37:38'),(568,198,'action complete via WP Cron','2023-09-06 15:37:38','2023-09-06 16:37:38'),(569,199,'action started via WP Cron','2023-09-06 15:37:38','2023-09-06 16:37:38'),(570,199,'action complete via WP Cron','2023-09-06 15:37:38','2023-09-06 16:37:38'),(571,200,'action created','2023-09-06 15:38:48','2023-09-06 16:38:48'),(572,200,'action started via Async Request','2023-09-06 15:40:10','2023-09-06 16:40:10'),(573,200,'action complete via Async Request','2023-09-06 15:40:10','2023-09-06 16:40:10'),(574,195,'action started via WP Cron','2023-09-07 21:06:31','2023-09-07 22:06:31'),(575,195,'action complete via WP Cron','2023-09-07 21:06:31','2023-09-07 22:06:31'),(576,201,'action created','2023-09-07 21:06:31','2023-09-07 22:06:31'),(577,196,'action started via WP Cron','2023-09-07 21:06:31','2023-09-07 22:06:31'),(578,196,'action complete via WP Cron','2023-09-07 21:06:31','2023-09-07 22:06:31'),(579,202,'action created','2023-09-07 21:06:32','2023-09-07 22:06:32'),(580,180,'action started via WP Cron','2023-09-07 21:06:32','2023-09-07 22:06:32'),(581,180,'action complete via WP Cron','2023-09-07 21:06:32','2023-09-07 22:06:32'),(582,203,'action created','2023-09-07 21:06:32','2023-09-07 22:06:32'),(583,181,'action started via WP Cron','2023-09-07 21:06:32','2023-09-07 22:06:32'),(584,181,'action complete via WP Cron','2023-09-07 21:06:32','2023-09-07 22:06:32'),(585,204,'action created','2023-09-07 21:06:32','2023-09-07 22:06:32'),(586,205,'action created','2023-09-07 21:16:40','2023-09-07 22:16:40'),(587,205,'action started via Async Request','2023-09-07 21:16:59','2023-09-07 22:16:59'),(588,205,'action complete via Async Request','2023-09-07 21:16:59','2023-09-07 22:16:59'),(589,184,'action started via WP Cron','2023-09-08 18:45:29','2023-09-08 19:45:29'),(590,184,'action complete via WP Cron','2023-09-08 18:45:29','2023-09-08 19:45:29'),(591,206,'action created','2023-09-08 18:45:29','2023-09-08 19:45:29'),(592,207,'action created','2023-09-08 20:46:42','2023-09-08 21:46:42'),(593,207,'action started via Async Request','2023-09-08 20:48:10','2023-09-08 21:48:10'),(594,207,'action complete via Async Request','2023-09-08 20:48:10','2023-09-08 21:48:10'),(595,208,'action created','2023-09-08 20:51:08','2023-09-08 21:51:08'),(596,208,'action started via WP Cron','2023-09-08 20:53:04','2023-09-08 21:53:04'),(597,208,'action complete via WP Cron','2023-09-08 20:53:04','2023-09-08 21:53:04'),(598,209,'action created','2023-09-08 20:53:05','2023-09-08 21:53:05'),(599,209,'action started via WP Cron','2023-09-08 21:05:43','2023-09-08 22:05:43'),(600,209,'action complete via WP Cron','2023-09-08 21:05:43','2023-09-08 22:05:43'),(601,201,'action started via WP Cron','2023-09-08 21:07:55','2023-09-08 22:07:55'),(602,201,'action complete via WP Cron','2023-09-08 21:07:55','2023-09-08 22:07:55'),(603,210,'action created','2023-09-08 21:07:55','2023-09-08 22:07:55'),(604,202,'action started via WP Cron','2023-09-08 21:07:55','2023-09-08 22:07:55'),(605,202,'action complete via WP Cron','2023-09-08 21:07:55','2023-09-08 22:07:55'),(606,211,'action created','2023-09-08 21:07:55','2023-09-08 22:07:55'),(607,212,'action created','2023-09-09 11:24:44','2023-09-09 12:24:44'),(608,212,'action started via Async Request','2023-09-09 11:24:55','2023-09-09 12:24:55'),(609,212,'action complete via Async Request','2023-09-09 11:24:55','2023-09-09 12:24:55'),(610,213,'action created','2023-09-09 11:35:28','2023-09-09 12:35:28'),(611,213,'action started via WP Cron','2023-09-09 11:36:36','2023-09-09 12:36:36'),(612,213,'action complete via WP Cron','2023-09-09 11:36:36','2023-09-09 12:36:36'),(613,214,'action created','2023-09-09 11:36:44','2023-09-09 12:36:44'),(614,203,'action canceled','2023-09-09 11:37:04','2023-09-09 12:37:04'),(615,204,'action canceled','2023-09-09 11:37:04','2023-09-09 12:37:04'),(616,206,'action canceled','2023-09-09 11:37:04','2023-09-09 12:37:04'),(617,211,'action canceled','2023-09-09 11:37:04','2023-09-09 12:37:04'),(618,215,'action created','2023-09-09 11:37:16','2023-09-09 12:37:16'),(619,216,'action created','2023-09-09 11:37:16','2023-09-09 12:37:16');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_actionscheduler_logs` with 330 row(s)
--

--
-- Table structure for table `wp_gf_form_revisions`
--

DROP TABLE IF EXISTS `wp_gf_form_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_form_revisions` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(10) unsigned NOT NULL,
  `display_meta` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `date_created` (`date_created`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_form_revisions`
--

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

-- Dumped table `wp_gf_form_revisions` with 0 row(s)
--

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=191 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (4,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',50,1138,'internal',76,104,NULL,NULL,NULL,NULL,NULL),(5,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',50,1138,'internal',76,104,NULL,NULL,NULL,NULL,NULL),(6,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',50,1138,'internal',76,104,NULL,NULL,NULL,NULL,NULL),(7,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',50,1136,'internal',76,103,NULL,NULL,NULL,NULL,NULL),(8,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',50,1136,'internal',76,103,NULL,NULL,NULL,NULL,NULL),(9,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',50,1136,'internal',76,103,NULL,NULL,NULL,NULL,NULL),(10,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',50,544,'image-in',76,NULL,533,800,985458,NULL,NULL),(11,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide4.png',50,545,'image-in',76,NULL,533,800,951005,NULL,NULL),(12,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide3-1.png',50,546,'image-in',76,NULL,533,800,1038018,NULL,NULL),(13,'https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Quintet-2.jpg',50,510,'image-in',76,NULL,768,1024,252540,NULL,NULL),(20,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3.png',50,1462,'image-in',76,NULL,300,300,23160,NULL,NULL),(21,'https://orchidcitybrass.org/wp-content/uploads/2023/08/5.png',50,1464,'image-in',76,NULL,300,300,24288,NULL,NULL),(22,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2.png',50,1461,'image-in',76,NULL,300,300,37452,NULL,NULL),(23,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1.png',50,1460,'image-in',76,NULL,300,300,19020,NULL,NULL),(24,'https://orchidcitybrass.org/wp-content/uploads/2023/08/4.png',50,1463,'image-in',76,NULL,300,300,74460,NULL,NULL),(26,'https://simple.wikipedia.org/wiki/Waits',234,NULL,'external',78,NULL,NULL,NULL,NULL,NULL,NULL),(27,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',234,1069,'image-in',78,NULL,985,1554,2476685,NULL,NULL),(28,'https://orchidcitybrass.org/individual-giving/',574,1480,'internal',82,96,NULL,NULL,NULL,NULL,NULL),(29,'https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg',574,NULL,'image-in',82,NULL,NULL,NULL,NULL,NULL,NULL),(30,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-007.png',574,1068,'image-in',82,NULL,932,1397,2278157,NULL,NULL),(31,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-103-1-scaled.jpg',574,2120,'image-in',82,NULL,1537,2560,469574,NULL,NULL),(32,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-123-1-scaled.jpg',574,2121,'image-in',82,NULL,1537,2560,502822,NULL,NULL),(33,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-124-1-scaled.jpg',574,2122,'image-in',82,NULL,1536,2560,517453,NULL,NULL),(34,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Orchid-City-12-19-21-125-1-scaled.jpg',574,2123,'image-in',82,NULL,1708,2560,581866,NULL,NULL),(35,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',576,2242,'image-in',84,NULL,1362,2048,260985,NULL,NULL),(36,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png',576,1894,'image-in',84,NULL,512,512,483149,NULL,NULL),(37,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png',576,1916,'image-in',84,NULL,512,512,479176,NULL,NULL),(38,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png',576,1919,'image-in',84,NULL,512,512,467959,NULL,NULL),(39,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png',576,1922,'image-in',84,NULL,512,512,480329,NULL,NULL),(40,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(41,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(42,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(43,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(44,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(45,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(46,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png',576,1928,'image-in',84,NULL,512,512,383885,NULL,NULL),(47,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(48,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(49,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(50,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(51,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png',576,1954,'image-in',84,NULL,512,512,485021,NULL,NULL),(52,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(53,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(54,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(55,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png',576,1959,'image-in',84,NULL,512,512,384206,NULL,NULL),(56,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(57,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(58,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(59,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(60,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(61,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(62,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(63,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(64,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(65,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(66,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(67,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(68,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png',576,1894,'image-in',84,NULL,512,512,483149,NULL,NULL),(69,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png',576,1916,'image-in',84,NULL,512,512,479176,NULL,NULL),(70,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png',576,1919,'image-in',84,NULL,512,512,467959,NULL,NULL),(71,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png',576,1922,'image-in',84,NULL,512,512,480329,NULL,NULL),(72,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(73,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(74,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(75,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(76,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(77,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(78,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png',576,1928,'image-in',84,NULL,512,512,383885,NULL,NULL),(79,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(80,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(81,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(82,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(83,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png',576,1954,'image-in',84,NULL,512,512,485021,NULL,NULL),(84,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(85,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(86,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(87,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png',576,1959,'image-in',84,NULL,512,512,384206,NULL,NULL),(88,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(89,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(90,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(91,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(92,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(93,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(94,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(95,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(96,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(97,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(98,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(99,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',576,1888,'image-in',84,NULL,512,512,31777,NULL,NULL),(103,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',578,1138,'internal',86,104,NULL,NULL,NULL,NULL,NULL),(104,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',578,1138,'internal',86,104,NULL,NULL,NULL,NULL,NULL),(105,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/',578,1138,'internal',86,104,NULL,NULL,NULL,NULL,NULL),(106,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',578,1136,'internal',86,103,NULL,NULL,NULL,NULL,NULL),(107,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',578,1136,'internal',86,103,NULL,NULL,NULL,NULL,NULL),(108,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/',578,1136,'internal',86,103,NULL,NULL,NULL,NULL,NULL),(109,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',578,1125,'internal',86,102,NULL,NULL,NULL,NULL,NULL),(110,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',578,1125,'internal',86,102,NULL,NULL,NULL,NULL,NULL),(111,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',578,1125,'internal',86,102,NULL,NULL,NULL,NULL,NULL),(118,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',580,1085,'image-in',88,NULL,1080,1440,1862733,NULL,NULL),(119,'https://orchidcitybrass.org/wp-content/uploads/2023/07/OCBB-Manny.jpg',580,511,'image-in',88,NULL,768,1024,314404,NULL,NULL),(126,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png',625,NULL,'image-in',92,NULL,NULL,NULL,NULL,NULL,NULL),(127,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-4.png',625,NULL,'image-in',92,NULL,NULL,NULL,NULL,NULL,NULL),(128,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-3.png',625,NULL,'image-in',92,NULL,NULL,NULL,NULL,NULL,NULL),(129,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-2.png',625,NULL,'image-in',92,NULL,NULL,NULL,NULL,NULL,NULL),(130,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-1.png',625,NULL,'image-in',92,NULL,NULL,NULL,NULL,NULL,NULL),(131,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png',1642,1865,'image-in',101,NULL,512,512,337250,NULL,NULL),(132,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png',1642,1866,'image-in',101,NULL,512,512,395851,NULL,NULL),(133,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png',1642,1867,'image-in',101,NULL,512,512,453109,NULL,NULL),(134,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png',1642,1865,'image-in',101,NULL,512,512,337250,NULL,NULL),(135,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png',1642,1866,'image-in',101,NULL,512,512,395851,NULL,NULL),(136,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png',1642,1867,'image-in',101,NULL,512,512,453109,NULL,NULL),(137,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Salute-to-Veterans.png',625,2280,'image-in',92,NULL,2810,1820,1112414,NULL,NULL),(138,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Gaelforce.png',625,2283,'image-in',92,NULL,2810,1820,8898727,NULL,NULL),(139,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Movie-Night.png',625,2281,'image-in',92,NULL,2810,1820,560072,NULL,NULL),(140,'https://orchidcitybrass.org/wp-content/uploads/2023/08/22-23-Program-Cover-Tis-the-Season.png',625,2290,'image-in',92,NULL,2810,1820,4774561,NULL,NULL),(141,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',50,1125,'internal',76,102,NULL,NULL,NULL,NULL,NULL),(142,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',50,1125,'internal',76,102,NULL,NULL,NULL,NULL,NULL),(143,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/',50,1125,'internal',76,102,NULL,NULL,NULL,NULL,NULL),(144,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png',50,319,'image-in',76,NULL,1171,1170,995290,NULL,NULL),(146,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png',50,321,'image-in',76,NULL,959,960,641246,NULL,NULL),(147,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7-e1689159288753.png',50,371,'image-in',76,NULL,1812,1560,2707679,NULL,NULL),(149,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png',578,319,'image-in',86,NULL,1171,1170,995290,NULL,NULL),(150,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png',578,321,'image-in',86,NULL,959,960,641246,NULL,NULL),(151,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7-e1689159288753.png',578,371,'image-in',86,NULL,1812,1560,2707679,NULL,NULL),(152,'https://orchidcitybrass.org/education-outreach/',50,580,'internal',76,88,NULL,NULL,NULL,NULL,NULL),(153,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-Gaelforce.pdf',625,NULL,'internal',92,NULL,NULL,NULL,NULL,NULL,NULL),(154,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Program-OCBB-Movie-Night.pdf',625,NULL,'internal',92,NULL,NULL,NULL,NULL,NULL,NULL),(155,'https://orchidcitybrass.org/wp-content/uploads/2023/09/Concert-Program-OCBB-2022-Christmas.pdf',625,NULL,'internal',92,NULL,NULL,NULL,NULL,NULL,NULL),(156,'https://orchidcitybrass.org/wp-content/uploads/2023/09/OCBB-Concert-Program-Veterans-Day-Print-Ready.pdf',625,NULL,'internal',92,NULL,NULL,NULL,NULL,NULL,NULL),(160,'https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(161,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(162,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(163,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(164,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(165,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',623,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),(169,'https://orchidcitybrass.org/upcoming-events/',50,623,'internal',76,90,NULL,NULL,NULL,NULL,NULL),(170,'tel:5612474872',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(171,'https://inklingcreative.ink/',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(172,'https://pbbandcamp.org/',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(173,'https://www.jupiterfirst.org/',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(174,'https://www.firstpresnpb.org/',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(175,'https://www.salvationarmy.org/',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(176,'mailto:info@orchidcitybrass.org',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(177,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Lest-we-forget-min.png',623,2513,'image-in',90,NULL,1365,2048,1165962,NULL,NULL),(178,'https://orchidcitybrass.org/wp-content/uploads/2023/07/The-snowman-min.png',623,2516,'image-in',90,NULL,1365,2048,1332777,NULL,NULL),(179,'https://orchidcitybrass.org/wp-content/uploads/2023/07/This-is-a-brass-band-min.png',623,2519,'image-in',90,NULL,1365,2048,985103,NULL,NULL),(180,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Once-upon-a-song-min.png',623,2525,'image-in',90,NULL,1365,2048,1075456,NULL,NULL),(181,'https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg',623,2533,'image-in',90,NULL,1667,2500,648186,NULL,NULL),(182,'https://orchidcitybrass.org/hire-us/',580,256,'internal',88,80,NULL,NULL,NULL,NULL,NULL),(183,'https://orchidcitybrass.org/individual-giving/',580,1480,'internal',88,96,NULL,NULL,NULL,NULL,NULL),(184,'tel:5612474872',1483,NULL,'external',98,NULL,NULL,NULL,NULL,NULL,NULL),(186,'https://orchidcitybrass.org/individual-giving/',1485,1480,'internal',100,96,NULL,NULL,NULL,NULL,NULL),(187,'https://orchidcitybrass.ticketspice.com/season-tickets-2023-24-',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(188,'https://orchidcitybrass.ticketspice.com/lest-we-forget-nov-23',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(189,'https://orchidcitybrass.ticketspice.com/the-snowman',50,NULL,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(190,'mailto:info@orchidcitybrass.org',1483,NULL,'external',98,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_yoast_seo_links` with 156 row(s)
--

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://orchidcitybrass.org/category/orchid-city-brass/','62:dead6849b2c1f91387761033d9d0f92b',1,'term','category',NULL,NULL,NULL,NULL,'Orchid City Brass',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:50','2023-09-06 09:22:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-06 05:22:47','2023-07-27 16:11:38',NULL),(2,'https://orchidcitybrass.org/ctshowcase_group/officers/','61:45cec6ecba12c8e2422620d945305975',26,'term','ctshowcase_group',NULL,NULL,NULL,NULL,'Officers',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:50','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:52:23','2023-08-07 14:06:36',NULL),(3,'https://orchidcitybrass.org/ctshowcase_group/members/','53:457104628db73680ad49c18ad7ecf44a',27,'term','ctshowcase_group',NULL,NULL,NULL,NULL,'Members',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:50','2023-09-11 20:31:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-11 16:31:01','2023-08-15 23:05:34',NULL),(4,'https://orchidcitybrass.org/ctshowcase_group/musical-director-conductor/','72:ce9975c9bf1d7710b31624452900af8e',28,'term','ctshowcase_group',NULL,NULL,NULL,NULL,'Musical Director &amp; Conductor',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:50','2023-09-13 23:17:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-13 19:17:27','2023-08-15 23:11:45',NULL),(5,'https://orchidcitybrass.org/ctshowcase_group/director/','61:1786e9007e43f8ddc299a200e57ccd6f',29,'term','ctshowcase_group',NULL,NULL,NULL,NULL,'Director',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:50','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:07:56','2023-08-15 23:22:47',NULL),(6,'https://orchidcitybrass.org/ctshowcase-team-member/thomas-brown/','71:75e6c08e00244b0358fcc51a49f034c7',1639,'post','ctshowcase_member',1,0,NULL,NULL,'James Estes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png',NULL,'1865','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png','1865','featured-image','{\"width\":512,\"height\":512,\"filesize\":337250,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/1-1.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/1-1.png\",\"size\":\"full\",\"id\":1865,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:52:23','2023-08-07 14:06:36',0),(7,'https://orchidcitybrass.org/author/admin/','41:2e73225e9c648ccec9e20966cf452f3d',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/64fbd7ebf00bb60dd36b8e00472f11a7?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/64fbd7ebf00bb60dd36b8e00472f11a7?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:46:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-14 06:46:55','2023-07-06 12:54:18',NULL),(8,'https://orchidcitybrass.org/ctshowcase-team-member/sherwood-david-graham/','80:4be6a9346cc3aa8a6f5edc39f5136c6b',1848,'post','ctshowcase_member',1,0,NULL,NULL,'Sherwood David Graham','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png',NULL,'1866','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png','1866','featured-image','{\"width\":512,\"height\":512,\"filesize\":395851,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-1.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-1.png\",\"size\":\"full\",\"id\":1866,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:52:18','2023-08-15 22:33:24',0),(9,'https://orchidcitybrass.org/ctshowcase-team-member/jennifer-irwin-shaw/','78:534da790c094175b5b491765d4c3c52f',1854,'post','ctshowcase_member',1,0,NULL,NULL,'Jennifer Irwin Shaw','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png',NULL,'1867','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png','1867','featured-image','{\"width\":512,\"height\":512,\"filesize\":453109,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/3-1.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/3-1.png\",\"size\":\"full\",\"id\":1867,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:52:12','2023-08-15 22:35:57',0),(10,'https://orchidcitybrass.org/ctshowcase-team-member/anthony-aversano/','75:e2aea3273d74b2f76a53292340a36c27',1886,'post','ctshowcase_member',1,0,NULL,NULL,'Anthony Aversano','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:05:34','2023-08-15 23:05:34',0),(11,'https://orchidcitybrass.org/ctshowcase-team-member/michael-oconnor/','74:11a6e973503031b6e51d7c1dcfcfc818',1890,'post','ctshowcase_member',1,0,NULL,NULL,'Michael O&#8217;Connor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/member3.png',NULL,'1891','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/member3.png','1891','featured-image','{\"width\":512,\"height\":512,\"filesize\":380818,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/member3.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/member3.png\",\"size\":\"full\",\"id\":1891,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:08:57','2023-08-15 23:08:57',0),(12,'https://orchidcitybrass.org/ctshowcase-team-member/nick-patsis/','63:4fe001e801eb85ec3eb167d09a80f539',1893,'post','ctshowcase_member',1,0,NULL,NULL,'Nick Patsis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png',NULL,'1894','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png','1894','featured-image','{\"width\":512,\"height\":512,\"filesize\":483149,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Patsis.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Patsis.png\",\"size\":\"full\",\"id\":1894,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-11 20:31:01',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-11 16:31:01','2023-08-15 23:11:45',0),(13,'https://orchidcitybrass.org/ctshowcase-team-member/tom-pearson/','70:21a9e878a493e04abc6df58215c4b249',1896,'post','ctshowcase_member',1,0,NULL,NULL,'Tom Pearson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:20:32','2023-08-15 23:12:36',0),(14,'https://orchidcitybrass.org/ctshowcase-team-member/eric-singer/','70:534cab41718e3e63344f26bfe7548e2e',1898,'post','ctshowcase_member',1,0,NULL,NULL,'Eric Singer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:20:37','2023-08-15 23:14:47',0),(15,'https://orchidcitybrass.org/ctshowcase-team-member/wesley-thompson/','74:35fcd89177da10131e629eec3c73a76e',1900,'post','ctshowcase_member',1,0,NULL,NULL,'Wesley Thompson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png',NULL,'1901','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png','1901','featured-image','{\"width\":512,\"height\":512,\"filesize\":488180,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Bass-Trombone.png\",\"size\":\"full\",\"id\":1901,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:16:35','2023-08-15 23:16:35',0),(16,'https://orchidcitybrass.org/ctshowcase-team-member/wesley-thompson/','67:0b99b8e03aaa33d9ea58bdcc5cbcf840',1900,'post','ctshowcase_member',1,0,NULL,NULL,'Wesley Thompson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png',NULL,'1901','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png','1901','featured-image','{\"width\":512,\"height\":512,\"filesize\":488180,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Bass-Trombone.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Bass-Trombone.png\",\"size\":\"full\",\"id\":1901,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:16:35','2023-08-15 23:16:35',0),(17,'https://orchidcitybrass.org/ctshowcase-team-member/gary-d-green/','71:93cc799e3ecb9b4c3daf9cf775ea8c19',1911,'post','ctshowcase_member',1,0,NULL,NULL,'Gary D. Green','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Gary-D.-Green.png',NULL,'1913','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Gary-D.-Green.png','1913','featured-image','{\"width\":512,\"height\":512,\"filesize\":360020,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Gary-D.-Green.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Gary-D.-Green.png\",\"size\":\"full\",\"id\":1913,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:07:56','2023-08-15 23:22:47',0),(18,'https://orchidcitybrass.org/ctshowcase-team-member/randy-sonntag/','72:adaa63194dab9f1668b4e493dcfd4dab',1914,'post','ctshowcase_member',1,0,NULL,NULL,'Randy Sonntag','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png',NULL,'1916','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png','1916','featured-image','{\"width\":512,\"height\":512,\"filesize\":479176,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Randy-Sonntag.png\",\"size\":\"full\",\"id\":1916,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:30:54','2023-08-15 23:30:54',0),(19,'https://orchidcitybrass.org/ctshowcase-team-member/randy-sonntag/','65:3d815a10b350f9161b8b9725f87a1de7',1914,'post','ctshowcase_member',1,0,NULL,NULL,'Randy Sonntag','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png',NULL,'1916','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png','1916','featured-image','{\"width\":512,\"height\":512,\"filesize\":479176,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Randy-Sonntag.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Randy-Sonntag.png\",\"size\":\"full\",\"id\":1916,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:30:54','2023-08-15 23:30:54',0),(20,'https://orchidcitybrass.org/ctshowcase-team-member/trudy-cavallo/','72:e71001923a839a45e3e48f33ad26ccec',1918,'post','ctshowcase_member',1,0,NULL,NULL,'Trudy Cavallo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png',NULL,'1919','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png','1919','featured-image','{\"width\":512,\"height\":512,\"filesize\":467959,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Trudy-Cavalo.png\",\"size\":\"full\",\"id\":1919,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:34:40','2023-08-15 23:34:40',0),(21,'https://orchidcitybrass.org/ctshowcase-team-member/trudy-cavallo/','65:6e47e0bfbff653c5766daf33d93c0a12',1918,'post','ctshowcase_member',1,0,NULL,NULL,'Trudy Cavallo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png',NULL,'1919','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png','1919','featured-image','{\"width\":512,\"height\":512,\"filesize\":467959,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Trudy-Cavalo.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Trudy-Cavalo.png\",\"size\":\"full\",\"id\":1919,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:34:40','2023-08-15 23:34:40',0),(22,'https://orchidcitybrass.org/ctshowcase-team-member/james-estes/','70:d4250b4d1635681f359c8ff9f68b2c57',1921,'post','ctshowcase_member',1,0,NULL,NULL,'James Estes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png',NULL,'1922','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png','1922','featured-image','{\"width\":512,\"height\":512,\"filesize\":480329,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/James-Estes.png\",\"size\":\"full\",\"id\":1922,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:36:46','2023-08-15 23:36:46',0),(23,'https://orchidcitybrass.org/ctshowcase-team-member/james-estes/','63:017be0b82c899d49b260a5d6c4e7b11f',1921,'post','ctshowcase_member',1,0,NULL,NULL,'James Estes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png',NULL,'1922','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png','1922','featured-image','{\"width\":512,\"height\":512,\"filesize\":480329,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/James-Estes.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/James-Estes.png\",\"size\":\"full\",\"id\":1922,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:36:46','2023-08-15 23:36:46',0),(24,'https://orchidcitybrass.org/ctshowcase-team-member/richard-shaw/','71:99abce0ffcc6ff6874c843cd157a673e',1924,'post','ctshowcase_member',1,0,NULL,NULL,'Richard Shaw','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:45:07','2023-08-15 23:45:07',0),(25,'https://orchidcitybrass.org/ctshowcase-team-member/richard-shaw/','64:3c0a210ec3805489acd9746de61f8ec5',1924,'post','ctshowcase_member',1,0,NULL,NULL,'Richard Shaw','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:45:07','2023-08-15 23:45:07',0),(26,'https://orchidcitybrass.org/ctshowcase-team-member/pamela-smitter/','73:318d60fbf10dfd6fcf81b0ed9446f213',1927,'post','ctshowcase_member',1,0,NULL,NULL,'Pamela Smitter','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png',NULL,'1928','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png','1928','featured-image','{\"width\":512,\"height\":512,\"filesize\":383885,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Pamela-Smitter.png\",\"size\":\"full\",\"id\":1928,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:49:43','2023-08-15 23:49:43',0),(27,'https://orchidcitybrass.org/ctshowcase-team-member/pamela-smitter/','66:14ee44802d3139dea9e490f91a07593b',1927,'post','ctshowcase_member',1,0,NULL,NULL,'Pamela Smitter','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png',NULL,'1928','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png','1928','featured-image','{\"width\":512,\"height\":512,\"filesize\":383885,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Pamela-Smitter.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Pamela-Smitter.png\",\"size\":\"full\",\"id\":1928,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:49:43','2023-08-15 23:49:43',0),(28,'https://orchidcitybrass.org/ctshowcase-team-member/bill-castillo/','72:90c8eed218f62f9c7011ceb2b4273122',1935,'post','ctshowcase_member',1,0,NULL,NULL,'Bill Castillo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:54:39','2023-08-15 23:54:39',0),(29,'https://orchidcitybrass.org/ctshowcase-team-member/bill-castillo/','65:56acda3f5a205154369b33c54ef7b465',1935,'post','ctshowcase_member',1,0,NULL,NULL,'Bill Castillo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:54:39','2023-08-15 23:54:39',0),(30,'https://orchidcitybrass.org/ctshowcase-team-member/bryan-anderson/','73:aedadbff425ca382f2c33268696b97f9',1937,'post','ctshowcase_member',1,0,NULL,NULL,'Bryan Anderson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:54:58','2023-08-15 23:54:58',0),(31,'https://orchidcitybrass.org/ctshowcase-team-member/bryan-anderson/','66:d94551d5d00df098d5b6145ebd450fdd',1937,'post','ctshowcase_member',1,0,NULL,NULL,'Bryan Anderson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:54:58','2023-08-15 23:54:58',0),(32,'https://orchidcitybrass.org/ctshowcase-team-member/tony-aversano/','72:62cb08a543951ca3343c81bbb7fb249d',1939,'post','ctshowcase_member',1,0,NULL,NULL,'Tony Aversano','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:55:20','2023-08-15 23:55:20',0),(33,'https://orchidcitybrass.org/ctshowcase-team-member/tony-aversano/','65:d1f752599a49190c4cad5835092173c5',1939,'post','ctshowcase_member',1,0,NULL,NULL,'Tony Aversano','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:55:20','2023-08-15 23:55:20',0),(34,'https://orchidcitybrass.org/ctshowcase-team-member/dwight-banks/','71:857863f25528ecb809acabc8238d5551',1941,'post','ctshowcase_member',1,0,NULL,NULL,'Dwight Banks','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:56:58','2023-08-15 23:56:58',0),(35,'https://orchidcitybrass.org/ctshowcase-team-member/nate-fong/','68:fb404dad0cca1fe1068635f93df58b37',1943,'post','ctshowcase_member',1,0,NULL,NULL,'Nate Fong','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:17','2023-08-15 23:57:17',0),(36,'https://orchidcitybrass.org/ctshowcase-team-member/nate-fong/','61:99a4ed9b558bf15e1a0d615d1e33bd62',1943,'post','ctshowcase_member',1,0,NULL,NULL,'Nate Fong','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:17','2023-08-15 23:57:17',0),(37,'https://orchidcitybrass.org/ctshowcase-team-member/conner-hoffman/','73:59c5f54d7b4301bf9d56d663eab0c574',1945,'post','ctshowcase_member',1,0,NULL,NULL,'Conner Hoffman','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:36','2023-08-15 23:57:36',0),(38,'https://orchidcitybrass.org/ctshowcase-team-member/conner-hoffman/','66:0ee22cc27ea4bd3d89a22ce94ff3edd2',1945,'post','ctshowcase_member',1,0,NULL,NULL,'Conner Hoffman','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-08 03:33:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:36','2023-08-15 23:57:36',0),(39,'https://orchidcitybrass.org/ctshowcase-team-member/larry-malin/','70:f009f93c823a285ed18dc0ecfe97f067',1947,'post','ctshowcase_member',1,0,NULL,NULL,'Larry Malin','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:49','2023-08-15 23:57:49',0),(40,'https://orchidcitybrass.org/ctshowcase-team-member/larry-malin/','70:f009f93c823a285ed18dc0ecfe97f067',1947,'post','ctshowcase_member',1,0,NULL,NULL,'Larry Malin','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:57:49','2023-08-15 23:57:49',0),(41,'https://orchidcitybrass.org/ctshowcase-team-member/frank-raimondi/','66:58d758ad49ac233ce4bb10331a2b7799',1949,'post','ctshowcase_member',1,0,NULL,NULL,'Ransom Miller','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:09:55',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:09:55','2023-08-15 23:58:30',0),(42,'https://orchidcitybrass.org/ctshowcase-team-member/frank-raimondi/','73:04a8f998a5b15aacc9fbdd707e6052f1',1949,'post','ctshowcase_member',1,0,NULL,NULL,'Frank Raimondi','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:58:30','2023-08-15 23:58:30',0),(43,'https://orchidcitybrass.org/ctshowcase-team-member/brandon-ehrlich/','74:c668555fb0ecbe429a00ad3c827e7ab8',1951,'post','ctshowcase_member',1,0,NULL,NULL,'Brandon Ehrlich','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:58:51','2023-08-15 23:58:51',0),(44,'https://orchidcitybrass.org/ctshowcase-team-member/brandon-ehrlich/','74:c668555fb0ecbe429a00ad3c827e7ab8',1951,'post','ctshowcase_member',1,0,NULL,NULL,'Brandon Ehrlich','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:58:51','2023-08-15 23:58:51',0),(45,'https://orchidcitybrass.org/ctshowcase-team-member/jennifer-girdlestone/','72:867f74a86461efe50928d973ec8c150d',1953,'post','ctshowcase_member',1,0,NULL,NULL,'Jennifer Girdlestone','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png',NULL,'1954','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png','1954','featured-image','{\"width\":512,\"height\":512,\"filesize\":485021,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Jennifer-Girdlestone.png\",\"size\":\"full\",\"id\":1954,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:17:27',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:17:27','2023-08-16 00:00:44',0),(46,'https://orchidcitybrass.org/ctshowcase-team-member/jennifer-girdlestone/','79:804f602db67547a65ce736a822c71005',1953,'post','ctshowcase_member',1,0,NULL,NULL,'Jennifer Girdlestone','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png',NULL,'1954','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png','1954','featured-image','{\"width\":512,\"height\":512,\"filesize\":485021,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Jennifer-Girdlestone.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Jennifer-Girdlestone.png\",\"size\":\"full\",\"id\":1954,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:00:44','2023-08-16 00:00:44',0),(47,'https://orchidcitybrass.org/ctshowcase-team-member/buddy-robson/','64:f0e33590cf075eab1ea8875b5b20d7ed',1956,'post','ctshowcase_member',1,0,NULL,NULL,'Buddy Robson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:09:06',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:09:06','2023-08-16 00:01:28',0),(48,'https://orchidcitybrass.org/ctshowcase-team-member/michael-oconner/','67:52684f58738d19b84470ff86a5e2307a',1958,'post','ctshowcase_member',1,0,NULL,NULL,'Michael O&#8217;Conner','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png',NULL,'1959','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png','1959','featured-image','{\"width\":512,\"height\":512,\"filesize\":384206,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/Michael-OConner.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/Michael-OConner.png\",\"size\":\"full\",\"id\":1959,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:08:37',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:08:36','2023-08-16 00:02:46',0),(49,'https://orchidcitybrass.org/ctshowcase-team-member/sarah-shearon-smith/','71:13a8334b9f0ad18fbe860c18fb0db435',1961,'post','ctshowcase_member',1,0,NULL,NULL,'Sarah Shearon-Smith*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:08:18',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:08:18','2023-08-16 00:03:12',0),(50,'https://orchidcitybrass.org/ctshowcase-team-member/jonathan-baird/','73:a27012da4ec709353aee3cf4e24094b7',1963,'post','ctshowcase_member',1,0,NULL,NULL,'Jonathan Baird*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:03:30','2023-08-16 00:03:30',0),(51,'https://orchidcitybrass.org/ctshowcase-team-member/cole-pasch/','69:f7131900624a2fea0fa7bfec8ca33e01',1965,'post','ctshowcase_member',1,0,NULL,NULL,'Cole Pasch','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 10:59:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:03:53','2023-08-16 00:03:53',0),(52,'https://orchidcitybrass.org/ctshowcase-team-member/sherwood-graham/','67:080c0304b1fdd7a56d08e1c448645ca8',1967,'post','ctshowcase_member',1,0,NULL,NULL,'Sherwood Graham','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:05:21',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:05:21','2023-08-16 00:07:18',0),(53,'https://orchidcitybrass.org/ctshowcase-team-member/patrick-hengstler/','69:65085328a391d139e0d7ee6a85019baf',1969,'post','ctshowcase_member',1,0,NULL,NULL,'Patrick Hengstler','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:06:25',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:06:25','2023-08-16 00:07:36',0),(54,'https://orchidcitybrass.org/ctshowcase-team-member/katherine-rodriguez/','71:3cfe293de67642491a664b71835703fb',1971,'post','ctshowcase_member',1,0,NULL,NULL,'Katherine Rodriguez*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-09-13 23:05:57',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-13 19:05:57','2023-08-16 00:07:54',0),(55,'https://orchidcitybrass.org/ctshowcase-team-member/wesley-thompson-2/','76:ffed8b35b416b1cd74c0563831c6daee',1973,'post','ctshowcase_member',1,0,NULL,NULL,'Wesley Thompson','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:08:17','2023-08-16 00:08:17',0),(56,'https://orchidcitybrass.org/ctshowcase-team-member/alexandra-castillo/','77:8588cce7d1addc2689554620a8b969f6',1975,'post','ctshowcase_member',1,0,NULL,NULL,'Alexandra Castillo','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:08:36','2023-08-16 00:08:36',0),(57,'https://orchidcitybrass.org/ctshowcase-team-member/max-mcmillan/','71:104f005985bd24d6ebb9fd4bd64a6195',1977,'post','ctshowcase_member',1,0,NULL,NULL,'Max McMillan*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:08:54','2023-08-16 00:08:54',0),(58,'https://orchidcitybrass.org/ctshowcase-team-member/franklin-ticas-castellon/','83:4521a4d690008ef850fa6ecb011ec4c1',1979,'post','ctshowcase_member',1,0,NULL,NULL,'Franklin Ticas Castellon','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:12','2023-08-16 00:09:12',0),(59,'https://orchidcitybrass.org/ctshowcase-team-member/franklin-ticas-castellon/','83:4521a4d690008ef850fa6ecb011ec4c1',1979,'post','ctshowcase_member',1,0,NULL,NULL,'Franklin Ticas Castellon','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:12','2023-08-16 00:09:12',0),(60,'https://orchidcitybrass.org/ctshowcase-team-member/mike-cunnion/','71:7fd0609ab0e5e847e95b3720181432b3',1982,'post','ctshowcase_member',1,0,NULL,NULL,'Mike Cunnion','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:28','2023-08-16 00:09:28',0),(61,'https://orchidcitybrass.org/ctshowcase-team-member/mike-cunnion/','71:7fd0609ab0e5e847e95b3720181432b3',1982,'post','ctshowcase_member',1,0,NULL,NULL,'Mike Cunnion','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:28','2023-08-16 00:09:28',0),(62,'https://orchidcitybrass.org/ctshowcase-team-member/nikola-gjorcevskiy/','77:33154d2faae9439ddd69c0ca76931e87',1984,'post','ctshowcase_member',1,0,NULL,NULL,'Nikola Gjorcevskiy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:52','2023-08-16 00:09:52',0),(63,'https://orchidcitybrass.org/ctshowcase-team-member/nikola-gjorcevskiy/','77:33154d2faae9439ddd69c0ca76931e87',1984,'post','ctshowcase_member',1,0,NULL,NULL,'Nikola Gjorcevskiy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:09:52','2023-08-16 00:09:52',0),(64,'https://orchidcitybrass.org/ctshowcase-team-member/emily-moorhead/','73:c5c996c39b25f6ca29e23d292611020a',1986,'post','ctshowcase_member',1,0,NULL,NULL,'Emily Moorhead','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:10:09','2023-08-16 00:10:09',0),(65,'https://orchidcitybrass.org/ctshowcase-team-member/emily-moorhead/','73:c5c996c39b25f6ca29e23d292611020a',1986,'post','ctshowcase_member',1,0,NULL,NULL,'Emily Moorhead','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:10:09','2023-08-16 00:10:09',0),(66,'https://orchidcitybrass.org/ctshowcase-team-member/ryan-ross/','68:450a5101f8b608eb98d451cf26e9fc8c',1988,'post','ctshowcase_member',1,0,NULL,NULL,'Ryan Ross*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:10:26','2023-08-16 00:10:26',0),(67,'https://orchidcitybrass.org/ctshowcase-team-member/ryan-ross/','68:450a5101f8b608eb98d451cf26e9fc8c',1988,'post','ctshowcase_member',1,0,NULL,NULL,'Ryan Ross*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png',NULL,'1888','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png','1888','featured-image','{\"width\":512,\"height\":512,\"filesize\":31777,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/08/2-2.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/08/2-2.png\",\"size\":\"full\",\"id\":1888,\"alt\":\"\",\"pixels\":262144,\"type\":\"image/png\"}',NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-05 01:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-16 00:10:26','2023-08-16 00:10:26',0),(68,'https://orchidcitybrass.org/?post_type=ctshowcase_member&p=1637','70:880085d376a8115b5d4ef20434c96a2f',1637,'post','ctshowcase_member',1,0,NULL,NULL,'Maximo Mauk','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:33:34','2023-08-07 14:06:11',0),(69,NULL,NULL,1637,'post','ctshowcase_member',1,0,NULL,NULL,'Maximo Mauk','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-08-30 14:37:31',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-08-15 22:33:34','2023-08-07 14:06:11',0),(70,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&p=1641','73:cd9fa2a8d8bc6cfda6d9a06e5d18333d',1641,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Officers','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 22:47:23','2023-08-07 14:07:12',0),(71,NULL,NULL,1641,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Officers','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-08-30 14:37:31',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-08-15 22:47:23','2023-08-07 14:07:12',0),(72,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&p=1903','73:fe6d8b4b4b23698c16906c5a42286742',1903,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Director Gary D.','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:09:28','2023-08-15 23:17:09',0),(73,NULL,NULL,1903,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Director Gary D.','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-08-30 14:37:31',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-08-28 13:09:28','2023-08-15 23:17:09',0),(74,'https://orchidcitybrass.org/?post_type=ctshowcase_shortcode&p=1930','73:f72684a7db67baa6868aa648f9ea6c5a',1930,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Musical Director &#038; Conductor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-15 23:53:02','2023-08-15 23:51:02',0),(75,NULL,NULL,1930,'post','ctshowcase_shortcode',1,0,NULL,NULL,'Musical Director &#038; Conductor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-08-30 14:37:31',1,NULL,NULL,NULL,NULL,0,NULL,0,'2023-08-15 23:53:02','2023-08-15 23:51:02',0),(76,'https://orchidcitybrass.org/','28:3a1289aa9b1b34b6d25425f7f7eeea31',50,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',NULL,'first-content-image',NULL,11,0,NULL,'2023-08-28 13:58:51','2023-09-14 09:14:34',1,NULL,NULL,NULL,NULL,0,5,2,'2023-09-14 05:14:34','2023-07-06 14:04:16',0),(77,'https://orchidcitybrass.org/','35:563ef5d4348185483301198d6abdf6ba',50,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/Slide1.png',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 12:38:21','2023-07-06 14:04:16',0),(78,'https://orchidcitybrass.org/our-genre/','38:b457883f5f0523796ada650ef335d7a8',234,'post','page',1,0,NULL,NULL,'Our Genre','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:01:56',1,NULL,NULL,NULL,NULL,0,5,2,'2023-09-14 06:01:56','2023-07-07 15:13:36',0),(79,'https://orchidcitybrass.org/our-genre/','45:0606c65882f812b3f762af0df901adc8',234,'post','page',1,0,NULL,NULL,'Our Genre','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-010.png',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-27 01:03:28','2023-07-07 15:13:36',0),(80,'https://orchidcitybrass.org/hire-us/','36:133d21cb928dbc1c99239cdec3b324f6',256,'post','page',1,0,NULL,NULL,'Hire Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2023-08-28 13:58:51','2023-09-14 10:38:52',1,NULL,NULL,NULL,NULL,0,5,2,'2023-09-14 06:38:50','2023-07-07 16:05:04',0),(81,'https://orchidcitybrass.org/hire-us/','43:352b7c44f28a627d441a1abf1fec67ba',256,'post','page',1,0,NULL,NULL,'Hire Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-18 17:55:19','2023-07-07 16:05:04',0),(82,'https://orchidcitybrass.org/about-us/','37:02ee2b6bac2334dec537b383616c440e',574,'post','page',1,0,NULL,NULL,'About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg',NULL,'first-content-image',NULL,1,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 09:59:41',1,NULL,NULL,NULL,NULL,0,4,2,'2023-09-14 05:59:41','2023-07-16 12:42:05',0),(83,'https://orchidcitybrass.org/about-us/','44:cf078c270076b081b8d1e98de7a6291c',574,'post','page',1,0,NULL,NULL,'About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/elementor/thumbs/image-044-qa1bw1pwcutu9q66f3utrcec4y4mv3g2shem0roh84.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:43:10','2023-07-16 12:42:05',0),(84,'https://orchidcitybrass.org/our-team/','37:8c9d0e940023465d5e3a5ab13ab19779',576,'post','page',1,0,NULL,NULL,'Our Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:03:21',1,NULL,NULL,NULL,NULL,0,28,2,'2023-09-14 06:03:21','2023-07-16 12:42:22',0),(85,'https://orchidcitybrass.org/our-team/','44:08b3f9599d265b3f2f847e856b2574a3',576,'post','page',1,0,NULL,NULL,'Our Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/image-010.jpg',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,28,2,'2023-08-28 15:20:50','2023-07-16 12:42:22',0),(86,'https://orchidcitybrass.org/ocbb-news/','38:bbeadec8e0c69444bb61ff73f0ddb50f',578,'post','page',1,0,NULL,NULL,'OCBB News','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:13:57',1,NULL,NULL,NULL,NULL,0,2,2,'2023-09-14 06:13:57','2023-07-16 12:42:35',0),(87,'https://orchidcitybrass.org/ocbb-news/','45:fc5909a17f260440cabba3d7489b1056',578,'post','page',1,0,NULL,NULL,'OCBB News','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-25 17:26:22','2023-07-16 12:42:35',0),(88,'https://orchidcitybrass.org/education-outreach/','47:a154a895f541e4f948128638587c31e8',580,'post','page',1,0,NULL,NULL,'Education &#038; Outreach','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',NULL,'first-content-image',NULL,2,1,NULL,'2023-08-28 13:58:51','2023-09-14 10:46:55',1,NULL,NULL,NULL,NULL,0,3,2,'2023-09-14 06:46:55','2023-07-16 12:42:48',0),(89,'https://orchidcitybrass.org/education-outreach/','54:6ef0fc4d68502d1efcbe96bf0d9fa15b',580,'post','page',1,0,NULL,NULL,'Education &#038; Outreach','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-045.png',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:33:22','2023-07-16 12:42:48',0),(90,'https://orchidcitybrass.org/upcoming-events/','44:dac0a133a5a4b992348c8d47e1f11083',623,'post','page',1,0,NULL,NULL,'Upcoming Events','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/09/0-Catch-the-Spirit-compressed-1.jpg',NULL,'first-content-image',NULL,0,1,NULL,'2023-08-28 13:58:51','2023-09-12 10:14:48',1,NULL,NULL,NULL,NULL,0,8,2,'2023-09-12 06:14:48','2023-07-16 13:09:00',0),(91,'https://orchidcitybrass.org/upcoming-events/','51:cfd6eef2c37750fe6c15591b2842a503',623,'post','page',1,0,NULL,NULL,'Upcoming Events','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/08/0-Catch-the-Spirit.png',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-26 21:38:49','2023-07-16 13:09:00',0),(92,'https://orchidcitybrass.org/concert-programs/','45:868b62aaac1fa1d66f10f24f26358c18',625,'post','page',1,0,NULL,NULL,'Concert Programs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png',NULL,'first-content-image',NULL,4,0,NULL,'2023-08-28 13:58:51','2023-09-14 09:55:29',1,NULL,NULL,NULL,NULL,0,3,2,'2023-09-14 05:55:29','2023-07-16 13:09:10',0),(93,'https://orchidcitybrass.org/concert-programs/','52:4a8fd7a68f122caed55e17de3c373294',625,'post','page',1,0,NULL,NULL,'Concert Programs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png',NULL,NULL,'first-content-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/logo-5.png',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,4,2,'2023-08-31 05:56:50','2023-07-16 13:09:10',0),(94,'https://orchidcitybrass.org/join-the-band/','42:cce1cafcfb3e8b555827e9a9a33f63ee',1360,'post','page',1,0,NULL,NULL,'Join the Band','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-09-12 21:33:13',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-12 17:33:13','2023-08-05 09:18:01',0),(95,'https://orchidcitybrass.org/join-the-band/','49:2eae68240cd0f9980c0a75848b2cd762',1360,'post','page',1,0,NULL,NULL,'Join the Band','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-25 17:50:00','2023-08-05 09:18:01',0),(96,'https://orchidcitybrass.org/individual-giving/','46:4769233cc89bb2ab8047355cf2893129',1480,'post','page',1,0,NULL,NULL,'Individual Giving','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,NULL,'2023-08-28 13:58:51','2023-09-14 10:27:50',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-14 06:27:50','2023-08-06 13:31:53',0),(97,'https://orchidcitybrass.org/individual-giving/','53:4f1bbc09712c7b872a199c0a2e434583',1480,'post','page',1,0,NULL,NULL,'Individual Giving','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-26 21:26:32','2023-08-06 13:31:53',0),(98,'https://orchidcitybrass.org/corporate-sponsors/','47:45bae4627325cb50e490c55ad631fc9a',1483,'post','page',1,0,NULL,NULL,'Corporate Sponsors','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:44:08',1,NULL,NULL,NULL,NULL,0,2,2,'2023-09-14 06:44:08','2023-08-06 13:32:40',0),(99,'https://orchidcitybrass.org/corporate-sponsors/','54:f08dc61934a69f351a26211fe7c6d4a1',1483,'post','page',1,0,NULL,NULL,'Corporate Sponsors','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:51','2023-09-04 23:09:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-25 16:32:30','2023-08-06 13:32:40',0),(100,'https://orchidcitybrass.org/volunteer/','38:a13873b04d5aee08535ed1d99b351610',1485,'post','page',1,0,NULL,NULL,'Volunteer','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2023-08-28 13:58:51','2023-09-14 10:42:43',1,NULL,NULL,NULL,NULL,0,2,2,'2023-09-14 06:42:43','2023-08-06 13:32:54',0),(101,'https://orchidcitybrass.org/team/','40:201c798b16eec62c5028f98c2f8c0c68',1642,'post','page',1,0,NULL,NULL,'Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2023-08-28 13:58:51','2023-08-31 11:29:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-07 14:07:30','2023-08-07 14:07:30',0),(102,'https://orchidcitybrass.org/the-resonating-power-of-the-brass-band/','74:ec5871cb478de74a928fccf9ab09f887',1125,'post','post',1,0,NULL,NULL,'Tyler Hatter, Bass Trombone','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png',NULL,'319','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png','319','featured-image','{\"width\":1170,\"height\":1171,\"filesize\":995290,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-3.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/07/image-3.png\",\"size\":\"full\",\"id\":319,\"alt\":\"\",\"pixels\":1370070,\"type\":\"image/png\"}',0,6,NULL,'2023-08-28 13:58:51','2023-09-06 05:17:37',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-06 05:15:02','2023-07-27 16:11:38',0),(103,'https://orchidcitybrass.org/a-brief-history-of-brass-bands/','66:ac7e17d491cfa957ad42f03043e457d3',1136,'post','post',1,0,NULL,NULL,'Cole Pasch, Euphonium','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png',NULL,'321','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png','321','featured-image','{\"width\":960,\"height\":959,\"filesize\":641246,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-4.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/07/image-4.png\",\"size\":\"full\",\"id\":321,\"alt\":\"\",\"pixels\":920640,\"type\":\"image/png\"}',0,6,NULL,'2023-08-28 13:58:52','2023-09-06 09:22:47',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-06 05:22:47','2023-07-27 16:13:16',0),(104,'https://orchidcitybrass.org/the-thrill-of-brass-band-competitions/','73:b930887c72d534701f42d7321da59e79',1138,'post','post',1,0,NULL,NULL,'Katherine Rodriguez, Trombone','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7-e1689159288753.png',NULL,'371','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7-e1689159288753.png','371','featured-image','{\"width\":1560,\"height\":1812,\"filesize\":1170749,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/07/image-7-e1689159288753.png\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/07/image-7-e1689159288753.png\",\"size\":\"full\",\"id\":371,\"alt\":\"\",\"pixels\":2826720,\"type\":\"image/png\"}',0,6,NULL,'2023-08-28 13:58:52','2023-09-06 09:21:53',1,NULL,NULL,NULL,NULL,0,1,2,'2023-09-06 05:21:53','2023-07-27 16:13:36',0),(105,'https://orchidcitybrass.org/?p=1140','42:5dbd32cc9fca650dd5f867c8cabe159c',1140,'post','post',1,0,NULL,NULL,'Behind the Scenes of a Brass Band','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg',NULL,'1141','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg','1141','featured-image','{\"width\":2000,\"height\":1330,\"filesize\":148117,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg\",\"size\":\"full\",\"id\":1141,\"alt\":\"Musician Duo band playing the Trumpet with spot light and lens flare on the stage,\",\"pixels\":2660000,\"type\":\"image/jpeg\"}',0,0,NULL,'2023-08-28 13:58:52','2023-09-06 15:59:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-06 05:12:58','2023-07-27 16:14:16',0),(106,'https://orchidcitybrass.org/behind-the-scenes-of-a-brass-band/','69:98fefab978ea84304a00563796862726',1140,'post','post',1,0,NULL,NULL,'Behind the Scenes of a Brass Band','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg',NULL,'1141','featured-image',NULL,NULL,'https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg','1141','featured-image','{\"width\":2000,\"height\":1330,\"filesize\":148117,\"url\":\"https://orchidcitybrass.org/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg\",\"path\":\"/home/orchid28/public_html/wp-content/uploads/2023/07/musician-duo-band-playing-the-trumpet-with-spot-light-and-lens-flare-on-the-stage-.jpg\",\"size\":\"full\",\"id\":1141,\"alt\":\"Musician Duo band playing the Trumpet with spot light and lens flare on the stage,\",\"pixels\":2660000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2023-08-28 13:58:52','2023-09-06 08:27:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-07-27 16:14:16','2023-07-27 16:14:16',0),(107,'https://orchidcitybrass.org/ctshowcase-team-member/','51:a3c97e7890f0eaf2b48d2c9b5ead8f0b',NULL,'post-type-archive','ctshowcase_member',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Team Members',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:52','2023-09-13 23:17:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-13 19:17:27','2023-08-07 14:06:36',NULL),(109,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:52','2023-08-31 09:19:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(110,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:52','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(111,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-28 13:58:52','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(112,'https://orchidcitybrass.org/','28:3a1289aa9b1b34b6d25425f7f7eeea31',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','LISTEN BOLDLY','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2023-08-28 14:01:48','2023-09-14 10:46:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-09-14 06:46:55','2023-07-27 16:11:38',NULL),(113,'https://orchidcitybrass.org/ctshowcase-team-member/','58:1b2577c95b07dd882dff7e687bbefe75',NULL,'post-type-archive','ctshowcase_member',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Team Members',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-08-31 06:47:29','2023-08-31 10:47:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-08-28 13:07:56','2023-08-07 14:06:36',NULL),(115,'https://orchidcitybrass.org/tf_header_footer/','45:138680c3bb6be26505722e587902f1f6',NULL,'post-type-archive','tf_header_footer',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','TF Header - Footer Template',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-10 12:32:51','2023-09-10 16:32:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_yoast_indexable` with 113 row(s)
--

--
-- 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 = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=30 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,3),(2,2,'product_type','',0,0),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'nav_menu','',0,16),(18,18,'wp_theme','',0,1),(19,19,'elementor_library_type','',0,16),(20,20,'elementor_library_type','',0,18),(21,21,'elementor_library_type','',0,1),(22,22,'elementor_library_type','',0,1),(23,23,'elementor_library_type','',0,1),(24,24,'elementor_library_type','',0,1),(26,26,'ctshowcase_group','',0,3),(27,27,'ctshowcase_group','',0,6),(28,28,'ctshowcase_group','',0,32),(29,29,'ctshowcase_group','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_term_taxonomy` with 27 row(s)
--

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

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

-- Dumped table `wp_wc_download_log` with 0 row(s)
--

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2023-07-07 10:48:55'),(2,'wpforms_admin_addons_cache_update','W10=','2023-07-07 10:48:56'),(4,'wpforms_builder_help_cache_update','W10=','2023-07-07 10:49:01'),(5,'wpforms_admin_builder_templates_cache_update','W10=','2023-07-07 10:49:01'),(8,'wpforms_process_forms_locator_scan','W10=','2023-07-12 10:22:01'),(10,'wpforms_admin_addons_cache_update','W10=','2023-07-12 11:44:29'),(11,'wpforms_admin_builder_templates_cache_update','W10=','2023-07-12 11:44:45'),(49,'wpforms_process_forms_locator_scan','W10=','2023-09-09 11:37:16');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_wpforms_tasks_meta` with 8 row(s)
--

--
-- Table structure for table `wp_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_customer_lookup`
--

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

-- Dumped table `wp_wc_customer_lookup` with 0 row(s)
--

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

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

-- Dumped table `wp_woocommerce_downloadable_product_permissions` with 0 row(s)
--

--
-- Table structure for table `wp_gf_form_view`
--

DROP TABLE IF EXISTS `wp_gf_form_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gf_form_view` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(10) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` mediumint(10) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `date_created` (`date_created`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gf_form_view`
--

LOCK TABLES `wp_gf_form_view` WRITE;
/*!40000 ALTER TABLE `wp_gf_form_view` DISABLE KEYS */;
INSERT INTO `wp_gf_form_view` VALUES (1,2,'2023-07-15 07:08:10','',2),(2,1,'2023-07-15 07:08:20','',1),(3,1,'2023-08-05 14:16:53','',2),(4,1,'2023-08-07 13:46:42','',2),(5,5,'2023-08-07 13:47:34','',1),(6,1,'2023-08-09 20:06:54','',1),(7,5,'2023-08-11 18:35:43','',1),(8,1,'2023-08-11 18:35:45','',5),(9,1,'2023-08-16 00:34:09','',1),(10,1,'2023-08-17 02:08:09','',8),(11,5,'2023-08-17 02:10:26','',1),(12,4,'2023-08-17 23:10:58','',2),(13,1,'2023-08-18 03:00:12','',1),(14,1,'2023-08-19 03:32:54','',1),(15,4,'2023-08-19 03:33:27','',1),(16,5,'2023-08-24 21:10:41','',2),(17,4,'2023-08-24 21:11:07','',4),(18,1,'2023-08-24 21:11:35','',5),(19,4,'2023-08-27 01:09:20','',1),(20,5,'2023-08-27 01:09:45','',1),(21,4,'2023-09-04 14:39:08','',1),(22,5,'2023-09-08 02:44:56','',2),(23,4,'2023-09-08 02:45:39','',2),(24,1,'2023-09-08 02:46:09','',2),(25,5,'2023-09-09 06:36:00','',85),(26,4,'2023-09-09 08:05:23','',18),(27,1,'2023-09-09 10:13:08','',7),(28,5,'2023-09-10 11:31:05','',22),(29,4,'2023-09-10 12:51:45','',1),(30,1,'2023-09-10 14:41:19','',1),(31,5,'2023-09-11 18:47:15','',46),(32,1,'2023-09-12 18:58:35','',8),(33,4,'2023-09-12 22:37:44','',6),(34,5,'2023-09-12 23:02:15','',33),(35,5,'2023-09-13 23:03:36','',39),(36,4,'2023-09-14 03:21:48','',1),(37,1,'2023-09-14 06:37:06','',1),(38,5,'2023-09-15 00:08:05','',2);
/*!40000 ALTER TABLE `wp_gf_form_view` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_gf_form_view` with 38 row(s)
--

--
-- Table structure for table `wp_e_submissions`
--

DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions`
--

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

-- Dumped table `wp_e_submissions` with 0 row(s)
--

/*!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: Fri, 15 Sep 2023 00:12:13 +0000
